*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--border-color: #334155;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--accent-hallmark: #F59E0B;--accent-mechanism: #3B82F6;--accent-disease: #EF4444;--accent-green: #22C55E;--accent-yellow: #EAB308;--accent-orange: #F97316;--sidebar-width: 280px;--detail-width: 320px}html,body,#root{width:100%;height:100%;overflow:hidden;background:var(--bg-primary);color:var(--text-primary);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit;color:inherit}input,select{font-family:inherit;font-size:inherit}a{color:var(--accent-mechanism);text-decoration:none}a:hover{text-decoration:underline}.app-layout{display:flex;width:100%;height:100%;position:relative}.sidebar{width:var(--sidebar-width);height:100%;background:var(--bg-secondary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;flex-shrink:0;z-index:10;overflow:hidden}.sidebar-header{padding:20px 16px 16px;border-bottom:1px solid var(--border-color)}.sidebar-title{font-size:20px;font-weight:700;letter-spacing:-.5px;color:var(--text-primary);margin-bottom:2px}.sidebar-subtitle{font-size:11px;color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase}.sidebar-search{padding:12px 16px;border-bottom:1px solid var(--border-color)}.search-input{width:100%;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:8px 12px 8px 32px;color:var(--text-primary);outline:none;transition:border-color .2s}.search-input:focus{border-color:var(--accent-mechanism)}.search-input::placeholder{color:var(--text-muted)}.search-wrapper{position:relative}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none;font-size:13px}.sidebar-filters{flex:1;overflow-y:auto;padding:12px 0}.graph-area{flex:1;height:100%;position:relative;overflow:hidden}.graph-canvas{width:100%;height:100%}.detail-panel{width:var(--detail-width);height:100%;background:var(--bg-secondary);border-left:1px solid var(--border-color);display:flex;flex-direction:column;flex-shrink:0;z-index:10;overflow:hidden;animation:slideIn .2s ease-out}@keyframes slideIn{0%{transform:translate(var(--detail-width));opacity:0}to{transform:translate(0);opacity:1}}.graph-tooltip{position:absolute;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;padding:8px 12px;pointer-events:none;z-index:100;font-size:13px;max-width:200px;box-shadow:0 4px 16px #0006}.tooltip-name{font-weight:600;color:var(--text-primary);margin-bottom:2px}.tooltip-type{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.stats-bar{position:absolute;bottom:16px;left:50%;transform:translate(-50%);background:#1e293bd9;border:1px solid var(--border-color);border-radius:20px;padding:6px 16px;font-size:12px;color:var(--text-secondary);display:flex;gap:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;white-space:nowrap}.stat-item{display:flex;align-items:center;gap:5px}.stat-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-primary);z-index:50;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--accent-mechanism);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--text-secondary);font-size:14px}.error-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-primary);z-index:50;gap:12px;padding:32px;text-align:center}.error-title{font-size:18px;font-weight:600;color:var(--accent-disease)}.error-message{color:var(--text-secondary);font-size:13px;max-width:400px}
