@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700&display=swap";:root{--bg: #09090b;--surface-1: #111113;--surface-2: #18181b;--surface-3: #27272a;--surface-4: #3f3f46;--border: rgba(255,255,255,.07);--border-md: rgba(255,255,255,.11);--border-lg: rgba(255,255,255,.18);--accent: #8b5cf6;--accent-hover: #a78bfa;--accent-dim: rgba(139,92,246,.12);--accent-border: rgba(139,92,246,.35);--text: #f4f4f5;--text-2: #a1a1aa;--text-3: #71717a;--green: #22c55e;--green-dim: rgba(34,197,94,.1);--yellow: #f59e0b;--yellow-dim: rgba(245,158,11,.1);--red: #ef4444;--red-dim: rgba(239,68,68,.1);--sidebar-w: 240px;--radius-sm: 6px;--radius: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--ease: .15s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-4);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}h1{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}h2{font-size:1.2rem;font-weight:600;letter-spacing:-.01em}h3{font-size:1rem;font-weight:600}.app-shell{display:flex;height:100vh;width:100vw;overflow:hidden}.sidebar{width:var(--sidebar-w);height:100%;background:var(--surface-1);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:20px 12px;flex-shrink:0;overflow-y:auto}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:8px 10px 20px}.sidebar-logo-icon{width:32px;height:32px;background:var(--accent);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo-name{font-size:1rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.sidebar-section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);padding:0 10px;margin:16px 0 4px}.sidebar-nav{display:flex;flex-direction:column;gap:2px;flex:1}.sidebar-link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius);text-decoration:none;font-size:.875rem;font-weight:500;color:var(--text-2);transition:background var(--ease),color var(--ease);border:none;background:transparent;cursor:pointer;width:100%;text-align:left}.sidebar-link:hover{background:var(--surface-2);color:var(--text)}.sidebar-link.active{background:var(--accent-dim);color:var(--accent-hover)}.sidebar-link.active svg{color:var(--accent)}.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:2px;padding-top:12px;border-top:1px solid var(--border)}.main-area{flex:1;display:flex;flex-direction:column;overflow:hidden}.topbar{height:57px;display:flex;align-items:center;justify-content:flex-end;padding:0 28px;gap:12px;border-bottom:1px solid var(--border);background:var(--surface-1);flex-shrink:0}.topbar-user{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:500;color:var(--text-2)}.topbar-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#6d28d9);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0}.page-body{flex:1;overflow-y:auto;padding:28px 32px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.page-title{margin:0}.page-subtitle{font-size:.85rem;color:var(--text-2);margin-top:3px}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius);font-family:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:background var(--ease),opacity var(--ease),transform var(--ease);border:1px solid transparent;white-space:nowrap;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.btn-secondary{background:var(--surface-2);color:var(--text);border-color:var(--border-md)}.btn-secondary:hover:not(:disabled){background:var(--surface-3)}.btn-ghost{background:transparent;color:var(--text-2);border-color:transparent}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn-danger{background:var(--red-dim);color:var(--red);border-color:#ef444433}.btn-danger:hover:not(:disabled){background:#ef44442e}.btn-icon{padding:7px;border-radius:var(--radius)}.btn-lg{padding:10px 20px;font-size:.95rem;border-radius:var(--radius-md);height:44px;justify-content:center}.card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg)}.card-body{padding:20px}.card-body-lg{padding:24px}.metric-card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:4px;transition:border-color var(--ease)}.metric-card:hover{border-color:var(--border-md)}.metric-label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);display:flex;align-items:center;gap:6px}.metric-value{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;color:var(--text);margin-top:4px}.metric-sub{font-size:.75rem;color:var(--text-3);margin-top:2px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.col-span-2{grid-column:span 2}.table-wrap{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.table-title-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.table-title-row h3{margin:0}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{text-align:left;padding:10px 16px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-3);background:var(--surface-1);border-bottom:1px solid var(--border)}.table td{padding:13px 16px;color:var(--text);border-bottom:1px solid var(--border);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:var(--surface-2)}.table-empty{text-align:center;padding:48px 20px;color:var(--text-3);font-size:.9rem}.table-loading{text-align:center;padding:48px 20px;color:var(--text-2);font-size:.9rem}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:99px;font-size:.72rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.badge-green{background:var(--green-dim);color:var(--green)}.badge-yellow{background:var(--yellow-dim);color:var(--yellow)}.badge-red{background:var(--red-dim);color:var(--red)}.badge-neutral{background:var(--surface-2);color:var(--text-2);border:1px solid var(--border);text-transform:none;font-weight:500;font-size:.75rem}.form-stack{display:flex;flex-direction:column;gap:16px}.form-row{display:flex;gap:12px}.form-row>*{flex:1}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.8rem;font-weight:500;color:var(--text-2)}.form-input,.form-select,.form-textarea{width:100%;padding:8px 12px;background:var(--surface-2);border:1px solid var(--border-md);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:.875rem;transition:border-color var(--ease),box-shadow var(--ease);outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-3)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-dim)}.form-select{cursor:pointer}.form-select option{background:var(--surface-2);color:var(--text)}.form-textarea{resize:vertical;min-height:90px;line-height:1.5}.input-icon-wrap{position:relative}.input-icon-wrap .form-input{padding-left:36px}.input-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--text-3);pointer-events:none}.alert{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:var(--radius-md);font-size:.875rem;line-height:1.5}.alert-error{background:var(--red-dim);color:var(--red);border:1px solid rgba(239,68,68,.25)}.alert-success{background:var(--green-dim);color:var(--green);border:1px solid rgba(34,197,94,.25)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px;background:var(--bg)}.auth-card{width:100%;max-width:420px;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-xl);padding:36px 32px;display:flex;flex-direction:column;gap:28px}.auth-card-wide{max-width:480px}.auth-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.auth-icon{width:52px;height:52px;border-radius:var(--radius-md);background:var(--accent-dim);border:1px solid var(--accent-border);display:flex;align-items:center;justify-content:center;color:var(--accent-hover)}.auth-header h1{font-size:1.3rem;margin:0}.auth-header p{font-size:.875rem;color:var(--text-2);margin:0}.auth-footer{text-align:center;font-size:.85rem;color:var(--text-2)}.auth-footer a{color:var(--accent-hover);text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.modal-backdrop{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-box{width:100%;max-width:520px;background:var(--surface-1);border:1px solid var(--border-md);border-radius:var(--radius-xl);padding:24px;animation:modal-in .18s ease-out;max-height:90vh;overflow-y:auto}.modal-box-lg{max-width:680px}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-header h2{margin:0;font-size:1.05rem}@keyframes modal-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.filter-bar{display:flex;align-items:center;gap:10px;padding:12px 20px;border-bottom:1px solid var(--border)}.search-wrap{display:flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--border-md);border-radius:var(--radius);padding:6px 12px;flex:1;max-width:280px;transition:border-color var(--ease)}.search-wrap:focus-within{border-color:var(--accent-border)}.search-wrap input{background:transparent;border:none;outline:none;color:var(--text);font-family:inherit;font-size:.875rem;width:100%}.search-wrap input::placeholder{color:var(--text-3)}.unit-card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:16px;transition:border-color var(--ease),transform var(--ease)}.unit-card:hover{border-color:var(--border-md);transform:translateY(-2px)}.unit-card-header{display:flex;justify-content:space-between;align-items:flex-start}.unit-icon{width:40px;height:40px;background:var(--accent-dim);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--accent-hover)}.unit-actions{display:flex;gap:4px}.unit-stats{display:flex;flex-direction:column;gap:8px}.unit-stat{display:flex;justify-content:space-between;align-items:center;font-size:.82rem}.unit-stat-label{color:var(--text-3)}.unit-stat-value{font-weight:600;color:var(--text)}.statement-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.statement-cell{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px;text-align:center}.statement-cell-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3)}.statement-cell-value{font-size:1.1rem;font-weight:700;margin-top:4px}.activity-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border)}.activity-item:last-child{border-bottom:none}.activity-left{display:flex;align-items:center;gap:12px}.activity-icon{width:36px;height:36px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-name{font-size:.875rem;font-weight:500}.activity-sub{font-size:.75rem;color:var(--text-3);margin-top:1px}.activity-right{text-align:right}.activity-date{font-size:.8rem;font-weight:500}.donut-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:16px 0}.donut{position:relative;width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center}.donut-inner{position:absolute;width:96px;height:96px;border-radius:50%;background:var(--surface-1);display:flex;flex-direction:column;align-items:center;justify-content:center}.donut-pct{font-size:1.5rem;font-weight:700}.donut-sub{font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-3)}.donut-legend{width:100%;display:flex;flex-direction:column;gap:8px}.donut-legend-row{display:flex;justify-content:space-between;align-items:center;font-size:.82rem}.donut-legend-label{color:var(--text-2)}.donut-legend-value{font-weight:600}.avatar{width:30px;height:30px;border-radius:var(--radius);background:var(--accent-dim);border:1px solid var(--accent-border);color:var(--accent-hover);font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase}.user-cell{display:flex;align-items:center;gap:10px}.user-cell-name{font-weight:500;font-size:.875rem}.user-cell-sub{font-size:.75rem;color:var(--text-3);margin-top:1px}.info-block{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.info-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.info-row-label{color:var(--text-2)}.info-row-value{font-weight:600}.empty-state{display:flex;flex-direction:column;align-items:center;gap:8px;padding:56px 20px;color:var(--text-3);font-size:.875rem}.empty-state svg{opacity:.3;margin-bottom:4px}.sep{height:1px;background:var(--border)}.text-muted{color:var(--text-3)}.text-2{color:var(--text-2)}.text-accent{color:var(--accent-hover)}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-yellow{color:var(--yellow)}.fw-600{font-weight:600}.fw-700{font-weight:700}.fs-sm{font-size:.8rem}.fs-xs{font-size:.72rem}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.flex{display:flex}.flex-center{display:flex;align-items:center}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-12{gap:12px}.text-right{text-align:right}.w-full{width:100%}@media(max-width:1100px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.col-span-2{grid-column:span 1}.sidebar{width:60px;padding:16px 8px}.sidebar-logo-name,.sidebar-section-label,.sidebar-link span{display:none}.sidebar-link{justify-content:center;padding:10px}.page-body{padding:16px}.topbar{padding:0 16px}.auth-card{padding:24px 20px}.statement-summary{grid-template-columns:1fr}.form-row{flex-direction:column}}.lp-page{min-height:100vh;overflow-y:auto;overflow-x:hidden;background:var(--bg);color:var(--text)}.lp-container{max-width:1160px;margin:0 auto;padding:0 24px}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:200;background:#09090bd9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.lp-nav-inner{display:flex;align-items:center;justify-content:space-between;height:62px}.lp-nav-logo{text-decoration:none;display:inline-flex;align-items:center}.lp-nav-links{display:flex;align-items:center;gap:4px}.lp-nav-links a{color:var(--text-2);text-decoration:none;font-size:.875rem;font-weight:500;padding:7px 13px;border-radius:var(--radius);transition:color var(--ease),background var(--ease)}.lp-nav-links a:hover{color:var(--text);background:var(--surface-2)}.lp-burger{display:none;background:none;border:none;color:var(--text-2);cursor:pointer;padding:6px;border-radius:var(--radius)}.lp-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;background:var(--accent);color:#fff;border-radius:var(--radius);font-size:.875rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background var(--ease),transform var(--ease),box-shadow var(--ease);white-space:nowrap}.lp-btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 8px 24px #8b5cf64d}.lp-btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;color:var(--text-2);border-radius:var(--radius);font-size:.875rem;font-weight:500;text-decoration:none;border:1px solid var(--border-md);cursor:pointer;background:transparent;transition:color var(--ease),border-color var(--ease),background var(--ease);white-space:nowrap}.lp-btn-ghost:hover{color:var(--text);border-color:var(--border-lg);background:var(--surface-2)}.lp-btn-lg{padding:13px 28px;font-size:.975rem;border-radius:var(--radius-md)}.lp-hero{position:relative;padding:148px 0 88px;overflow:hidden}.lp-hero-glow{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.lp-hero-glow-1{width:700px;height:500px;background:#8b5cf624;top:-80px;left:50%;transform:translate(-50%)}.lp-hero-glow-2{width:400px;height:400px;background:#3b82f612;top:200px;right:-80px}.lp-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:radial-gradient(ellipse 80% 55% at 50% 0%,black,transparent);mask-image:radial-gradient(ellipse 80% 55% at 50% 0%,black,transparent)}.lp-hero-inner{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;gap:28px}.lp-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;background:var(--accent-dim);border:1px solid var(--accent-border);border-radius:99px;font-size:.78rem;font-weight:600;color:var(--accent-hover);letter-spacing:.03em;text-transform:uppercase}.lp-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:lp-pulse 2.2s ease-in-out infinite}@keyframes lp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.lp-hero-headline{font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;color:var(--text);margin:0}.lp-gradient-text{background:linear-gradient(135deg,#c4b5fd 0%,var(--accent-hover) 40%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero-sub{font-size:1.1rem;color:var(--text-2);line-height:1.7;max-width:560px;margin:0}.lp-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.lp-hero-trust{display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:center}.lp-trust-item{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-3)}.lp-trust-item svg{color:var(--green);flex-shrink:0}.lp-preview{width:100%;max-width:920px;margin-top:8px;background:var(--surface-1);border:1px solid var(--border-md);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 0 0 1px #8b5cf61f,0 40px 80px #0000008c,0 20px 40px #8b5cf614}.lp-preview-bar{background:var(--surface-2);padding:10px 14px;display:flex;gap:7px;border-bottom:1px solid var(--border);align-items:center}.lp-preview-bar span{width:11px;height:11px;border-radius:50%}.lp-preview-bar span:nth-child(1){background:#ef4444}.lp-preview-bar span:nth-child(2){background:#f59e0b}.lp-preview-bar span:nth-child(3){background:#22c55e}.lp-preview-url{margin-left:14px;flex:1;background:var(--surface-1);border:1px solid var(--border);border-radius:6px;font-size:.72rem;color:var(--text-3);padding:4px 12px;text-align:center;max-width:280px}.lp-preview-body{display:flex;min-height:340px}.lp-preview-side{width:168px;background:var(--surface-1);border-right:1px solid var(--border);padding:16px 12px;display:flex;flex-direction:column;gap:4px;flex-shrink:0}.lp-preview-brand{display:flex;align-items:center;gap:8px;padding:4px 8px 16px;font-size:.92rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.lp-preview-brand-mark{width:24px;height:24px;border-radius:7px;background:var(--accent);flex-shrink:0}.lp-preview-nav{font-size:.8rem;font-weight:500;color:var(--text-2);padding:8px 10px;border-radius:7px}.lp-preview-nav.active{background:var(--accent-dim);color:var(--accent-hover)}.lp-preview-main{flex:1;background:var(--bg);padding:20px;display:flex;flex-direction:column;gap:16px;overflow:hidden;text-align:left}.lp-preview-title{font-size:1.05rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.lp-preview-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.lp-preview-metric{background:var(--surface-1);border:1px solid var(--border);border-radius:9px;padding:12px}.lp-preview-metric-label{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-3)}.lp-preview-metric-value{font-size:1.15rem;font-weight:800;letter-spacing:-.02em;margin-top:5px}.lp-preview-card{background:var(--surface-1);border:1px solid var(--border);border-radius:10px;padding:8px 14px 12px}.lp-preview-card-head{font-size:.8rem;font-weight:600;color:var(--text-2);padding:8px 0 10px;border-bottom:1px solid var(--border)}.lp-preview-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--border)}.lp-preview-row:last-child{border-bottom:none}.lp-preview-avatar{width:28px;height:28px;border-radius:7px;background:var(--accent-dim);border:1px solid var(--accent-border);color:var(--accent-hover);font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-preview-row-info{flex:1;min-width:0}.lp-preview-row-name{font-size:.8rem;font-weight:600;color:var(--text)}.lp-preview-row-unit{font-size:.68rem;color:var(--text-3);margin-top:1px}.lp-preview-amount{font-size:.8rem;font-weight:700;color:var(--text)}.lp-preview-badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:99px;width:64px;text-align:center}.lp-preview-badge.paid{background:#22c55e1f;color:#22c55e}.lp-preview-badge.overdue{background:#ef44441f;color:#ef4444}.lp-preview-badge.pending{background:#f59e0b1f;color:#f59e0b}.lp-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-1)}.lp-stats-inner{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:24px;padding:40px 24px}.lp-stat{text-align:center}.lp-stat-value{display:block;font-size:2rem;font-weight:800;letter-spacing:-.04em;color:var(--text)}.lp-stat-label{display:block;font-size:.82rem;color:var(--text-3);margin-top:3px;font-weight:500}.lp-section{padding:100px 0}.lp-section-alt{background:var(--surface-1);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.lp-section-header{text-align:center;margin-bottom:60px;display:flex;flex-direction:column;align-items:center;gap:16px}.lp-section-badge{display:inline-flex;padding:5px 14px;background:var(--accent-dim);border:1px solid var(--accent-border);border-radius:99px;font-size:.72rem;font-weight:700;color:var(--accent-hover);letter-spacing:.06em;text-transform:uppercase}.lp-section-title{font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;letter-spacing:-.035em;max-width:580px;margin:0;color:var(--text);line-height:1.2}.lp-section-sub{font-size:1.05rem;color:var(--text-2);max-width:500px;line-height:1.65;margin:0}.lp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-feature-card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;display:flex;flex-direction:column;gap:14px;transition:border-color var(--ease),transform var(--ease),box-shadow var(--ease);cursor:default}.lp-feature-card:hover{border-color:var(--accent-border);transform:translateY(-4px);box-shadow:0 16px 40px #0003}.lp-feature-icon{width:46px;height:46px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-feature-title{font-size:1rem;font-weight:700;margin:0}.lp-feature-desc{font-size:.875rem;color:var(--text-2);line-height:1.7;margin:0}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;position:relative}.lp-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;position:relative}.lp-step-number{width:60px;height:60px;border-radius:50%;background:var(--accent-dim);border:1.5px solid var(--accent-border);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:var(--accent-hover);letter-spacing:-.02em;flex-shrink:0;position:relative;z-index:1}.lp-step-connector{position:absolute;top:30px;left:calc(50% + 40px);right:calc(-50% + 40px);height:1px;background:linear-gradient(90deg,var(--accent-border) 0%,transparent 100%)}.lp-step-content h3{font-size:1.05rem;font-weight:700;margin-bottom:10px}.lp-step-content p{font-size:.875rem;color:var(--text-2);line-height:1.7;margin:0}.lp-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp-testimonial{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;display:flex;flex-direction:column;gap:16px;transition:border-color var(--ease)}.lp-testimonial:hover{border-color:var(--border-md)}.lp-testimonial-stars{font-size:.95rem;color:#f59e0b;letter-spacing:3px}.lp-testimonial-quote{font-size:.9rem;color:var(--text-2);line-height:1.75;margin:0;flex:1;font-style:italic}.lp-testimonial-author{display:flex;align-items:center;gap:12px}.lp-testimonial-avatar{width:38px;height:38px;border-radius:50%;background:var(--accent-dim);border:1px solid var(--accent-border);color:var(--accent-hover);font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-testimonial-name{font-size:.875rem;font-weight:600}.lp-testimonial-role{font-size:.75rem;color:var(--text-3);margin-top:2px}.lp-cta-section{position:relative;padding:100px 0;overflow:hidden;border-top:1px solid var(--border)}.lp-cta-glow{position:absolute;width:800px;height:500px;background:radial-gradient(ellipse,rgba(139,92,246,.12) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.lp-cta-inner{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;gap:22px}.lp-cta-title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;letter-spacing:-.04em;max-width:560px;margin:0;line-height:1.15}.lp-cta-sub{font-size:1.05rem;color:var(--text-2);max-width:460px;line-height:1.65;margin:0}.lp-footer{background:var(--surface-1);border-top:1px solid var(--border)}.lp-footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;padding:52px 24px 40px;flex-wrap:wrap}.lp-footer-brand{display:flex;flex-direction:column;gap:12px;max-width:230px}.lp-footer-brand p{font-size:.85rem;color:var(--text-3);margin:0;line-height:1.6}.lp-footer-links{display:flex;gap:56px;flex-wrap:wrap}.lp-footer-col{display:flex;flex-direction:column;gap:12px}.lp-footer-col-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.lp-footer-col a{font-size:.875rem;color:var(--text-2);text-decoration:none;transition:color var(--ease)}.lp-footer-col a:hover{color:var(--text)}.lp-footer-bottom{border-top:1px solid var(--border);padding:18px 24px}.lp-footer-bottom .lp-container{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-3)}.lp-footer-bottom-links{display:flex;gap:20px}.lp-footer-bottom-links a{color:var(--text-3);text-decoration:none;transition:color var(--ease)}.lp-footer-bottom-links a:hover{color:var(--text-2)}@media(max-width:900px){.lp-features-grid{grid-template-columns:repeat(2,1fr)}.lp-steps{grid-template-columns:1fr;gap:36px}.lp-step-connector{display:none}.lp-testimonials{grid-template-columns:1fr;max-width:480px;margin:0 auto}.lp-preview-metrics{grid-template-columns:repeat(2,1fr)}.lp-preview-side{width:120px}.lp-stats-inner{gap:36px}}@media(max-width:640px){.lp-features-grid{grid-template-columns:1fr}.lp-hero{padding:110px 0 64px}.lp-hero-actions{flex-direction:column;width:100%}.lp-btn-lg{width:100%;justify-content:center}.lp-nav-links{display:none;flex-direction:column;position:absolute;top:62px;left:0;right:0;background:var(--surface-1);border-bottom:1px solid var(--border);padding:16px;gap:6px;z-index:300}.lp-nav-links.open{display:flex}.lp-burger{display:flex;align-items:center;justify-content:center}.lp-preview-side{display:none}.lp-preview-metrics{grid-template-columns:repeat(2,1fr)}.lp-preview-amount{display:none}.lp-footer-inner{flex-direction:column;gap:32px}.lp-footer-bottom .lp-container{flex-direction:column;gap:8px;text-align:center}.lp-stats-inner{grid-template-columns:repeat(2,1fr);display:grid}}
