@import url('https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap');
:root { --ink:#17181c; --lime:#c9f25d; --orange:#ff5b30; --cream:#fffdf6; --muted:#6d716d; } * { box-sizing:border-box } html { scroll-behavior:smooth } body { margin:0; background:var(--cream); color:var(--ink); font-family:'DM Sans',sans-serif; } a { color:inherit; text-decoration:none; } .site-shell { overflow:hidden; } .site-header { max-width:1240px; margin:auto; padding:20px 32px; display:flex; align-items:center; justify-content:space-between; gap:28px; } .header-brand-area { display:grid; gap:10px; flex:none; } .brand { font-size:1.55rem; font-weight:700; letter-spacing:-.08em; } .brand span { color:var(--orange); } .city-selector { display:flex; align-items:center; gap:7px; color:#656b62; font-size:.72rem; font-weight:700; } .city-selector select { max-width:155px; padding:5px 25px 5px 8px; border:1px solid #cdd1c7; border-radius:99px; background:#fffdf6; color:var(--ink); font:700 .73rem 'DM Sans'; cursor:pointer; } .city-selector select:focus-visible { outline:3px solid var(--lime); outline-offset:2px; } nav { display:flex; align-items:center; justify-content:flex-end; gap:22px; font-size:.9rem; font-weight:600; } .nav-cta { padding:11px 16px; border:1.5px solid var(--ink); border-radius:99px; white-space:nowrap; }.account-menu { position:relative; }.account-menu summary { display:flex; align-items:center; gap:8px; padding:4px; border-radius:99px; cursor:pointer; list-style:none; }.account-menu summary::-webkit-details-marker { display:none; }.account-menu summary:focus-visible { outline:3px solid var(--orange); outline-offset:3px; }.account-menu[open] summary { background:#eef0e8; }.account-avatar { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:var(--lime); color:var(--ink); font:700 .73rem 'DM Mono',monospace; letter-spacing:-.05em; }.account-name { max-width:130px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.account-chevron { color:#6c716a; font-size:1.1rem; transition:transform .16s ease; }.account-menu[open] .account-chevron { transform:rotate(180deg); }.account-menu-panel { position:absolute; z-index:10; top:calc(100% + 12px); right:0; display:grid; min-width:210px; padding:8px; border:1px solid #daddd4; border-radius:13px; background:#fff; box-shadow:6px 7px 0 var(--ink); }.account-menu-panel a,.account-menu-panel button { min-height:40px; padding:10px 12px; border:0; border-radius:8px; background:transparent; color:var(--ink); font:600 .85rem 'DM Sans'; text-align:left; cursor:pointer; }.account-menu-panel a:hover,.account-menu-panel button:hover { background:#edf7cf; }.account-menu-panel button { color:#ad3c23; }.logout { padding:0; border:0; background:transparent; color:#6c716a; font:600 .85rem 'DM Sans'; cursor:pointer; }
.hero { max-width:1240px; min-height:620px; margin:auto; padding:72px 32px 80px; display:grid; grid-template-columns:1.1fr .9fr; gap:64px; align-items:center; background:radial-gradient(circle at 76% 46%,#c9f25d 0 14%,transparent 14.2%); } .eyebrow { margin:0 0 17px; color:var(--orange); font-family:'DM Mono',monospace; font-size:.72rem; letter-spacing:.11em; font-weight:bold; } h1,h2 { letter-spacing:-.055em; line-height:.98; } h1 { font-size:clamp(3.25rem,6.3vw,5.85rem); margin:0; max-width:720px; } h1 em { font-family:'Playfair Display',serif; font-weight:600; } .lead { max-width:520px; font-size:1.12rem; line-height:1.55; color:#4f534e; margin:27px 0; } .hero-actions { display:flex; gap:13px; flex-wrap:wrap; } .button { display:inline-flex; align-items:center; gap:18px; padding:15px 21px; border-radius:99px; font-weight:700; font-size:.93rem; transition:transform .2s; } .button:hover { transform:translateY(-2px) } .primary { background:var(--ink); color:#fff; } .primary span { color:var(--lime); font-size:1.3rem; } .ghost { border:1.5px solid #b6bab1; } .microcopy { font-size:.76rem; color:var(--muted); margin-top:17px; }
.price-card { background:var(--ink); color:white; padding:25px; border-radius:22px; transform:rotate(3deg); box-shadow:14px 18px 0 var(--orange); max-width:405px; justify-self:center; width:100%; } .card-top { display:flex; justify-content:space-between; align-items:center; padding-bottom:18px; font-family:'DM Mono'; font-size:.73rem; letter-spacing:.08em; border-bottom:1px solid #45464a; } .live-dot { color:var(--lime); font-size:.62rem; letter-spacing:0; } .live-dot:before { content:'•'; padding-right:5px; font-size:1rem; } .price-row { padding:19px 0; border-bottom:1px solid #34363a; display:flex; justify-content:space-between; font-size:1.02rem; } .price-row strong { font-size:1.25rem; } .winner strong { color:var(--lime) } .price-card small { display:block; color:#a9ada8; padding-top:18px; font-size:.68rem; }
.how-section { background:#fff; padding:94px max(32px,calc((100vw - 1176px)/2)); } h2 { font-size:clamp(2.2rem,4.4vw,4.2rem); max-width:800px; margin:0 0 52px; } .steps { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; } .steps article { border-top:2px solid var(--ink); padding:18px 0; } .steps b { font-family:'DM Mono'; color:var(--orange); font-size:.8rem; } h3 { margin:34px 0 9px; font-size:1.3rem; letter-spacing:-.035em; } .steps p,.showcase p,.contribute p { color:#595e57; line-height:1.55; max-width:310px; margin:0; }
.showcase { padding:105px max(32px,calc((100vw - 1176px)/2)); display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; } .showcase h2 { margin-bottom:20px; } .text-link { display:inline-block; margin-top:26px; font-weight:bold; color:var(--orange); } .tag-cloud { display:flex; flex-wrap:wrap; gap:11px; } .tag-cloud span { padding:15px 19px; background:#eceddf; border-radius:99px; font-weight:600; transform:rotate(-2deg); } .tag-cloud span:nth-child(2n) { background:var(--lime); transform:rotate(3deg); } .tag-cloud span:nth-child(3n) { background:#ffbdac; transform:rotate(-1deg); }
.product-discovery { padding:92px max(32px,calc((100vw - 1176px)/2)); background:#f0f1e9; }.product-discovery-heading { display:flex; justify-content:space-between; align-items:end; gap:44px; margin-bottom:39px; }.product-discovery h2 { margin:0; font-size:clamp(2.55rem,5.3vw,5rem); }.product-discovery-heading > p { max-width:340px; margin:0 0 7px; color:#5c625b; line-height:1.48; }.product-search { position:relative; width:min(100%,680px); margin:-7px 0 38px; }.product-search label { display:block; margin-bottom:8px; color:#596057; font-size:.76rem; font-weight:700; }.product-search-controls { display:flex; align-items:center; gap:12px; padding:7px 7px 7px 17px; border:1.5px solid #cdd1c7; border-radius:15px; background:#fffdf6; box-shadow:0 5px 0 rgba(23,24,28,.08); }.product-search-controls > i { color:#667061; }.product-search input { min-width:0; flex:1; padding:10px 0; border:0; outline:0; background:transparent; color:var(--ink); font:1rem 'DM Sans'; }.product-search input::placeholder { color:#92988e; }.product-search-controls:focus-within { border-color:var(--ink); box-shadow:0 5px 0 var(--lime); }.product-search button { border:0; border-radius:10px; padding:12px 17px; background:var(--ink); color:#fff; font:700 .8rem 'DM Sans'; cursor:pointer; }.product-search button:disabled { opacity:.65; cursor:wait; }.product-search-results { position:absolute; z-index:4; top:calc(100% + 10px); right:0; left:0; overflow:hidden; border:1px solid #d6dad0; border-radius:15px; background:#fffdf6; box-shadow:0 14px 28px rgba(23,24,28,.15); }.product-search-results > p { margin:0; padding:16px 18px; color:#6b7169; font-size:.84rem; }.product-search-results a { display:grid; grid-template-columns:34px minmax(0,1fr) auto 18px; align-items:center; gap:11px; padding:12px 15px; border-bottom:1px solid #e6e8e1; }.product-search-results a:last-child { border-bottom:0; }.product-search-results a:hover,.product-search-results a:focus-visible { background:#eff8d8; outline:0; }.product-search-result-icon { display:grid; place-items:center; width:34px; height:34px; border-radius:9px; background:#eef8d3; color:#3f5d11; }.product-search-results strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:.94rem; }.product-search-result-count { padding:5px 8px; border-radius:99px; background:#f0f1e9; color:#596057; font:700 .65rem 'DM Mono'; white-space:nowrap; }.product-search-results a > i { color:var(--orange); font-size:.72rem; }.product-cards { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; }.product-card { display:flex; flex-direction:column; min-height:238px; padding:18px; border:1px solid #d9dcd3; border-radius:16px; background:#fffdf6; color:var(--ink); box-shadow:0 2px 8px rgba(23,24,28,.035); transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease; }.product-card:hover { transform:translateY(-3px); border-color:#aeb3a7; box-shadow:0 10px 24px rgba(23,24,28,.1); }.product-card:focus-visible { outline:3px solid var(--orange); outline-offset:3px; }.product-card-icon { display:grid; place-items:center; width:44px; height:44px; border-radius:12px; background:#eef8d3; color:#3f5d11; font-size:1.15rem; }.product-card-content { display:flex; flex:1; flex-direction:column; justify-content:flex-end; margin-top:24px; }.product-card-content strong { display:-webkit-box; min-height:2.3em; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; font-size:1.08rem; line-height:1.12; letter-spacing:-.035em; }.product-card-price { display:grid; gap:2px; margin-top:14px; }.product-card-price small { color:#777d74; font:700 .6rem 'DM Mono',monospace; letter-spacing:.05em; text-transform:uppercase; }.product-card-price b { color:var(--orange); font-size:1.42rem; line-height:1; letter-spacing:-.04em; }.product-card-footer { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:15px; padding-top:12px; border-top:1px solid #e3e5df; }.product-card-footer > small { overflow:hidden; color:#727870; font-size:.7rem; font-weight:600; text-overflow:ellipsis; white-space:nowrap; }.product-card-arrow { display:grid; place-items:center; width:28px; height:28px; flex:none; border-radius:50%; background:var(--ink); color:var(--lime); font-size:.7rem; transition:transform .18s ease,background .18s ease; }.product-card:hover .product-card-arrow { transform:translateX(2px); background:var(--orange); color:#fff; }.product-cards-loading span { min-height:238px; border-radius:16px; background:linear-gradient(105deg,#e1e3db 30%,#f3f4ee 45%,#e1e3db 60%); background-size:220% 100%; animation:card-shimmer 1.2s infinite; }@keyframes card-shimmer { to { background-position:-220% 0; } }.discovery-empty { padding:25px; border:1px dashed #b9bdb4; border-radius:16px; color:#5c625b; }.discovery-empty a { color:var(--orange); font-weight:700; }
.contribute { background:var(--orange); padding:72px max(32px,calc((100vw - 1176px)/2)); display:flex; justify-content:space-between; align-items:center; gap:32px; } .contribute .eyebrow { color:var(--ink) } .contribute h2 { max-width:620px; font-size:clamp(2.3rem,4.5vw,4.3rem); margin-bottom:17px; } .contribute p { color:#3d211b; max-width:550px; } .light { background:var(--cream); white-space:nowrap; }.notice { max-width:1176px; margin:0 auto; padding:30px 0 55px; color:#60655e; font-size:.86rem; line-height:1.5; } .notice strong { color:var(--ink) } footer { border-top:1px solid #dcded8; padding:25px max(32px,calc((100vw - 1176px)/2)); display:flex; gap:22px; flex-wrap:wrap; font-size:.77rem; color:#596057; } footer span { margin-left:auto; }
.directory { max-width:920px; margin:0 auto; padding:92px 32px 130px; min-height:70vh; }.directory h1 { font-size:clamp(3rem,6vw,5.2rem); margin-bottom:22px; }.empty { margin-top:35px; padding:28px; background:#eceddf; border-radius:16px; line-height:1.6; }.city-list { margin-top:38px; border-top:2px solid var(--ink); }.city-list a { display:flex; justify-content:space-between; padding:21px 0; border-bottom:1px solid #d8dad4; font-size:1.3rem; font-weight:700; }.city-list span { color:var(--orange); font-family:'DM Mono'; font-size:.75rem; align-self:center; }
.auth-page { min-height:72vh; padding:70px 20px; display:grid; place-items:center; background:linear-gradient(135deg,#fffdf6 0 65%,#c9f25d 65%); }.auth-card { width:min(100%,500px); padding:40px; background:#fff; border:1px solid #e4e5de; border-radius:24px; box-shadow:10px 12px 0 var(--ink); }.auth-card h1 { font-size:3rem; margin-bottom:15px; }.auth-intro { color:#5c615b; line-height:1.5; }.auth-switch { display:flex; gap:8px; margin:28px 0 22px; padding-bottom:10px; border-bottom:1px solid #e0e1dd; }.auth-switch button { border:0; padding:8px 0; margin-right:20px; background:none; font:600 .9rem 'DM Sans'; cursor:pointer; color:#70746f; }.auth-switch button.active { color:var(--orange); border-bottom:2px solid var(--orange); } form label { display:grid; gap:7px; margin:15px 0; font-size:.82rem; font-weight:700; } form input { width:100%; padding:13px; border:1.5px solid #cfd2ca; border-radius:9px; font:1rem 'DM Sans'; } form input:focus { outline:2px solid var(--lime); border-color:var(--ink); }.password-help { color:#747870; font-size:.75rem; }.auth-submit { border:0; margin-top:14px; cursor:pointer; }.auth-submit:disabled { opacity:.6; }.auth-message { padding:11px; border-radius:8px; font-size:.85rem; }.auth-message.success { background:#e1f6aa; }.auth-message.error { background:#ffd8ce; color:#832b16; }.back-link { display:flex; align-items:center; width:max-content; min-height:44px; margin:25px 0 24px; padding:10px 15px; border:1.5px solid var(--ink); border-radius:99px; background:#fff; color:var(--ink); font-size:.9rem; font-weight:700; box-shadow:3px 3px 0 var(--lime); transition:transform .16s,box-shadow .16s; }.back-link:hover { transform:translate(-1px,-1px); box-shadow:5px 5px 0 var(--lime); }.back-link:focus-visible { outline:3px solid var(--orange); outline-offset:3px; }
.auth-actions { display:grid; gap:16px; margin-top:24px; }.forgot-password-link { width:max-content; color:var(--orange); font-size:.86rem; font-weight:700; }.auth-actions .auth-submit { justify-content:center; width:100%; margin:0; }.forgot-password-link:hover { text-decoration:underline; }
.legal-page { width:min(100% - 40px,900px); margin:0 auto; padding:82px 0 110px; }.legal-hero { max-width:650px; margin-bottom:36px; }.legal-hero h1 { margin:10px 0 12px; font-size:clamp(3rem,7vw,5.8rem); line-height:.93; letter-spacing:-.07em; }.legal-hero > p:last-child { color:#687067; font-size:.9rem; }.legal-notice { margin:0 0 50px; padding:22px 25px; border-radius:16px; background:#e8eadf; color:#42483f; line-height:1.6; }.legal-notice a,.legal-content a { color:#b94326; font-weight:700; }.legal-content { display:grid; gap:38px; max-width:760px; }.legal-content section { scroll-margin-top:24px; }.legal-content h2 { margin:0 0 12px; font-size:1.35rem; letter-spacing:-.035em; }.legal-content p { margin:0 0 13px; color:#50574f; line-height:1.72; }.legal-content p:last-child { margin-bottom:0; } @media(max-width:720px) { .legal-page { width:min(100% - 40px,900px); padding:55px 0 78px; }.legal-hero h1 { font-size:3.5rem; }.legal-notice { margin-bottom:38px; padding:19px; }.legal-content { gap:31px; } }
.upload-page { max-width:1040px; min-height:72vh; margin:auto; padding:80px 32px 120px; display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; }.upload-page h1 { font-size:clamp(3rem,5vw,4.7rem); margin:0 0 18px; }.upload-intro ul { margin:30px 0; padding:0; list-style:none; color:#5d625c; line-height:2; }.upload-intro li:before { content:'✓'; color:var(--orange); font-weight:bold; margin-right:10px; }.upload-form { padding:28px; background:#fff; border-radius:18px; border:1px solid #e0e1db; box-shadow:8px 9px 0 var(--lime); }.upload-form select { padding:13px; border:1.5px solid #cfd2ca; border-radius:9px; background:#fff; font:1rem 'DM Sans'; }.file-label { padding:14px; border:1.5px dashed #a7ada1; border-radius:9px; }.file-label span { color:#6b7069; font-weight:400; }.check { display:flex!important; grid-template-columns:18px 1fr; align-items:start; font-weight:400!important; line-height:1.35; }.check input { width:auto; margin-top:2px; } @media(max-width:720px){.upload-page{display:block;padding:55px 20px}.upload-form{margin-top:35px}.auth-card{padding:28px}.auth-page{padding:45px 20px}}
.establishment-picker { position:relative; }.establishment-search-controls { display:flex; align-items:center; gap:10px; padding:4px 12px; border:1.5px solid #cfd2ca; border-radius:9px; background:#fff; }.establishment-search-controls:focus-within { border-color:var(--ink); box-shadow:0 3px 0 var(--lime); }.establishment-search-controls > i { color:#697066; }.establishment-search-controls input,.establishment-search-controls input:focus { flex:1; min-width:0; padding:9px 0!important; border:0!important; outline:0!important; box-shadow:none!important; background:transparent!important; }.establishment-search-controls input:disabled { cursor:not-allowed; color:#8a8f87; }.establishment-search-controls button { border:0; background:transparent; color:var(--orange); font:700 .75rem 'DM Sans'; cursor:pointer; }.establishment-search-results { position:absolute; z-index:5; top:calc(100% + 6px); right:0; left:0; overflow:hidden; border:1px solid #d6dad0; border-radius:12px; background:#fffdf6; box-shadow:0 14px 28px rgba(23,24,28,.15); }.establishment-search-results button { display:grid; grid-template-columns:34px minmax(0,1fr) 16px; width:100%; align-items:center; gap:10px; padding:11px 14px; border:0; border-bottom:1px solid #e6e8e1; background:transparent; color:var(--ink); text-align:left; cursor:pointer; }.establishment-search-results button:hover,.establishment-search-results button:focus-visible { background:#eff8d8; outline:0; }.establishment-search-results button:last-child { border-bottom:0; }.establishment-search-results strong,.establishment-search-results small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.establishment-search-results small,.selected-establishment { color:#6b7069; font-weight:400; }.establishment-search-result-icon { display:grid; place-items:center; width:34px; height:34px; border-radius:9px; background:#eef8d3; color:#3f5d11; }.new-establishment-option { background:#fff8ec!important; }
.coming-soon { display:block; margin-top:12px; color:#737870; font-size:.78rem; line-height:1.4; }
.directory-tabs { display:flex; gap:8px; margin:34px 0 17px; border-bottom:1px solid #d8dad4; }.directory-tabs button { position:relative; padding:11px 15px; border:0; background:transparent; color:#6d716d; font:700 .9rem 'DM Sans'; cursor:pointer; }.directory-tabs button.active { color:var(--ink); }.directory-tabs button.active:after { content:''; position:absolute; right:15px; bottom:-1px; left:15px; height:3px; background:var(--orange); }.tab-intro { margin:0; color:#5d635c; font-size:.94rem; }
.product-list,.comparison-list { margin-top:38px; border-top:2px solid var(--ink); }.product-list a,.comparison-list article { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:21px 0; border-bottom:1px solid #d8dad4; }.product-list strong,.product-list span,.comparison-list strong,.comparison-list span,.comparison-list small { display:block; }.product-list strong,.comparison-list strong { font-size:1.22rem; }.product-list span,.comparison-list span { margin-top:4px; color:#697069; font-size:.85rem; }.product-list b { color:var(--orange); font:700 .74rem 'DM Mono'; text-align:right; }.comparison-list small { margin-top:7px; color:#6b8c26; font-size:.73rem; }.comparison-list small.stale { color:#a85b24; }.comparison-list b { color:var(--orange); font-size:1.25rem; white-space:nowrap; }.comparison-list article.best-price { margin:13px -16px; padding:18px 16px; border:1.5px solid #9ecf36; border-radius:15px; background:#f1fad5; }.comparison-list article.best-price b { color:#4d7715; }.best-price-badge { display:inline-block!important; margin:0 0 7px!important; padding:5px 8px; border-radius:99px; background:#c9f25d; color:#273112!important; font:700 .62rem 'DM Mono'; letter-spacing:.06em; }
.contribution-list { margin-top:38px; display:grid; gap:14px; }.contribution { display:flex; justify-content:space-between; gap:22px; padding:25px; border:1px solid #dedfd9; border-radius:16px; background:#fff; }.contribution-clickable { transition:transform .16s,box-shadow .16s; }.contribution-clickable:hover { transform:translateY(-2px); box-shadow:4px 5px 0 var(--lime); }.contribution h2 { margin:5px 0 9px; font-size:1.55rem; letter-spacing:-.035em; }.contribution p:not(.status) { margin:0; color:#626861; font-size:.88rem; }.status { margin:0; display:inline-flex; border-radius:99px; padding:5px 9px; font:700 .67rem 'DM Mono'; letter-spacing:.03em; }.status.processing { color:#735700; background:#fff0b4; }.status.review { color:#714000; background:#ffd9a0; }.status.approved { color:#285000; background:#dff5a8; }.status.rejected { color:#8b2418; background:#ffd7d0; }.status-dot { width:12px; height:12px; border-radius:50%; margin-top:8px; flex:none; }.status-dot.processing { background:#e5ad20; }.status-dot.review { background:#e27319; }.status-dot.approved { background:#71ad24; }.status-dot.rejected { background:#d45235; }.review-note { margin-top:13px!important; padding:10px; border-left:3px solid var(--orange); background:#fff4ee; } @media(max-width:720px){.contribution{padding:18px}.contribution h2{font-size:1.25rem}}
.metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; margin:35px 0 48px; }.metrics div { padding:20px; border-radius:15px; background:#fff; border:1px solid #e2e3dd; }.metrics div:nth-child(3n+1) { background:#e8f8b8; }.metrics div:nth-child(3n+2) { background:#fff0bf; }.metrics div:nth-child(3n) { background:#ffd9cf; }.metrics span { display:block; color:#535950; font-size:.77rem; }.metrics strong { display:block; margin-top:8px; font-size:2rem; letter-spacing:-.06em; }.recent-title { font-size:2rem; margin:0; } @media(max-width:720px){.metrics{grid-template-columns:repeat(2,1fr)}.metrics div{padding:15px}}
.establishments article { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:20px 0; border-bottom:1px solid #d8dad4; }.establishments article strong,.establishments article span { display:block; }.establishments article strong { font-size:1.2rem; }.establishment-rating { display:inline-flex; align-items:center; margin-left:8px; color:#737870; font:700 .7rem 'DM Mono'; letter-spacing:0; vertical-align:middle; }.establishment-rating::first-letter { color:var(--orange); }.establishments article span { margin-top:5px; color:#6e736d; font-size:.85rem; }.establishments article a { color:var(--orange); white-space:nowrap; font-weight:700; font-size:.85rem; }
.menu-list { margin-top:38px; border-top:2px solid var(--ink); }.menu-list article { display:flex; justify-content:space-between; gap:20px; padding:21px 0; border-bottom:1px solid #d8dad4; }.menu-list strong,.menu-list span,.menu-list small { display:block; }.menu-list span { margin-top:4px; color:#697069; font-size:.86rem; }.menu-list small { margin-top:7px; color:#6b8c26; font-size:.73rem; }.menu-list small.stale { color:#a85b24; }.menu-list b { color:var(--orange); font-size:1.25rem; white-space:nowrap; }
.category-filter { display:flex; flex-wrap:wrap; gap:9px; margin-top:33px; }.category-filter button { border:1px solid #d4d7ce; background:#fff; color:#51574f; border-radius:99px; padding:9px 12px; font:600 .78rem 'DM Sans'; cursor:pointer; transition:background .16s,border-color .16s,color .16s; }.category-filter button:hover { border-color:var(--ink); color:var(--ink); }.category-filter button.active { background:var(--ink); border-color:var(--ink); color:#fff; }.category-filter span { margin-left:4px; color:#858b80; font:700 .67rem 'DM Mono'; }.category-filter button.active span { color:var(--lime); }.category-summary { margin:17px 0 -20px; color:#737870; font-size:.8rem; }
.rating-summary { display:flex; align-items:center; gap:10px; margin:20px 0 5px; color:#6b7069; font-size:.82rem; }.rating-summary strong { color:var(--ink); font-size:1.5rem; }.stars { color:#e79012; letter-spacing:.08em; white-space:nowrap; }.reviews { margin-top:78px; padding-top:40px; border-top:2px solid var(--ink); }.reviews h2 { margin:0 0 13px; font-size:2.3rem; }.review-description,.no-reviews { color:#666d64; line-height:1.5; }.review-form { max-width:620px; margin:26px 0 38px; padding:24px; border-radius:16px; background:#eceddf; }.review-form label { display:grid; gap:9px; }.review-form textarea,.review-form select { min-height:100px; resize:vertical; padding:12px; border:1.5px solid #cfd2ca; border-radius:9px; font:1rem 'DM Sans'; background:#fff; }.review-form select { min-height:0; resize:none; }.star-picker { display:flex; gap:3px; }.star-picker button { padding:0; border:0; background:transparent; color:#a8aea4; font-size:1.75rem; cursor:pointer; }.star-picker button.selected { color:#e79012; }.review-form .button { border:0; cursor:pointer; margin-top:8px; }.problem-report { margin-top:42px; padding-top:36px; border-top:1px solid #dedfd9; }.problem-report h2 { margin:0 0 10px; font-size:1.7rem; }.problem-report > p:not(.eyebrow) { color:#666d64; }.review-list { display:grid; gap:14px; }.review-list article { padding:20px; background:#fff; border:1px solid #dedfd9; border-radius:15px; }.review-list article > div:first-child { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }.review-list small { color:#777d76; font-size:.75rem; }.review-list p { margin:14px 0 0; line-height:1.55; }.admin-reviews { margin:20px 0 46px; }.review-actions { display:flex; gap:10px; margin-top:17px; }.review-actions button { cursor:pointer; border-radius:99px; padding:9px 14px; font:700 .78rem 'DM Sans'; }.review-actions .primary { border:0; }.review-actions .reject-button { background:#fff5f2; }
.menu-search { display:grid; gap:8px; width:min(100%,520px); margin-top:30px; font-size:.78rem; font-weight:700; color:#4e544d; }.menu-search input { width:100%; padding:13px 15px; border:1.5px solid #cfd2ca; border-radius:10px; background:#fff; font:1rem 'DM Sans'; }.menu-search input:focus { outline:2px solid var(--lime); border-color:var(--ink); }.no-results { padding:28px 0; color:#6b716a; }
.menu-sort { display:flex; align-items:center; gap:10px; margin-top:14px; font-size:.78rem; font-weight:700; color:#4e544d; }.menu-sort select { padding:9px 30px 9px 11px; border:1.5px solid #cfd2ca; border-radius:9px; background:#fff; color:var(--ink); font:.84rem 'DM Sans'; cursor:pointer; }
.pipeline-link { display:inline-block; margin-top:14px; color:var(--orange); font-size:.82rem; font-weight:700; }.pipeline-actions { display:flex; flex-wrap:wrap; gap:12px; margin:30px 0; }.pipeline-actions button { cursor:pointer; }
.pipeline-events { position:relative; display:grid; gap:0; margin:20px 0 36px; padding-left:30px; }.pipeline-events::before { content:""; position:absolute; top:12px; bottom:12px; left:10px; width:2px; background:#d7dbd0; }.pipeline-event { position:relative; display:grid; grid-template-columns:22px 1fr; gap:11px; padding:0 0 19px; background:transparent; }.pipeline-event:last-child { padding-bottom:0; }.timeline-marker { position:relative; z-index:1; display:grid; place-items:center; width:22px; height:22px; margin-top:1px; border:2px solid #77806f; border-radius:50%; background:#fffdf7; color:#466b1d; font-size:.75rem; font-weight:800; }.event-content { min-width:0; padding:2px 0; }.event-head { display:flex; justify-content:space-between; gap:12px; align-items:baseline; }.event-head span,.pipeline-event small { color:#666d64; font-size:.76rem; }.pipeline-event p { white-space:pre-wrap; overflow-wrap:anywhere; margin:5px 0 4px; color:#333932; font:.78rem/1.45 'DM Mono'; }.pipeline-event.done .timeline-marker { border-color:#76a928; background:#f0fad6; }.pipeline-event.running .timeline-marker { border-color:#e0a80d; }.pipeline-event.failed .timeline-marker { border-color:#d35238; background:#ffe5de; }.pipeline-event.pending { opacity:.38; }.pipeline-event.pending .timeline-marker { border-style:dashed; }.pipeline-spinner { width:10px; height:10px; border:2px solid #e7b623; border-right-color:transparent; border-radius:50%; animation:pipeline-spin .75s linear infinite; }.timeline-check { line-height:1; } @keyframes pipeline-spin { to { transform:rotate(360deg); } } @media(max-width:720px){.event-head{display:block}.event-head span{display:block;margin-top:3px}}
.review-box { margin:36px 0; padding:24px; border-radius:16px; background:#fff0c2; }.review-box h2 { font-size:1.7rem; margin:0 0 8px; }.review-box p { color:#625a3d; }.review-box label { display:grid; gap:7px; margin-top:18px; font-weight:700; font-size:.85rem; }.review-box textarea { min-height:90px; resize:vertical; padding:12px; border:1px solid #c9ba7a; border-radius:9px; font:1rem 'DM Sans'; }.reject-button { color:#812e20; border:1.5px solid #ad5b4d; background:#fff5f2; }.processed-prices { margin:20px 0 36px; border-top:2px solid var(--ink); }.processed-prices article { display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:20px; padding:17px 0; border-bottom:1px solid #dcddd8; }.processed-prices strong,.processed-prices span { display:block; }.processed-prices span,.processed-prices small { color:#686d65; font-size:.78rem; }.processed-prices b { color:var(--orange); white-space:nowrap; } @media(max-width:720px){.processed-prices article{grid-template-columns:1fr auto}.processed-prices small{grid-column:1/-1}}
.admin-card { position:relative; }.card-actions { position:absolute; right:19px; bottom:16px; z-index:1; display:flex; gap:15px; }.card-actions button { border:0; background:transparent; color:#5c632e; font:600 .74rem 'DM Sans'; cursor:pointer; text-decoration:underline; }.card-actions .delete-submission { color:#a33a29; }.admin-card .contribution { padding-bottom:48px; }
@media (max-width:720px) { .site-header { display:grid; grid-template-columns:1fr; gap:16px; padding:18px 20px 18px; } .header-brand-area { gap:11px; } .city-selector { width:max-content; min-height:38px; padding:6px 10px; border-radius:10px; background:#f0f1e9; } .city-selector select { min-height:30px; max-width:none; background:#fff; } nav { display:grid; width:100%; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; } nav a,nav .account-menu { min-width:0; min-height:44px; display:flex; align-items:center; justify-content:center; padding:10px 8px; border:1px solid #daddd4; border-radius:12px; background:#fff; font-size:.82rem; line-height:1.15; text-align:center; } nav .nav-cta { grid-column:1 / -1; border-color:var(--ink); background:var(--ink); color:#fff; } nav .account-menu { padding:2px 5px; } .account-menu-panel { right:auto; left:0; } .hero { min-height:0; padding:62px 20px 82px; display:block; background:radial-gradient(circle at 87% 55%,#c9f25d 0 9%,transparent 9.2%); } .price-card { margin:62px auto 12px; transform:rotate(2deg); }.how-section,.showcase { padding:70px 20px; }.steps,.showcase { grid-template-columns:1fr; gap:25px; }.steps article { display:grid; grid-template-columns:46px 1fr; column-gap:12px; }.steps h3 { margin:0; }.steps p { grid-column:2; margin-top:9px; }.product-discovery { padding:67px 20px; }.product-discovery-heading { display:block; margin-bottom:28px; }.product-discovery-heading > p { margin-top:16px; }.product-search { margin-bottom:30px; }.product-search-controls { gap:8px; padding-left:13px; }.product-search button { padding:11px 12px; }.product-search-results a { grid-template-columns:32px minmax(0,1fr) auto; gap:8px; }.product-search-result-count { grid-column:2; justify-self:start; font-size:.59rem; }.product-search-results a > i { grid-column:3; grid-row:1; }.product-cards { grid-template-columns:repeat(2,minmax(0,1fr)); gap:11px; }.product-card { min-height:184px; padding:15px; border-radius:16px; }.product-card-icon { width:48px; height:48px; font-size:1.65rem; border-radius:13px; }.product-card-content { max-width:100%; }.product-card-content strong { font-size:1.08rem; }.product-card-content small { font-size:.68rem; }.product-card-arrow { right:12px; bottom:11px; width:30px; height:30px; font-size:1rem; }.contribute { display:block; padding:60px 20px; }.contribute .button { margin-top:32px; }.notice { padding:27px 20px 45px; } footer { padding:24px 20px; } footer span { width:100%; margin:0; } }

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto 0 auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* BitePrice brand lockup */
.brand { display:block; width:168px; line-height:0; }
.brand img { display:block; width:100%; height:auto; }
@media (max-width:720px) { .brand { width:142px; } }

@media (max-width:720px) { nav .nav-cta { grid-row:3; } nav > a[href="/login"] { grid-column:1 / -1; } }

.confirmation-backdrop { position:fixed; inset:0; z-index:1000; display:grid; place-items:center; padding:20px; background:rgb(18 20 17 / .6); }.confirmation-dialog { width:min(100%,500px); padding:32px; border:1px solid #e4e5de; border-radius:20px; background:#fff; box-shadow:8px 10px 0 var(--ink); }.confirmation-dialog h2 { margin:6px 0 12px; font-size:2rem; }.confirmation-dialog > p { color:#525851; line-height:1.5; }.confirmation-actions { display:flex; justify-content:flex-end; gap:12px; margin-top:24px; }.confirmation-actions button { min-height:44px; padding:10px 16px; border-radius:8px; font:700 .9rem 'DM Sans'; cursor:pointer; }.confirmation-actions button[type="button"] { border:1px solid #9da19a; background:#fff; color:var(--ink); }.confirmation-actions .delete-confirm { border:1px solid #a33a29; background:#a33a29; color:#fff; }.confirmation-actions button:disabled { cursor:wait; opacity:.65; }

.submissions-heading { display:flex; align-items:baseline; justify-content:space-between; gap:20px; margin-top:48px; }.submissions-heading > span { color:#697066; font:.78rem 'DM Mono'; }.submission-filters { display:flex; align-items:end; gap:12px; margin:18px 0 12px; }.submission-search { flex:1; margin:0!important; }.submission-filters .button { min-height:44px; border:0; cursor:pointer; }.city-chips { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:24px; }.city-chips button { min-height:34px; padding:7px 11px; border:1px solid #d3d7cd; border-radius:99px; background:#fff; color:#5c635b; font:700 .72rem 'DM Sans'; cursor:pointer; }.city-chips button:hover,.city-chips button:focus-visible,.city-chips button.active { border-color:#5f861b; background:#e8f8b8; color:#36530a; outline:0; }.compact-contribution-list { margin-top:0; gap:9px; }.compact-contribution-list .contribution { min-height:0; padding:15px 18px 40px; border-radius:12px; }.compact-contribution-list .contribution h2 { margin:5px 0; font-size:1.2rem; }.compact-contribution-list .status { padding:4px 7px; font-size:.61rem; }.compact-contribution-list .pipeline-link { display:none; }.compact-contribution-list .review-note { display:none; }.compact-contribution-list .card-actions { right:18px; bottom:12px; }.compact-contribution-list .status-dot { width:10px; height:10px; margin-top:4px; }.submission-meta { display:flex; align-items:center; gap:8px; }.submission-meta > span { color:#727970; font-size:.75rem; }.submission-pagination { display:flex; align-items:center; justify-content:center; gap:14px; margin-top:26px; }.submission-pagination button { min-height:40px; padding:8px 12px; border:1px solid #cdd2c8; border-radius:8px; background:#fff; color:var(--ink); font:700 .78rem 'DM Sans'; cursor:pointer; }.submission-pagination button:disabled { cursor:not-allowed; opacity:.45; }.submission-pagination span { color:#687067; font-size:.78rem; }.submission-empty { padding:26px; border:1px dashed #cfd4ca; border-radius:12px; color:#626961; text-align:center; } @media(max-width:720px) { .submissions-heading { margin-top:36px; }.submission-filters { display:grid; grid-template-columns:1fr; }.submission-filters .button { width:100%; }.compact-contribution-list .contribution { padding:14px 15px 40px; }.submission-pagination { gap:8px; }.submission-pagination span { font-size:.7rem; } }
