:root{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;font-synthesis:none;--bg:#f5f5f7;--surface:#fff;--surface-2:#fafafa;--text:#161617;--muted:#6e6e73;--border:#e4e4e7;--sidebar:rgba(255,255,255,.88);--topbar:rgba(245,245,247,.84);--accent:#0071e3;--accent-soft:#eaf4ff;--shadow:0 14px 45px rgba(0,0,0,.07);--dark-card:#171719;--input:#fff;color:var(--text);background:var(--bg)}:root[data-theme=dark]{--bg:#09090b;--surface:#151517;--surface-2:#1d1d20;--text:#f5f5f7;--muted:#a1a1a6;--border:#2d2d32;--sidebar:rgba(18,18,20,.9);--topbar:rgba(9,9,11,.84);--accent:#64d2ff;--accent-soft:#102a38;--shadow:0 16px 50px rgba(0,0,0,.32);--dark-card:#050506;--input:#1c1c1f}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);transition:background .3s,color .3s}button,input,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.62;cursor:not-allowed}.splash{height:100vh;display:grid;place-items:center;font-size:28px;font-weight:700}.app-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:var(--sidebar);backdrop-filter:blur(28px);border-right:1px solid var(--border);padding:20px 16px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;gap:12px;align-items:center;padding:4px 7px 27px}.lucid-logo{object-fit:contain}.brand .lucid-logo{width:55px;height:55px}.brand b,.brand span{display:block}.brand b{font-size:15px}.brand span{font-size:11px;color:var(--muted);margin-top:3px}.sidebar nav{display:grid;gap:5px}.sidebar nav a{display:flex;gap:11px;align-items:center;color:var(--muted);text-decoration:none;padding:12px;border-radius:13px;font-size:14px;font-weight:650;transition:.2s}.sidebar nav a:hover{background:var(--surface-2);color:var(--text);transform:translate(2px)}.sidebar nav a.active{background:var(--text);color:var(--bg)}.sidebar-foot{margin-top:auto;padding:14px 8px 0;border-top:1px solid var(--border);display:grid;gap:8px;font-size:12px;color:var(--muted)}.sidebar-foot em{width:max-content;font-style:normal;background:var(--accent-soft);color:var(--accent);padding:4px 7px;border-radius:20px}.sidebar-foot button{border:0;background:none;padding:8px 0;display:flex;align-items:center;gap:8px;color:var(--text)}main{min-width:0;display:flex;flex-direction:column}.topbar{height:64px;padding:0 32px;display:flex;align-items:center;border-bottom:1px solid var(--border);background:var(--topbar);backdrop-filter:blur(24px);position:sticky;top:0;z-index:10}.icon-btn,.theme-toggle{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:11px;width:38px;height:38px;display:grid;place-items:center;box-shadow:0 1px 4px #00000012}.topbar>.icon-btn{display:none}.global-search{margin:auto;display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13px}.page{padding:42px 48px 70px;max-width:1600px;width:100%;margin:auto;animation:pageIn .45s ease both;flex:1}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:25px}.eyebrow{font-size:11px;letter-spacing:.18em;color:var(--accent);font-weight:800}.page h1{font-size:42px;line-height:1.06;margin:8px 0;letter-spacing:-.05em}.page-head p,.panel-head p{margin:0;color:var(--muted);font-size:14px}.metric-switch,.segmented{background:var(--surface-2);border:1px solid var(--border);border-radius:13px;padding:4px;display:flex}.metric-switch button,.segmented button{border:0;background:transparent;padding:9px 13px;border-radius:9px;color:var(--muted);font-size:13px;font-weight:700}.metric-switch button.active,.segmented button.active,.segmented button:hover{background:var(--surface);color:var(--text);box-shadow:0 2px 8px #00000014}.filter-card,.panel,.fiscal-banner,.kpis>div{background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.filter-card{padding:17px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.range-grid{display:flex;gap:10px;align-items:end}.range-grid label,.fiscal-picker,.entity-selects label{font-size:11px;color:var(--muted);display:grid;gap:6px}.range-grid input,.range-grid select,.fiscal-picker button,.entity-selects select{height:39px;border:1px solid var(--border);border-radius:11px;background:var(--input);padding:0 10px;color:var(--text)}.fiscal-picker>div{display:flex;gap:5px;align-items:center}.fiscal-picker button{background:var(--text);color:var(--bg);border-color:var(--text)}.fiscal-banner{margin:14px 0;padding:18px 21px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(110deg,#101012,#303037);color:#fff;overflow:hidden;position:relative}.fiscal-banner:after{content:"";position:absolute;width:190px;height:190px;border:1px solid #ffffff18;border-radius:50%;right:-40px;top:-90px}.fiscal-banner span{display:block;color:#aaa;font-size:11px}.fiscal-banner strong{display:block;font-size:21px;margin-top:4px}.fiscal-banner p{font-size:12px;color:#bbb;position:relative;z-index:1}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.kpis>div{padding:20px 22px;transition:.25s}.kpis>div:hover{transform:translateY(-2px)}.kpis span{display:block;color:var(--muted);font-size:12px}.kpis strong{display:block;font-size:29px;letter-spacing:-.03em;margin-top:8px}.kpis small{color:var(--muted)}.charts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.charts-grid.single{grid-template-columns:1fr}.panel{padding:22px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.panel h2{font-size:17px;margin:0 0 5px}.chart{height:340px}.chart.tall{height:430px}.recharts-legend-item-text{font-size:11px!important;color:var(--muted)!important}.recharts-cartesian-axis-tick-value{fill:var(--muted)}.recharts-cartesian-grid line{stroke:var(--border)}.table-panel{padding:0;overflow:hidden;margin-top:14px}.table-panel .panel-head{padding:21px 21px 0}.table-search{height:39px;border:1px solid var(--border);border-radius:11px;display:flex;align-items:center;gap:7px;padding:0 10px;color:var(--muted);background:var(--input)}.table-search input{border:0;outline:0;background:transparent;color:var(--text)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;padding:12px 20px;background:var(--surface-2);color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}td{padding:14px 20px;border-top:1px solid var(--border)}tbody tr{transition:.15s}tbody tr:hover{background:var(--surface-2)}td svg{vertical-align:middle}.positive{color:#30b35a}.negative{color:#ff453a}.entity-controls{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.explorer-tabs button.active{background:var(--text);color:var(--bg)}.entity-selects{display:flex;gap:12px}.entity-selects select{min-width:240px}.empty-state{height:100%;display:grid;place-items:center;color:var(--muted);font-size:14px}.notice.warning{background:#fff8e8;color:#805600;border:1px solid #eed69b}.site-footer{margin-top:auto;padding:20px 24px 28px;text-align:center;color:var(--muted);font-size:12px;letter-spacing:.02em}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.12fr .88fr;background:var(--surface);position:relative}.auth-theme{position:fixed;right:22px;top:20px;z-index:20;border:1px solid var(--border);width:42px;height:42px;border-radius:50%;background:var(--surface);color:var(--text);display:grid;place-items:center}.auth-visual{margin:18px;border-radius:30px;padding:58px;background:radial-gradient(circle at 80% 18%,#2b76ff 0,transparent 27%),linear-gradient(145deg,#050506,#25252b);color:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.auth-visual.signup{background:radial-gradient(circle at 18% 13%,#5f94ff 0,transparent 27%),linear-gradient(145deg,#090a0d,#292a31)}.auth-copy{position:relative;z-index:2}.auth-copy span{font-size:11px;letter-spacing:.2em;color:#b8b8c0}.auth-copy h1{font-size:58px;max-width:620px;letter-spacing:-.058em;line-height:.98;margin:14px 0}.auth-copy p{max-width:530px;color:#bdbdc5;line-height:1.6}.auth-card{width:min(420px,82%);margin:auto;padding:52px 0 18px}.auth-logo{width:150px;height:150px;display:block;margin:0 0 12px;object-fit:contain}.auth-card h2{font-size:34px;margin:0 0 8px;letter-spacing:-.045em}.auth-card>p{color:var(--muted);margin:0 0 28px}.auth-card label{display:grid;gap:7px;font-size:12px;font-weight:700;margin:14px 0}.auth-card input{height:49px;border:1px solid var(--border);border-radius:13px;padding:0 13px;outline:0;background:var(--input);color:var(--text)}.auth-card input:focus{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 15%,transparent)}.primary{height:47px;border:0;border-radius:13px;padding:0 18px;background:var(--text);color:var(--bg);font-weight:750;transition:.2s}.primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0002}.auth-card .primary{width:100%;margin-top:8px}.auth-link{text-align:center!important;font-size:13px}.auth-link a{color:var(--accent);font-weight:700}.auth-card .site-footer{padding:28px 0 0}.error,.notice{padding:12px 14px;border-radius:11px;background:#fff4f4;color:#b42318;font-size:13px}.notice{margin:13px 0;background:var(--accent-soft);color:var(--accent)}.notice.success{background:#edfff4;color:#11763a}.admin-chip{display:flex;gap:7px;align-items:center;background:var(--accent-soft);color:var(--accent);padding:9px 12px;border-radius:20px;font-size:12px;font-weight:700}.upload-zone{position:relative;background:var(--surface);border:1px dashed #8888;border-radius:20px;padding:10px;margin-bottom:13px}.upload-zone input{position:absolute;opacity:0;pointer-events:none}.upload-zone label{height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border-radius:14px;background:linear-gradient(var(--surface-2),var(--surface));cursor:pointer}.upload-zone label span{color:var(--muted);font-size:12px}.review{margin:14px 0}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:13px}.review-grid>div{background:var(--surface-2);border-radius:12px;padding:14px}.review-grid span{display:block;color:var(--muted);font-size:11px}.review-grid strong{display:block;font-size:20px;margin-top:6px}.week-chips{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0 18px}.week-chips span{background:var(--surface-2);border-radius:20px;padding:7px 10px;font-size:11px}.danger{color:#c21f39}.mascot-scene{height:390px;position:relative;display:grid;place-items:center;z-index:1}.robot{position:relative;animation:floatRobot 4s ease-in-out infinite}.robot-head{width:190px;height:145px;border-radius:58px;background:linear-gradient(145deg,#f8fbff,#a9bacd);border:5px solid #ffffff80;box-shadow:0 28px 70px #0008,inset 0 -15px 28px #647487;position:relative;z-index:2}.robot-face{position:absolute;inset:22px 20px 26px;border-radius:42px;background:#0b1017;display:flex;align-items:center;justify-content:center;gap:26px;box-shadow:inset 0 0 25px #4bdcff24}.eye{width:35px;height:35px;border-radius:50%;background:#e9fbff;display:grid;place-items:center;box-shadow:0 0 18px #7deaff}.eye i{width:13px;height:13px;border-radius:50%;background:#126c8b;display:block;transition:.08s}.robot-mouth{position:absolute;width:38px;height:12px;border-bottom:3px solid #7deaff;border-radius:50%;bottom:15px;left:50%;transform:translate(-50%)}.robot-body{width:130px;height:110px;margin:-8px auto 0;border-radius:28px 28px 45px 45px;background:linear-gradient(145deg,#dce9f6,#778b9f);box-shadow:0 20px 45px #0007;display:grid;place-items:center}.robot-body span{width:42px;height:42px;border-radius:14px;background:#071018;color:#78e4ff;display:grid;place-items:center;font-size:12px;font-weight:800}.antenna{height:55px;width:5px;background:#a9bacd;margin:auto;position:relative}.antenna i{position:absolute;width:16px;height:16px;border-radius:50%;background:#65d9ff;top:-5px;left:-5px;box-shadow:0 0 22px #65d9ff}.hand{position:absolute;width:55px;height:78px;background:linear-gradient(#d8e5ef,#8294a5);border-radius:30px;top:102px;z-index:4;transition:.35s cubic-bezier(.2,.8,.2,1)}.hand.left{left:-30px;transform:rotate(22deg)}.hand.right{right:-30px;transform:rotate(-22deg)}.shy .hand.left{left:32px;top:36px;transform:rotate(-18deg)}.shy .hand.right{right:32px;top:36px;transform:rotate(18deg)}.shy .eye{opacity:.15}.celebrate .robot{animation:robotCelebrate .55s ease-in-out infinite alternate}.celebrate .hand.left{left:-55px;top:15px;transform:rotate(45deg)}.celebrate .hand.right{right:-55px;top:15px;transform:rotate(-45deg)}.mascot-caption{position:absolute;bottom:12px;padding:9px 14px;border-radius:30px;background:#ffffff12;border:1px solid #ffffff1f;color:#d8d8df;font-size:12px;backdrop-filter:blur(12px)}.orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.5}.orb-one{width:180px;height:180px;background:#3e7cff55;left:3%;top:18%}.orb-two{width:120px;height:120px;background:#63e6ff42;right:8%;bottom:16%}.confetti{position:absolute;inset:0}.confetti i{position:absolute;left:50%;top:42%;width:8px;height:14px;border-radius:2px;background:hsl(calc(var(--i)*40),90%,65%);animation:confetti 1.2s ease-out forwards}.confetti i:nth-child(3n){background:#64d2ff}.confetti i:nth-child(3n+1){background:#ffd60a}.confetti i:nth-child(3n+2){background:#ff375f}.confetti i:nth-child(1){--x:-180px;--y:-170px}.confetti i:nth-child(2){--x:-140px;--y:-220px}.confetti i:nth-child(3){--x:-90px;--y:-160px}.confetti i:nth-child(4){--x:-40px;--y:-235px}.confetti i:nth-child(5){--x:20px;--y:-190px}.confetti i:nth-child(6){--x:75px;--y:-230px}.confetti i:nth-child(7){--x:130px;--y:-170px}.confetti i:nth-child(8){--x:180px;--y:-210px}.confetti i:nth-child(9){--x:-200px;--y:-80px}.confetti i:nth-child(10){--x:210px;--y:-90px}.confetti i:nth-child(11){--x:-160px;--y:30px}.confetti i:nth-child(12){--x:170px;--y:35px}.confetti i:nth-child(13){--x:-110px;--y:100px}.confetti i:nth-child(14){--x:120px;--y:110px}.confetti i:nth-child(15){--x:-45px;--y:145px}.confetti i:nth-child(16){--x:45px;--y:150px}.confetti i:nth-child(17){--x:-220px;--y:-140px}.confetti i:nth-child(18){--x:230px;--y:-150px}.confetti i:nth-child(19){--x:-80px;--y:-250px}.confetti i:nth-child(20){--x:90px;--y:-260px}.confetti i:nth-child(21){--x:-230px;--y:20px}.confetti i:nth-child(22){--x:240px;--y:25px}@keyframes floatRobot{50%{transform:translateY(-12px)}}@keyframes robotCelebrate{to{transform:translateY(-18px) rotate(4deg)}}@keyframes confetti{to{transform:translate(var(--x),var(--y)) rotate(560deg);opacity:0}}@media(max-width:1050px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-285px;transition:.25s;width:270px}.sidebar.open{left:0}.topbar>.icon-btn{display:grid}.page{padding:28px 20px}.filter-card,.page-head,.entity-controls{align-items:stretch;flex-direction:column}.range-grid{flex-wrap:wrap}.charts-grid,.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-card{padding:70px 0 30px}.kpis{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr 1fr}.entity-selects{flex-wrap:wrap}.entity-selects label{flex:1}.entity-selects select{width:100%;min-width:180px}}@media(max-width:620px){.page h1{font-size:34px}.metric-switch{width:100%}.metric-switch button{flex:1}.segmented{overflow:auto}.range-grid{display:grid}.fiscal-picker>div{flex-wrap:wrap}.fiscal-banner{align-items:flex-start;gap:12px;flex-direction:column}.chart{height:310px}.review-grid{grid-template-columns:1fr}.global-search{display:none}.topbar{justify-content:space-between;padding:0 16px}.auth-card{width:88%}.auth-logo{width:120px;height:120px}.page{padding-inline:14px}.entity-selects{display:grid}.site-footer{font-size:11px}}
