@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:dark;--bg-root: #0b0c15;--bg-card: #1a1c2d;--bg-card-secondary: #23253a;--bg-panel: #111224;--border-color: rgba(255, 255, 255, .08);--text-main: #f7f7ff;--text-muted: #9b9ec2;--accent: #7a7ff5;--accent-strong: #9b7bff;--danger: #ff6b6b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle at 20% 20%,rgba(122,127,245,.25),transparent 40%),radial-gradient(circle at 80% 0%,rgba(155,123,255,.3),transparent 45%),var(--bg-root);min-height:100vh;color:var(--text-main)}#root{min-height:100vh}button,input,textarea{font:inherit;border:none;background:none;color:inherit}.app-loader{display:grid;place-items:center;min-height:100vh;color:var(--text-muted)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:600;font-size:.75rem;color:var(--text-muted)}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2.5rem}.auth-card{display:grid;grid-template-columns:1.2fr 1fr;background:var(--bg-panel);border-radius:28px;border:1px solid var(--border-color);overflow:hidden;width:min(1100px,100%);box-shadow:0 35px 120px #040615cc}.auth-card__hero{position:relative;padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#12152feb,#221d3ed9)}.hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(122,127,245,.55),transparent 60%);opacity:.4;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.6),transparent 80%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.6),transparent 80%)}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.5rem}.hero-content h1{font-size:2rem}.hero-content p{color:#f7f7ffd9;line-height:1.6}.hero-logo{display:flex;gap:.75rem;align-items:center}.logo-label{font-weight:600;font-size:1rem}.logo-subtitle{font-size:.85rem;color:var(--text-muted)}.hero-footer{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.12);margin-top:2rem;padding-top:1.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.hero-metric__label{font-size:.85rem;color:var(--text-muted)}.hero-metric__value{font-size:1.4rem;font-weight:600}.auth-form{padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem;background:var(--bg-card)}.form-headline h2{font-size:1.75rem;margin-top:.25rem}.form-headline p{color:var(--text-muted);margin-top:.5rem}.input-field{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.input-shell{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:14px;display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem}.input-shell input{flex:1;background:transparent;outline:none}.primary-button{background:linear-gradient(135deg,#7a7ff5,#9b7bff);padding:.9rem 1.5rem;border-radius:999px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.primary-button:disabled{opacity:.6;cursor:not-allowed}.form-error{color:var(--danger);font-size:.9rem}.terms-copy{text-align:center;color:var(--text-muted);font-size:.85rem}.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:320px minmax(0,1fr);padding:2rem;gap:2rem}.dashboard-sidebar{position:sticky;top:2rem;height:calc(100vh - 4rem)}.sidebar-card{background:#111224d9;border:1px solid var(--border-color);border-radius:32px;height:100%;padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.sidebar-head{display:flex;justify-content:space-between;align-items:center}.logout-button{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.sidebar-search{display:flex;align-items:center;gap:.75rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);padding:.85rem 1rem}.sidebar-search input{width:100%;background:transparent;outline:none}.sidebar-nav ul{list-style:none;display:flex;flex-direction:column;gap:.35rem}.sidebar-nav li a{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-radius:18px;border:1px solid transparent;text-decoration:none;color:inherit;transition:border .2s ease,background .2s ease}.sidebar-nav li.active a,.sidebar-nav li a:hover{border-color:#7a7ff599;background:#7a7ff51f}.sidebar-nav small{color:var(--text-muted);font-size:.75rem}.sidebar-footer{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);font-size:.85rem;color:var(--text-muted)}.sidebar-footer a{color:var(--text-main);text-decoration:none}.dashboard-content{background:#0b0c15d9;border-radius:36px;border:1px solid var(--border-color);padding:2rem;display:flex;flex-direction:column;gap:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{font-size:2rem}.user-chip{display:flex;align-items:center;gap:.75rem}.avatar{width:46px;height:46px;border-radius:16px;background:#7a7ff540;display:flex;align-items:center;justify-content:center;font-weight:600}.user-meta span{color:var(--text-muted);font-size:.85rem}.dashboard-body{flex:1}.overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.metric-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.metric-card{background:var(--bg-card);border-radius:28px;border:1px solid rgba(255,255,255,.06);padding:1.25rem}.metric-card h3{font-size:1.6rem;margin-top:.5rem}.metric-change{color:var(--accent);margin-top:.25rem}.panel-card{background:linear-gradient(145deg,#191b2df2,#0e0f1ef2);border-radius:32px;border:1px solid rgba(255,255,255,.04);padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem}.panel-card header{display:flex;justify-content:space-between;align-items:center}.panel-card header button{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.5rem 1.25rem}.panel-card ul{list-style:none;display:flex;flex-direction:column;gap:1rem}.panel-card li{background:#0000001f;border-radius:18px;padding:1rem}.pipeline-list{display:flex;flex-direction:column;gap:1rem}.pipeline-list article{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-radius:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.pipeline-title{font-weight:600}.pipeline-status{color:var(--text-muted);font-size:.9rem}.section-placeholder{background:var(--bg-card-secondary);padding:2rem;border-radius:28px;border:1px solid rgba(255,255,255,.04);display:flex;flex-direction:column;gap:1.25rem}.placeholder-card{background:#ffffff0a;border-radius:18px;padding:1rem 1.25rem;border:1px dashed rgba(255,255,255,.08);color:var(--text-muted)}.full-bleed{grid-column:span 2}@media (max-width: 1200px){.auth-card,.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{position:static;height:auto}.overview-grid,.metric-group{grid-template-columns:1fr}}@media (max-width: 720px){.auth-shell,.dashboard-content{padding:1.25rem}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}}
