:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{color:#2c2c2a;background:#faf9f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{min-height:100vh}.navbar{background:#fff;border-bottom:1px solid #e5e3dc;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.logo{cursor:pointer;align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.logo-dot{background:#1d9e75;border-radius:50%;width:10px;height:10px;display:inline-block}.nav-links{gap:4px;display:flex}.nav-links button{cursor:pointer;color:#5f5e5a;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-size:14px}.nav-links button:hover{color:#2c2c2a;background:#f1efe8}.nav-links button.active{color:#0f6e56;background:#e1f5ee;font-weight:600}.hero{text-align:center;background:linear-gradient(135deg,#e1f5ee 0%,#f0faf6 60%,#e6f1fb 100%);padding:52px 24px 44px}.hero h1{color:#085041;margin-bottom:10px;font-size:32px}.hero p{color:#0f6e56;margin-bottom:28px;font-size:16px}.hero-badge{color:#e1f5ee;background:#085041;border-radius:20px;margin-bottom:16px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.hero-auth{margin-top:28px}.hero-auth-text{color:#0f6e56;margin-bottom:14px;font-size:14px}.hero-auth-btns{justify-content:center;align-items:center;gap:12px;display:flex}.hero-btn-signup{color:#fff;cursor:pointer;background:#1d9e75;border:none;border-radius:8px;padding:12px 28px;font-size:15px;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #1d9e7559}.hero-btn-signup:hover{background:#0f6e56;transform:translateY(-1px);box-shadow:0 6px 18px #1d9e7566}.hero-btn-login{color:#085041;cursor:pointer;background:0 0;border:2px solid #1d9e75;border-radius:8px;padding:12px 28px;font-size:15px;font-weight:600;transition:all .2s}.hero-btn-login:hover{background:#e1f5ee}.hero-stats{flex-wrap:wrap;justify-content:center;gap:32px;margin-top:32px;display:flex}.hero-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.hero-stat-num{color:#085041;font-size:20px;font-weight:700}.hero-stat-label{color:#0f6e56;font-size:11px}.nav-links .btn-signup{color:#fff;background:#1d9e75;border-radius:8px;padding:6px 16px;font-weight:600}.nav-links .btn-signup:hover{color:#fff;background:#0f6e56}.search-wrap{gap:8px;max-width:560px;margin:0 auto;display:flex}.search-wrap input{border:1px solid #9fe1cb;border-radius:8px;flex:1;padding:12px 16px;font-size:15px}.search-wrap input:focus{border-color:#1d9e75;outline:none}.search-wrap button{color:#fff;cursor:pointer;background:#1d9e75;border:none;border-radius:8px;padding:12px 20px;font-size:15px;font-weight:600}.search-wrap button:hover{background:#0f6e56}.section{padding:28px 24px}.section h2{margin-bottom:16px;font-size:18px}.section-header-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-header-row h2{margin-bottom:0}.muted{color:#888780;font-size:14px}.filter-row{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.filter-btn{cursor:pointer;color:#5f5e5a;background:#fff;border:1px solid #e5e3dc;border-radius:20px;padding:5px 14px;font-size:13px}.filter-btn.on{color:#0f6e56;background:#e1f5ee;border-color:#9fe1cb}.biz-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.biz-card{cursor:pointer;background:#fff;border:1px solid #e5e3dc;border-radius:12px;padding:16px;transition:border-color .15s}.biz-card:hover{border-color:#9fe1cb}.biz-card.flagged{border-color:#f7c1c1}.biz-top{justify-content:space-between;align-items:flex-start;margin-bottom:6px;display:flex}.biz-name{font-size:15px;font-weight:600}.biz-cat{color:#888780;margin-bottom:10px;font-size:12px}.biz-meta{color:#5f5e5a;border-top:1px solid #e5e3dc;margin-top:10px;padding-top:10px;font-size:12px}.badge{white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-verified{color:#0f6e56;background:#e1f5ee}.badge-danger{color:#a32d2d;background:#fcebeb}.badge-pending{color:#5f5e5a;background:#f1efe8}.trust-bar-wrap{margin-top:8px}.trust-label{color:#888780;justify-content:space-between;margin-bottom:4px;font-size:12px;display:flex}.trust-bar{background:#f1efe8;border-radius:2px;height:4px}.trust-fill{border-radius:2px;height:4px}.empty-state{text-align:center;color:#888780;padding:40px 20px}.link-btn{color:#1d9e75;cursor:pointer;background:0 0;border:none;margin-bottom:16px;padding:0;font-size:14px;display:block}.link-btn:hover{text-decoration:underline}.form-group{margin-bottom:16px}.form-group label{color:#5f5e5a;margin-bottom:6px;font-size:13px;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{color:#2c2c2a;background:#fff;border:1px solid #e5e3dc;border-radius:8px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#1d9e75;outline:none}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.radio-group{flex-direction:column;gap:8px;display:flex}.radio-opt{cursor:pointer;border:1px solid #e5e3dc;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;display:flex}.radio-opt:hover{background:#f1efe8}.btn-primary{color:#fff;cursor:pointer;background:#1d9e75;border:none;border-radius:8px;width:100%;padding:12px;font-size:15px;font-weight:600}.btn-primary:hover{background:#0f6e56}.btn-primary:disabled{cursor:not-allowed;background:#ccc}.btn-small{color:#fff;cursor:pointer;background:#1d9e75;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.btn-small:hover{background:#0f6e56}.btn-ghost-small{cursor:pointer;color:#5f5e5a;background:0 0;border:1px solid #e5e3dc;border-radius:8px;padding:8px 16px;font-size:13px}.btn-ghost-small:hover{background:#f1efe8}.form-error{color:#fff;background:#a32d2d;border-left:4px solid #7a1f1f;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px;font-weight:500}.vote-msg{color:#fff;background:#085041;border-left:4px solid #1d9e75;border-radius:8px;margin-bottom:12px;padding:12px 16px;font-size:14px;font-weight:500}.input-wrap{align-items:center;display:flex;position:relative}.input-wrap input{flex:1;padding-right:60px}.toggle-pw{color:#1d9e75;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:600;position:absolute;right:12px}.toggle-pw:hover{color:#085041}.detail-top{margin-bottom:16px}.banner{border-radius:8px;margin-bottom:16px;padding:12px 16px}.banner-ok{background:#e1f5ee;border:1px solid #9fe1cb}.banner-ok strong{color:#085041}.banner-ok p{color:#0f6e56;margin-top:2px;font-size:13px}.banner-warn{background:#fcebeb;border:1px solid #f7c1c1}.banner-warn strong{color:#791f1f}.banner-warn p{color:#a32d2d;margin-top:2px;font-size:13px}.detail-rows{background:#fff;border:1px solid #e5e3dc;border-radius:12px;margin-bottom:16px;overflow:hidden}.detail-row{border-bottom:1px solid #e5e3dc;justify-content:space-between;gap:10px;padding:10px 16px;font-size:14px;display:flex}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{color:#888780}.votes-row{gap:10px;margin-bottom:16px;display:flex}.vote-btn{cursor:pointer;background:#fff;border:1px solid #e5e3dc;border-radius:8px;flex:1;padding:10px;font-size:14px}.vote-btn:hover{background:#f1efe8}.report-link{color:#e24b4a}.admin-list{flex-direction:column;gap:10px;display:flex}.admin-row{background:#fff;border:1px solid #e5e3dc;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.admin-actions{flex-shrink:0;gap:8px;display:flex}@media (width<=600px){.navbar{flex-direction:column;gap:10px;padding:12px 16px}.nav-links{flex-wrap:wrap;justify-content:center}.biz-grid,.form-row{grid-template-columns:1fr}.admin-row{flex-direction:column;align-items:flex-start}.hero{padding:32px 16px 28px}.hero h1{font-size:22px}.search-wrap{flex-direction:column}}.landing{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.landing-hero{text-align:center;background:linear-gradient(135deg,#052e1c 0%,#085041 60%,#0a6b55 100%);padding:80px 24px 64px}.landing-badge{color:#9fe1cb;background:#ffffff26;border:1px solid #fff3;border-radius:20px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.landing-title{color:#fff;margin-bottom:16px;font-size:42px;font-weight:700;line-height:1.2}.landing-sub{color:#9fe1cb;max-width:540px;margin:0 auto 32px;font-size:17px;line-height:1.7}.landing-btns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.landing-btn-primary{color:#fff;cursor:pointer;background:#1d9e75;border:none;border-radius:8px;padding:14px 32px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 4px 20px #1d9e7566}.landing-btn-primary:hover{background:#15875f;transform:translateY(-2px);box-shadow:0 8px 24px #1d9e7580}.landing-btn-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff6;border-radius:8px;padding:14px 32px;font-size:16px;font-weight:600;transition:all .2s}.landing-btn-secondary:hover{background:#ffffff1a;border-color:#fff}.landing-note{color:#5dcaa5;margin-top:16px;font-size:12px}.landing-stats{background:#fff;border-bottom:1px solid #e5e3dc;flex-wrap:wrap;justify-content:center;gap:0;display:flex}.landing-stat{text-align:center;border-right:1px solid #e5e3dc;flex:1;min-width:140px;padding:24px 16px}.landing-stat:last-child{border-right:none}.landing-stat-num{color:#1d9e75;font-size:26px;font-weight:700}.landing-stat-label{color:#888780;margin-top:4px;font-size:12px}.landing-section{max-width:960px;margin:0 auto;padding:60px 24px}.landing-section-green{background:#085041;max-width:100%;padding:60px 24px}.landing-section-title{color:#085041;text-align:center;margin-bottom:40px;font-size:28px;font-weight:700}.landing-steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.landing-step{text-align:center;padding:24px}.step-num{color:#085041;background:#e1f5ee;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:20px;font-weight:700;display:flex}.landing-step h3{color:#085041;margin-bottom:8px;font-size:16px;font-weight:600}.landing-step p{color:#5f5e5a;font-size:14px;line-height:1.6}.landing-platforms{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.platform-badge{color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:20px;padding:10px 20px;font-size:14px;font-weight:500}.landing-features{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.landing-feature{background:#fff;border:1px solid #e5e3dc;border-radius:12px;padding:24px}.feature-icon{margin-bottom:12px;font-size:28px}.landing-feature h3{color:#085041;margin-bottom:8px;font-size:15px;font-weight:600}.landing-feature p{color:#5f5e5a;font-size:13px;line-height:1.6}.landing-cta{text-align:center;background:linear-gradient(135deg,#e1f5ee,#f0faf6);padding:64px 24px}.landing-cta h2{color:#085041;margin-bottom:10px;font-size:28px;font-weight:700}.landing-cta p{color:#0f6e56;margin-bottom:28px;font-size:16px}.landing-footer{text-align:center;background:#fff;border-top:1px solid #e5e3dc;padding:24px}.logo-footer{color:#085041;align-items:center;gap:6px;margin-bottom:6px;font-size:15px;font-weight:600;display:inline-flex}.landing-footer p{color:#888780;font-size:12px}@media (width<=600px){.landing-title{font-size:28px}.landing-sub{font-size:15px}.landing-hero{padding:52px 16px 48px}.landing-stat{min-width:120px}.landing-section{padding:40px 16px}.landing-section-title{font-size:22px}}.profile-ratings-bar{background:#fff;border:1px solid #e5e3dc;border-radius:12px;flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:16px;padding:16px 20px;display:flex}.review-write-box{background:#f9f8f5;border:1px solid #e5e3dc;border-radius:12px;margin-bottom:20px;padding:20px}.review-card{background:#fff;border:1px solid #e5e3dc;border-radius:10px;padding:14px 16px}.review-avatar{color:#085041;background:#e1f5ee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:700;display:flex}.dashboard-stats{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-bottom:8px;display:grid}.dashboard-stat{text-align:center;background:#fff;border:1px solid #e5e3dc;border-radius:10px;padding:14px 10px}.dashboard-stat-num{color:#085041;font-size:22px;font-weight:700}.dashboard-stat-label{color:#888780;margin-top:3px;font-size:11px}@media (width<=600px){.profile-ratings-bar{flex-direction:column;align-items:flex-start;gap:12px}.dashboard-stats{grid-template-columns:repeat(3,1fr)}}.btn-google{color:#2c2c2a;cursor:pointer;background:#fff;border:1px solid #e5e3dc;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:11px;font-size:15px;font-weight:500;transition:background .15s;display:flex}.btn-google:hover{background:#f1efe8;border-color:#ccc}.auth-divider{color:#888780;align-items:center;gap:12px;margin:14px 0;font-size:13px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e5e3dc;flex:1;height:1px}
