/* Poznaj Spektrum public portal styles. Edit this file for frontend CSS changes. */

:root {
            color-scheme: light;
            --ink:#172033;
            --muted:#64748b;
            --soft-ink:#334155;
            --line:#dce6ef;
            --brand:#0360ae;
            --green:#15803d;
            --orange:#c05621;
            --rose:#be185d;
            --violet:#6d28d9;
            --sky:#0369a1;
            --soft:#f3f8fb;
            --card:#fff;
            --page:#f7fbfd;
            --font-display:"Cal Sans", sans-serif;
            --font-body:"Google Sans Flex", sans-serif;
            --font-accent:"Google Sans Flex", sans-serif;
        }
        * { box-sizing:border-box; }
        html { scroll-behavior:smooth; }
        body { margin:0; font-family:var(--font-body); color:var(--ink); background:var(--page); }
        body::before { content:""; position:fixed; inset:0; pointer-events:none; /*background:linear-gradient(180deg,#e8f6f4 0,#f7fbfd 360px,#fff 100%);*/ z-index:-2; }
        a { color:inherit; text-decoration:none; }
        .wrap { width:min(1320px, calc(100% - 32px)); margin:0 auto; }
        header { padding:22px 0 12px; position:relative; z-index:5; }
        nav { display:flex; align-items:center; justify-content:space-between; gap:16px; }
        .brand { font-family:var(--font-display); display:inline-flex; align-items:center; gap:10px; font-weight:500; font-size:24px; letter-spacing:.2px; }
        .brand-mark { width:34px; height:34px; display:grid; place-items:center; border-radius:10px; background:var(--ink); color:#fff; font-size:17px; }
        .brand span { color:var(--brand); }
        .nav-actions { display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
        .account-status { display:flex; align-items:center; gap:7px; }
        .account-menu { position:relative; }
        .account-greeting { display:inline-flex; align-items:center; gap:7px; min-height:44px; padding:0 13px; border:1px solid var(--line); border-radius:999px; background:white; color:var(--ink); font-family:var(--font-display); font-size:13px; letter-spacing:1px; text-transform:uppercase; white-space:nowrap; cursor:pointer; }
        .account-greeting svg { width:14px; height:14px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
        .account-avatar { width:24px; height:24px; flex:0 0 24px; border-radius:50%; object-fit:cover; }
        .account-avatar--placeholder { padding:5px; opacity:.38; background:#eef4f8; object-fit:contain; }
        .account-menu__panel { position:absolute; top:calc(100% + 8px); right:0; z-index:30; width:260px; padding:8px; border:1px solid var(--line); border-radius:14px; background:white; box-shadow:0 18px 48px rgba(23,32,51,.16); }
        .account-menu__identity { display:grid; gap:3px; padding:10px 11px 12px; border-bottom:1px solid var(--line); }
        .account-menu__identity strong { font-size:14px; }
        .account-menu__identity span { overflow:hidden; color:var(--muted); font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
        .account-menu__panel a, .account-menu__panel button { display:flex; width:100%; align-items:center; justify-content:space-between; gap:12px; padding:10px 11px; border:0; border-radius:8px; background:transparent; color:var(--ink); font:inherit; font-size:13px; text-align:left; cursor:pointer; }
        .account-menu__panel a:hover, .account-menu__panel button:hover { background:var(--soft); }
        .account-menu__panel form { margin:0; padding-top:5px; border-top:1px solid var(--line); }
        .account-menu__panel form button { color:#b91c1c; }
        .account-greeting span { color:var(--muted); margin-right:4px; }
        .account-icon { position:relative; display:grid; place-items:center; width:44px; height:44px; border:1px solid var(--line); border-radius:999px; background:white; color:var(--ink); }
        .account-icon svg { width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
        .account-badge { position:absolute; top:-5px; right:-4px; min-width:18px; height:18px; padding:0 4px; display:grid; place-items:center; border:2px solid var(--page); border-radius:999px; background:#94a3b8; color:white; font-family:var(--font-accent); font-size:10px; font-weight:700; line-height:1; }
        .account-badge.has-new { background:var(--rose); }
        .btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:60px; padding:0 40px; border-radius:999px; background:var(--brand); color:white; font-weight:500; border:1px solid transparent; cursor:pointer; font:inherit; }
        .btn,
        .support-button,
        button.btn,
        input[type="submit"] {
            font-size:13px;
            text-transform:uppercase;
            letter-spacing:1px;
        }
        .btn.secondary { background:white; color:var(--ink); border-color:var(--line); }
        .btn.orange { background:var(--orange); }
        .hero { width:100vw; margin-left:calc(50% - 50vw); min-height:620px; display:flex; align-items:flex-end; padding:82px 0 54px; background: url('/images/slider2.jpg') center/cover no-repeat; color:white; position:relative; overflow:hidden; }
        .hero .wrap { display:block; }
        .hero-copy { max-width:980px; }
        .eyebrow { font-family:var(--font-accent); display:inline-flex; align-items:center; width:max-content; gap:8px; padding:8px 11px; border:1px solid rgba(255,255,255,.26); border-radius:999px; background:rgba(255,255,255,.13); color:white; font-size:13px; font-weight:500; margin-bottom:16px; backdrop-filter:blur(10px); }
        h1 { font-family:var(--font-display); font-size:clamp(40px, 5.5vw, 70px); line-height:1.01; margin:0 0 16px; max-width:960px; letter-spacing:0; }
        .detail-identity h1{font-size:clamp(20px, 4.0vw, 35px);}
        .lead { font-size:clamp(17px, 2vw, 22px); color:rgba(255,255,255,.86); line-height:1.46; max-width:790px; margin:0; }
        .filters { display:grid; grid-template-columns: minmax(260px, 1fr) 240px auto; gap:10px; padding:14px; background:rgba(255,255,255,.96); border:1px solid rgba(255,255,255,.52); border-radius:50px; box-shadow:0 24px 70px rgba(0,0,0,.22); margin:28px 0 8px; max-width:980px; }
        input, select, textarea { width:100%; border:1px solid var(--line); border-radius:40px; padding:0 25px; font:inherit; background:white; color:var(--ink); }
        input, select { min-height:48px; }
        textarea { min-height:116px; padding-top:12px; resize:vertical; line-height:1.45; }
        label { display:block; font-weight:500; margin-bottom:7px; color:var(--soft-ink); }
        .field-note { color:var(--muted); font-size:13px; margin-top:6px; line-height:1.4; }
        .quick-links { font-family:var(--font-accent); display:flex; align-items:center; gap:10px; flex-wrap:wrap; color:rgba(255,255,255,.76); font-size:14px; margin-top:14px; }
        .quick-links a { color:white; font-weight:500; padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.14); }
        .search-hero { padding:30px 0 18px; }
        .search-panel { background:white; border:1px solid var(--line); border-radius:24px; padding:22px; box-shadow:0 18px 48px rgba(23,32,51,.07); }
        .search-panel h1 { color:var(--ink); font-size:clamp(32px, 4vw, 52px); max-width:820px; margin-bottom:10px; }
        .search-panel .lead { color:var(--muted); max-width:760px; }
        .search-panel .filters { max-width:none; margin:20px 0 0; box-shadow:none; border-color:var(--line); background:var(--soft); grid-template-columns:minmax(240px, 1fr) 220px auto; }
        .active-filters { display:flex; gap:8px; flex-wrap:wrap; margin-top:14px; }
        .filter-pill { font-family:var(--font-accent); display:inline-flex; align-items:center; gap:7px; padding:8px 11px; border-radius:999px; background:#edf6f4; color:var(--soft-ink); font-size:14px; font-weight:500; }
        .filter-pill a { color:var(--brand); font-weight:500; }
        .shop-filter-bar { display:flex; gap:10px; align-items:center; overflow:auto; padding:14px 0 0; }
        .shop-filter-bar .tab { border-color:#cfdbe5; }
        .section { padding:28px 0; }
        .cta-strip { display:grid; grid-template-columns:1fr auto; gap:20px; align-items:center; padding:22px; margin:18px 0 4px; border:1px solid rgba(23,107,135,.18); border-radius:24px; background:#ffffff; box-shadow:0 18px 48px rgba(23,32,51,.07); overflow:hidden; position:relative; }
        .cta-strip::after { content:""; position:absolute; right:18px; top:18px; width:96px; height:96px; border-radius:28px; background:#e7f4f0; transform:rotate(8deg); z-index:0; }
        .cta-strip > * { position:relative; z-index:1; }
        .cta-strip.dark { background:var(--ink); color:white; border-color:transparent; }
        .cta-strip.dark::after { background:rgba(255,255,255,.08); }
        .cta-strip.dark p, .cta-strip.dark .cta-kicker { color:rgba(255,255,255,.74); }
        .cta-kicker { display:block; color:var(--brand); font-size:13px; font-weight:500; margin-bottom:7px; }
        .cta-strip h2, .cta-strip h3 { font-family:var(--font-display); margin:0; font-size:clamp(24px,3vw,34px); line-height:1.08; letter-spacing:0; }
        .cta-strip p { margin:8px 0 0; color:var(--muted); line-height:1.45; max-width:720px; }
        .cta-actions { display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:flex-end; }
        .home-support-tiles { display:grid; grid-template-columns:minmax(280px, .72fr) minmax(420px, 1.48fr); gap:16px; align-items:stretch; }
        .support-tile { min-height:360px; border-radius:28px; padding:50px 38px 34px; color:white; display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; overflow:hidden; position:relative; box-shadow:none; }
        .support-tile::after { content:""; position:absolute; inset:auto -90px -120px auto; width:420px; height:300px; border:8px solid rgba(255,213,91,.78); border-radius:50%; transform:rotate(18deg); pointer-events:none; }
        .support-tile-small { background:#ef6a4f; }
        .support-tile-large { background:#78bc6f; }
        .support-kicker { position:relative; z-index:1; font-size:23px; line-height:1.2; font-weight:700; color:white; }
        .support-tile strong { position:relative; z-index:1; display:block; max-width:560px; font-family:var(--font-display); font-size:clamp(54px, 6vw, 78px); line-height:.98; letter-spacing:0; }
        .support-tile-small strong { color:#ffd45a; font-size:clamp(46px, 5vw, 68px); }
        .support-button { position:relative; z-index:1; display:inline-flex; align-items:center; justify-content:center; min-height:56px; padding:0 34px; border-radius:999px; background:var(--brand); color:white; font-weight:750; font-size:20px; }
        .support-button-light { background:white; color:#ef6a4f; }
        .support-tile::after { content:none; }
        .support-tile-large { padding-right:360px; }
        .support-kicker { font-family:var(--font-body); font-size:36px; font-weight:500; }
        .support-tile strong { font-family:var(--font-display); font-size:100px; line-height:.92; }
        .support-tile-small strong { font-size:100px; }
        .support-button { font-family:var(--font-display); font-size:36px; font-weight:500; min-height:68px; padding:0 44px; }
        .support-circle { position:absolute; z-index:0; right:10px; top:34px; width:52%; max-width:680px; height:auto; pointer-events:none; }
        .support-person { position:absolute; z-index:1; right:42px; bottom:0; height:112%; max-height:430px; width:auto; pointer-events:none; }
        .support-tile-large .support-kicker,
        .support-tile-large strong,
        .support-tile-large .support-button { position:relative; z-index:2; }
        /* support tiles corrected scale */
        .support-kicker { font-size:24px; font-weight:500; }
        .support-tile strong { font-size:clamp(54px, 5.2vw, 72px); line-height:.96; }
        .support-tile-small strong { font-size:clamp(52px, 5vw, 68px); }
        .support-button { font-size:22px; min-height:60px; padding:0 40px; text-decoration:none; }
        .support-person { height:auto; max-height:420px; right:34px; }
        .support-tile { justify-content:space-between; }
        .support-bottom { position:relative; z-index:2; display:flex; flex-direction:column; align-items:flex-start; gap:26px; }
        .support-kicker { font-size:18px; }
        .support-button { font-size:18px; }
        .support-tile strong { font-size:50px; }
        /* bak-support-person-overflow-marker */
        .home-support-tiles { padding-top:100px; }
        .support-tile-large { overflow:visible; }
        .support-person { bottom:0; max-height:440px; }
        /* bak-support-button-final-style-marker */
        .support-button {
            font-size:13px;
            text-transform:uppercase;
            letter-spacing:1px;
        }
        .visual-cards { display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; }
        .visual-card { min-height:190px; padding:20px; border-radius:22px; border:1px solid transparent; box-shadow:0 16px 40px rgba(23,32,51,.08); display:flex; flex-direction:column; justify-content:space-between; }
        .visual-card strong { display:block; font-size:22px; line-height:1.12; margin-top:12px; }
        .visual-card p { margin:8px 0 0; color:var(--soft-ink); line-height:1.42; }
        .visual-icon { width:54px; height:54px; display:grid; place-items:center; border-radius:18px; background:rgba(255,255,255,.65); color:var(--brand); font-size:28px; }
        .visual-card.green { background:#dff7e8; }
        .visual-card.orange { background:#ffe8d6; }
        .visual-card.violet { background:#ece7ff; }
        .benefit-card { background:white; border-width:2px; box-shadow:none; min-height:210px; }
        .benefit-card.green { border-color:#68BC68; }
        .benefit-card.orange { border-color:#FF6248; }
        .benefit-card.blue { border-color:#009BE6; }
        .benefit-card .visual-icon { background:#f7fbfd; font-family:var(--font-display); font-size:24px; }
        .benefit-card.green .visual-icon { color:#68BC68; }
        .benefit-card.orange .visual-icon { color:#FF6248; }
        .benefit-card.blue .visual-icon { color:#009BE6; }
        .benefit-card strong { font-family:var(--font-display); font-size:24px; line-height:1.08; }
        .benefit-card p { font-size:15px; color:var(--soft-ink); }
        .slider-head { align-items:center; }
        .slider-controls { display:flex; gap:8px; align-items:center; }
        .slider-arrow { width:42px; height:42px; border-radius:999px; border:1px solid var(--line); background:white; color:var(--ink); font-family:var(--font-display); font-size:28px; line-height:1; cursor:pointer; }
        .slider-arrow:hover { background:var(--brand); border-color:var(--brand); color:white; }
        .account-privacy-tools { display:grid; gap:14px; margin-top:28px; padding-top:26px; border-top:1px solid var(--line); }
        .account-privacy-tools h2 { margin:0 0 8px; font-size:28px; }
        .account-privacy-tools .btn { width:max-content; }
        .account-danger { border:1px solid #efb5ad; border-radius:12px; background:#fff7f5; }
        .account-danger summary { padding:15px 16px; cursor:pointer; color:#9e3023; font-family:var(--font-display); font-size:14px; letter-spacing:1px; text-transform:uppercase; }
        .account-danger__body { display:grid; gap:16px; padding:0 16px 18px; color:#4f2d29; }
        .account-danger__body p { margin:0; font-size:14px; line-height:1.55; }
        .account-danger__confirm { display:flex; align-items:flex-start; gap:10px; font-size:14px; line-height:1.45; }
        .account-danger__confirm input { width:auto; min-height:0; margin-top:3px; }
        .account-danger__button { background:#b9382d; }
        .account-danger__button:hover { background:#942c23; }
        .community-recommendations { padding-top:8px; }
        .verified-profile-badge { display:inline-flex; width:max-content; align-items:center; gap:5px; margin-top:8px; padding:5px 8px; border:1px solid #9bd8c4; border-radius:999px; background:#ecfdf5; color:#08765b; font-family:var(--font-accent); font-size:10px; font-weight:700; letter-spacing:.65px; line-height:1; text-transform:uppercase; }
        .verified-profile-badge > span { display:grid; width:15px; height:15px; place-items:center; border-radius:50%; background:#08765b; color:white; font-size:10px; }
        .detail-identity .verified-profile-badge { margin:10px 0 0; font-size:11px; }        .community-rating { display:inline-flex; width:max-content; align-items:center; gap:5px; margin-top:auto; padding:7px 10px; border-radius:10px; background:#fff6d5; color:#8a6700; font-family:var(--font-accent); font-size:13px; font-weight:700; }
        .community-rating small { color:#806c30; font-size:11px; font-weight:500; }
        .profile-rating { display:flex; align-items:center; gap:7px; margin-top:10px; color:var(--muted); font-family:var(--font-accent); font-size:13px; }
        .profile-rating__stars { color:#e5a900; letter-spacing:1px; }.profile-rating strong { color:var(--ink); }
        .reviews-panel { margin-top:18px; padding:24px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:0 14px 36px rgba(23,32,51,.055); }
        .reviews-panel__head { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; }.reviews-panel__head h2 { margin:0; font-family:var(--font-display); font-size:30px; line-height:1.08; }
        .reviews-panel__average { display:flex; align-items:baseline; gap:4px; padding:12px 14px; border-radius:16px; background:#fff6d5; color:#8a6700; }.reviews-panel__average > span { font-size:22px; }.reviews-panel__average strong { font-family:var(--font-display); font-size:28px; }.reviews-panel__average small { font-family:var(--font-accent); font-size:12px; }
        .reviews-list { display:grid; gap:10px; margin-top:20px; }.review-item { padding:15px; border:1px solid var(--line); border-radius:14px; background:#fbfdfe; }.review-item__head { display:flex; align-items:center; justify-content:space-between; gap:12px; }.review-item__stars { color:#e5a900; letter-spacing:1px; font-size:14px; }.review-item p { margin:9px 0; color:var(--soft-ink); line-height:1.5; }.review-item small { color:var(--muted); font-size:12px; }.reviews-empty { margin:18px 0 0; color:var(--muted); }
        .review-form { display:grid; gap:14px; margin-top:22px; padding-top:22px; border-top:1px solid var(--line); }.review-form h3 { margin:0; font-family:var(--font-display); font-size:22px; }.review-form > div > p { margin:5px 0 0; color:var(--muted); font-size:14px; }
        .star-rating { margin:0; padding:0; border:0; }.star-rating legend { margin-bottom:7px; font-weight:500; color:var(--soft-ink); }.star-rating > div { display:flex; width:max-content; flex-direction:row-reverse; gap:4px; }.star-rating input { position:absolute; width:1px; min-height:1px; opacity:0; pointer-events:none; }.star-rating label { margin:0; color:#cbd5e1; font-size:34px; line-height:1; cursor:pointer; transition:transform .12s ease,color .12s ease; }.star-rating label:hover,.star-rating label:hover ~ label,.star-rating input:checked ~ label { color:#e5a900; transform:scale(1.06); }.star-rating input:focus-visible + label { outline:2px solid var(--brand); outline-offset:3px; border-radius:4px; }
        .reviews-login { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:22px; padding-top:20px; border-top:1px solid var(--line); }.reviews-login span { color:var(--muted); }
        @media(max-width:680px) { .reviews-panel { padding:18px; }.reviews-panel__head { align-items:center; }.reviews-panel__head h2 { font-size:25px; }.reviews-panel__average { padding:9px 10px; }.reviews-panel__average strong { font-size:24px; }.reviews-login { align-items:flex-start; flex-direction:column; }.reviews-login .btn { width:100%; } }
        .payment-result { max-width:720px; padding:76px 0; }.payment-result h1 { color:var(--ink); font-size:clamp(42px,6vw,70px); }.payment-result p { max-width:620px; margin:0; color:var(--muted); font-size:18px; line-height:1.55; }.payment-result__actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
        .events-hero { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:30px; align-items:end; padding:48px 0 28px; }
        .events-kicker { margin:0 0 12px; color:var(--brand); font-family:var(--font-accent); font-size:13px; letter-spacing:1px; text-transform:uppercase; }
        .events-hero h1 { max-width:760px; color:var(--ink); font-size:clamp(42px,5.6vw,74px); }
        .events-hero p { max-width:660px; margin:0; color:var(--muted); font-size:18px; line-height:1.5; }
        .events-filters { display:grid; grid-template-columns:minmax(250px,1fr) 210px 190px auto; gap:10px; padding:13px; border:1px solid var(--line); border-radius:50px; background:white; box-shadow:0 14px 36px rgba(23,32,51,.06); }
        .events-layout { display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:16px; margin-top:24px; }
        .events-calendar { padding:20px; border:1px solid var(--line); border-radius:22px; background:white; }
        .events-calendar__head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:18px; }
        .events-calendar__head h2 { margin:0; font-family:var(--font-display); font-size:28px; text-transform:capitalize; }
        .calendar-step { display:grid; width:40px; height:40px; place-items:center; border:1px solid var(--line); border-radius:999px; background:#fff; font-family:var(--font-display); font-size:24px; }
        .calendar-step:hover { background:var(--brand); border-color:var(--brand); color:white; }
        .calendar-weekdays, .calendar-grid { display:grid; grid-template-columns:repeat(7, minmax(0,1fr)); }
        .calendar-weekdays { margin-bottom:6px; color:var(--muted); font-family:var(--font-accent); font-size:11px; letter-spacing:.7px; text-align:center; text-transform:uppercase; }
        .calendar-grid { border-top:1px solid var(--line); border-left:1px solid var(--line); }
        .calendar-day { display:flex; min-height:100px; flex-direction:column; gap:4px; padding:8px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:white; overflow:hidden; }
        .calendar-day > span { display:grid; width:25px; height:25px; place-items:center; border-radius:50%; font-family:var(--font-accent); font-size:12px; }
        .calendar-day.is-today > span { background:var(--brand); color:white; }
        .calendar-day.is-outside { background:#f8fafc; color:#94a3b8; }
        .calendar-event { overflow:hidden; padding:4px 5px; border-radius:6px; background:#e8f4ff; color:var(--brand); font-size:10px; font-weight:700; text-overflow:ellipsis; white-space:nowrap; }
        .calendar-day small { color:var(--muted); font-size:10px; }
        .events-side-note { display:flex; flex-direction:column; align-items:flex-start; padding:24px; border-radius:22px; background:#e5c335; color:#182c3a; }
        .events-side-note > span { padding:6px 8px; border:1px solid rgba(24,44,58,.22); border-radius:999px; font-family:var(--font-accent); font-size:11px; letter-spacing:1px; text-transform:uppercase; }
        .events-side-note h2 { margin:18px 0 0; font-family:var(--font-display); font-size:31px; line-height:1.02; }
        .events-side-note p { margin:14px 0 22px; line-height:1.45; }
        .events-side-note a { margin-top:auto; color:var(--brand); font-family:var(--font-display); font-size:13px; letter-spacing:1px; text-transform:uppercase; }
        .events-list-section { padding:44px 0 68px; }
        .events-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
        .event-card { display:grid; grid-template-columns:auto minmax(0,1fr); gap:15px; padding:18px; border:1px solid var(--line); border-radius:20px; background:white; box-shadow:0 14px 36px rgba(23,32,51,.055); }
        .event-date { display:flex; width:62px; height:70px; flex-direction:column; align-items:center; justify-content:center; border-radius:16px; background:#e8f4ff; color:var(--brand); }
        .event-date strong { font-family:var(--font-display); font-size:31px; line-height:.9; }
        .event-date span { margin-top:5px; font-family:var(--font-accent); font-size:11px; letter-spacing:.7px; text-transform:uppercase; }
        .event-format { display:inline-flex; color:var(--green); font-family:var(--font-accent); font-size:11px; font-weight:700; letter-spacing:.8px; text-transform:uppercase; }
        .event-card h3 { margin:7px 0; font-family:var(--font-display); font-size:24px; line-height:1.08; }
        .event-card p { margin:0; color:var(--soft-ink); font-size:14px; line-height:1.42; }
        .event-meta { margin-top:12px; color:var(--muted); font-family:var(--font-accent); font-size:12px; }
        .event-card__link { grid-column:1/-1; display:flex; align-items:center; justify-content:space-between; min-height:42px; padding:0 14px; border-radius:999px; background:var(--brand); color:white; font-family:var(--font-display); font-size:13px; letter-spacing:1px; text-transform:uppercase; }
        .events-empty { display:grid; justify-items:start; gap:10px; padding:30px; border:1px dashed var(--line); border-radius:20px; background:white; }
        .events-empty strong { font-family:var(--font-display); font-size:25px; }
        .events-empty p { margin:0; color:var(--muted); }
        .event-detail { padding:36px 0 70px; }
        .back-link { display:inline-block; margin-bottom:22px; color:var(--brand); font-family:var(--font-display); font-size:13px; letter-spacing:1px; text-transform:uppercase; }
        .event-detail__hero { display:grid; grid-template-columns:auto minmax(0,1fr); gap:24px; align-items:start; padding:30px; border-radius:24px; background:#78bc6f; color:white; }
        .event-detail__date { display:flex; min-width:108px; min-height:120px; flex-direction:column; align-items:center; justify-content:center; border-radius:20px; background:rgba(255,255,255,.18); }
        .event-detail__date strong { font-family:var(--font-display); font-size:50px; line-height:.9; }.event-detail__date span { margin-top:7px; font-family:var(--font-accent); font-size:13px; text-transform:uppercase; }.event-detail__date small { margin-top:4px; opacity:.8; }
        .event-detail__hero h1 { margin:12px 0; color:white; font-size:clamp(38px,5vw,65px); }.event-detail__hero p { margin:0; color:rgba(255,255,255,.9); font-size:18px; line-height:1.45; }
        .event-detail__grid { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:22px; padding-top:24px; }.event-detail__content { padding:24px; border:1px solid var(--line); border-radius:20px; background:white; }.event-detail__content h2 { margin:0 0 14px; font-family:var(--font-display); font-size:29px; }.event-description { color:var(--soft-ink); line-height:1.6; }
        .event-detail__facts { display:grid; align-content:start; gap:0; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:white; }.event-detail__facts > div { display:grid; gap:4px; padding:16px; border-bottom:1px solid var(--line); }.event-detail__facts span { color:var(--muted); font-family:var(--font-accent); font-size:11px; letter-spacing:.8px; text-transform:uppercase; }.event-detail__facts strong { font-size:15px; line-height:1.35; }.event-detail__facts .btn { width:calc(100% - 32px); margin:16px; }
        @media(max-width:780px) { .events-hero,.events-layout,.event-detail__grid { grid-template-columns:1fr; }.events-hero { padding-top:28px; }.events-filters { grid-template-columns:1fr; }.events-hero__actions .btn { width:100%; }.calendar-day { min-height:76px; padding:5px; }.calendar-event { font-size:9px; }.events-side-note { min-height:230px; }.events-cards { grid-template-columns:1fr; }.event-detail__hero { grid-template-columns:1fr; }.event-detail__date { min-width:0; width:100%; min-height:88px; }.event-detail__date strong { font-size:38px; } }        .featured-swipe-row { grid-auto-columns:calc((100% - 32px) / 3.15); }
        .featured-profile-card { position:relative; min-height:370px; overflow:hidden; border-radius:20px; background:#b8c8d4; color:white; }
        .featured-profile-card__media { position:absolute; inset:0; background:#dce8f0 center/cover no-repeat; }
        .featured-profile-card__media::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.22) 0%,rgba(0,0,0,.64) 76%,rgba(0,0,0,.76) 100%); }
        .featured-profile-card__placeholder { position:absolute; top:50%; left:50%; width:43%; height:43%; object-fit:contain; opacity:.22; transform:translate(-50%,-50%); filter:grayscale(1); }
        .featured-profile-card__content { position:relative; z-index:1; min-height:370px; padding:20px; display:flex; flex-direction:column; justify-content:space-between; gap:22px; }
        .featured-profile-card__badge { display:inline-flex; padding:6px 9px; border:1px solid rgba(255,255,255,.34); border-radius:999px; background:rgba(0,0,0,.17); color:white; font-family:var(--font-accent); font-size:11px; letter-spacing:1px; text-transform:uppercase; backdrop-filter:blur(6px); }
        .featured-profile-card h3 { margin:12px 0 8px; color:white; font-family:var(--font-display); font-size:28px; line-height:1.05; }
        .featured-profile-card p { margin:0; color:rgba(255,255,255,.88); font-size:14px; line-height:1.4; }
        .featured-profile-card__button { display:flex; width:100%; align-items:center; justify-content:center; gap:9px; min-height:46px; padding:0 14px; border-radius:999px; background:var(--brand); color:white; font-family:var(--font-display); font-size:13px; font-weight:400; letter-spacing:1px; text-transform:uppercase; transition:background .16s ease,transform .16s ease; }
        .featured-profile-card__button:hover { background:#1385d0; transform:translateY(-1px); }        .swipe-row { display:grid; grid-auto-flow:column; grid-auto-columns:calc((100% - 42px) / 3.35); gap:16px; overflow-x:auto; overflow-y:visible; scroll-snap-type:x mandatory; padding:2px 40px 16px 0; scrollbar-width:none; }
        .swipe-row::-webkit-scrollbar { display:none; }
        .swipe-item { min-width:0; scroll-snap-align:start; }
        .swipe-item .card { height:100%; }
        .blog-card { background:white; border:1px solid var(--line); border-radius:20px; padding:18px; min-height:230px; box-shadow:0 14px 36px rgba(36,49,61,.06); display:flex; flex-direction:column; align-items:flex-start; gap:12px; }
        .blog-card h3 { font-family:var(--font-display); font-size:24px; line-height:1.1; margin:0; }
        .blog-card p { margin:0; color:var(--soft-ink); line-height:1.45; }
        .text-link { margin-top:auto; color:var(--brand); font-weight:700; }
        .section-head { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:16px; }
        .section-head h2 { font-family:var(--font-display); margin:0; font-size:clamp(25px, 3vw, 36px); letter-spacing:0; }
        .section-head p { margin:6px 0 0; max-width:680px; color:var(--muted); line-height:1.45; }
        .categories { display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; padding:0; overflow:visible; }
        .category-card { display:flex; gap:14px; min-height:132px; padding:18px; background:white; border:1px solid var(--line); border-radius:20px; box-shadow:0 14px 36px rgba(23,32,51,.055); }
        .category-card.active { border-color:rgba(23,107,135,.5); box-shadow:0 18px 42px rgba(23,107,135,.12); }
        .category-icon { flex:0 0 auto; width:44px; height:44px; display:grid; place-items:center; border-radius:14px; background:#e9f5f7; color:var(--brand); font-size:22px; }
        .category-card h3 { margin:0; font-size:19px; }
        .category-card p { margin:6px 0 0; color:var(--muted); font-size:14px; line-height:1.35; }
        .count { font-family:var(--font-accent); display:inline-flex; margin-top:10px; padding:5px 9px; border-radius:999px; background:var(--soft); color:var(--soft-ink); font-size:13px; font-weight:500; }
        .tabs { display:flex; gap:8px; overflow:auto; padding:0 0 14px; margin-bottom:2px; }
        .tab { font-family:var(--font-accent); flex:0 0 auto; padding:10px 14px; border:1px solid var(--line); border-radius:999px; background:white; color:var(--soft-ink); font-weight:500; }
        .tab.active { background:var(--ink); color:white; border-color:var(--ink); }
        .results-bar { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; padding:14px 16px; border:1px solid var(--line); border-radius:18px; background:white; }
        .results-bar strong { display:block; font-size:18px; }
        .results-bar span { color:var(--muted); font-size:14px; }
        .grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; padding:0; }
        .grid.compact { grid-template-columns:repeat(2, 1fr); }
        .grid.referrals { grid-template-columns:repeat(2, 1fr); }
        .list-grid { display:grid; grid-template-columns:1fr; gap:12px; }
        .card { background:var(--card); border:1px solid var(--line); border-radius:20px; padding:18px; box-shadow:0 14px 36px rgba(36,49,61,.06); min-height:210px; display:flex; flex-direction:column; gap:12px; transition:transform .16s ease, box-shadow .16s ease; }
        .card:hover { transform:translateY(-2px); box-shadow:0 18px 46px rgba(36,49,61,.10); }
        .card.row { min-height:0; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:16px; }
        .row-icon { width:48px; height:48px; border-radius:16px; display:grid; place-items:center; background:#e9f5f7; color:var(--brand); font-weight:500; }
        .badge { font-family:var(--font-accent); display:inline-flex; width:max-content; padding:6px 10px; border-radius:999px; background:var(--soft); color:var(--brand); font-size:13px; font-weight:500; }
        .badge.green { color:var(--green); background:#ecfdf3; }
        .badge.orange { color:var(--orange); background:#fff4ed; }
        .card h2, .card h3 { font-family:var(--font-display); margin:0; font-size:22px; line-height:1.15; letter-spacing:0; }
        .card.row h3 { font-size:20px; }
        .meta { font-family:var(--font-accent); color:var(--muted); font-weight:750; font-size:14px; }
        .summary { color:#4d5b66; line-height:1.5; margin:0; }
        .referral { margin-top:auto; display:flex; gap:8px; align-items:center; width:max-content; max-width:100%; padding:7px 10px; border-radius:12px; background:#ecfdf3; color:var(--green); font-size:13px; font-weight:500; }
        .referral-card:nth-child(odd) { background:#fff7ed; }
        .referral-card:nth-child(even) { background:#eef7ff; }
        .info-band { display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; }
        .info-tile { padding:18px; background:white; border:1px solid var(--line); border-radius:20px; min-height:150px; }
        .info-tile strong { display:block; font-size:19px; margin-bottom:8px; }
        .info-tile p { margin:0; color:var(--muted); line-height:1.45; }
        .stats-band { width:100vw; margin-left:calc(50% - 50vw); padding:42px 0; background:#edf6f4; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
        .hero-panel { background:white; border:1px solid var(--line); border-radius:24px; padding:22px; box-shadow:0 18px 48px rgba(23,32,51,.07); }
        .hero-panel h2 { font-family:var(--font-display); margin:0 0 12px; font-size:28px; }
        .stat-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:12px; }
        .stat { border:1px solid var(--line); background:white; border-radius:16px; padding:16px; }
        .stat strong { display:block; font-size:30px; line-height:1; }
        .stat span { display:block; margin-top:7px; color:var(--muted); font-size:13px; font-weight:750; }
        .city-list { display:flex; flex-wrap:wrap; gap:10px; }
        .chip { flex:0 0 auto; padding:10px 14px; background:white; border:1px solid var(--line); border-radius:999px; font-weight:500; color:var(--ink); }
        .chip.active { background:var(--ink); color:white; border-color:var(--ink); }
        .empty { padding:28px; border:1px dashed var(--line); background:white; border-radius:18px; text-align:center; color:var(--muted); }
        .form-shell { max-width:980px; padding:34px 0 66px; }
        .form-card { background:white; border:1px solid var(--line); border-radius:24px; padding:24px; box-shadow:0 18px 48px rgba(23,32,51,.07); }
        .form-card h1 { font-family:var(--font-display); color:var(--ink); font-size:clamp(34px, 4vw, 54px); max-width:760px; }
        .form-card .lead { color:var(--muted); max-width:760px; }
        .form-grid { display:grid; grid-template-columns:repeat(2, 1fr); gap:16px; margin-top:24px; }
        .form-field.full { grid-column:1 / -1; }
        .form-section-title { grid-column:1 / -1; margin-top:10px; padding-top:18px; border-top:1px solid var(--line); font-size:20px; font-weight:500; }
        .error-text { color:#b91c1c; font-size:13px; margin-top:6px; font-weight:750; }
        .alert { padding:14px 16px; border-radius:16px; margin:18px 0 0; line-height:1.45; }
        .alert.success { background:#ecfdf3; color:#166534; border:1px solid #bbf7d0; }
        .alert.error { background:#fef2f2; color:#991b1b; border:1px solid #fecaca; }
        .form-actions { display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin-top:22px; }
        .detail { max-width:820px; padding:24px 0 60px; }
        .detail-card { background:white; border:1px solid var(--line); border-radius:22px; padding:26px; box-shadow:0 14px 36px rgba(36,49,61,.06); }
        .disabled-page h1 { font-size:40px; padding-top:30px; }
        .legal-shell { max-width:900px; padding:36px 0 68px; }
        .legal-shell h1 { color:var(--ink); max-width:850px; font-size:clamp(40px,5vw,68px); }
        .legal-lead { color:var(--muted); font-size:20px; line-height:1.5; max-width:720px; }
        .legal-content { margin-top:30px; padding:28px; border:1px solid var(--line); border-radius:20px; background:white; box-shadow:0 14px 36px rgba(23,32,51,.055); }
        .legal-content h2 { margin:30px 0 10px; font-family:var(--font-display); font-size:27px; line-height:1.12; }
        .legal-content h2:first-child { margin-top:0; }
        .legal-content p { margin:0; color:var(--soft-ink); line-height:1.62; }
        .legal-placeholder { color:#9a3412; background:#fff7ed; border-radius:6px; padding:2px 5px; }
        .legal-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:30px; }
        .legal-grid article { padding:22px; border:2px solid var(--line); border-radius:18px; background:white; }
        .legal-grid article:nth-child(1) { border-color:#009BE6; } .legal-grid article:nth-child(2) { border-color:#68BC68; } .legal-grid article:nth-child(3) { border-color:#E5C335; }
        .legal-grid h2 { margin:0 0 10px; font-family:var(--font-display); font-size:24px; }
        .legal-grid p { margin:0; color:var(--soft-ink); line-height:1.5; }
        .report-card summary { cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:14px; list-style:none; color:var(--muted); font-weight:500; }
        .report-card summary::-webkit-details-marker { display:none; }
        .report-card__body { margin-top:18px; }
        .report-card__body h2 { margin:0 0 7px; font-family:var(--font-display); font-size:27px; }
        .profile-photo-editor { display:flex; gap:18px; align-items:center; padding:18px; border:1px solid var(--line); border-radius:16px; background:var(--soft); }
        .profile-photo-preview { width:104px; height:104px; flex:0 0 104px; display:grid; place-items:center; overflow:hidden; border-radius:50%; background:#e8eff4; }
        .profile-photo-preview img { width:100%; height:100%; object-fit:cover; }
        .profile-photo-preview .profile-photo-placeholder { width:58%; height:58%; padding:0; object-fit:contain; opacity:.32; }
        .profile-remove { display:flex; align-items:center; gap:8px; margin-top:10px; font-size:13px; font-weight:400; }
        .profile-remove input { width:auto; min-height:auto; }
        .detail-identity { display:flex; align-items:center; gap:16px; padding-bottom: 40px;}
        .detail-profile-image { width:78px; height:78px; flex:0 0 78px; display:grid; place-items:center; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#f1f5f8; }
        .detail-profile-image img { width:100%; height:100%; object-fit:cover; }
        .detail-profile-image .detail-profile-placeholder { width:58%; height:58%; object-fit:contain; opacity:.32; }
        .contact { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:18px; }
        .contact div { background:var(--soft); border-radius:14px; padding:12px; color:#4d5b66; }
        footer { border-top:1px solid var(--line); color:var(--muted); padding:24px 0 38px; margin-top:20px; }
        @media (max-width: 980px) { .hero { min-height:560px; } .cta-strip { grid-template-columns:1fr; } .cta-actions { justify-content:flex-start; } .home-support-tiles { grid-template-columns:1fr; } .support-tile { min-height:300px; } .support-tile-large { padding-right:280px; } .support-person { max-height:390px; right:24px; } .swipe-row { grid-auto-columns:calc((100% - 20px) / 2.15); } .categories, .grid, .grid.compact, .grid.referrals, .info-band, .visual-cards { grid-template-columns:repeat(2, 1fr); } .stat-grid { grid-template-columns:repeat(2, 1fr); } }
        @media (max-width: 680px) { .form-grid { grid-template-columns:1fr; } .wrap { width:min(100% - 24px, 1160px); } nav { align-items:flex-start; flex-direction:column; } .nav-actions { width:100%; } .nav-actions .btn { flex:1; } .account-status { flex:1; } .account-greeting { flex:1; justify-content:center; } .hero { min-height:650px; padding:54px 0 34px; } h1 { font-family:var(--font-display); font-size:40px; } .filters { grid-template-columns:1fr; } .support-tile { min-height:270px; padding:32px 24px 24px; border-radius:22px; } .support-tile-large { padding-right:24px; padding-bottom:230px; } .support-tile strong { font-size:42px; } .support-kicker { font-size:18px; } .support-button { min-height:50px; font-size:18px; padding:0 22px; } .support-bottom { gap:18px; } .support-circle { width:82%; right:-120px; top:auto; bottom:70px; } .support-person { height:auto; max-height:260px; right:18px; bottom:0; } .home-support-tiles { padding-top:28px; } .swipe-row { grid-auto-columns:86%; padding-right:28px; } .featured-swipe-row { grid-auto-columns:86%; } .slider-head { flex-direction:row; align-items:center; } .categories, .grid, .grid.compact, .grid.referrals, .info-band, .contact, .visual-cards, .legal-grid { grid-template-columns:1fr; } .profile-photo-editor { align-items:flex-start; } .detail-identity { align-items:flex-start;flex-direction: column; } .section-head, .results-bar { align-items:flex-start; flex-direction:column; } .card.row { grid-template-columns:1fr; } .cta-strip { padding:18px; } .cta-actions .btn { width:100%; } }
            /* bak-mobile-support-overflow-hidden-marker */
        @media (max-width:680px) {
            .support-tile-large {
                overflow:hidden;
                clip-path:none;
            }
        }
        /* bak-button-full-typography-marker */
        .btn,
        .support-button,
        button.btn,
        input[type="submit"] {
            font-family:var(--font-display);
            font-size:13px;
            font-weight:400;
            text-transform:uppercase;
            letter-spacing:1px;
        }        .account-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.account-modal.is-open{display:flex}.account-modal__backdrop{position:absolute;inset:0;background:rgba(23,32,51,.58);backdrop-filter:blur(7px)}.account-modal__dialog{width:min(760px,100%);position:relative;z-index:1;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 26px 80px rgba(15,23,42,.28)}.account-modal__close{position:absolute;top:16px;right:16px;z-index:3;width:38px;height:38px;border:0;border-radius:50%;background:#f1f5f9;color:var(--ink);font-size:28px;line-height:1;cursor:pointer}.account-modal__track{display:flex;width:300%;transition:transform .32s ease}.account-modal__screen{width:33.333%;flex:0 0 33.333%;padding:48px;min-height:510px}.account-modal__eyebrow{display:block;font-family:var(--font-accent);color:var(--brand);text-transform:uppercase;letter-spacing:1px;font-size:13px;margin-bottom:12px}.account-modal h2{font-family:var(--font-display);font-size:42px;line-height:1;margin:0}.account-modal__lead{margin:12px 0 28px;color:var(--muted);font-size:17px;line-height:1.45}.account-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.account-role-card{min-height:200px;padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff;text-align:left;color:var(--ink);cursor:pointer;transition:border-color .16s ease,transform .16s ease;font:inherit}.account-role-card:hover{border-color:var(--brand);transform:translateY(-2px)}.account-role-card strong{display:block;font-family:var(--font-display);font-size:22px;margin-bottom:12px}.account-role-card span{display:block;color:var(--muted);font-size:14px;line-height:1.4}.account-form{display:grid;gap:9px;max-width:460px}.account-form label{margin-top:8px}.account-form input:not([type="checkbox"]){min-height:48px}.account-check{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted)}.account-check input{width:auto;min-height:0}.account-submit{margin-top:14px;width:max-content}.account-modal__back,.account-modal__switch{border:0;background:transparent;color:var(--brand);padding:0;cursor:pointer;font:inherit;font-size:14px;margin-bottom:24px}.account-modal__switch{display:block;margin-top:22px;margin-bottom:0}.account-claim-note{color:var(--muted);font-size:14px;line-height:1.4;margin:18px 0 0}.account-form-error{margin:8px 0 0;color:#b91c1c;font-size:14px}@media(max-width:680px){.account-modal{padding:12px;align-items:flex-end}.account-modal__dialog{border-radius:16px 16px 0 0}.account-modal__screen{padding:36px 24px 28px;min-height:570px}.account-modal h2{font-size:34px}.account-role-grid{grid-template-columns:1fr}.account-role-card{min-height:0;padding:16px}}
        .account-role-grid { grid-template-columns:1fr; }
        .account-role-card { min-height:0; width:100%; padding:18px 20px; }
        .account-role-card strong { margin-bottom:6px; }
        .leonik-promo { display:grid; grid-template-columns:1fr 1fr; min-height:390px; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:#f3f8fb; }
        .leonik-promo__copy { padding:42px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
        .leonik-promo__eyebrow { font-family:var(--font-accent); font-size:13px; letter-spacing:1px; text-transform:uppercase; color:var(--brand); }
        .leonik-promo h2 { font-family:var(--font-display); font-size:clamp(32px,4vw,50px); line-height:1; margin:12px 0; max-width:520px; }
        .leonik-promo p { margin:0; color:var(--soft-ink); font-size:17px; line-height:1.45; max-width:460px; }
        .leonik-promo__qr { display:flex; align-items:center; gap:16px; margin-top:26px; color:var(--ink); font-family:var(--font-display); font-size:14px; text-transform:uppercase; letter-spacing:1px; }
        .leonik-promo__qr img { width:96px; height:96px; padding:6px; border-radius:8px; background:white; border:1px solid var(--line); }
        .leonik-promo__visual { display:grid; place-items:end center; padding:34px 34px 0; background:#009BE6; overflow:hidden; }
        .phone-mockup { width:min(255px, 78%); height:360px; padding:10px; border-radius:36px 36px 0 0; background:#172033; box-shadow:0 -16px 42px rgba(23,32,51,.2); position:relative; }
        .phone-mockup__speaker { width:74px; height:18px; border-radius:999px; background:#172033; position:absolute; top:10px; left:50%; transform:translateX(-50%); z-index:2; }
        .phone-mockup__screen { height:100%; border-radius:27px 27px 0 0; background:#f8fbfd; }
        @media (max-width:680px) { .leonik-promo { grid-template-columns:1fr; } .leonik-promo__copy { padding:30px 24px; } .leonik-promo__visual { min-height:290px; padding:28px 28px 0; } .phone-mockup { height:270px; width:210px; } }
        .profile-contact-cta,.profile-claim-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:22px 24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(36,49,61,.06)}.profile-contact-cta h2{margin:9px 0 5px;font-family:var(--font-display);font-size:27px}.profile-contact-cta p,.profile-claim-cta p{margin:0;color:var(--muted);line-height:1.45}.profile-claim-cta{background:#f8fbfd}.profile-claim-cta strong{font-family:var(--font-display);font-size:20px}.profile-drawer{position:fixed;inset:0;z-index:130;visibility:hidden;pointer-events:none}.profile-drawer.is-open{visibility:visible;pointer-events:auto}.profile-drawer__backdrop{position:absolute;inset:0;width:100%;border:0;background:rgba(15,32,50,.5);opacity:0;transition:opacity .24s ease}.profile-drawer.is-open .profile-drawer__backdrop{opacity:1}.profile-drawer__panel{position:absolute;top:0;right:0;display:flex;width:min(720px,100%);height:100%;flex-direction:column;background:#fff;box-shadow:-22px 0 65px rgba(15,32,50,.22);transform:translateX(100%);transition:transform .28s ease}.profile-drawer.is-open .profile-drawer__panel{transform:translateX(0)}.profile-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:27px 28px 18px;border-bottom:1px solid var(--line)}.profile-drawer__head h2{margin:9px 0 0;font-family:var(--font-display);font-size:31px;line-height:1.05}.profile-drawer__close{display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:27px;cursor:pointer}.profile-drawer__content{overflow-y:auto;padding:26px 28px 42px}.profile-drawer__content .form-card{padding:0;border:0;border-radius:0;box-shadow:none}.profile-drawer__content #zapytanie>h2,.profile-drawer__content #zapytanie>.badge,.profile-drawer__content #przejmij>summary{display:none}.profile-drawer-open{overflow:hidden}@media(max-width:680px){.profile-contact-cta,.profile-claim-cta{align-items:flex-start;flex-direction:column;padding:20px}.profile-contact-cta .btn,.profile-claim-cta .btn{width:100%}.profile-drawer__head{padding:21px 20px 15px}.profile-drawer__content{padding:20px 20px 34px}.profile-drawer__head h2{font-size:27px}}
.account-register-roles{display:grid;gap:8px;margin:12px 0 4px;padding:0;border:0}.account-register-roles legend{margin-bottom:4px;font-family:var(--font-display);font-size:15px}.account-register-roles label{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--line);border-radius:10px;cursor:pointer}.account-register-roles input{width:auto;min-height:auto;margin-top:3px}.account-register-roles span{display:grid;gap:3px}.account-register-roles strong{font-family:var(--font-display);font-size:15px}.account-register-roles small{color:var(--muted);font-size:13px;line-height:1.3}.account-register-roles label:has(input:checked){border-color:var(--brand);background:#f0f8ff}
.inquiry-auth-gate{display:grid;gap:13px;padding:22px;border:1px solid var(--line);border-radius:16px;background:#f8fbfd}.inquiry-auth-gate h3{margin:0;font-family:var(--font-display);font-size:24px}.inquiry-auth-gate p{margin:0;color:var(--muted);line-height:1.45}.inquiry-auth-gate .btn{width:max-content}
        .about-page { max-width:1160px; }
        .about-layout { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:24px; align-items:start; margin-top:30px; }
        .about-layout .legal-content { margin-top:0; }
        .about-sidebar { position:sticky; top:24px; display:grid; gap:14px; }
        .about-sidebar-intro { padding:24px; border-radius:18px; background:#eaf6fd; border:1px solid #b2d6d8; }
        .about-sidebar-intro .cta-kicker { margin-bottom:12px; }
        .about-sidebar h2 { margin:0 0 10px; font-family:var(--font-display); font-size:26px; line-height:1.1; }
        .about-sidebar p { margin:0; color:var(--soft-ink); line-height:1.52; }
        .about-sidebar-links { display:grid; border:1px solid var(--line); border-radius:18px; overflow:hidden; background:white; }
        .about-sidebar-links a { position:relative; display:grid; gap:5px; padding:18px 46px 18px 18px; border-bottom:1px solid var(--line); color:var(--ink); text-decoration:none; transition:background .2s ease; }
        .about-sidebar-links a:last-child { border-bottom:0; }
        .about-sidebar-links a:hover { background:#f5fbff; }
        .about-sidebar-links strong { font-family:var(--font-display); font-size:17px; }
        .about-sidebar-links span { color:var(--soft-ink); font-size:14px; line-height:1.4; }
        .about-sidebar-links b { position:absolute; right:18px; top:50%; color:var(--brand); font-size:22px; transform:translateY(-50%); }
        .about-sidebar-note { padding:20px; border:2px solid #e5c335; border-radius:18px; background:#fffdf2; }
        .about-sidebar-note strong { display:block; margin-bottom:7px; font-family:var(--font-display); }
        @media (max-width:900px) { .about-layout { grid-template-columns:1fr; } .about-sidebar { position:static; } }
.profile-drawer form[hidden]{display:none !important}
.nfz-profile-badge{display:inline-flex;width:max-content;align-items:center;gap:5px;margin-top:8px;padding:5px 8px;border:1px solid #95cceb;border-radius:999px;background:#edf8ff;color:#075d91;font-family:var(--font-accent);font-size:10px;font-weight:700;letter-spacing:.65px;line-height:1;text-transform:uppercase}.nfz-profile-badge>span{display:grid;min-width:21px;height:15px;padding:0 2px;place-items:center;border-radius:3px;background:#075d91;color:white;font-size:8px;line-height:1}.detail-identity .nfz-profile-badge{margin:10px 0 0;font-size:11px}
.location-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:22px 0 10px;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:#f8fbfd}
.location-strip>div{display:grid;gap:4px}.location-strip strong{font-family:var(--font-display);font-size:18px}.location-strip span{color:var(--muted);font-size:14px;line-height:1.4}.location-share-button{white-space:nowrap}.distance-chip{display:none;margin-left:7px;padding:4px 8px;border-radius:999px;background:#eaf6fd;color:var(--brand);font-family:var(--font-accent);font-size:12px;font-weight:700;line-height:1}.distance-chip.is-visible{display:inline-flex}.distance-chip.is-estimated{background:#fff7ed;color:#9a3412}@media(max-width:680px){.location-strip{align-items:flex-start;flex-direction:column}.location-share-button{width:100%}}

.first-steps{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);gap:16px;align-items:stretch}.first-steps__copy{padding:42px;border:1px solid var(--line);border-radius:22px;background:#fff}.first-steps__copy h2{max-width:620px;margin:8px 0 16px;font-size:clamp(31px,4vw,52px)}.first-steps__copy p{max-width:650px;margin:0 0 24px;color:var(--muted);font-size:17px;line-height:1.6}.first-steps__visual{display:grid;min-height:330px;place-items:center;border-radius:22px;background:#b2d6d8;color:#38636a}.first-steps__visual span{max-width:160px;text-align:center;font-family:var(--font-display);font-size:17px;line-height:1.25}.events-toolbar{display:flex;justify-content:flex-end;padding:34px 0 18px}.event-tags{display:flex;gap:8px;overflow-x:auto;padding:14px 0 2px;scrollbar-width:none}.event-tags a{flex:none;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-family:var(--font-display);font-size:13px;text-decoration:none}.event-tags a:nth-child(3n+2){border-color:#68bc68}.event-tags a:nth-child(3n+3){border-color:#e5c335}.event-tags a:nth-child(3n+4){border-color:#ff6248}.event-tags a.active{background:#025faf;border-color:#025faf;color:#fff}.events-month-summary{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:26px;border-radius:22px;background:#68bc68;color:#113b28}.events-month-summary>span{font-family:var(--font-accent);font-size:12px;letter-spacing:1px;text-transform:uppercase}.events-month-summary strong{margin-top:8px;font-family:var(--font-display);font-size:72px;line-height:.9}.events-month-summary h2{margin:8px 0 0;font-size:28px}.events-month-summary p{margin:12px 0 0;line-height:1.45}.events-side-note{display:grid;grid-template-columns:auto minmax(200px,1fr) minmax(260px,1.5fr) auto;gap:20px;align-items:center;margin-top:16px}.events-side-note p{margin:0}.event-card__tags{display:flex;gap:5px;flex-wrap:wrap;margin:9px 0}.event-card__tags span{padding:4px 7px;border-radius:999px;background:#eaf4f5;color:#24535b;font-size:11px}.recommendation-done{display:inline-flex;padding:11px 14px;border-radius:8px;background:#ecfdf5;color:#17633c;font-family:var(--font-display);font-size:13px}@media(max-width:780px){.first-steps{grid-template-columns:1fr}.first-steps__copy{padding:28px}.first-steps__visual{min-height:200px}.events-side-note{grid-template-columns:1fr;gap:12px}.events-month-summary strong{font-size:60px}}

.category-extra-badge{margin-left:6px;background:#eaf6fd;color:var(--brand)}.profile-category-badges{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.featured-profile-card__badge.category-extra-badge{display:inline-flex;margin-left:6px;background:rgba(255,255,255,.82);color:var(--brand)}

/* Category badges on recommendation cards */
.category-badge-group {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.category-badge-group .badge {
    flex: 0 0 auto;
}

.badge.category-extra-badge {
    min-width: 34px;
    justify-content: center;
}

.badge.badge--on-media {
    border: 1px solid rgba(255, 255, 255, .34);
    background: rgba(0, 0, 0, .17);
    color: #fff;
    backdrop-filter: blur(6px);
}

.featured-profile-card__badge {
    display: inline-flex;
    width: max-content;
    padding: 6px 10px;
    border-radius: 999px;
    font-family: var(--font-accent);
    font-size: 13px;
    font-weight: 500;
}
.category-badge-group .category-extra-badge {
    margin-left: 0;
}
/* Featured recommendation card vertical rhythm */
.featured-profile-card__content {
    justify-content: space-between;
}

.featured-profile-card__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.featured-profile-card__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
}

.featured-profile-card__location {
    margin: 0 0 7px;
    color: rgba(255, 255, 255, .92);
    font-family: var(--font-display);
    font-size: 17px;
    line-height: 1.22;
    padding-bottom:10px;
}

.featured-profile-card__distance.distance-chip.is-visible {
    display: inline-flex;
    margin: 0 0 18px;
}

.featured-profile-card__button {
    margin-top: 0;
}

/* Location sharing button */
.location-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.location-share-button.is-active {
    border-color: #ff6248;
    background: #fff4ed;
    color: #c24124;
}

.location-pin-icon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.location-pin-icon::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: currentColor;
}
.featured-profile-card__location {
    display: grid;
    gap: 2px;
}
/* Account drawer flow */
.account-modal {
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
    z-index: 180;
}

.account-modal__backdrop {
    opacity: 0;
    transition: opacity .24s ease;
}

.account-modal.is-open .account-modal__backdrop {
    opacity: 1;
}

.account-modal__dialog {
    width: min(560px, 100%);
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .28s ease;
}

.account-modal.is-open .account-modal__dialog {
    transform: translateX(0);
}

.account-modal.is-embedded {
    position: static;
    inset: auto;
    z-index: auto;
    display: block;
    padding: 0;
}

.account-modal.is-embedded .account-modal__backdrop,
.account-modal.is-embedded .account-modal__close {
    display: none;
}

.account-modal.is-embedded .account-modal__dialog {
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}

.account-modal.is-embedded .account-modal__screen {
    min-height: 0;
    padding: 0;
}

.account-modal.is-embedded .account-role-grid {
    grid-template-columns: 1fr;
}

@media(max-width:680px) {
    .account-modal {
        align-items: stretch;
        padding: 0;
    }

    .account-modal__dialog {
        width: 100%;
        border-radius: 0;
    }
}
/* Account drawer transition states */
.account-modal.is-visible {
    display: flex;
}

.account-modal.is-embedded.is-visible {
    display: block;
}

.account-modal.is-embedded .account-modal__dialog {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity .24s ease, transform .28s ease;
}

.account-modal.is-embedded.is-open .account-modal__dialog {
    opacity: 1;
    transform: translateX(0);
}

.account-role-grid--two{grid-template-columns:repeat(2,1fr)}
.account-company-kind{display:none;gap:8px;margin:12px 0 4px;padding:0;border:0}
.account-company-kind.is-visible{display:grid}
.account-company-kind legend{margin-bottom:4px;font-family:var(--font-display);font-size:15px}
.account-company-kind label{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--line);border-radius:10px;cursor:pointer}
.account-company-kind input{width:auto;min-height:auto;margin-top:3px}
.account-company-kind span{display:grid;gap:3px}
.account-company-kind strong{font-family:var(--font-display);font-size:15px}
.account-company-kind small{color:var(--muted);font-size:13px;line-height:1.3}
.account-company-kind label:has(input:checked){border-color:var(--brand);background:#f0f8ff}
@media(max-width:680px){.account-role-grid--two{grid-template-columns:1fr}}

.account-company-fields{display:none;gap:10px}
.account-company-fields.is-visible{display:grid}

.account-greeting--icon-only {
    width: 54px;
    min-width: 54px;
    padding: 0 12px;
    justify-content: center;
    gap: 4px;
}

.account-greeting--icon-only .account-user-icon {
    width: 19px;
    height: 19px;
}

.account-greeting--icon-only .account-chevron-icon {
    width: 13px;
    height: 13px;
}
/* account-icon-brand-20260711 */
.account-greeting--icon-only {
    width: 56px;
    min-width: 56px;
    min-height: 46px;
    padding: 0 13px;
    border-color: var(--brand);
    background: var(--brand);
    color: #fff;
    box-shadow: 0 10px 22px rgba(2, 95, 175, .16);
}

.account-greeting--icon-only:hover {
    background: var(--brand-hover, var(--brand));
    border-color: var(--brand-hover, var(--brand));
    color: #fff;
}

.account-greeting--icon-only .account-user-icon {
    width: 21px;
    height: 21px;
}

.account-greeting--icon-only .account-chevron-icon {
    width: 14px;
    height: 14px;
}
/* account-profile-menu-20260711 */
.account-greeting--profile {
    min-height: 60px;
    padding: 0 40px;
    gap: 10px;
    border-color: var(--line);
    background: #fff;
    color: var(--ink);
    box-shadow: none;
}

.account-greeting--profile:hover {
    border-color: var(--brand);
    background: #fff;
    color: var(--ink);
}

.account-greeting--profile .account-avatar {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.account-avatar--initial {
    display: grid;
    place-items: center;
    background: var(--brand);
    color: #fff;
    font-family: var(--font-display);
    font-size: 15px;
    line-height: 1;
}

.account-greeting__text {
    color: var(--ink);
    margin: 0;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-greeting--profile .account-chevron-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.account-badge--inline {
    position: static;
    min-width: 22px;
    height: 22px;
    border: 0;
    font-size: 11px;
}

.account-menu__count {
    display: inline-grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    padding: 0 7px;
    border-radius: 999px;
    background: #e8eef4;
    color: var(--ink);
    font-family: var(--font-accent);
    font-size: 11px;
}

.account-menu__count.has-new {
    background: var(--rose);
    color: #fff;
}

@media (max-width: 680px) {
    .account-greeting--profile {
        width: 100%;
        padding: 0 22px;
    }
}
/* nav-user-icons-20260711 */
.account-user-mark {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
}

.account-user-mark svg,
.btn-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-btn-with-icon {
    gap: 12px;
}

.btn-icon {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border-radius: 999px;
}

.btn-icon--calendar {
    background: var(--soft);
    color: var(--brand);
}

.btn-icon--plus {
    background: #fff;
    color: var(--brand);
}

.btn.secondary .btn-icon--calendar {
    border: 1px solid var(--line);
}

@media (max-width: 680px) {
    .nav-btn-with-icon {
        padding-inline: 22px;
    }
}
