@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark;--bg:#05050a;--surface:#0a0b12;--surface-raised:#11131c;--line:rgba(255,255,255,.085);--line-strong:rgba(255,255,255,.14);--text:#ffffff;--muted:#b3b8c7;--subtle:#7b8193;--purple:#8b5cf6;--purple-bright:#c084fc;--green:#22c55e;--amber:#f59e0b;--red:#ef4444}*{box-sizing:border-box}body,html{background:var(--bg)}body{margin:0;min-width:320px;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 88% 4%,rgba(139,92,246,.24),transparent 25%),radial-gradient(circle at 4% 70%,rgba(76,29,149,.16),transparent 30%),radial-gradient(circle at 50% 105%,rgba(192,132,252,.08),transparent 28%)}button,input,select,textarea{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--purple-bright);outline-offset:3px}.glass{background:linear-gradient(145deg,rgba(17,19,28,.88),rgba(10,11,18,.82));border:1px solid var(--line);box-shadow:0 24px 70px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.04);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.glass-hover{transition:border-color .2s ease,background .2s ease,transform .2s ease}.glass-hover:hover{border-color:rgba(173,145,255,.3);background:linear-gradient(145deg,rgba(29,25,43,.92),rgba(14,13,21,.88));transform:translateY(-1px)}.home-space-hero{position:relative;height:440px;max-width:1000px;margin:0 auto 60px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:32px;background:radial-gradient(circle at 50% 55%,rgba(109,40,217,.18),transparent 48%),#07070e}.home-nebula{position:absolute;inset:-30%;background:radial-gradient(ellipse at 52% 52%,rgba(168,85,247,.4),transparent 25%),radial-gradient(ellipse at 80% 20%,rgba(59,130,246,.2),transparent 25%),radial-gradient(ellipse at 20% 90%,rgba(76,29,149,.35),transparent 35%);filter:blur(25px);animation:nebula-breathe 12s ease-in-out infinite}.home-planet{position:absolute;left:calc(50% - 105px);top:95px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle at 32% 28%,#eadcff,#a855f7 14%,#4c1d95 45%,#12062b 72%);box-shadow:0 0 45px #a855f766,0 0 160px #7c3aed55;opacity:.78}.home-orbit{position:absolute;left:calc(50% - 245px);top:110px;width:490px;height:180px;border:1px solid #c084fc44;border-radius:50%;transform:rotate(-18deg)}.home-orbit-two{transform:rotate(22deg);border-color:#60a5fa33}.home-float,.home-graph{position:absolute;z-index:2;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:#11131cdd;box-shadow:0 20px 55px #0008,inset 0 1px #fff1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-float{padding:13px 15px;color:#c084fc;font-size:13px}.home-float span{color:white;font-size:11px;font-weight:600}.home-float small{display:block;margin-top:4px;color:#9298aa;font-size:9px;font-weight:400}.home-float b{color:#22c55e}.home-invoice{left:9%;top:24%}.home-payment{right:9%;top:22%}.home-ai{left:12%;bottom:19%}.home-ai-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:linear-gradient(135deg,#a855f7,#4c1d95)}.home-graph{right:9%;bottom:14%;width:245px;display:block;padding:15px;color:#9298aa;font-size:10px}.home-graph strong{display:block;margin-top:7px;color:white;font-size:18px}.home-graph em{margin-left:6px;color:#22c55e;font-size:10px;font-style:normal}.home-graph svg{width:100%;height:48px;margin-top:5px}@media (max-width:650px){.home-space-hero{height:500px;border-radius:22px}.home-planet{left:calc(50% - 90px);top:120px;width:180px;height:180px}.home-orbit{left:calc(50% - 190px);top:135px;width:380px}.home-invoice{left:5%;top:10%}.home-payment{right:5%;top:54%}.home-ai{left:5%;bottom:9%}.home-graph{right:5%;bottom:22%;width:210px}}.logo-mark{display:grid;height:36px;width:36px;place-items:center;border-radius:12px;background:linear-gradient(135deg,#e9d5ff,#8b5cf6 55%,#4c1d95);box-shadow:0 0 30px rgba(139,92,246,.42)}.profile-card,.workspace-switcher{display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);border-radius:14px;padding:10px}.nav-item{position:relative;display:flex;align-items:center;gap:12px;border-radius:12px;padding:10px 11px;color:var(--subtle);font-size:12px;font-weight:500;transition:.2s ease}.nav-item:hover{color:white;background:rgba(255,255,255,.05)}.nav-item-active{color:#e9ddff;background:linear-gradient(90deg,rgba(139,92,246,.2),rgba(139,92,246,.06));box-shadow:inset 0 0 0 1px rgba(192,132,252,.12)}.active-dot{margin-left:auto;height:6px;width:6px;border-radius:50%;background:#c084fc;box-shadow:0 0 10px #c084fc}.stat-icon{display:grid;height:38px;width:38px;place-items:center;border-radius:12px;color:#d8b4fe;background:linear-gradient(135deg,rgba(192,132,252,.24),rgba(109,40,217,.2))}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.auth-page{min-height:100vh;display:grid;grid-template-columns:45% 55%;overflow:hidden;background:#05050a;color:#fff}.auth-form-side{position:relative;display:flex;min-height:100vh;flex-direction:column;justify-content:center;padding:42px clamp(28px,7vw,112px);background:radial-gradient(circle at 20% 8%,rgba(139,92,246,.1),transparent 35%)}.auth-brand{position:absolute;left:clamp(28px,7vw,112px);top:36px;display:flex;align-items:center;gap:11px;color:#fff;font-size:16px;font-weight:700;letter-spacing:-.03em}.auth-brand>span:last-child span{color:#c084fc}.auth-form-wrap{width:100%;max-width:430px;margin:42px auto 0}.auth-form-wrap h1{margin-top:13px;max-width:430px;font-size:clamp(30px,3vw,44px);line-height:1.04;letter-spacing:-.055em}.auth-subtitle{margin-top:14px;max-width:410px;color:#b3b8c7;font-size:13px;line-height:1.65}.auth-form{margin-top:30px;display:grid;grid-gap:17px;gap:17px}.auth-field{display:block;color:#b3b8c7;font-size:11px;font-weight:500}.auth-field>div{position:relative;margin-top:8px}.auth-field input{height:48px;width:100%;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:rgba(17,19,28,.75);padding:0 42px 0 15px;color:#fff;font-size:13px;outline:none;transition:.2s ease;box-shadow:inset 0 1px rgba(255,255,255,.025)}.auth-field input::placeholder{color:#7b8193}.auth-field input:focus{border-color:rgba(192,132,252,.75);box-shadow:0 0 0 4px rgba(139,92,246,.12),0 0 28px rgba(139,92,246,.12)}.auth-field-icon{position:absolute;right:15px;top:16px;color:#7b8193}.auth-field-icon button{color:inherit}.auth-options{display:flex;justify-content:space-between;align-items:center;margin-top:-2px;color:#7b8193;font-size:11px}.auth-options label{display:flex;align-items:center;gap:6px}.auth-options input{accent-color:#8b5cf6}.auth-options a,.auth-switch a{color:#c084fc;font-weight:600}.auth-primary,.auth-secondary{display:flex;height:48px;align-items:center;justify-content:center;gap:9px;border-radius:13px;font-size:12px;font-weight:600;transition:.2s ease}.auth-primary{border:0;background:linear-gradient(100deg,#a855f7,#6d28d9);color:#fff;box-shadow:0 12px 32px rgba(139,92,246,.28)}.auth-primary:hover{transform:translateY(-2px);filter:brightness(1.12);box-shadow:0 16px 38px rgba(139,92,246,.4)}.auth-primary:disabled{cursor:wait;opacity:.8}.auth-spinner{animation:auth-spin .8s linear infinite}.auth-feedback{margin:-2px 0 0;font-size:11px;line-height:1.5}.auth-feedback-success{color:#86efac}.auth-feedback-error{color:#fda4af}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-divider{display:flex;align-items:center;gap:12px;margin:24px 0 14px;color:#7b8193;font-size:10px}.auth-divider:after,.auth-divider:before{content:"";height:1px;flex:1 1;background:rgba(255,255,255,.09)}.auth-actions{display:grid;grid-gap:10px;gap:10px;grid-template-columns:1fr 1fr}.auth-secondary{border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.035);color:#b3b8c7}.auth-secondary:hover{border-color:rgba(192,132,252,.35);background:rgba(139,92,246,.08);transform:translateY(-2px)}.google-mark{display:grid;height:18px;width:18px;place-items:center;border-radius:50%;background:#fff;color:#4285f4;font-size:11px;font-weight:700}.auth-switch{margin-top:23px;text-align:center;color:#7b8193;font-size:11px}.auth-security{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:34px;color:#7b8193;font-size:10px}.loading-dots span{animation:loading-dot 1s infinite}.loading-dots span:nth-child(2){animation-delay:.15s}.loading-dots span:nth-child(3){animation-delay:.3s}@keyframes loading-dot{0%,80%,to{opacity:.2}40%{opacity:1}}:root{--color-background:#07080d;--color-surface:#10121a;--color-surface-elevated:#171a25;--color-border:rgba(255,255,255,.13);--color-border-subtle:rgba(255,255,255,.075);--color-text-primary:#f8f7fb;--color-text-secondary:#c4c1cd;--color-text-muted:#858291;--color-accent:#a78bfa;--color-accent-hover:#c4b5fd;--color-danger:#fb7185;--color-success:#6ee7b7;--color-warning:#fbbf24;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--field-height:42px}.app-control,.input-shell,input.input-shell,select.input-shell,textarea.input-shell{min-height:var(--field-height);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);box-shadow:inset 0 1px rgba(255,255,255,.025);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.app-control:focus,.input-shell:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px rgba(167,139,250,.14)}.app-control:disabled,.input-shell:disabled{cursor:not-allowed;opacity:.55}.app-control[readonly]{background:rgba(255,255,255,.025);color:var(--color-text-secondary)}.app-field{display:block;color:var(--color-text-secondary);font-size:11px;font-weight:500;line-height:1.3}.app-field>.app-control,.app-field>.input-shell{display:block;margin-top:8px;width:100%}.app-textarea{resize:vertical}.app-search{position:relative;display:flex;min-width:220px;height:var(--field-height);flex:1 1 240px;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-muted)}.app-search:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(167,139,250,.14)}.app-search input{width:100%;min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--color-text-primary);font-size:12px}.app-search input::placeholder{color:var(--color-text-muted)}.app-button{min-height:42px;border:1px solid transparent;border-radius:var(--radius-md);padding:0 16px;font-size:12px;font-weight:600}.app-button-primary{background:linear-gradient(110deg,#a855f7,#6d28d9);color:#fff;box-shadow:0 8px 24px rgba(139,92,246,.24)}.app-button-primary:hover{filter:brightness(1.1)}.app-button-secondary{border-color:var(--color-border);background:rgba(255,255,255,.045);color:var(--color-text-secondary)}.app-button-secondary:hover,.app-button-tertiary:hover{border-color:rgba(196,181,253,.45);background:rgba(167,139,250,.09);color:var(--color-text-primary)}.app-button-tertiary{border-color:transparent;background:transparent;color:var(--color-text-muted)}.app-button-danger{border-color:rgba(251,113,133,.26);background:rgba(251,113,133,.09);color:var(--color-danger)}.app-button-danger:hover{background:rgba(251,113,133,.16)}.app-button-icon{width:42px;padding:0;background:transparent;color:var(--color-text-muted)}.app-button-icon,.app-card{border-color:var(--color-border-subtle)}.app-card{border-radius:var(--radius-lg);background:linear-gradient(145deg,rgba(23,26,37,.92),rgba(13,15,23,.92));box-shadow:0 16px 40px rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.03)}.app-card:hover{border-color:rgba(196,181,253,.28)}.app-card-header{min-height:64px}.app-command-bar{gap:var(--space-3);border-color:var(--color-border-subtle)}.app-state{color:var(--color-text-muted)}.app-state-icon{border-radius:var(--radius-md)}.app-error strong{display:block;margin-bottom:4px;color:var(--color-danger);font-size:12px}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}@media (max-width:760px){.app-command-bar{align-items:stretch}.app-search{min-width:100%;flex-basis:auto}.app-button{min-height:44px}}.auth-visual{position:relative;min-height:100vh;overflow:hidden;border-left:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 60% 40%,rgba(76,29,149,.12),transparent 42%),#07070e}.auth-nebula{position:absolute;inset:-20%;background:radial-gradient(ellipse at 58% 48%,rgba(168,85,247,.3),transparent 26%),radial-gradient(ellipse at 75% 20%,rgba(192,132,252,.22),transparent 22%),radial-gradient(ellipse at 20% 90%,rgba(76,29,149,.3),transparent 35%);filter:blur(22px);animation:nebula-breathe 12s ease-in-out infinite}.auth-planet{position:absolute;right:8%;top:14%;width:min(33vw,370px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 30% 25%,rgba(233,213,255,.9),rgba(192,132,252,.45) 9%,rgba(109,40,217,.38) 34%,rgba(30,15,70,.2) 62%,transparent 70%);filter:blur(1px);box-shadow:0 0 35px rgba(192,132,252,.38),0 0 120px rgba(139,92,246,.26);opacity:.74}@keyframes nebula-breathe{0%,to{transform:scale(1) rotate(0deg);opacity:.72}50%{transform:scale(1.08) rotate(3deg);opacity:.95}}.auth-visual-copy{position:absolute;left:11%;top:16%;z-index:1;max-width:420px}.visual-kicker{display:flex;align-items:center;gap:8px;color:#c084fc;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.live-pulse{height:7px;width:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 12px #22c55e}.auth-visual-copy h2{margin-top:22px;font-size:clamp(34px,4.4vw,64px);line-height:.98;letter-spacing:-.065em}.auth-visual-copy h2 span{color:#c084fc;text-shadow:0 0 35px rgba(192,132,252,.35)}.auth-visual-copy p{margin-top:18px;max-width:320px;color:#b3b8c7;font-size:13px;line-height:1.65}.float-card,.proof-card{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(17,19,28,.88),rgba(10,11,18,.7));box-shadow:0 22px 70px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,.05);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.float-card{border-radius:16px}.float-card-chart{right:9%;top:48%;width:min(300px,40%);padding:17px}.float-card-top{display:flex;align-items:center;justify-content:space-between;color:#b3b8c7;font-size:10px}.float-card-chart strong{display:inline-block;margin-top:8px;font-size:22px;letter-spacing:-.04em}.float-positive{margin-left:8px;color:#22c55e;font-size:10px}.float-card-chart svg{display:block;width:100%;height:74px;margin-top:10px}.float-card-ai{left:10%;top:58%;display:flex;width:250px;align-items:center;gap:10px;padding:13px}.ai-orb{display:grid;height:32px;width:32px;flex:0 0 auto;border-radius:11px}.float-card-cash{right:18%;top:73%;display:flex;align-items:center;gap:10px;padding:13px 15px}.proof-card{left:12%;bottom:11%;width:190px;border-radius:16px;padding:16px}.proof-dots{display:flex;gap:5px;margin-top:16px}.proof-dots button{height:4px;width:18px;border:0;border-radius:99px;background:rgba(255,255,255,.15)}.proof-dots button.active{background:#c084fc;box-shadow:0 0 9px #c084fc}.benefit-list{position:absolute;right:9%;bottom:11%;z-index:2;display:grid;grid-gap:10px;gap:10px;color:#b3b8c7;font-size:10px}.benefit-list div{display:flex;align-items:center;gap:8px}.benefit-list span{display:grid;height:18px;width:18px;place-items:center;border-radius:50%;color:#c084fc;background:rgba(192,132,252,.13)}@media (max-width:900px){.auth-page{grid-template-columns:1fr}.auth-form-side{min-height:auto;padding:32px 24px 48px}.auth-brand{position:static}.auth-form-wrap{margin-top:56px}.auth-visual{min-height:590px;border-left:0;border-top:1px solid rgba(255,255,255,.08)}.auth-visual-copy{left:8%;top:12%}.auth-planet{right:-4%;top:11%;width:280px}.float-card-chart{right:7%;top:42%;width:270px}.float-card-ai{left:7%;top:55%}.float-card-cash{right:7%;top:73%}.proof-card{left:7%;bottom:8%}.benefit-list{right:7%;bottom:9%}}@media (max-width:560px){.auth-actions{grid-template-columns:1fr}.auth-visual{min-height:600px}.auth-visual-copy{top:10%}.auth-visual-copy h2{font-size:38px}.float-card-chart{top:40%;width:250px}.float-card-ai{top:57%;width:225px}.float-card-cash{top:74%}.proof-card{bottom:5%;width:165px}.benefit-list{right:5%;bottom:5%;font-size:9px}.benefit-list div:nth-child(2),.benefit-list div:nth-child(3){display:none}}.eyebrow{color:var(--purple-bright);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.input-shell{border:1px solid var(--line);background:rgba(255,255,255,.035);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.input-shell:focus{border-color:rgba(155,124,255,.75);outline:none;box-shadow:0 0 0 3px rgba(155,124,255,.12)}.erp-page,.erp-page-header{position:relative}.erp-page-header{padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.07)}.erp-page-header:after{content:"";position:absolute;left:0;bottom:-1px;width:84px;height:2px;border-radius:99px;background:linear-gradient(90deg,#c084fc,#8b5cf6)}.section-label{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 12px;color:#8f8a9c;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.visual-kpi{position:relative;min-height:126px;padding:18px 18px 16px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(145deg,rgba(26,24,40,.92),rgba(11,12,19,.86));box-shadow:inset 0 1px rgba(255,255,255,.04);overflow:hidden}.visual-kpi:after{content:"";position:absolute;right:-22px;bottom:-34px;width:100px;height:100px;border-radius:50%;background:rgba(168,85,247,.12);filter:blur(2px)}.visual-kpi-good{border-color:rgba(52,211,153,.2)}.visual-kpi-warn{border-color:rgba(251,191,36,.22)}.visual-kpi-bad{border-color:rgba(251,113,133,.24)}.customer-command-bar{display:flex;min-height:60px;align-items:center;justify-content:space-between;gap:18px;padding:12px 0 14px;border-bottom:1px solid rgba(255,255,255,.08)}.customer-command-bar>div:first-child{display:flex;min-width:0;flex-direction:column;gap:4px}.customer-command-bar h1{margin:0;color:#f7f5fb;font-size:20px;font-weight:550;letter-spacing:-.035em}.customer-command-bar span{color:#777183;font-size:11px}.customer-actions{display:flex;flex-shrink:0;align-items:center;gap:8px}.customer-actions button{height:44px;border-radius:11px;padding:0 15px}.customer-actions button:first-child{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);color:#c6c1d1;box-shadow:inset 0 1px rgba(255,255,255,.035)}.customer-actions button:first-child:hover{border-color:rgba(192,132,252,.35);background:rgba(255,255,255,.075)}.customer-actions button:last-child{border:1px solid rgba(192,132,252,.28);background:linear-gradient(100deg,#a855f7,#6d28d9);box-shadow:0 8px 25px rgba(139,92,246,.25)}.customer-actions button:active{transform:translateY(1px)}.customer-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:18px}.customer-kpi-grid .visual-kpi{min-height:118px;border-radius:16px}.customer-insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:16px}.customer-directory,.customer-panel{border:1px solid rgba(255,255,255,.09);border-radius:16px;background:linear-gradient(145deg,rgba(17,19,28,.84),rgba(10,11,18,.76));box-shadow:inset 0 1px rgba(255,255,255,.035)}.customer-panel{min-height:220px;padding:18px}.customer-directory-head,.customer-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.customer-panel-head>svg{color:#a78bfa}.customer-kicker{color:#8f83b4;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.customer-directory h2,.customer-panel h2{margin-top:6px;color:#f3f0f8;font-size:15px;font-weight:550;letter-spacing:-.02em}.customer-directory-head p,.customer-panel-head p{margin-top:5px;color:#777183;font-size:11px}.customer-distribution{display:grid;grid-gap:18px;gap:18px;margin-top:24px}.customer-distribution-row{display:grid;grid-gap:8px;gap:8px}.customer-distribution-row>div:first-child{display:flex;justify-content:space-between;color:#aaa3b5;font-size:11px}.customer-distribution-row strong{color:#f4f1fa;font-size:12px;font-weight:600}.customer-exposure-bar,.customer-track{height:8px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.07)}.customer-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b5cf6,#c084fc)}.customer-track i.warn{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.customer-track i.muted{background:#5b5567}.customer-exposure-chart{margin-top:23px}.customer-exposure-total{display:flex;align-items:baseline;justify-content:space-between;color:#8f8a9c;font-size:11px}.customer-exposure-total strong{color:#fff;font-size:19px;font-weight:550;letter-spacing:-.03em}.customer-exposure-bar{display:flex;height:14px;margin-top:16px}.customer-exposure-bar i.open{background:#a78bfa}.customer-exposure-bar i.overdue{background:#f59e0b}.customer-exposure-legend{display:grid;grid-gap:9px;gap:9px;margin-top:16px;color:#8f8a9c;font-size:10px}.customer-exposure-legend span{display:flex;align-items:center;gap:7px}.customer-exposure-legend b{margin-left:auto;color:#d8d2e3;font-weight:500}.customer-exposure-legend i{display:block;width:8px;height:8px;border-radius:50%}.customer-exposure-legend i.open{background:#a78bfa}.customer-exposure-legend i.overdue{background:#f59e0b}.customer-exposure-legend i.settled{background:#4c4658}.customer-directory{margin-top:16px;padding:18px}.customer-directory-head{align-items:center}.customer-view-toggle{display:flex;gap:4px;padding:3px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.025)}.customer-view-toggle button{display:grid;width:30px;height:28px;place-items:center;border:0;border-radius:7px;color:#777183;background:transparent}.customer-view-toggle button.active,.customer-view-toggle button:hover{color:#fff;background:rgba(139,92,246,.22)}.customer-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;padding:12px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.customer-search{display:flex;min-width:220px;height:40px;flex:1 1;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.035);padding:0 12px;color:#777183}.customer-search input{min-width:0;flex:1 1;border:0;outline:0;background:transparent;color:#fff;font-size:11px}.customer-search input::placeholder{color:#625d6d}.customer-toolbar label{min-width:140px}.customer-toolbar select{margin-top:0;height:40px;border-radius:10px}.customer-clear-filters{height:40px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:transparent;color:#bca8ff;padding:0 12px;font-size:11px}.customer-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:16px}.customer-list-grid{display:grid;grid-gap:8px;gap:8px;margin-top:16px}.customer-entity{display:grid;grid-gap:15px;gap:15px;min-width:0;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.025);transition:.2s ease}.customer-entity:hover{border-color:rgba(192,132,252,.3);background:rgba(139,92,246,.06);transform:translateY(-1px)}.customer-entity-top{display:flex;min-width:0;align-items:center;gap:10px}.customer-avatar{position:relative;display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid rgba(192,132,252,.2);border-radius:11px;color:#d8ccff;background:rgba(139,92,246,.15);font-size:11px;font-weight:600}.customer-avatar-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.customer-entity-identity{display:grid;min-width:0;flex:1 1;grid-gap:4px;gap:4px}.customer-entity-identity a{overflow:hidden;color:#f4f1fa;font-size:12px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.customer-entity-identity a:hover{color:#c084fc}.customer-entity-identity span,.customer-entity-meta{color:#777183;font-size:10px}.customer-entity-meta{display:grid;grid-gap:8px;gap:8px}.customer-entity-meta span{display:flex;justify-content:space-between;gap:10px}.customer-entity-meta b{max-width:65%;overflow:hidden;color:#aaa3b5;font-weight:400;text-align:right;text-overflow:ellipsis;white-space:nowrap}.customer-entity-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;border-top:1px solid rgba(255,255,255,.06);padding-top:12px}.customer-entity-bottom small{display:block;color:#777183;font-size:10px}.customer-entity-bottom strong{display:block;margin-top:4px;color:#f4f1fa;font-size:12px;font-weight:550}.customer-entity-actions{display:flex;align-items:center;gap:6px}.customer-entity-actions button{display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.03);color:#8f8a9c}.customer-entity-actions button:hover{color:#fff;border-color:rgba(192,132,252,.3)}.customer-entity-actions a{color:#bca8ff;font-size:10px}.customer-state{display:flex;min-height:140px;align-items:center;justify-content:center;gap:9px;color:#777183;font-size:11px}.customer-directory-empty{padding:34px 10px}.customer-empty-visual{display:flex;align-items:center;justify-content:center;gap:18px}.customer-empty-orbit{display:grid;width:64px;height:64px;place-items:center;border:1px solid rgba(192,132,252,.25);border-radius:18px;color:#c084fc;background:rgba(139,92,246,.1)}.customer-empty-copy h3{font-size:13px;font-weight:550}.customer-empty-copy p{margin-top:6px;color:#777183;font-size:11px;line-height:1.5}.customer-empty-copy button{margin-top:12px}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.bar-list{display:grid;grid-gap:14px;gap:14px;padding:20px}.bar-row{display:grid;grid-gap:7px;gap:7px}.bar-row-top{display:flex;justify-content:space-between;gap:12px;color:#b3b8c7;font-size:11px}.bar-track{height:8px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.07)}.bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b5cf6,#c084fc)}.workflow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:0;gap:0;padding:20px}.workflow-step{position:relative;display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:12px 8px;text-align:center;color:#aaa3b5;font-size:11px}.workflow-step:not(:last-child):after{content:"";position:absolute;top:25px;left:62%;width:76%;height:1px;background:linear-gradient(90deg,#8b5cf6,rgba(255,255,255,.08))}.workflow-dot{z-index:1;display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(192,132,252,.35);border-radius:50%;background:#18132b;color:#d8ccff;font-size:10px;font-weight:700}.kanban-board{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));grid-gap:14px;gap:14px;overflow-x:auto;padding-bottom:8px}.kanban-column{min-height:240px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.025)}.kanban-column-head{display:flex;justify-content:space-between;margin-bottom:12px;color:#b3b8c7;font-size:11px;font-weight:700}.kanban-card{display:grid;grid-gap:8px;gap:8px;margin-top:8px;padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(14,14,23,.9);box-shadow:0 8px 24px rgba(0,0,0,.18)}.kanban-card:hover{border-color:rgba(192,132,252,.35);transform:translateY(-1px)}.document-workspace{display:grid;grid-template-columns:190px minmax(0,1fr) 270px;min-height:520px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:rgba(10,11,18,.6)}.document-rail{padding:16px;border-right:1px solid rgba(255,255,255,.08)}.document-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));align-content:start;padding:18px}.doc-card,.document-grid{display:grid;grid-gap:12px;gap:12px}.doc-card{min-height:150px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018))}.doc-card:hover{border-color:rgba(192,132,252,.38);background:rgba(139,92,246,.08)}.document-preview{padding:18px;border-left:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}.accounting-statement{padding:10px 20px 18px}.statement-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:48px;border-bottom:1px solid rgba(255,255,255,.06);color:#b3b8c7;font-size:13px}.statement-row strong{color:#fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.statement-total{margin-top:8px;border-top:2px solid rgba(192,132,252,.35);border-bottom:0;color:#fff;font-weight:700}.account-indent{padding-left:20px}.ai-workspace{display:grid;grid-template-columns:210px minmax(0,1fr) 280px;min-height:620px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:rgba(10,11,18,.62)}.ai-context,.ai-history{padding:18px;background:rgba(255,255,255,.02)}.ai-history{border-right:1px solid rgba(255,255,255,.08)}.ai-context{border-left:1px solid rgba(255,255,255,.08)}.ai-conversation{display:flex;min-width:0;flex-direction:column;padding:18px}.ai-thread{display:flex;flex:1 1;flex-direction:column;gap:14px;justify-content:flex-end;padding:20px 0}.ai-welcome{margin:auto;max-width:360px;text-align:center}.ai-welcome h2{margin-top:16px;font-size:18px}.ai-welcome p{margin-top:8px;color:#777183}.ai-message,.ai-welcome p{font-size:12px;line-height:1.6}.ai-message{display:flex;gap:12px;max-width:85%;padding:14px;border-radius:15px}.ai-message-user{align-self:flex-end;border:1px solid rgba(192,132,252,.18);background:rgba(139,92,246,.12)}.ai-message-assistant{align-self:flex-start;border:1px solid rgba(52,211,153,.16);background:rgba(52,211,153,.06)}.ai-message-label{margin-bottom:4px;color:#c084fc;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.ai-composer{border-top:1px solid rgba(255,255,255,.08);padding-top:16px}.ai-orb{display:inline-grid;height:42px;width:42px;place-items:center;border-radius:14px;color:#e9d5ff;background:linear-gradient(135deg,#a855f7,#4c1d95);box-shadow:0 0 22px rgba(168,85,247,.4)}@media(max-width:900px){.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.document-workspace{grid-template-columns:150px minmax(0,1fr)}.document-preview{display:none}.workflow{min-width:650px}.kanban-board{grid-template-columns:repeat(4,240px)}.ai-workspace{grid-template-columns:170px minmax(0,1fr)}.ai-context{display:none}.customer-card-grid,.customer-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.customer-command-bar{align-items:flex-start;flex-direction:column}.customer-actions{width:100%}.customer-actions button{flex:1 1}.customer-card-grid,.customer-insight-grid{grid-template-columns:1fr}.customer-toolbar{align-items:stretch}.customer-search{min-width:100%;flex-basis:100%}.customer-toolbar label{flex:1 1;min-width:0}.customer-directory{padding:14px}.customer-panel{padding:15px}}@media(max-width:520px){.metric-strip{grid-template-columns:1fr}.erp-page-header{padding-bottom:18px}.customer-kpi-grid{grid-template-columns:1fr 1fr;gap:8px}.customer-kpi-grid .visual-kpi{min-height:110px;padding:14px 12px}.customer-kpi-grid .visual-kpi>div:nth-child(2){font-size:18px}.customer-kpi-grid .visual-kpi>div:last-child{font-size:10px}.customer-directory-head,.customer-empty-visual{align-items:flex-start}.customer-empty-copy{min-width:0}.customer-empty-break{display:none}}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#302b48;border-radius:99px}.settings-page{min-height:100vh;background:radial-gradient(circle at 80% 0,rgba(139,92,246,.18),transparent 32%),#08070c;color:#fff;padding:32px 22px 80px}.settings-wrap{max-width:1080px;margin:auto}.settings-back{color:#aa91ff;font-size:12px}.settings-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:55px}.settings-heading h1{margin-top:8px;font-size:36px;letter-spacing:-.06em}.settings-heading p{margin-top:10px;color:#898294;font-size:13px}.settings-nav{display:flex;flex-wrap:wrap;gap:5px}.settings-nav a{border:1px solid transparent;border-radius:9px;padding:8px 10px;color:#898294;font-size:11px}.settings-nav a.active,.settings-nav a:hover{border-color:rgba(192,132,252,.18);color:#fff;background:rgba(139,92,246,.13)}.settings-card{margin-top:28px;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px;background:linear-gradient(145deg,rgba(17,19,28,.9),rgba(10,11,18,.8));box-shadow:0 22px 70px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.04);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.settings-grid label{display:grid;grid-gap:8px;gap:8px;color:#a9a2b5;font-size:11px}.settings-grid input{height:44px;border-radius:10px;padding:0 12px;font-size:12px}.settings-grid input:disabled{cursor:not-allowed;opacity:.55}.settings-card>.space-button-primary{margin-top:20px}.profile-preview{display:flex;align-items:center;gap:12px;margin-bottom:24px}.profile-preview>span{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;color:white;background:linear-gradient(135deg,#f0abfc,#7c3aed);font-weight:800}.profile-preview small,.profile-preview strong{display:block}.profile-preview small{margin-top:4px;color:#898294;font-size:11px}.settings-error{margin-top:15px;color:#fda4af;font-size:11px}.settings-success{margin-top:15px;color:#86efac;font-size:11px}@media(max-width:760px){.settings-heading{display:block}.settings-nav{margin-top:22px}.settings-grid{grid-template-columns:1fr}}