*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,sans-serif;background:#0a0a0a;color:#e0e0e0;min-height:100vh}#login-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1.5rem}.logo{font-size:1.1rem;letter-spacing:.2em;color:#7fff00;text-transform:uppercase}.login-box{background:#141414;border:1px solid #222;border-radius:8px;padding:2rem;width:320px;display:flex;flex-direction:column;gap:1rem}.login-box h2{font-size:.9rem;color:#666;text-align:center;margin-bottom:.5rem}.login-box input{padding:.75rem 1rem;background:#0a0a0a;border:1px solid #2a2a2a;color:#fff;border-radius:4px;font-size:.95rem;width:100%}.login-box input:focus{outline:none;border-color:#7fff00}.btn-google{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem;background:#fff;color:#333;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;width:100%}.btn-google:hover{background:#f0f0f0}.btn-primary{padding:.75rem;background:#7fff00;color:#000;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;width:100%}.btn-primary:hover{background:#6de000}.divider{display:flex;align-items:center;gap:.75rem;color:#333;font-size:.8rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#222}.error-msg{color:#f44;font-size:.8rem;text-align:center;min-height:1rem}#loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh}#loading-screen .logo{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}#login-screen,#app{display:none}header{padding:1rem 2rem;border-bottom:1px solid #1a1a1a;display:flex;align-items:center;justify-content:space-between}header .logo{font-size:.9rem}.user-info{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:#38bdf8}.user-info img{width:28px;height:28px;border-radius:50%}.btn-logout{background:none;border:1px solid #38bdf8;color:#38bdf8;padding:.3rem .75rem;border-radius:4px;cursor:pointer;font-size:.75rem}.btn-logout:hover{border-color:#7dd3fc;color:#7dd3fc}main{padding:2rem;max-width:1100px}#zones-view h2{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#f59e0b;margin-bottom:1rem}.zone-grid{display:grid;gap:.5rem}.zone-card{padding:1rem 1.25rem;background:#111;border:1px solid #1e1e1e;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .15s,background .15s}.zone-card:hover{border-color:#7fff00;background:#131313}.zone-card .name{font-size:.95rem;color:#e0e0e0}.zone-card .meta{font-size:.75rem;color:#888}.new-site-form{margin-top:1.5rem;padding:1.25rem;background:#111;border:1px solid #1e1e1e;border-radius:6px}.new-site-form h3{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#f59e0b;margin-bottom:1rem}.new-site-row{display:flex;gap:.75rem;margin-bottom:.5rem}.new-site-row:last-of-type{margin-bottom:0}.domain-preview{font-size:.75rem;color:#888;margin-top:-.25rem;margin-bottom:.5rem}.domain-preview span{color:#7fff00}.new-site-row input{flex:1;padding:.65rem 1rem;background:#0a0a0a;border:1px solid #2a2a2a;color:#fff;border-radius:4px;font-size:.9rem}.new-site-row input:focus{outline:none;border-color:#7fff00}.btn-create{padding:.65rem 1.25rem;background:#7fff00;color:#000;border:none;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.btn-create:hover{background:#6de000}.btn-create:disabled{opacity:.4;cursor:default}.form-msg{font-size:.8rem;margin-top:.75rem;min-height:1.2rem}.form-msg.ok{color:#7fff00}.form-msg.err{color:#f44}#neutrino-sites-view{margin-top:2rem}#neutrino-sites-view h2{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#c084fc;margin-bottom:1rem}.site-card{padding:1rem 1.25rem;background:#111;border:1px solid #1e1e1e;border-radius:6px;display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.site-card .sc-name{font-size:.95rem;color:#e0e0e0}.site-card .sc-meta{font-size:.75rem;color:#888;margin-top:.2rem}.site-card .sc-actions{display:flex;gap:.75rem;flex-shrink:0}.sc-btn{font-size:.75rem;color:#d8b4fe;text-decoration:none;border:1px solid #4a2a6a;padding:.25rem .6rem;border-radius:3px;background:none;cursor:pointer}.sc-btn:hover{border-color:#d8b4fe;color:#fff}.sc-btn.edit{background:#2a1a3a;color:#d8b4fe;border-color:#5a2a7a}.sc-btn.edit:hover{background:#3a2a4a;border-color:#d8b4fe;color:#fff}.sc-btn.del{color:#fca5a5;border-color:#4a1a1a;background:#2a0a0a}.sc-btn.del:hover{border-color:#f66;color:#fff;background:#3a1a1a}#delete-dialog{display:none;position:fixed;inset:0;background:#000c;align-items:center;justify-content:center;z-index:1000}#delete-dialog.open{display:flex}.delete-box{background:#111;border:1px solid #ff4444;border-radius:8px;padding:2rem;max-width:420px;width:90%}.delete-box h3{color:#f44;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.delete-box p{font-size:.85rem;color:#aaa;margin-bottom:1rem;line-height:1.5}.delete-box strong{color:#fff}.delete-input{width:100%;padding:.65rem 1rem;background:#0a0a0a;border:1px solid #333;color:#fff;border-radius:4px;font-size:.9rem;margin-bottom:1rem}.delete-input:focus{outline:none;border-color:#f44}.delete-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-cancel{padding:.6rem 1.25rem;background:none;border:1px solid #333;color:#aaa;border-radius:4px;cursor:pointer;font-size:.85rem}.btn-cancel:hover{border-color:#aaa}.btn-del-confirm{padding:.6rem 1.25rem;background:#f44;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:600}.btn-del-confirm:disabled{opacity:.4;cursor:default}#domain-view{display:none}.back{background:none;border:none;color:#7fff00;cursor:pointer;font-size:.85rem;margin-bottom:1.5rem;padding:0}.back:hover{text-decoration:underline}#domain-view h2{font-size:1.3rem;color:#fff;margin-bottom:.25rem}.domain-sub{font-size:.75rem;color:#888;margin-bottom:2rem}.section-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#f59e0b;margin-bottom:.75rem;display:block}.metrics-row{display:grid;gap:1rem;margin-bottom:2rem}.metrics-3{grid-template-columns:repeat(3,1fr)}.metrics-2{grid-template-columns:repeat(2,1fr)}.metric{background:#111;border:1px solid #1e1e1e;border-radius:6px;padding:1.25rem}.metric .val{font-size:2rem;font-weight:600;color:#fff;line-height:1}.metric .val.live{color:#7fff00}.metric .lbl{font-size:.7rem;color:#f59e0b;margin-top:.4rem;text-transform:uppercase;letter-spacing:.08em}.dot-live{display:inline-block;width:6px;height:6px;border-radius:50%;background:#7fff00;margin-right:.4rem;animation:blink 1.5s ease-in-out infinite;vertical-align:middle}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.list-card{background:#111;border:1px solid #1e1e1e;border-radius:6px;padding:1.25rem}.list-card h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#f59e0b;margin-bottom:1rem}.list-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid #1a1a1a;font-size:.82rem}.list-item:last-child{border-bottom:none}.list-item .item-label{color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:70%}.list-item .item-val{color:#fff;font-weight:600;flex-shrink:0}.cwv-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.cwv{background:#111;border:1px solid #1e1e1e;border-radius:6px;padding:1.25rem}.cwv .cwv-name{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#f59e0b;margin-bottom:.75rem}.bar-track{background:#0a0a0a;border-radius:3px;height:5px;overflow:hidden;margin-bottom:.6rem}.bar-fill{height:100%;border-radius:3px}.bar-fill.good{background:#22c55e}.bar-fill.warn{background:#f59e0b}.bar-fill.poor{background:#ef4444}.cwv-pcts{display:flex;gap:.75rem;font-size:.72rem;color:#555}.cwv-pcts b{font-weight:600}.cwv-pcts .g{color:#22c55e}.cwv-pcts .w{color:#f59e0b}.cwv-pcts .p{color:#ef4444}.cert-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:6px;margin-bottom:2rem;font-size:.82rem}.cert-bar.certified{background:#0d2b0d;border:1px solid #7fff00}.cert-bar.building{background:#2a1f00;border:1px solid #f59e0b}.cert-bar.none{background:#111;border:1px solid #1e1e1e}.cert-bar .cb-left{display:flex;align-items:center;gap:.75rem}.cert-bar .cb-icon{font-size:1.2rem}.cert-bar .cb-title{font-weight:600;font-size:.95rem}.cert-bar.certified .cb-title{color:#7fff00}.cert-bar.building .cb-title{color:#f59e0b}.cert-bar.none .cb-title{color:#666}.cert-bar .cb-sub{font-size:.78rem;color:#aaa;margin-top:.25rem}.cert-bar .cb-badge{font-size:.8rem;font-weight:600;color:#666}.cert-bar.certified .cb-badge{color:#7fff00}.cert-bar.building .cb-badge{color:#f59e0b}.psi-bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:#111;border:1px solid #2a2a2a;border-radius:6px;margin-bottom:2rem;gap:1rem}.psi-scores{display:flex;gap:1.5rem;flex-wrap:wrap}.psi-score{text-align:center}.psi-score .val{font-size:1.5rem;font-weight:700;line-height:1;display:inline-block;width:3ch;text-align:right}.psi-score .val.good{color:#22c55e}.psi-score .val.warn{color:#f59e0b}.psi-score .val.poor{color:#ef4444}.psi-score .lbl{font-size:.65rem;color:#888;text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem}.btn-psi{padding:.45rem 1rem;background:none;border:1px solid #444;color:#ccc;border-radius:4px;font-size:.78rem;cursor:pointer;white-space:nowrap;transition:border-color .15s,color .15s;flex-shrink:0}.btn-psi:hover:not(:disabled){border-color:#7fff00;color:#7fff00}.btn-psi:disabled{opacity:.4;cursor:default}.psi-meta{font-size:.7rem;color:#888;margin-top:.15rem}.psi-err{font-size:.72rem;color:#f44;margin-top:.4rem;line-height:1.4}.crawler-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.crawler-badge{display:flex;align-items:center;justify-content:space-between;background:#111;border:1px solid #1e1e1e;border-radius:6px;padding:.75rem 1rem;font-size:.82rem}.crawler-badge .cb-name{color:#e0e0e0;display:flex;align-items:center;gap:.5rem}.crawler-badge .cb-type{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .5rem;border-radius:3px}.cb-type.ai{background:#1a2a1a;color:#7fff00}.cb-type.search{background:#1a1a2a;color:#38bdf8}.cb-type.social{background:#2a1a2a;color:#c084fc}.crawler-badge .cb-count{font-size:1.1rem;font-weight:600;color:#fff}.loading{color:#333;font-size:.85rem;padding:.5rem 0}.err{color:#f44;font-size:.8rem}
