:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}.auth-row{margin-top:12px}.top-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.meta-text{color:#475569;font-size:14px;text-align:center}.login-wrapper{min-height:70vh;display:flex;align-items:center;justify-content:center}.login-card{width:min(420px,100%);background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 12px 30px #0f172a1a}.login-form{display:flex;flex-direction:column;gap:12px}.login-form label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:#0f172a}.login-form input{padding:10px 12px;border-radius:10px;border:1px solid #cbd5e1;font-size:15px}.login-form button{margin-top:8px;padding:12px;border:none;border-radius:10px;background:linear-gradient(120deg,#0ea5e9,#6366f1);color:#fff;font-weight:700;cursor:pointer}.login-error{color:#b91c1c;font-size:14px}#root{max-width:1200px;margin:0 auto;padding:24px 16px 48px}h1{margin:0 0 12px}.toolbar{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.toolbar-split{justify-content:space-between;align-items:center}.caps-row{display:flex;gap:8px;flex-wrap:wrap}.toolbar-center{flex:1 1 160px;display:flex;justify-content:center}.toolbar-right{display:flex;gap:8px;align-items:center}.pill{padding:8px 14px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;cursor:pointer;transition:all .18s ease;font-weight:600}.pill.trustworthy{border-color:#f59e0b;color:#b45309}.pill.trustworthy.active{background:#f59e0b;color:#0f172a;border-color:#f59e0b;box-shadow:0 8px 24px #f59e0b4d}.pill.active{background:linear-gradient(120deg,#0ea5e9,#6366f1);color:#fff;border-color:transparent;box-shadow:0 8px 24px #6366f140}.layout{display:grid;grid-template-columns:220px 1fr;gap:24px}.search-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:16px}.search-input{flex:1;min-width:240px;padding:10px 12px;border-radius:10px;border:1px solid #cbd5e1;font-size:15px}.search-hint{font-size:13px;color:#475569}.sector-list{display:flex;flex-direction:column;gap:8px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;box-shadow:0 10px 25px #0f172a0f}.plot-container{min-height:480px;position:relative}.plot-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.legend{display:flex;gap:12px;align-items:center}.legend span{display:inline-flex;align-items:center;gap:6px;color:#475569;font-size:14px}.legend .dot{width:12px;height:12px;border-radius:50%}.quadrant-label{position:absolute;padding:8px 10px;border-radius:12px;background:#ffffffd9;border:1px solid #e2e8f0;font-weight:600;color:#0f172a;pointer-events:none;max-width:180px}.tag{background:#e0f2fe;color:#0369a1;padding:2px 8px;border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.02em}.details-panel{margin-top:16px;border-top:1px solid #e2e8f0;padding-top:10px;min-height:240px}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-top:10px}.detail-item{padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.detail-label{font-size:11px;color:#475569;margin-bottom:2px}.detail-value{font-weight:700;font-size:13px;color:#0f172a}.details-empty{padding:10px 0;color:#64748b;font-size:13px}.context-menu{position:absolute;z-index:10;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a29;min-width:140px}.context-menu button{display:block;width:100%;padding:10px 14px;background:none;border:none;text-align:left;cursor:pointer}.weights-panel{margin-top:12px;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.weights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:10px}.weight-item{padding:10px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.weight-item label{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:6px}.weight-item input[type=range]{width:100%}.weights-header{display:flex;align-items:center;gap:10px;justify-content:space-between}.updating{color:#0369a1;font-weight:700;font-size:14px}@media (max-width: 900px){.layout{grid-template-columns:1fr}.plot-container{min-height:400px}}
