:root{--bg: #f8fafc;--bg-soft: #f1f5f9;--surface: #ffffff;--surface-2: #f8fafc;--surface-3: #e2e8f0;--text: #0f172a;--text-soft: #475569;--primary: #4c1d95;--primary-strong: #2e1065;--accent: #8b5cf6;--border: #e2e8f0;--ok: #10b981;--shadow: 0 4px 20px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 30px rgba(76, 29, 149, .08);--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Aptos,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text);background:var(--bg);background-image:radial-gradient(circle at 15% 0%,rgba(139,92,246,.08) 0%,transparent 40%),radial-gradient(circle at 85% 10%,rgba(76,29,149,.08) 0%,transparent 40%);background-attachment:fixed}a{color:var(--primary-strong);text-decoration:none}.site-root{min-height:100vh;display:flex;flex-direction:column}.page-shell{width:min(1180px,94%);margin:18px auto;flex:1}.nav-shell{position:sticky;top:0;z-index:30;background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 3%}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer}.brand:before{content:"";width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);box-shadow:0 0 0 4px #153a5f14}.nav-links{display:flex;flex-wrap:wrap;gap:6px}.nav-link{padding:8px 12px;border-radius:999px;color:var(--text-soft);transition:.2s ease}.nav-link.active,.nav-link:hover{color:var(--primary-strong);background:#153a5f14}.nav-user{display:flex;align-items:center;gap:10px;color:var(--text-soft)}.ghost-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);padding:8px 12px;border-radius:10px;cursor:pointer}.footer-shell{border-top:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.75) 0%,var(--surface) 100%);padding:18px 3%;color:var(--text-soft);display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px}.page-grid{display:grid;gap:16px}.hero-card,.panel-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:18px}.hero-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#153a5ffa,#0d2138f5 55%,#a56f2af2);color:#fff;border-color:transparent}.hero-card:after{content:"";position:absolute;inset:auto -14% -30% auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18) 0%,transparent 70%);pointer-events:none}.hero-card p,.hero-card .eyebrow,.hero-card .mini-card p{color:#fffc}.hero-card h1,.hero-card h2,.hero-card h3,.hero-card strong,.hero-card small{color:#fff}.hero-split,.hero-inline,.split-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:18px}.hero-inline{align-items:start}.hero-copy,.hero-panel{position:relative;z-index:1}.hero-panel{display:grid;gap:14px;align-self:stretch}.hero-panel-top{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:1.8px;font-size:11px;font-weight:700;color:var(--accent)}.hero-card .eyebrow{color:#ffffffbf}.hero-actions button,.hero-actions .secondary{width:auto}.hero-actions .secondary{border-color:#ffffff73;color:#fff}.hero-actions .secondary:hover{background:#ffffff1f}.hero-chips span{background:#ffffff1f!important;color:#fff!important}.premium-card{border:1px solid rgba(21,58,95,.08);background:linear-gradient(180deg,#fff,#f7f9fc)}.section-header{display:flex;justify-content:space-between;gap:14px;align-items:end;margin-bottom:12px}.split-layout{align-items:start}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card{background:#ffffff14;border-color:#ffffff29}.metric-card h3{font-size:1.9rem}.inline-summary,.stat-stack{display:grid;gap:12px}.inline-summary div,.stat-stack .mini-card{background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:14px}.team-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.team-card{text-align:left}.avatar-badge{width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;font-weight:700;margin-bottom:12px}.profile-progress-wrap{margin-top:12px;display:flex;align-items:center;gap:16px}.profile-progress-ring{position:relative;width:108px;height:108px;display:inline-flex;align-items:center;justify-content:center}.profile-progress-svg{width:108px;height:108px;transform:rotate(-90deg)}.profile-progress-track{fill:none;stroke:var(--surface-3);stroke-width:8}.profile-progress-value{fill:none;stroke:var(--primary);stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .35s ease}.profile-progress-avatar{position:absolute;width:74px;height:74px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;letter-spacing:1px}.icon-list li{position:relative;list-style:none;padding-left:24px;margin-bottom:10px}.icon-list li:before{content:"•";position:absolute;left:0;color:var(--accent);font-size:18px;line-height:1}.hero-inline .eyebrow,.split-layout .eyebrow{margin-bottom:8px}.hero-card h1,.panel-card h1{margin:0 0 8px;font-size:clamp(1.5rem,2.6vw,2rem)}.panel-card h2{margin:0 0 10px;font-size:1.2rem}.panel-card p,.hero-card p{margin:0 0 10px;line-height:1.5;color:var(--text-soft)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.mini-card{border:1px solid var(--border);border-radius:12px;padding:12px;background:var(--bg-soft)}.mini-card h3{margin:0 0 6px}.mini-card p,.mini-card small{margin:0;color:var(--text-soft)}.timeline{display:grid;gap:8px}.timeline-item{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--bg-soft)}.timeline-item span{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#dbe6f7;color:#2f476a;font-weight:700}.timeline-item p{margin:0;color:var(--text)}.row{display:flex;gap:10px;flex-wrap:wrap}.row>*{flex:1 1 180px}.form-grid{display:grid;gap:10px}input,textarea,select,button{width:100%;border-radius:10px;border:1px solid var(--border);padding:10px;font-size:14px;font-family:inherit}textarea{min-height:100px;resize:vertical}button{cursor:pointer;background:var(--primary);color:#fff;border-color:var(--primary);transition:.2s ease}button:hover{background:var(--primary-strong);border-color:var(--primary-strong)}button.secondary{background:transparent;color:var(--primary-strong);border-color:var(--primary-strong)}.tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.tab{width:auto;padding:8px 14px;border-radius:999px;background:var(--surface-2);color:var(--text-soft);border:1px solid var(--border)}.active-tab{background:#dbe6f7;color:#2f476a}.nested{background:var(--bg-soft)}.result-box{margin:10px 0 0;border-radius:10px;border:1px solid var(--border);background:#f3f7fc;padding:10px;font-size:12px;max-height:300px;overflow:auto}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.chips span{font-size:12px;padding:4px 8px;border-radius:999px;background:#dde7f6;color:#344d71}.auth-card{max-width:560px;margin:0 auto}.status-ok{color:var(--ok)}.list-clean{margin:0;padding-left:18px;color:var(--text-soft)}.inline-check{display:flex;align-items:center;gap:8px;color:var(--text-soft);background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:10px}.inline-check input{width:auto;margin:0}input:focus,textarea:focus,select:focus{outline:2px solid rgba(79,111,156,.35);border-color:var(--primary)}@media (max-width: 820px){.nav-shell{align-items:flex-start;flex-direction:column}.nav-user{width:100%;justify-content:space-between}.hero-split,.hero-inline,.split-layout,.metrics-grid{grid-template-columns:1fr}.section-header{align-items:start;flex-direction:column}}.loading-overlay{position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:100}.loading-pill{background:#e2ebf8;color:#2d466a;border:1px solid #bfd0eb;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;box-shadow:var(--shadow)}.toast-viewport{position:fixed;top:70px;right:16px;z-index:110;width:min(360px,calc(100% - 32px));display:grid;gap:8px}.toast{background:#f9fcff;border:1px solid var(--border);border-left:4px solid #8aa4c8;border-radius:12px;padding:10px;box-shadow:var(--shadow);display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.toast button{width:auto;padding:2px 6px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-soft)}.toast-success{border-left-color:#4f9b74}.toast-error{border-left-color:#b46c74}.page-wrapper.saas-home{display:flex;flex-direction:column;gap:60px;width:min(1200px,92%);margin:0 auto;padding:40px 0 80px}.text-gradient{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);padding:12px 24px;font-weight:600;transition:all .2s ease;box-shadow:0 4px 14px #4c1d9540;cursor:pointer;width:auto}.btn-primary:hover{background:var(--primary-strong);transform:translateY(-1px);box-shadow:0 6px 20px #4c1d954d}.btn-secondary{background:#8b5cf61a;color:var(--primary);border:1px solid rgba(139,92,246,.2);border-radius:var(--radius-sm);padding:12px 24px;font-weight:600;transition:all .2s ease;cursor:pointer;width:auto}.btn-secondary:hover{background:#8b5cf626;border-color:#8b5cf64d}.btn-ghost{background:transparent;color:var(--text-soft);border:1px solid transparent;border-radius:var(--radius-sm);padding:12px 24px;font-weight:600;transition:all .2s ease;cursor:pointer;width:auto}.btn-ghost:hover{color:var(--primary);background:#00000008}.saas-hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;min-height:500px}.saas-hero-content{display:flex;flex-direction:column;align-items:flex-start}.saas-hero-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background:#8b5cf61a;color:var(--primary);font-size:13px;font-weight:600;border:1px solid rgba(139,92,246,.2);margin-bottom:20px}.saas-hero-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-1px;margin:0 0 20px;color:var(--text)}.saas-hero-subtitle{font-size:1.125rem;line-height:1.6;color:var(--text-soft);margin:0 0 30px;max-width:500px}.saas-hero-actions{display:flex;gap:16px;flex-wrap:wrap}.saas-hero-visual{position:relative;height:100%;min-height:400px}.glass-panel{background:#fff9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow-lg);border-radius:var(--radius-lg)}.saas-mockup-window{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:340px;display:flex;flex-direction:column;overflow:hidden;z-index:1}.mockup-header{height:32px;background:#fffc;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;padding:0 12px;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.dot-red{background:#ff5f56}.dot-yellow{background:#ffbd2e}.dot-green{background:#27c93f}.mockup-body{flex:1;display:flex;background:#fff6}.mockup-sidebar{width:60px;background:#ffffff80;border-right:1px solid rgba(0,0,0,.05)}.mockup-content{flex:1;padding:20px;display:flex;flex-direction:column;gap:12px}.mockup-card{background:#ffffffb3;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.05)}.line-chart{height:100px;background:linear-gradient(180deg,rgba(139,92,246,.1) 0%,transparent 100%);position:relative}.line-chart:before{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--accent);box-shadow:0 -10px 10px #8b5cf666}.activity-feed{flex:1;padding:12px;display:flex;flex-direction:column;gap:8px}.feed-item{height:12px;border-radius:4px;background:#0000000a;width:80%}.feed-item:nth-child(2){width:60%}.feed-item:nth-child(3){width:90%}.saas-floating-card{position:absolute;padding:16px 20px;display:flex;flex-direction:column;gap:4px;z-index:2}.top-right{top:10%;right:-5%}.bottom-left{bottom:10%;left:-5%;flex-direction:row;align-items:center;gap:12px}.stat-value{font-size:1.5rem;font-weight:800;color:var(--primary)}.stat-label{font-size:.85rem;color:var(--text-soft);font-weight:500}.pulse-indicator{width:12px;height:12px;border-radius:50%;background:var(--ok);box-shadow:0 0 #10b981b3;animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 10px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.saas-section{display:flex;flex-direction:column;gap:40px}.bg-soft{background:var(--surface);border:1px solid var(--border);padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.bg-gradient-dark{background:linear-gradient(135deg,var(--primary-strong) 0%,var(--primary) 100%);color:#fff;padding:40px;border-radius:var(--radius-lg)}.section-header.center{text-align:center;max-width:600px;margin:0 auto}.section-header h2{font-size:2rem;font-weight:700;margin:0 0 12px}.section-header p{font-size:1.1rem;color:var(--text-soft);margin:0}.saas-grid{display:grid;gap:24px}.three-cols{grid-template-columns:repeat(3,1fr)}.four-cols{grid-template-columns:repeat(4,1fr)}.saas-card{background:var(--bg);border:1px solid var(--border);padding:24px;border-radius:var(--radius-md);transition:all .3s ease}.saas-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#8b5cf64d}.card-icon-wrapper{width:48px;height:48px;border-radius:12px;background:#8b5cf61a;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.card-icon{width:24px;height:24px;background:var(--primary);mask:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;-webkit-mask:url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center}.saas-card h3{font-size:1.1rem;margin:0 0 8px;color:var(--text)}.saas-card p{font-size:.95rem;color:var(--text-soft);margin:0;line-height:1.5}.saas-workflow{display:flex;justify-content:space-between;position:relative;margin-top:20px}.workflow-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;position:relative;z-index:2}.step-indicator{width:40px;height:40px;border-radius:50%;background:var(--surface);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 4px 10px #0000000d;transition:all .3s ease}.workflow-step:hover .step-indicator{border-color:var(--accent);color:var(--primary);transform:scale(1.1)}.step-number{font-weight:700;color:var(--text-soft)}.step-content h4{font-size:1rem;margin:0 0 4px}.step-content p{font-size:.85rem;color:var(--text-soft);margin:0;max-width:140px}.step-connector{position:absolute;top:20px;left:50%;width:100%;height:2px;background:var(--border);z-index:-1}.metrics-row .metric-item{text-align:center}.metric-value{font-size:2.5rem;font-weight:800;margin:0 0 8px}.metric-label{font-size:.95rem;opacity:.85}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.split-content h2{font-size:2rem;font-weight:700;margin:0 0 20px}.split-content p{font-size:1.1rem;color:var(--text-soft);line-height:1.6}.split-visual{position:relative;height:300px}.abstract-illustration{width:100%;height:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.circle-pulse{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);opacity:.2;filter:blur(20px)}.glass-layer{position:absolute;width:200px;height:120px;background:#fff6;border:1px solid rgba(255,255,255,.6);border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:rotate(-5deg);box-shadow:0 10px 30px #0000000d}.glass-layer.offset{transform:rotate(5deg) translate(20px,20px);background:#fff3}@media (max-width: 900px){.saas-hero,.split-layout{grid-template-columns:1fr}.saas-hero-content{text-align:center;align-items:center}.saas-hero-actions{justify-content:center}.saas-grid.three-cols,.saas-grid.four-cols{grid-template-columns:1fr}.saas-workflow{flex-direction:column;gap:30px}.step-connector{width:2px;height:100%;left:20px;top:0}.workflow-step{flex-direction:row;align-items:flex-start;text-align:left;gap:20px}}.form-grid{display:flex;flex-direction:column;gap:12px}.form-grid label{margin-top:8px;color:var(--text)}.form-grid input,.form-grid textarea,.form-grid select{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-family:inherit;font-size:.95rem;transition:all .2s ease}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #8b5cf626}.form-grid textarea{min-height:100px;resize:vertical}
