@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bg-a: #f4f7e8;--bg-b: #d4f4d2;--ink: #10241e;--muted: #4a5a54;--brand: #1f8f5f;--card: #ffffffd1;--line: #9fcfb8}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,sans-serif;color:var(--ink);background:radial-gradient(circle at 15% 20%,var(--bg-b),transparent 45%),linear-gradient(140deg,var(--bg-a),#eef4ff 55%,#e5f0f2)}#root{min-height:100vh}.app{max-width:1120px;margin:0 auto;padding:24px}.header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}.title{margin:0;font-size:32px}.subtitle{margin:4px 0 0;color:var(--muted)}.tabs{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.tabs a{text-decoration:none;padding:8px 12px;border-radius:999px;border:1px solid #b4cfc2;color:#1b4334;background:#edf7f2}.tabs a.active{background:#1f8f5f;color:#fff;border-color:#1f8f5f}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.grid.one-col{grid-template-columns:1fr}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card h2{margin:0 0 12px;font-size:18px}form{display:grid;gap:10px}input,textarea,button{font:inherit}input,textarea,select{width:100%;border:1px solid #b8c8c1;border-radius:10px;padding:10px 12px;background:#fff}button{border:0;border-radius:10px;padding:10px 12px;background:var(--brand);color:#fff;font-weight:700;cursor:pointer}button.secondary{background:#244f3f}button.ghost{background:#dfebe6;color:#143227}.row{display:flex;gap:8px}.row>*{flex:1}.kv{display:grid;grid-template-columns:110px 1fr;gap:8px;font-size:14px}.list{display:grid;gap:10px}.item{border:1px solid #bdd0c7;border-radius:10px;background:#f8fdf9;padding:10px}.code{font-family:IBM Plex Mono,monospace;font-size:12px;color:#39584f;word-break:break-all}.alert{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 0 12px;background:#ffe8e8;border:1px solid #f1a4a4;color:#7a2020;border-radius:10px;padding:10px 12px}.alert-msg{flex:1}.alert-close{background:transparent;color:#7a2020;padding:2px 6px;font-size:16px;font-weight:700;border:none;flex:0;line-height:1;cursor:pointer}.badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.badge{font-family:IBM Plex Mono,monospace;font-size:11px;border-radius:999px;padding:2px 8px;border:1px solid #b9c7c0;background:#eef6f2;color:#234339}.badge.ok{background:#d7f4e1;border-color:#98d1ad;color:#0e4c2f}.badge.off{background:#f5ebe8;border-color:#dcb8ad;color:#6f2f1c}.badge.status-active{background:#dcf8d9;border-color:#92cd88;color:#235a1a}.badge.status-draft{background:#f9ecd2;border-color:#d8bc7d;color:#6c4a14}.badge.status-open{background:#e8f5ff;border-color:#9cc6df;color:#184b6d}.badge.status-reviewed{background:#efe8ff;border-color:#b3a0db;color:#3e2f67}.badge.status-dismissed{background:#f4efef;border-color:#c8b9b9;color:#4b3d3d}.badge.status-actioned{background:#ffe9dc;border-color:#d9b08e;color:#6e3a1f}.header-right{display:flex;align-items:center;gap:12px}.user-info{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.user-name{font-size:14px;font-weight:600;color:var(--ink)}.auth-tabs{display:flex;margin-bottom:20px;border-bottom:2px solid var(--line)}.auth-tab{background:transparent;color:var(--muted);border-radius:0;border:0;border-bottom:3px solid transparent;padding:8px 24px;font-weight:500;margin-bottom:-2px;cursor:pointer;transition:color .15s}.auth-tab.active{color:var(--brand);border-bottom-color:var(--brand);font-weight:700}.role-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.role-option{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 10px;border-radius:14px;border:2px solid #c8dcd4;background:#f4fbf7;cursor:pointer;gap:4px;transition:all .15s ease;text-align:center}.role-option:hover{border-color:#7ec4a8;background:#ecf9f3}.role-option.selected{border-color:var(--brand);background:#e5f6ef}.role-icon{font-size:28px}.role-label{font-size:14px;font-weight:700;color:var(--ink)}.role-sub{font-size:11px;color:var(--muted)}.chat-layout{grid-template-columns:minmax(240px,300px) 1fr}.chat-sidebar,.chat-main{min-height:520px}.chat-list-item{text-align:left;background:#f8fdf9;cursor:pointer}.chat-selected{border-color:#58a17d;background:#eaf8ef}.chat-item-name{font-size:14px;font-weight:600;margin-bottom:2px}.chat-item-time{font-size:11px;color:var(--muted)}.messages-container{display:flex;flex-direction:column;gap:6px;max-height:340px;overflow-y:auto;padding:12px 8px;border:1px solid #e0eee8;border-radius:12px;background:#fafdf9;margin-top:8px}.msg-bubble{display:flex;flex-direction:column;max-width:72%}.msg-mine{align-self:flex-end;align-items:flex-end}.msg-other{align-self:flex-start;align-items:flex-start}.msg-body{padding:9px 14px;font-size:14px;line-height:1.5;word-break:break-word}.msg-mine .msg-body{background:var(--brand);color:#fff;border-radius:16px 16px 4px}.msg-other .msg-body{background:#edf4f0;color:var(--ink);border-radius:16px 16px 16px 4px}.msg-time{font-size:11px;color:var(--muted);margin-top:3px;padding:0 4px}.store-name{font-size:15px;font-weight:700;margin-bottom:3px}.store-meta{font-size:13px;color:var(--muted);margin-bottom:8px;line-height:1.5}.store-tag{display:inline-block;background:#e5f6ef;color:var(--brand);font-size:11px;font-weight:600;border-radius:999px;padding:2px 10px;margin-right:6px}.listing-item{display:grid;grid-template-columns:140px 1fr;gap:10px}.listing-media{height:110px;border-radius:10px;overflow:hidden;border:1px solid #d1ddd8;background:#eef4f1;display:flex;align-items:center;justify-content:center;font-size:36px}.listing-media img{width:100%;height:100%;object-fit:cover}.listing-content{display:grid;gap:6px}.listing-price{font-size:18px;font-weight:700;color:#c73b3b}.quick-asks{display:flex;gap:6px;flex-wrap:wrap}.quick-asks .ghost{padding:6px 10px;font-size:12px}.detail-hero{margin-bottom:10px;border-radius:12px;overflow:hidden;border:1px solid #c8d9d2;height:220px;background:#f0f5f3}.detail-hero img{width:100%;height:100%;object-fit:cover}.detail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:56px}.sticky-cta{position:sticky;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.storefront-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-listing{transition:border-color .15s ease,transform .15s ease,background .15s ease}.storefront-listing:hover{border-color:#7ab594;transform:translateY(-1px)}.storefront-selected{border-color:#2f8f66;background:#eef9f2}.storefront-listing-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.seller-overview{grid-column:1 / -1}.seller-overview-top{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:stretch}.seller-overview-media{min-height:180px;border-radius:16px;overflow:hidden;border:1px solid #c8d9d2;background:#eef5f2}.seller-overview-media img{width:100%;height:100%;object-fit:cover}.seller-overview-copy h3{margin:0 0 8px;font-size:24px}.seller-overview-copy p{margin:0 0 12px;color:var(--muted);line-height:1.5}.seller-guest-note{margin:10px 0 14px;padding:10px 12px;border:1px solid rgba(63,114,76,.18);border-radius:12px;background:#ebf5eccc;color:#2f5b38;font-size:13px}.seller-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.seller-kpi{border:1px solid #c4d8ce;background:#f7fcf8;border-radius:14px;padding:14px;display:grid;gap:4px}.seller-kpi strong{font-size:28px}.seller-kpi span{color:var(--muted);font-size:13px}.mini-metrics{margin-top:16px;display:grid;gap:10px}.mini-metric-bar{border:1px solid #d2e1d9;border-radius:12px;padding:10px 12px;background:#fbfefc}.mini-metric-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px;font-size:13px}.mini-track{height:8px;border-radius:999px;background:#e2efe8;overflow:hidden}.mini-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#43a36f,#79cc97)}.media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.media-slot{display:grid;gap:10px;border:1px dashed #aac7b8;border-radius:14px;padding:12px;background:#f8fcfa}.media-slot span{font-weight:700}.media-slot img{width:100%;height:180px;object-fit:cover;border-radius:12px;border:1px solid #d3dfd8}.media-empty{height:180px;border-radius:12px;border:1px solid #d3dfd8;display:flex;align-items:center;justify-content:center;color:var(--muted);background:#eef5f1;text-align:center;padding:0 16px}.toggle-row{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:10px}.check-row{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-size:14px}.check-row input{width:auto}.subscription-panel{border:1px solid #cbe0d3;background:#f7fcf8;border-radius:12px;padding:12px;margin-bottom:10px}.nearby-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px;padding:10px 12px;border:1px solid #c9ddd1;border-radius:12px;background:#f8fcf9}.listing-note{color:var(--muted);font-size:13px;line-height:1.5}.detail-copy-block{margin-bottom:14px;border:1px solid #d4e2db;background:#f8fcfa;border-radius:12px;padding:12px}.detail-copy-block p{margin:6px 0 0;color:var(--muted);line-height:1.6}.detail-guest-note{margin-top:14px;border:1px solid #bfdacb;background:#eef9f3;color:#21543e;border-radius:12px;padding:12px;font-size:14px;line-height:1.5}.chat-item-header{display:flex;gap:10px;align-items:center;margin-bottom:6px}.chat-item-avatar,.chat-room-avatar{width:40px;height:40px;border-radius:999px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ecf3ef;border:1px solid #cfddd6;font-size:18px;flex:0 0 40px}.chat-item-avatar img,.chat-room-avatar img{width:100%;height:100%;object-fit:cover}.chat-room-head{margin-bottom:10px}.chat-room-hero{display:flex;gap:12px;align-items:center;padding:10px 12px;border:1px solid #d4e2db;border-radius:14px;background:#f8fcfa}.account-shell{display:grid;gap:18px}.account-hero{display:flex;gap:14px;align-items:center;padding:12px;border:1px solid #d1e0d8;border-radius:14px;background:#f8fcfa}.account-avatar{width:56px;height:56px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2d9a66,#7cc999);color:#fff;font-size:22px;font-weight:700;flex:0 0 56px}.field-block{display:grid;gap:8px}.field-block span{font-size:13px;color:var(--muted);font-weight:600}.report-card{display:grid;gap:6px}.auth-debug{margin-top:14px;padding:10px 12px;border:1px dashed #bfd3c7;border-radius:12px;background:#f7fbf9;display:grid;gap:4px}.bootstrap-splash{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;background:linear-gradient(140deg,var(--bg-a),#eef4ff 55%,#e5f0f2)}.bootstrap-logo{font-size:28px;font-weight:700;color:var(--brand);font-family:Space Grotesk,sans-serif}.bootstrap-dots{display:flex;gap:8px}.bootstrap-dots span{width:8px;height:8px;border-radius:50%;background:var(--brand);opacity:.4;animation:dot-pulse 1.2s infinite ease-in-out}.bootstrap-dots span:nth-child(2){animation-delay:.2s}.bootstrap-dots span:nth-child(3){animation-delay:.4s}@keyframes dot-pulse{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1.1)}}.btn-sell-cta{text-decoration:none;padding:8px 16px;border-radius:999px;background:var(--brand);color:#fff;font-weight:700;font-size:13px;white-space:nowrap}.btn-sell-cta:hover{background:#177a51}.btn-sell-cta-disabled{opacity:.75;cursor:default;pointer-events:none}.upgrade-hero{text-align:center;padding:8px 0 20px;border-bottom:1px solid var(--line);margin-bottom:20px}.upgrade-icon{font-size:40px;margin:0 0 8px}.upgrade-perks{display:flex;flex-direction:column;gap:6px;text-align:left;margin-top:12px}.perk{font-size:13px;color:var(--ink)}.nearby-intro{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px}.intro-pill{display:inline-block;border:1px solid #b9d3c7;background:#eef8f2;color:#1f4e3c;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.help-steps,.help-faq{display:grid;gap:10px}.help-step,.help-faq>div{border:1px solid #c8ddd2;background:#f6fcf8;border-radius:10px;padding:10px 12px}.help-step p,.help-faq p{margin:6px 0 0;color:var(--muted);font-size:14px}.btn-install{background:#244f3f;color:#fff;padding:8px 14px;font-size:13px;border-radius:999px;display:flex;align-items:center;gap:6px;border:1px solid #3d7c64;white-space:nowrap}.btn-install:hover{background:#1b3d30}@media (max-width: 900px){.grid{grid-template-columns:1fr}.title{font-size:26px}.chat-layout{grid-template-columns:1fr}.chat-sidebar,.chat-main{min-height:0}.listing-item{grid-template-columns:1fr}.listing-media{height:180px}.sticky-cta{position:static}.seller-overview-top,.seller-kpis,.media-grid{grid-template-columns:1fr}.storefront-listing-header{flex-direction:column}}
