*,*:before,*:after{box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #eff6ff;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--text: #1f2937;--text-muted: #6b7280;--bg: #f9fafb;--surface: #ffffff;--border: #e5e7eb;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow: 0 4px 12px rgba(0,0,0,.1);--radius: 8px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg)}body{margin:0}#root{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100%}h1,h2,h3,h4{margin:0;font-weight:600;line-height:1.3}p{margin:0}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.app-layout{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;z-index:100}.sidebar-header{padding:20px 16px 16px;border-bottom:1px solid var(--border)}.sidebar-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:var(--primary)}.sidebar-nav{padding:12px 8px;flex:1;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:6px;text-decoration:none;color:var(--text-muted);font-size:14px;font-weight:500;transition:all .15s;margin-bottom:2px;border:none;background:none;width:100%;text-align:left}.nav-item:hover{background:var(--bg);color:var(--text)}.nav-item.active{background:var(--primary-light);color:var(--primary)}.sidebar-footer{padding:12px 8px;border-top:1px solid var(--border)}.main-content{margin-left:240px;flex:1;display:flex;flex-direction:column;min-height:100vh}.page-header{background:var(--surface);border-bottom:1px solid var(--border);padding:16px 28px;display:flex;align-items:center;justify-content:space-between}.page-title{font-size:20px;font-weight:600}.page-body{padding:28px;flex:1}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm)}.card-sm{padding:14px 16px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-title{font-size:15px;font-weight:600}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px}.kpi-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm)}.kpi-label{font-size:13px;color:var(--text-muted);margin-bottom:8px}.kpi-value{font-size:32px;font-weight:700;color:var(--text)}.kpi-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;border:1px solid transparent;transition:all .15s;text-decoration:none}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-secondary:hover{background:var(--bg)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{opacity:.85}.btn-sm{padding:5px 10px;font-size:13px}.btn-lg{padding:11px 22px;font-size:15px}.btn:disabled{opacity:.5;cursor:not-allowed}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}thead th{background:var(--bg);font-weight:600;color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding:10px 14px;text-align:left;border-bottom:1px solid var(--border)}tbody td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle}tbody tr:hover{background:var(--bg)}tbody tr:last-child td{border-bottom:none}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:99px;font-size:12px;font-weight:500}.badge-green{background:#dcfce7;color:#15803d}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-yellow{background:#fef9c3;color:#a16207}.badge-red{background:#fee2e2;color:#dc2626}.badge-gray{background:#f3f4f6;color:#4b5563}.form-group{margin-bottom:18px}.form-label{display:block;font-size:13px;font-weight:500;color:var(--text);margin-bottom:6px}.form-input,.form-select,.form-textarea{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;color:var(--text);background:var(--surface);transition:border-color .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.form-textarea{resize:vertical;min-height:80px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#f0fdf4)}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:40px;width:100%;max-width:420px;box-shadow:var(--shadow)}.login-logo{text-align:center;margin-bottom:28px}.login-logo h1{font-size:24px;color:var(--primary);margin-bottom:4px}.login-logo p{color:var(--text-muted);font-size:14px}.login-tabs{display:flex;gap:2px;background:var(--bg);border-radius:6px;padding:2px;margin-bottom:24px}.login-tab{flex:1;padding:7px;text-align:center;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;color:var(--text-muted);border:none;background:none;transition:all .15s}.login-tab.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--text-muted);font-size:13px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.chat-panel{display:flex;flex-direction:column;height:100%;min-height:0}.chat-messages{flex:1;overflow-y:auto;min-height:0;padding:12px;display:flex;flex-direction:column;gap:12px}.chat-message{display:flex;gap:8px}.chat-message.user{flex-direction:row-reverse}.chat-bubble{max-width:85%;padding:10px 14px;border-radius:10px;font-size:14px;line-height:1.5}.chat-message.user .chat-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:2px}.chat-message.assistant .chat-bubble{background:var(--bg);border:1px solid var(--border);border-bottom-left-radius:2px}.chat-input-row{flex-shrink:0;display:flex;gap:8px;padding:12px;border-top:1px solid var(--border)}.chat-input-row input{flex:1;padding:8px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px}.chat-input-row input:focus{outline:none;border-color:var(--primary)}.message a,.message.assistant a{color:var(--primary);text-decoration:underline;cursor:pointer}.message a:hover{opacity:.8}.message table{width:100%;border-collapse:collapse;margin:.5em 0;font-size:.9em}.message th,.message td{padding:.4rem .6rem;border:1px solid var(--border);text-align:left}.message th{background:var(--bg);font-weight:600}.message pre{background:#1e293b;color:#e2e8f0;padding:.75rem;border-radius:6px;overflow-x:auto;margin:.5em 0}.message code{font-family:ui-monospace,monospace;font-size:.85em}.message p code{background:var(--bg);padding:.15em .3em;border-radius:3px}.message ul,.message ol{margin:.25em 0;padding-left:1.5em}.message li{margin:.15em 0}.message h1,.message h2,.message h3{margin:.5em 0 .25em}.message blockquote{border-left:3px solid var(--primary);padding-left:1em;margin:.5em 0;opacity:.85}.message p{margin:.25em 0}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:flex-start;justify-content:flex-end}.drawer{background:var(--surface);width:480px;max-width:95vw;height:100vh;overflow-y:auto;box-shadow:-4px 0 24px #0000001f;display:flex;flex-direction:column}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.drawer-body{padding:20px;flex:1}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:var(--surface);border-radius:12px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.modal-body{padding:24px}.modal-footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px}.drop-zone{border:2px dashed var(--border);border-radius:10px;padding:40px 24px;text-align:center;cursor:pointer;transition:all .15s}.drop-zone:hover,.drop-zone.active{border-color:var(--primary);background:var(--primary-light)}.drop-zone-icon{width:48px;height:48px;margin:0 auto 12px;color:var(--text-muted)}.viz-grid{columns:3;column-gap:20px}@media (max-width: 1200px){.viz-grid{columns:2}}@media (max-width: 768px){.viz-grid{columns:1}}.viz-card{break-inside:avoid;margin-bottom:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .15s}.viz-card:hover{box-shadow:var(--shadow)}.viz-card img{width:100%;display:block}.viz-card-body{padding:14px}.viz-card-title{font-weight:600;font-size:14px;margin-bottom:6px}.viz-tags{display:flex;flex-wrap:wrap;gap:4px}.activity-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.activity-item:last-child{border-bottom:none}.activity-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);margin-top:6px;flex-shrink:0}.activity-content{flex:1}.activity-title{font-size:14px;font-weight:500;margin-bottom:2px}.activity-meta{font-size:12px;color:var(--text-muted)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}@media (max-width: 900px){.grid-2,.grid-3{grid-template-columns:1fr}}.quick-action{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;cursor:pointer;transition:all .15s;text-align:left;display:flex;gap:14px;align-items:flex-start;text-decoration:none;color:var(--text)}.quick-action:hover{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb14}.quick-action-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--primary-light);color:var(--primary)}.quick-action-title{font-weight:600;font-size:15px;margin-bottom:4px}.quick-action-desc{font-size:13px;color:var(--text-muted)}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-dot.green{background:var(--success)}.status-dot.red{background:var(--danger)}.status-dot.yellow{background:var(--warning)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-28{margin-bottom:28px}.text-muted{color:var(--text-muted);font-size:13px}.text-sm{font-size:13px}.font-bold{font-weight:700}.w-full{width:100%}.mt-4{margin-top:4px}.mr-auto{margin-right:auto}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-state-icon{margin:0 auto 16px;width:56px;height:56px;opacity:.4}.empty-state-title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:6px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}.connection-card{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px}.connection-card-info h4{font-size:14px;font-weight:600;margin-bottom:3px}.connection-card-info p{font-size:13px;color:var(--text-muted)}.tag{background:var(--bg);border:1px solid var(--border);border-radius:99px;padding:2px 8px;font-size:12px;color:var(--text-muted)}.star-btn{background:none;border:none;padding:4px;cursor:pointer;font-size:18px;transition:transform .1s}.star-btn:hover{transform:scale(1.2)}.code-block{background:#1e293b;color:#e2e8f0;border-radius:6px;padding:14px;font-family:ui-monospace,monospace;font-size:13px;overflow-x:auto;white-space:pre-wrap;margin-top:12px}.analysis-layout{display:grid;grid-template-columns:320px 1fr;gap:20px;align-items:start}@media (max-width: 1100px){.analysis-layout{grid-template-columns:1fr}}.run-item{padding:12px 14px;border:1px solid var(--border);border-radius:6px;margin-bottom:8px;transition:background .1s;cursor:pointer}.run-item:hover{background:var(--bg)}.run-item-title{font-size:14px;font-weight:500;margin-bottom:4px}.run-item-meta{font-size:12px;color:var(--text-muted)}
