@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#070908;--panel:#0c1211c7;--panel-strong:#111918f0;--line:#dcfff61f;--text:#f5fbf8;--muted:#9ea9a6;--emerald:#26f5a8;--emerald-soft:#26f5a824;--blue:#49a8ff;--gold:#e5c878;--danger:#ff6775;--shadow:0 24px 80px #0000006b;--field-bg:#050908e0;--surface:#101815;--modal-bg:#101815;--nav-bg:#060908eb;--topbar-bg:#060908b8;--pill-text:#c7ffea;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f3f7f5;--panel:#ffffffd1;--panel-strong:#fffffff5;--line:#0f302624;--text:#10231d;--muted:#5d6f69;--emerald:#087a52;--emerald-soft:#087a521f;--blue:#176fae;--gold:#806315;--danger:#b3293b;--shadow:0 20px 60px #11342a24;--field-bg:#fffffff5;--surface:#f8fbfa;--modal-bg:#fff;--nav-bg:#ffffffeb;--topbar-bg:#ffffffe6;--pill-text:#075c40}@media (prefers-color-scheme:light){:root:not([data-theme]){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f3f7f5;--panel:#ffffffd1;--panel-strong:#fffffff5;--line:#0f302624;--text:#10231d;--muted:#5d6f69;--emerald:#087a52;--emerald-soft:#087a521f;--blue:#176fae;--gold:#806315;--danger:#b3293b;--shadow:0 20px 60px #11342a24;--field-bg:#fffffff5;--surface:#f8fbfa;--modal-bg:#fff;--nav-bg:#ffffffeb;--topbar-bg:#ffffffe6;--pill-text:#075c40}}:root[data-theme=light] .nav,:root[data-theme=light] .topbar,:root[data-theme=light] .guest-mobile-nav,:root[data-theme=light] .guest-search{background:#ffffffe0}:root[data-theme=light] .glass{background:linear-gradient(160deg,#fffffff5,#f5faf8db)}:root[data-theme=light] input,:root[data-theme=light] textarea,:root[data-theme=light] select{color:var(--text);background-color:#ffffffeb}:root[data-theme=light] .legal-document p,:root[data-theme=light] .legal-document li{color:var(--muted)}:root[data-theme=light] .pill:not(.muted):not(.gold):not(.danger-pill){color:#075c40;background:#087a5224;border:1px solid #075c403d}@media (prefers-color-scheme:light){:root:not([data-theme]) .nav,:root:not([data-theme]) .topbar,:root:not([data-theme]) .guest-mobile-nav,:root:not([data-theme]) .guest-search{background:#ffffffe0}:root:not([data-theme]) .glass{background:linear-gradient(160deg,#fffffff5,#f5faf8db)}:root:not([data-theme]) input,:root:not([data-theme]) textarea,:root:not([data-theme]) select{color:var(--text);background-color:#ffffffeb}:root:not([data-theme]) .legal-document p,:root:not([data-theme]) .legal-document li{color:var(--muted)}:root:not([data-theme]) .pill:not(.muted):not(.gold):not(.danger-pill){color:#075c40;background:#087a5224;border:1px solid #075c403d}}*{box-sizing:border-box}img,video,canvas,svg{max-width:100%}body{min-width:320px;min-height:100vh;color:var(--text);overscroll-behavior:none;background:radial-gradient(circle at 0 0,#26f5a829,#0000 34rem),radial-gradient(circle at 100% 100%,#49a8ff24,#0000 34rem),linear-gradient(135deg,#050706 0%,#07100d 48%,#040505 100%);margin:0}:root[data-theme=light] body{background:radial-gradient(circle at 0 0,#087a521f,#0000 34rem),radial-gradient(circle at 100% 100%,#176fae1a,#0000 34rem),linear-gradient(135deg,#f8fbfa 0%,#edf5f1 48%,#f7faf9 100%)}@media (prefers-color-scheme:light){:root:not([data-theme]) body{background:radial-gradient(circle at 0 0,#087a521f,#0000 34rem),radial-gradient(circle at 100% 100%,#176fae1a,#0000 34rem),linear-gradient(135deg,#f8fbfa 0%,#edf5f1 48%,#f7faf9 100%)}}button,textarea,select,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--emerald);outline-offset:3px}.app-shell{grid-template-columns:240px minmax(360px,460px) 1fr;align-items:center;gap:28px;width:min(1240px,100%);min-height:100vh;margin:0 auto;padding:28px;display:grid}.glass{border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:linear-gradient(160deg,#ffffff14,#ffffff05)}.desktop-rail,.insight-panel{border-radius:34px;min-height:650px;padding:24px}.brand-lockup{letter-spacing:-.04em;align-items:center;gap:12px;font-size:22px;font-weight:800;display:flex}.brand-lockup.small{font-size:19px}.logo-wrap{flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.logo-wrap img{object-fit:contain;width:100%;height:100%;display:block}.nav{border-top:1px solid var(--line);background:var(--nav-bg);padding:10px;padding-bottom:max(10px, env(safe-area-inset-bottom));grid-template-columns:repeat(5,1fr);gap:7px;display:grid}.nav.vertical{background:0 0;border-top:0;flex-direction:column;gap:10px;padding:34px 0 0;display:flex}.nav button{color:var(--muted);background:0 0;border:0;border-radius:18px;flex-direction:column;align-items:center;gap:5px;padding:10px 8px;transition:all .18s;display:flex}.nav.vertical button{flex-direction:row;justify-content:flex-start;padding:14px 16px}.nav button span{font-size:11px;font-weight:650}.nav.vertical button span{font-size:14px}.nav button.active{color:var(--text);background:var(--emerald-soft);box-shadow:inset 0 0 0 1px #26f5a82b}.rail-card,.flow-card{border:1px solid var(--line);color:var(--muted);background:#ffffff0a;border-radius:24px;gap:8px;margin-top:28px;padding:18px;display:grid}.rail-card svg,.flow-card svg{color:var(--gold)}.rail-card strong{color:var(--text)}.phone-frame{justify-content:center;display:flex}.phone{border-radius:42px;grid-template-rows:auto 1fr auto;width:min(100%,430px);height:min(820px,100vh - 56px);min-height:680px;display:grid;position:relative;overflow:hidden}.phone:before{content:"";z-index:5;background:#0000008c;border-radius:0 0 18px 18px;width:112px;height:26px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.topbar{border-bottom:1px solid var(--line);background:var(--topbar-bg);justify-content:space-between;align-items:center;gap:8px;padding:26px 18px 14px;display:flex}.phone .topbar .brand-lockup.small span{display:none}.phone .topbar .brand-lockup.small,.phone .topbar .market-switcher,.phone .topbar .icon-btn{flex:none}.profile-page-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.profile-page-heading .section-title{flex:1;margin-bottom:0}.profile-summary-card{align-items:center;gap:16px;display:flex}.profile-summary-card h3,.profile-summary-card p{margin-bottom:4px}.settings-menu{gap:9px;display:grid}.settings-menu button{border:1px solid var(--line);width:100%;min-height:68px;color:var(--text);text-align:left;background:#ffffff09;border-radius:8px;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:12px;padding:12px 14px;display:grid}.settings-menu button>svg:first-child{color:var(--emerald)}.settings-menu button span{gap:3px;min-width:0;display:grid}.settings-menu button small{color:var(--muted);line-height:1.35}.settings-menu button:hover{background:var(--emerald-soft)}.market-switcher{border:1px solid var(--line);height:34px;color:var(--emerald);background:#ffffff0a;border-radius:999px;align-items:center;gap:5px;padding:0 8px;display:inline-flex}.market-switcher select{width:auto;min-width:62px;color:var(--text);background:0 0;border:0;border-radius:0;margin:0;padding:0;font-size:12px;font-weight:800}.switcher{border:1px solid var(--line);background:#ffffff0a;border-radius:999px;padding:4px;display:flex}.switcher button{color:var(--muted);background:0 0;border:0;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.switcher button.active{color:#07100d;background:#f6fff9}.notice-popup{z-index:30;color:var(--text);background:#101a17;border:1px solid #26f5a857;border-radius:8px;grid-template-columns:22px minmax(0,1fr) 32px;align-items:start;gap:10px;padding:14px;display:grid;position:absolute;top:84px;left:14px;right:14px;box-shadow:0 14px 38px #0000007a}.notice-popup>svg{color:var(--emerald);margin-top:1px}.notice-popup p{margin:0;font-size:13px;font-weight:750;line-height:1.45}.notice-popup button{width:32px;height:32px;color:var(--muted);background:0 0;border:0;place-items:center;padding:0;display:grid}.notice-popup button:hover{color:var(--text)}.route-modal-backdrop{z-index:25;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b8;place-items:center;padding:18px;display:grid;position:absolute;inset:0}.phone .route-modal-backdrop{z-index:120;position:fixed}.phone .route-modal-backdrop>.route-modal:not(.business-profile-modal):not(.promotion-detail-modal){width:min(520px,100%)}.viewport-modal-backdrop{z-index:1000;width:100vw;height:100dvh;position:fixed;inset:0}.route-modal{border:1px solid var(--line);background:var(--modal-bg);border-radius:8px;width:100%;max-height:calc(100% - 28px);padding:18px;overflow-y:auto;box-shadow:0 20px 50px #00000094}.route-modal h3{margin:0 0 5px}.route-modal p{color:var(--muted);margin:0;font-size:13px}.route-modal-options{grid-template-columns:1fr;margin:14px 0}.help-modal{width:min(760px,100vw - 28px);max-height:calc(100dvh - 28px)}.help-intro{margin-bottom:16px!important}.help-role-section+.help-role-section{margin-top:20px}.help-section-trigger{border:1px solid var(--line);width:100%;min-height:48px;color:var(--text);text-align:left;background:#ffffff06;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:12px 14px;display:flex}.help-section-trigger>span{align-items:center;gap:9px;font-weight:800;display:flex}.help-section-trigger:hover{background:var(--emerald-soft);border-color:#26f5a873}.help-section-chevron{flex:none;transition:transform .18s}.help-section-trigger[aria-expanded=true] .help-section-chevron{transform:rotate(180deg)}.help-role-section>ol,.help-faq-list{margin-top:10px!important}.help-role-section ol{counter-reset:help-step;gap:9px;margin:0;padding:0;list-style:none;display:grid}.help-role-section li{border:1px solid var(--line);counter-increment:help-step;background:#ffffff06;border-radius:8px;grid-template-columns:28px minmax(0,1fr);gap:2px 10px;min-width:0;padding:11px;display:grid}.help-role-section li:before{content:counter(help-step);color:#06100d;background:var(--emerald);border-radius:50%;grid-row:1/3;place-items:center;width:26px;height:26px;font-size:12px;font-weight:900;display:grid}.help-role-section li strong{color:var(--text);font-size:13px}.help-role-section li span{color:var(--muted);font-size:12px;line-height:1.45}.help-faq-list{gap:9px;display:grid}.help-faq-list article{border:1px solid var(--line);background:#ffffff06;border-radius:8px;padding:12px 14px}.help-faq-list article strong{color:var(--text);margin-bottom:5px;font-size:13px;display:block}.help-faq-list article p{line-height:1.5}.help-contact{background:var(--emerald-soft);border:1px solid #26f5a84d;border-radius:8px;margin-top:20px;padding:16px}.help-contact>div:first-child{gap:4px;margin-bottom:12px;display:grid}.help-contact>div:first-child span{color:var(--muted);font-size:12px;line-height:1.45}.help-contact a{text-decoration:none}.close-reason-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:14px 0}.closure-review-form{gap:14px;margin:14px 0;display:grid}.field-label{color:var(--muted);margin-bottom:7px;font-size:12px;font-weight:750;display:block}.rating-input{gap:5px;display:flex}.rating-input button{width:38px;height:38px;color:var(--gold);background:0 0;border:0;place-items:center;padding:0;display:grid}.team-seat-summary{gap:9px;margin:12px 0 18px;display:grid}.team-seat-summary>div:first-child{color:var(--muted);justify-content:space-between;gap:10px;font-size:13px;display:flex}.team-seat-summary strong{color:var(--text)}.team-member-list{gap:8px;margin-top:16px;display:grid}.team-member-row{border:1px solid var(--line);background:#ffffff08;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.team-member-row>div:first-child{gap:3px;min-width:0;display:grid}.team-member-row span{overflow-wrap:anywhere;color:var(--muted);font-size:12px}.screen{padding:16px;padding-bottom:max(16px, env(safe-area-inset-bottom))}.scroll-area{scrollbar-width:thin;scrollbar-color:#26f5a866 transparent;overflow-y:auto}.hero-card,.ai-panel{background:linear-gradient(145deg,#26f5a82e,#49a8ff14),#ffffff0d;border:1px solid #26f5a829;border-radius:30px;margin-bottom:18px;padding:22px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--emerald);font-size:11px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.07em;margin-bottom:20px;font-size:clamp(42px,5vw,66px);line-height:.9}h2{letter-spacing:-.05em;margin:8px 0 10px;font-size:28px;line-height:1}h3{letter-spacing:-.03em;margin-bottom:8px;font-size:17px}p{color:var(--muted);line-height:1.55}.primary-btn,.ghost-btn,.icon-btn{border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:800;display:inline-flex}.primary-btn{background:linear-gradient(135deg, var(--emerald), #baffdf);color:#05100c;padding:13px 17px;box-shadow:0 14px 32px #26f5a82e}.primary-btn.wide{width:100%}.ghost-btn{color:var(--text);border:1px solid var(--line);background:#ffffff0f;padding:8px 11px;font-size:12px}.ghost-btn.success{color:var(--emerald)}.icon-btn{width:44px;height:44px;color:var(--text);background:#ffffff14}.request-builder-steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin:4px 0 10px;display:grid}.request-builder-steps span{border-bottom:2px solid var(--line);min-width:0;color:var(--muted);text-align:center;padding:7px 4px;font-size:9px;font-weight:800}.request-builder-steps span.active{color:var(--emerald);border-bottom-color:var(--emerald)}.request-form-section-heading{border-top:1px solid var(--line);align-items:center;gap:10px;margin:14px 0 0;padding-top:14px;display:flex}.request-form-section-heading>span{color:#06100d;background:var(--emerald);border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid}.request-form-section-heading>div{gap:2px;display:grid}.request-form-section-heading strong{color:var(--text)}.request-form-section-heading small{color:var(--muted)}.request-form-section-heading.final{margin-top:4px}.section-title{color:var(--text);justify-content:space-between;align-items:center;margin:4px 0 12px;font-weight:800;display:flex}.card{border:1px solid var(--line);background:var(--panel);border-radius:26px;margin-bottom:12px;padding:16px}.empty-state{background:#ffffff08;border:1px dashed #dcfff62e;border-radius:22px;gap:4px;margin-bottom:12px;padding:16px;display:grid}.empty-state strong{color:var(--text)}.empty-state span{color:var(--muted);font-size:13px;line-height:1.45}.pill-row{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.pill-row.center{justify-content:center}.request-requirements{flex-wrap:wrap;gap:7px;margin:10px 0;display:flex}.pill{background:var(--emerald-soft);color:var(--pill-text);border-radius:999px;align-items:center;gap:4px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.pill.muted{color:var(--muted);background:#ffffff12}.pill.gold{color:var(--gold);background:#e5c87826}.pill.danger-pill{color:#ffb4b4;background:#ff787814;border-color:#ff787859}.card-footer{color:var(--muted);justify-content:space-between;align-items:center;margin-top:14px;font-size:12px;font-weight:700;display:flex}.request-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.request-actions .ghost-btn{padding:9px 10px}.request-lifecycle-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.request-lifecycle-heading>div{min-width:0}.request-lifecycle-heading h3{overflow-wrap:anywhere;margin:4px 0 0}.request-lifecycle-heading>.pill{white-space:normal;text-align:center;flex:none;justify-content:center;max-width:46%}.request-next-step{border:1px solid var(--line);background:#ffffff06;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:13px;padding:12px;display:grid}.request-next-step.ready{background:var(--emerald-soft);border-color:#26f5a857}.request-next-step strong{color:var(--text);margin-bottom:3px;font-size:12px;display:block}.request-next-step p{margin:0;font-size:12px;line-height:1.45}.request-next-step svg{color:var(--emerald)}.client-request-card>.pill-row{margin-bottom:10px}.client-request-card .status-timeline{margin-top:14px}.client-request-card .card-footer{align-items:flex-end}.advert-card{padding:0;overflow:hidden}.advert-card img,.business-card img,.match-card img{object-fit:cover;width:100%;height:150px;display:block}.business-card img,.match-card img{object-fit:contain;background:#fff}.business-image-placeholder{min-height:118px;color:var(--muted);background:#ffffff09;place-items:center;display:grid}.business-card .business-image-placeholder{border-radius:8px;width:92px;min-height:92px}.provider-option .business-image-placeholder{border-radius:8px;width:76px;min-height:76px}.advert-body{padding:16px}.business-card{grid-template-columns:92px 1fr;gap:14px;display:grid}.business-card img{border-radius:20px;height:92px}.biz-heading{align-items:center;gap:6px;display:flex}.biz-heading svg{color:var(--emerald)}.link-row{flex-wrap:wrap;gap:10px;margin-top:11px;display:flex}.link-row span{color:var(--muted);align-items:center;gap:3px;font-size:12px;display:flex}.business-link-icons{flex-wrap:wrap;align-items:center;gap:8px;margin-top:11px;display:flex}.business-link-icons a{border:1px solid var(--line);width:36px;height:36px;color:var(--text);background:#ffffff09;border-radius:8px;place-items:center;display:grid}.business-link-icons a:hover,.business-link-icons a:focus-visible{color:var(--emerald);border-color:var(--emerald)}.featured-promotions-section,.featured-businesses-section{margin-top:26px}.featured-business-card{border:1px solid var(--line);background:var(--card);border-radius:8px;grid-template-columns:minmax(180px,42%) minmax(0,1fr);min-height:230px;display:grid;overflow:hidden}.featured-business-card>img,.featured-business-card>.business-image-placeholder{object-fit:contain;background:#fff;width:100%;height:100%;min-height:230px}.featured-business-copy{flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;min-width:0;padding:20px;display:flex}.featured-business-copy h3,.featured-business-copy p{margin:0}.featured-business-copy p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.featured-business-copy .primary-btn{margin-top:4px}.new-businesses-section{margin-top:26px}.new-business-category-list{gap:18px;display:grid}.new-business-category{gap:10px;display:grid}.new-business-category-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.new-business-category-heading span{color:var(--muted);font-size:12px}.new-business-card{min-width:0;height:100%}.new-business-card>div:last-child{min-width:0}.new-business-card .biz-heading{align-items:flex-start}.new-business-card .biz-heading h3{overflow-wrap:anywhere;min-width:0;margin-bottom:2px}.new-business-card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:10px 0 0;display:-webkit-box;overflow:hidden}.new-business-card .ghost-btn{white-space:normal;text-align:center;min-height:38px}.phone .new-business-category .guest-business-grid{grid-template-columns:minmax(0,1fr)}.promotion-carousel-shell{gap:10px;width:min(760px,100%);margin-inline:auto;display:grid}.featured-category-filter{justify-self:end;min-width:min(260px,100%);position:relative}.featured-category-filter>span{color:var(--muted);margin-bottom:6px;font-size:11px;font-weight:750;display:block}.featured-category-filter select{border:1px solid var(--line);width:100%;min-height:40px;color:var(--text);background:var(--card);appearance:none;border-radius:8px;padding:8px 36px 8px 12px}.featured-category-filter>svg{color:var(--muted);pointer-events:none;position:absolute;bottom:12px;right:12px}.promotion-carousel-stage{touch-action:pan-y;cursor:grab;-webkit-user-select:none;user-select:none;border-radius:8px;outline:none;overflow:hidden}.promotion-carousel-stage:active{cursor:grabbing}.promotion-carousel-stage:focus-visible{box-shadow:0 0 0 2px var(--emerald)}.promotion-carousel-slide{animation:.28s ease-out promotion-slide-in}@keyframes promotion-slide-in{0%{opacity:.25;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.promotion-carousel-controls{grid-template-columns:40px 1fr 40px;align-items:center;gap:12px;display:grid}.promotion-carousel-dots{justify-content:center;gap:7px;display:flex}.promotion-carousel-dots button{background:var(--line);border:0;border-radius:50%;width:8px;height:8px;padding:0}.promotion-carousel-dots button.active{background:var(--emerald);border-radius:999px;width:22px}.promotion-swipe-hint{color:var(--muted);text-align:center;justify-self:center}.featured-promotion-card{border:1px solid var(--line);background:var(--card);border-radius:8px;overflow:hidden}.featured-promotion-card>img,.featured-promotion-card>.advert-image-placeholder{aspect-ratio:16/9;object-fit:cover;width:100%}.featured-promotion-card>img{pointer-events:none;-webkit-user-drag:none}.featured-promotion-copy{gap:8px;padding:15px;display:grid}.featured-promotion-copy h3,.featured-promotion-copy p{margin:0}.featured-promotion-copy p,.featured-promotion-copy small{color:var(--muted)}.featured-promotion-copy .ghost-btn{justify-self:start;margin-top:3px}.promotion-detail-modal{gap:14px;width:min(620px,100vw - 28px);max-height:calc(100% - 28px);overflow-y:auto}.promotion-detail-image{aspect-ratio:16/9;object-fit:cover;border-radius:8px;width:100%}.promotion-detail-description{line-height:1.6;color:var(--text)!important;font-size:inherit!important}.promotion-detail-modal>small{color:var(--muted)}.monthly-ranking-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.monthly-ranking-header h2{margin:4px 0 0;font-size:26px}.monthly-ranking-header>svg{color:var(--gold)}.ranking-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;margin-bottom:16px;display:grid}.ranking-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:13px 8px;font-weight:800}.ranking-tabs button.active{color:var(--text);border-bottom-color:var(--emerald)}.monthly-ranking-list,.featured-category-list,.featured-category{gap:12px;display:grid}.featured-category+.featured-category{margin-top:14px}.monthly-ranking-card{grid-template-columns:34px 72px minmax(0,1fr);align-items:start;gap:12px;display:grid}.monthly-ranking-card img{object-fit:contain;background:#fff}.monthly-ranking-card img,.monthly-ranking-card .business-image-placeholder{border-radius:8px;width:72px;height:72px;min-height:72px}.ranking-position{border:1px solid var(--emerald);width:30px;height:30px;color:var(--emerald);border-radius:50%;place-items:center;font-weight:900;display:grid}.ranking-business-main{min-width:0}.ranking-business-main h3{margin:0}.ranking-business-main>p{color:var(--muted);margin:5px 0 9px;font-size:13px}.ranking-metrics{color:var(--muted);flex-wrap:wrap;gap:7px 12px;font-size:12px;display:flex}.ranking-metrics span{align-items:center;gap:4px;display:flex}.ranking-profile-button{margin-top:10px}.business-profile-modal{scrollbar-gutter:stable;width:min(720px,100vw - 28px);max-height:calc(100% - 28px);overflow-y:auto}.business-profile-modal,.promotion-detail-modal{overscroll-behavior:contain}.business-profile-modal>.profile-page-heading{z-index:4;border-bottom:1px solid var(--line);background:var(--modal-bg);margin:-18px -18px 14px;padding:18px;position:sticky;top:-18px}@media (width>=1021px){.phone.glass{-webkit-backdrop-filter:none;backdrop-filter:none}.phone:has(.route-modal-backdrop){overflow:visible}.phone .route-modal-backdrop{width:100vw;max-width:none;height:100dvh;padding:32px;inset:0;overflow:hidden}.viewport-modal-backdrop .business-profile-modal{width:min(920px,100vw - 64px);max-height:calc(100dvh - 64px);padding:24px}.viewport-modal-backdrop .business-profile-modal>.profile-page-heading{margin:-24px -24px 18px;padding:20px 24px;top:-24px}.viewport-modal-backdrop .business-profile-modal .business-report-hero{grid-template-columns:120px minmax(0,1fr)}.viewport-modal-backdrop .business-profile-modal .business-report-hero>img,.viewport-modal-backdrop .business-profile-modal .business-report-hero>.business-image-placeholder{width:120px;height:120px;min-height:120px}}.threshold-warning{color:#ffd6a1;background:#ff9f431f;border-color:#ffb75e73}.match-pagination{color:var(--muted);justify-content:center;align-items:center;gap:14px;padding:10px 0 2px;font-size:13px;display:flex}.match-pagination .icon-btn:disabled{opacity:.35}.social-profile-fields .settings-grid label span{align-items:center;gap:6px;display:flex}.ai-orb{background:var(--emerald-soft);width:56px;height:56px;color:var(--emerald);border-radius:20px;place-items:center;margin-bottom:12px;display:grid}textarea,select{border:1px solid var(--line);background:var(--field-bg);width:100%;color:var(--text);border-radius:20px;outline:none;margin-bottom:10px;padding:14px}textarea{resize:vertical;min-height:138px}input{border:1px solid var(--line);background:var(--field-bg);width:100%;color:var(--text);border-radius:18px;outline:none;padding:13px 14px}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.82}select option{color:var(--text);background:var(--surface)}label span{color:var(--muted);margin:0 0 7px;font-size:12px;font-weight:800;display:block}.auth-page{min-height:100dvh;padding:max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));place-items:center;display:grid}.auth-card{border-radius:30px;gap:20px;width:min(100%,560px);padding:26px;display:grid}.auth-card h1{margin-bottom:12px;font-size:clamp(36px,8vw,54px)}.auth-form,.onboarding-step,.settings-card{gap:14px;display:grid}.social-auth{gap:12px;display:grid}.auth-divider{color:var(--muted);align-items:center;gap:12px;font-size:.78rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.social-auth-buttons{grid-template-columns:1fr 1fr;gap:10px;display:grid}.social-auth-btn{border:1px solid var(--line);background:var(--surface);min-height:44px;color:var(--text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:9px;font-weight:700;display:inline-flex}.social-auth-btn:hover{border-color:var(--emerald);transform:translateY(-1px)}.google-mark{color:#4285f4;font-family:Arial,sans-serif;font-size:1.05rem;font-weight:800}.apple-mark{color:currentColor;width:17px;height:20px;font-size:1.5rem;line-height:.7;overflow:hidden;transform:rotate(-12deg)}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.request-route-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.choice{border:1px solid var(--line);text-align:left;min-height:132px;color:var(--muted);background:#ffffff0a;border-radius:20px;align-content:start;gap:7px;padding:14px;display:grid}.choice strong{color:var(--text)}.choice span{color:var(--muted);font-size:12px;line-height:1.35}.choice svg{color:var(--emerald)}.choice.active{background:var(--emerald-soft);border-color:#26f5a87a}.choice.active:after{content:"Selected";color:#07100d;background:var(--emerald);border-radius:999px;width:max-content;padding:4px 8px;font-size:10px;font-weight:900}.connect-choice-grid{gap:12px;display:grid}.connect-choice{appearance:none;width:100%;color:var(--text);text-align:left;cursor:pointer;grid-template-columns:auto 1fr;align-items:center;gap:7px 12px;display:grid}.connect-choice-icon{border:1px solid var(--emerald);width:48px;height:48px;color:var(--emerald);background:#29efae14;border-radius:8px;grid-row:1/span 2;place-items:center;display:grid}.connect-choice strong{font-size:17px}.connect-choice small{color:var(--muted);line-height:1.45}.connect-choice .primary-btn{pointer-events:none;grid-column:1/-1;margin-top:8px}.text-btn{color:var(--emerald);background:0 0;border:0;font-weight:800}.inline-link{color:var(--emerald);font:inherit;background:0 0;border:0;padding:0;font-weight:800}.inline-alert{color:#ffc6cc;background:#ff67751a;border:1px solid #ff677559;border-radius:16px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:700;display:flex}.onboarding-card{width:min(100%,660px)}.progress-row{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.progress-row span{background:#ffffff1a;border-radius:999px;height:5px}.progress-row span.done{background:var(--emerald)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.field-heading em,.field-help{color:var(--muted);font-size:12px;font-style:normal}.secondary-country-select{margin-top:8px}.request-location{color:var(--muted);align-items:center;gap:6px;margin:8px 0;font-size:13px;display:flex}.verification-request-panel{border:1px solid var(--line);background:#ffffff05;border-radius:8px;margin:14px 0;padding:14px}.service-checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.service-checkbox{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:center;gap:9px;min-height:42px;padding:9px 11px;display:flex}.service-checkbox input{width:17px;height:17px;accent-color:var(--emerald)}.other-service-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:12px;display:grid}.other-service-onboarding{gap:6px;margin-top:12px;display:grid}.other-service-onboarding small{color:var(--muted);font-size:12px}.service-attribute-panel{gap:12px;padding:14px 0;display:grid}.attribute-question{border:1px solid var(--line);border-radius:8px;min-width:0;margin:0;padding:12px}.attribute-question legend{padding:0 6px;font-weight:700}.attribute-question .field-help{margin:0 0 10px}.service-attribute-service{border-top:1px solid var(--line);margin-top:12px;padding-top:12px}.service-attribute-service h4{margin:0}.budget-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:10px;display:grid}.client-guide{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:2px 0 10px;display:grid}.client-guide span{border:1px solid var(--line);color:var(--muted);background:#ffffff0a;border-radius:12px;align-items:center;gap:7px;padding:8px;font-size:11px;font-weight:800;display:flex}.wide-label{grid-column:1/-1}.button-row{justify-content:space-between;gap:10px;display:flex}.home-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.home-actions .ghost-btn{white-space:normal;text-align:center;width:100%;min-width:0;min-height:42px}.home-actions .home-referral-btn{grid-column:1/-1}.setup-summary{border:1px solid var(--line);background:#ffffff0a;border-radius:22px;padding:18px}.setup-summary svg{color:var(--emerald)}.toggle-row{color:var(--muted);align-items:center;gap:10px;font-size:13px;font-weight:800;display:flex}.toggle-row input{width:18px;height:18px;accent-color:var(--emerald)}.admin-row{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) 150px;align-items:center;gap:10px;padding:12px 0;display:grid}.admin-row:first-of-type{border-top:0}.admin-row strong{color:var(--text);display:block}.admin-row span,.quiet-note{color:var(--muted);font-size:12px;font-weight:700}.admin-row select{border-radius:14px;margin-bottom:0;padding:10px}.sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.helper-copy{font-size:13px}.match-summary-panel{background:linear-gradient(135deg,#26f5a81a,#49a8ff14);border:1px solid #26f5a82e;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px;display:flex}.match-summary-panel h3{margin:3px 0 6px;font-size:18px}.match-summary-panel p{color:var(--muted);font-size:13px;line-height:1.45}.provider-option{border-radius:8px;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px;display:grid}.provider-option.selected{background:#26f5a814;border-color:#26f5a87a}.provider-option img{object-fit:contain;background:#fff;border-radius:8px;width:76px;height:76px}.provider-main{min-width:0}.provider-heading{align-items:center;gap:6px;display:flex}.provider-heading h3{margin:0;font-size:16px}.provider-heading svg{color:var(--emerald)}.provider-main p{color:var(--muted);margin:5px 0 9px;font-size:12px;line-height:1.4}.provider-actions{grid-column:1/-1;grid-template-columns:auto 1fr;align-items:center;gap:10px;display:grid}.provider-actions .primary-btn{min-height:42px}.provider-option.selected{border-color:var(--emerald);box-shadow:inset 0 0 0 1px #26f5a838}.provider-option .provider-actions button{min-height:44px}.match-card{text-align:center;padding:0 0 16px;overflow:hidden}.match-card h3,.match-card p{padding:0 16px}.swipe-actions{gap:10px;padding:0 16px;display:flex}.swipe-actions button{color:#fff;border:0;border-radius:999px;height:46px;font-weight:800}.swipe-actions .deny{width:56px;color:var(--danger);background:#ff677540}.swipe-actions .approve{background:linear-gradient(135deg, var(--emerald), #baffdf);color:#07100d;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.connected-banner{background:var(--emerald-soft);color:#c9ffea;border-radius:16px;margin:12px 16px 0;padding:10px;font-size:12px;font-weight:800}.muted-banner{color:var(--muted);background:#ffffff0d}.chat-panel{gap:12px;display:grid}.chat-bubble{color:var(--text);background:#ffffff14;border-radius:20px 20px 20px 6px;padding:13px;font-size:13px;line-height:1.45}.chat-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.chat-space{border:1px solid var(--line);background:#0509088c;border-radius:22px;gap:9px;padding:12px;display:grid}.chat-message{border-radius:18px;max-width:88%;padding:10px 12px;font-size:13px;line-height:1.4}.chat-message.system{max-width:100%;color:var(--muted);background:#ffffff0d}.chat-message.client{color:#07100d;background:linear-gradient(135deg, var(--emerald), #baffdf);justify-self:end}.chat-message.provider{color:var(--text);background:#49a8ff24;justify-self:start}.chat-composer{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding-top:4px;display:grid}.chat-composer input{min-width:0}.chat-composer .primary-btn{padding:12px 13px}.notification-btn{position:relative}.notification-btn span{color:#07100d;background:var(--gold);border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:900;display:grid;position:absolute;top:-5px;right:-5px}.notification-card{gap:12px;display:grid}.notification-card.unread{background:#73ffb012;border-color:#c4ffda73}.status-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:10px 0;display:grid}.status-timeline span{border:1px solid var(--line);color:var(--muted);background:#ffffff0a;border-radius:12px;padding:8px;font-size:11px;font-weight:800}.segment-control{border:1px solid var(--line);background:#ffffff0a;border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.segment-control button{min-height:38px;color:var(--muted);background:0 0;border:0;border-radius:6px;font-weight:800}.segment-control button.active{color:#07100d;background:var(--emerald)}.provider-segments{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-request-segments{grid-template-columns:repeat(3,minmax(0,1fr))}.proposal-form,.confirmation-panel,.proposal-summary{gap:10px;display:grid}.proposal-form label,.request-picker{gap:6px;display:grid}.proposal-form label span,.request-picker span{color:var(--muted);font-size:12px;font-weight:800}.request-picker select{width:100%}.proposal-summary{border:1px solid var(--line);background:#ffffff0a;border-radius:8px;padding:11px}.proposal-summary span,.proposal-summary p{color:var(--muted);font-size:12px;line-height:1.45}.proposal-summary.compact{margin:8px 0}.confirmation-panel{border-color:#26f5a873}.service-flow-panel{border:1px solid var(--line);background:#ffffff0a;border-radius:16px;gap:10px;margin-top:12px;padding:12px;display:grid}.service-flow-panel strong{font-size:13px;display:block}.service-flow-panel p{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.4}.mini-form{gap:8px;display:grid}.mini-form select,.mini-form textarea{width:100%}.review-form{padding-top:4px}.rating-row{gap:6px;display:flex}.star{border:1px solid var(--line);width:34px;height:34px;color:var(--muted);background:#ffffff0d;border-radius:12px}.star.active{color:#07100d;background:linear-gradient(135deg, var(--gold), #ffe7a1);border-color:#0000}.ghost-btn.danger{color:#ffb4b4;border-color:#ff787859}.primary-btn.danger{color:#fff;background:var(--danger);box-shadow:none}.danger-zone{border-color:#ff677547}.delete-confirmation{gap:10px;display:grid}.delete-confirmation span{color:var(--muted);font-size:12px}.verification-checklist,.tier-benefits{gap:7px;margin:10px 0 14px;display:grid}.verification-checklist span,.tier-benefits span{color:var(--muted);align-items:center;gap:7px;font-size:12px;font-weight:750;display:flex}.profile-strength{border:1px solid var(--line);background:#ffffff06;border-radius:8px;gap:8px;margin:12px 0;padding:14px;display:grid}.profile-strength-heading,.settings-subhead{justify-content:space-between;align-items:center;gap:12px;display:flex}.settings-section-nav{border:1px solid var(--line);background:#ffffff06;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:12px 0;padding:4px;display:grid}.settings-section-nav button{min-width:0;color:var(--text);font:inherit;background:0 0;border:0;border-radius:6px;padding:9px 6px;font-size:12px;font-weight:800}.settings-section-nav button:hover{background:var(--emerald-soft)}.settings-subhead[id]{scroll-margin-top:84px}.profile-strength-heading span,.settings-subhead span,.profile-strength small{color:var(--muted);font-size:12px}.strength-track{background:#ffffff14;border-radius:4px;height:7px;overflow:hidden}.strength-track span{border-radius:inherit;background:var(--emerald);height:100%;transition:width .25s;display:block}.settings-subhead{border-top:1px solid var(--line);margin:20px 0 10px;padding-top:16px}label span em{color:var(--muted);font-size:10px;font-style:normal;font-weight:700}.form-grid textarea{resize:vertical;min-height:92px}.business-photo-upload{grid-template-columns:150px 1fr;align-items:center;gap:16px;margin-bottom:16px;display:grid}.business-photo-preview{aspect-ratio:1;border:1px solid var(--line);width:150px;color:var(--muted);background:#ffffff08;border-radius:8px;place-items:center;display:grid;overflow:hidden}.business-photo-preview img{object-fit:contain;background:#fff;width:100%;height:100%}.business-photo-upload p{margin:5px 0 10px;font-size:12px}.upload-btn{cursor:pointer;width:auto;display:inline-flex}.upload-btn input{display:none}.advert-image-placeholder,.promotion-image-preview{color:var(--muted);background:#ffffff09;place-items:center;display:grid}.advert-card .advert-image-placeholder{aspect-ratio:16/9;width:100%}.promotion-editor{gap:12px;display:grid}.image-editor-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000c7;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.image-editor{border:1px solid var(--line);background:#101815;border-radius:8px;gap:14px;width:100%;max-width:620px;max-height:calc(100% - 20px);padding:16px;display:grid;overflow-y:auto;box-shadow:0 20px 55px #0009}.image-editor .profile-page-heading{margin-bottom:0}.image-editor canvas{border:1px solid var(--line);background:#050807;border-radius:8px;width:100%;height:auto;display:block}.image-editor-controls{gap:10px;display:grid}.image-editor-controls label{gap:6px;display:grid}.image-editor-controls input[type=range]{width:100%;accent-color:var(--emerald)}.promotion-image-preview{aspect-ratio:16/9;border:1px solid var(--line);border-radius:8px;width:100%;overflow:hidden}.promotion-image-preview img{object-fit:cover;width:100%;height:100%}.promotion-row{grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.promotion-row>img,.promotion-row>.advert-image-placeholder{object-fit:cover;border-radius:6px;width:88px;height:60px}.promotion-row span{color:var(--muted);text-transform:capitalize;margin-top:4px;font-size:12px;display:block}.promotion-actions{align-items:center;gap:7px;display:flex}.featured-credit-card{gap:14px;margin-bottom:16px;display:grid}.featured-credit-card h3{margin:4px 0}.featured-credit-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.business-report{gap:18px;margin-bottom:14px;display:grid}.business-report.compact{padding:0}.business-report-hero{grid-template-columns:96px minmax(0,1fr);align-items:start;gap:14px;display:grid}.business-report-hero>img,.business-report-hero>.business-image-placeholder{object-fit:contain;border-radius:8px;width:96px;height:96px;min-height:96px}.business-report-hero>img{background:#fff}.business-report-hero h2{margin:0;font-size:23px}.business-report-hero p{color:var(--muted);margin:6px 0 10px}.match-report-summary{border-left:3px solid var(--emerald);background:#32e8a412;padding:10px 13px}.match-report-summary strong{color:var(--emerald);font-size:22px}.match-report-summary p{color:var(--muted);margin:5px 0 0;line-height:1.5}.business-content-tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.business-content-tabs button{min-width:0;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;justify-content:center;align-items:center;gap:6px;padding:12px 6px;font-size:12px;font-weight:800;display:flex}.business-content-tabs button.active{color:var(--text);border-bottom-color:var(--emerald)}.business-content-tabs button span{color:var(--emerald)}.business-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.business-content-grid .empty-state{grid-column:1/-1}.business-content-item{border:1px solid var(--line);min-width:0;color:var(--text);border-radius:8px;gap:7px;padding:11px;text-decoration:none;display:grid}.business-content-item img{aspect-ratio:16/9;object-fit:cover;border-radius:6px;width:100%}.business-content-item p{color:var(--muted);margin:0;font-size:12px}.business-report-links,.profile-content-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.content-manager{gap:13px;margin-bottom:18px;display:grid}.content-manager-row{grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.content-manager-row>div{background:#ffffff0a;border-radius:6px;place-items:center;width:48px;height:48px;display:grid}.content-manager-row img{object-fit:cover;border-radius:6px;width:48px;height:48px}.content-manager-row span small{color:var(--muted);text-transform:capitalize;margin-top:4px;display:block}.icon-btn.danger{color:#ffb4b4}.tier-card{gap:10px;display:grid}.tier-card.active{border-color:#f2c96480}.tier-select-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.tier-select-button>p{margin:10px 0}.rewards-balance-card{gap:16px;display:grid}.rewards-balance-card>div:first-child>strong{margin:5px 0;font-size:30px;display:block}.referral-code{border:1px solid var(--line);background:#ffffff09;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.referral-code span{color:var(--muted);font-size:12px;font-weight:700}.referral-code strong{color:var(--emerald);letter-spacing:0;overflow-wrap:anywhere}.rewards-guide{margin-bottom:18px}.reward-catalog{gap:10px;display:grid}.reward-item{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.reward-item>button{grid-column:1/-1}.featured-business-plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px;display:grid}.featured-business-plan{grid-template-rows:1fr auto auto;gap:14px;min-width:0;margin-bottom:0;display:grid}.featured-business-plan h3{margin:5px 0}.featured-business-plan .reward-cost{text-align:left}.featured-business-plan .primary-btn{white-space:normal;text-align:center;width:100%}.reward-cost{text-align:right}.reward-cost strong,.reward-cost span{display:block}.reward-cost strong{color:var(--gold);font-size:20px}.reward-cost span{color:var(--muted);font-size:11px}.reward-history-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.reward-history-row>div span{color:var(--muted);margin-top:4px;font-size:12px;display:block}.points-positive{color:var(--emerald)}.points-negative{color:#ff8b82}.admin-rewards>h3{margin-top:18px}.service-search{width:100%;margin:8px 0 10px}.service-autocomplete{position:relative}.service-autocomplete .service-search{margin-bottom:0}.service-search-results{z-index:20;border:1px solid var(--line);background:var(--card);border-radius:8px;max-height:260px;padding:6px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto;box-shadow:0 14px 30px #0000004d}.service-search-results button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:11px 10px;display:flex}.service-search-results button:hover,.service-search-results button:focus-visible{background:var(--emerald-soft)}.service-search-results button small{color:var(--emerald)}.service-search-empty{color:var(--muted);padding:12px 10px}.business-home-metrics{margin:16px 0}.business-readiness-card{margin-bottom:18px}.business-readiness-card p{color:var(--muted);line-height:1.5}.progress-track{background:#ffffff14;border-radius:4px;height:8px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--emerald);height:100%;display:block}.rating-link{text-decoration:none}.google-rating-connect{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.google-candidate-list{gap:8px;display:grid}.google-candidate{text-align:left;width:100%;color:inherit;cursor:pointer;justify-content:space-between;gap:12px;display:flex}.google-candidate span:first-child{gap:4px;display:grid}.available-category-select{gap:6px;margin-top:2px;display:grid}.available-category-select>span{color:var(--muted);font-size:12px}.selected-service-grid{margin-bottom:12px}.offered-services-panel{background:var(--emerald-soft);border-radius:8px;gap:12px;padding:16px;display:grid}.offered-services-heading>div{gap:4px;display:grid}.offered-services-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.offered-service{border:1px solid var(--line);min-width:0;color:var(--text);background:var(--card);border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:11px 12px;font-weight:700;display:grid}.offered-service svg{color:var(--emerald)}.offered-service.primary{border-color:var(--emerald)}.offered-service small{color:var(--emerald);font-size:11px}.settings-save-prompt{z-index:12;border:1px solid var(--emerald);background:var(--card);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:12px;display:flex;position:sticky;bottom:10px;box-shadow:0 12px 28px #00000047}.settings-save-prompt>div{gap:3px;min-width:0;display:grid}.settings-save-prompt span{color:var(--muted);font-size:12px}.settings-discard-button{color:var(--muted);flex:none}.readiness-list{gap:8px;display:grid}.readiness-list span{color:var(--muted);border:1px solid var(--line);border-radius:8px;align-items:center;gap:8px;padding:9px 10px;display:flex}.readiness-list span.done{color:var(--text);background:#32e8a412;border-color:#32e8a459}.readiness-list span svg{color:var(--muted)}.readiness-list span.done svg{color:var(--emerald)}.readiness-list.compact{grid-template-columns:repeat(2,minmax(0,1fr));margin:12px 0}.tier-heading{justify-content:space-between;align-items:start;gap:10px;display:flex}.tier-heading h3{margin-bottom:4px}.tier-heading span{color:var(--muted);font-size:12px;font-weight:800}.tier-heading .pill{color:#07100d}.primary-btn:disabled{cursor:not-allowed;opacity:.45}.profile-hero{text-align:center;padding:24px}.avatar{background:linear-gradient(145deg, var(--emerald-soft), #49a8ff1f);width:82px;height:82px;color:var(--emerald);border-radius:28px;place-items:center;margin:0 auto 14px;display:grid}.profile-grid,.metric-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:12px;display:grid}.metric{border:1px solid var(--line);background:#ffffff0a;border-radius:20px;padding:14px}.metric strong{letter-spacing:-.04em;font-size:22px;display:block}.metric span{color:var(--muted);font-size:12px;font-weight:700}.subscription-card h3{margin-bottom:6px}.tier-row{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding:12px 0;display:flex}.tier-row strong{color:var(--text)}.insight-panel{flex-direction:column;justify-content:center;display:flex}.insight-panel p{font-size:17px}.insight-panel .metric-grid{grid-template-columns:repeat(3,1fr)}.flow-card{grid-template-columns:auto 1fr;align-items:start}.legal-page{min-height:100vh;padding:40px 20px}.legal-document{border-radius:8px;width:min(860px,100%);margin:0 auto;padding:clamp(24px,5vw,56px)}.legal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-bottom:40px;padding-bottom:32px;display:flex}.legal-header .brand-lockup{color:var(--text);text-decoration:none}.legal-document>h1{letter-spacing:0;margin:8px 0 6px;font-size:clamp(36px,6vw,58px)}.legal-updated{color:var(--muted);font-size:14px}.legal-document section{padding-top:22px}.legal-document h2{letter-spacing:0;margin:0 0 10px;font-size:20px}.legal-document p,.legal-document li{color:#c8d1ce;line-height:1.7}.legal-document li+li{margin-top:7px}.legal-document strong{color:var(--text)}.legal-consent{color:var(--muted);text-align:center;margin:4px 0 0;font-size:11px;line-height:1.5}.legal-consent a{color:var(--emerald)}.not-found-page{place-items:center;display:grid}.not-found-page .legal-document{flex-direction:column;justify-content:center;min-height:420px;display:flex}.not-found-page .primary-btn{align-self:flex-start;margin-top:18px;text-decoration:none}.guest-site{min-height:100vh;color:var(--text);padding-bottom:72px}.guest-header{z-index:20;border-radius:8px;align-items:center;gap:12px;width:min(1180px,100% - 32px);margin:16px auto 0;padding:10px 12px;display:flex;position:sticky;top:0}.guest-header nav{gap:4px;margin-left:auto;display:flex}.guest-header nav button,.guest-brand{color:var(--muted);cursor:pointer;background:0 0;border:0}.guest-header nav button{padding:10px 12px}.guest-header nav button.active,.guest-brand{color:var(--text)}.guest-main{gap:42px;width:min(1100px,100% - 32px);margin:0 auto;padding:42px 0 24px;display:grid}.guest-main>section{gap:16px;display:grid}.guest-intro{align-content:center;max-width:760px;min-height:330px}.guest-intro h1{letter-spacing:0;max-width:700px;margin:0;font-size:clamp(38px,6vw,68px);line-height:1.02}.guest-intro p{max-width:680px;color:var(--muted);font-size:18px;line-height:1.6}.guest-business-grid,.guest-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.guest-business-card{grid-template-columns:76px minmax(0,1fr);align-items:start}.guest-business-card>img,.guest-business-card>.business-image-placeholder{width:76px;height:76px;min-height:76px}.guest-business-card .ghost-btn{margin-top:12px}.guest-search{border:1px solid var(--line);background:#05120fb3;border-radius:8px;align-items:center;gap:9px;padding:11px 13px;display:flex}.guest-search input{background:0 0;border:0;width:100%;padding:0}.guest-gate{text-align:center;place-content:center;justify-items:center;min-height:430px}.guest-gate p{max-width:560px;color:var(--muted);line-height:1.6}.guest-footer{width:min(1100px,100% - 32px);color:var(--muted);border-top:1px solid var(--line);flex-wrap:wrap;gap:20px;margin:24px auto;padding-top:20px;display:flex}.guest-footer a{color:var(--muted)}.footer-link{color:var(--muted);background:0 0;border:0;padding:0;text-decoration:underline}.guest-mobile-nav{display:none}.guest-auth-backdrop{z-index:100;min-height:100dvh;position:fixed;inset:0;overflow:hidden}.guest-auth-modal{width:min(620px,100% - 24px);max-height:calc(100dvh - 24px);padding:0;overflow:auto}.embedded-auth{background:0 0;min-height:0;padding:0}.embedded-auth .auth-card{border:0;border-radius:8px;width:100%;max-width:none}.guest-auth-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.replay-consent{z-index:200;border:1px solid var(--line);width:min(560px,100% - 36px);color:var(--text);background:var(--modal-bg);box-shadow:var(--shadow);border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;padding:18px;display:grid;position:fixed;bottom:18px;right:18px}.replay-consent strong{margin-bottom:6px;display:block}.replay-consent p{margin:0 0 7px;font-size:13px}.replay-consent a{color:var(--emerald);font-size:12px}.replay-consent small{color:var(--muted);margin-top:6px;display:block}.replay-consent-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}@media (width<=1020px){.app-shell{grid-template-columns:1fr;padding:18px}.desktop-rail,.insight-panel{display:none}.phone{height:calc(100vh - 36px);min-height:640px}.guest-business-grid,.guest-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.guest-header nav{display:none}}@media (width<=560px){.app-shell{padding:0}.phone{border:0;border-radius:0;width:100%;height:100dvh;min-height:100dvh}.phone:before,.brand-lockup.small span{display:none}.market-switcher{padding:0 7px}.market-switcher select{min-width:54px}.choice-grid,.request-route-grid,.form-grid,.budget-grid,.admin-row,.chat-actions,.client-guide{grid-template-columns:1fr}.request-lifecycle-heading{display:grid}.request-lifecycle-heading>.pill{justify-self:start;max-width:100%}.client-request-card .card-footer{align-items:stretch;gap:10px;display:grid}.client-request-card .request-actions{justify-content:stretch}.client-request-card .request-actions button{flex:100%}.request-builder-steps{grid-template-columns:repeat(5,minmax(72px,1fr));padding-bottom:3px;overflow-x:auto}.monthly-ranking-header{align-items:flex-start}.monthly-ranking-header h2{font-size:24px;line-height:1.08}.ranking-tabs button{min-width:0;padding-inline:5px;font-size:12px;line-height:1.25}.monthly-ranking-card{grid-template-columns:30px 62px minmax(0,1fr);gap:9px}.monthly-ranking-card img,.monthly-ranking-card .business-image-placeholder{width:62px;height:62px;min-height:62px}.new-business-category-heading{align-items:flex-start}.new-business-card{grid-template-columns:68px minmax(0,1fr);gap:12px}.new-business-card>img,.new-business-card>.business-image-placeholder{width:68px;height:68px;min-height:68px}.new-business-card .pill-row{gap:5px}.new-business-card .pill{padding:5px 7px;font-size:10px}.new-business-card .ghost-btn{width:100%}.featured-promotion-copy{padding:13px}.featured-business-card{grid-template-columns:112px minmax(0,1fr);min-height:210px}.featured-business-card>img,.featured-business-card>.business-image-placeholder{min-height:210px}.featured-business-copy{gap:8px;padding:14px}.featured-business-copy .pill-row .pill:nth-child(n+2){display:none}.featured-business-copy .primary-btn{width:100%;padding-inline:10px}.featured-business-plans{grid-template-columns:1fr}.featured-promotion-copy .chat-actions,.promotion-detail-modal .chat-actions{display:grid}.featured-promotion-copy .ghost-btn,.promotion-detail-modal .primary-btn,.promotion-detail-modal .ghost-btn{width:100%}.promotion-carousel-controls{grid-template-columns:36px minmax(0,1fr) 36px;gap:8px}.route-modal-backdrop{place-items:center;padding:10px}.route-modal{max-height:calc(100% - 12px);padding:15px}.promotion-detail-modal,.business-profile-modal{width:100%;max-height:calc(100% - 12px)}.profile-page-heading{align-items:flex-start}.profile-page-heading>div{min-width:0}.profile-page-heading h3{overflow-wrap:anywhere}.close-reason-grid{grid-template-columns:1fr}.team-member-row{flex-direction:column;align-items:stretch}.service-checkbox-grid,.other-service-row,.readiness-list.compact,.business-photo-upload{grid-template-columns:1fr}.business-photo-preview{width:100%;max-width:240px}.promotion-row{grid-template-columns:72px minmax(0,1fr)}.promotion-row>img,.promotion-row>.advert-image-placeholder{width:72px}.promotion-actions{grid-column:1/-1;justify-content:flex-end}.business-report-hero{grid-template-columns:76px minmax(0,1fr)}.business-report-hero>img,.business-report-hero>.business-image-placeholder{width:76px;height:76px;min-height:76px}.business-content-tabs button{flex-direction:column;font-size:10px}.business-content-grid,.chat-composer{grid-template-columns:1fr}.auth-page{padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));align-items:start}.auth-card{border-radius:24px;padding:20px}.legal-page{padding:0}.legal-document{border:0;min-height:100vh}.legal-header{align-items:flex-start}.guest-site{padding-bottom:92px}.guest-header{border-radius:0;width:100%;margin:0;padding:10px 12px}.guest-header nav,.guest-header>.ghost-btn,.guest-header>.primary-btn{display:none}.guest-header .market-switcher{margin-left:auto}.guest-main{gap:32px;width:calc(100% - 24px);padding-top:28px}.guest-intro{min-height:310px}.guest-intro h1{font-size:42px}.guest-intro p{font-size:16px}.guest-business-grid,.guest-plan-grid{grid-template-columns:1fr}.guest-mobile-nav{z-index:30;padding:8px max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));border-top:1px solid var(--line);background:#06100e;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.guest-mobile-nav button{min-width:0;color:var(--muted);background:0 0;border:0;justify-items:center;gap:4px;padding:5px 2px;font-size:10px;display:grid}.guest-mobile-nav button.active{color:var(--emerald)}.guest-footer{padding-bottom:28px}.guest-auth-backdrop{place-items:stretch stretch;padding:0}.guest-auth-modal{overscroll-behavior:contain;border-radius:0;width:100%;height:100dvh;max-height:100dvh}.embedded-auth .auth-card{border-radius:0}.offered-services-list{grid-template-columns:1fr}.settings-save-prompt{grid-template-columns:auto minmax(0,1fr);align-items:stretch;display:grid;bottom:72px}.settings-save-prompt .primary-btn{width:100%}.settings-save-prompt>.primary-btn{grid-column:1/-1}.replay-consent{right:10px;bottom:calc(76px + env(safe-area-inset-bottom));grid-template-columns:1fr;width:calc(100% - 20px);padding:15px}.replay-consent-actions{grid-template-columns:1fr 1fr;display:grid}.replay-consent-actions button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=380px){.screen,.topbar{padding-inline:12px}.card{border-radius:20px;padding:14px}.new-business-card{grid-template-columns:58px minmax(0,1fr);gap:10px}.new-business-card>img,.new-business-card>.business-image-placeholder{width:58px;height:58px;min-height:58px}.monthly-ranking-card{grid-template-columns:26px 54px minmax(0,1fr)}.monthly-ranking-card img,.monthly-ranking-card .business-image-placeholder{width:54px;height:54px;min-height:54px}.ranking-position{width:26px;height:26px;font-size:12px}.guest-intro h1{font-size:36px}.social-auth-buttons{grid-template-columns:1fr}}
