.l-root{--accent: #0045BC;--accent-light: rgba(0, 69, 188, .07);--accent-hover: #00379A;--text: #0A0A14;--text-2: #4B4C60;--text-3: #9192A8;--bg: #FCFFFF;--bg-2: #F6F7FB;--border: #E8E9F0;--font: "Plus Jakarta Sans", "Inter", -apple-system, sans-serif;--logo-font: "Neue Einstellung", "Plus Jakarta Sans", -apple-system, sans-serif;--radius: 14px;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6}.l-nav{position:sticky;top:0;z-index:200;background:#fcffffeb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.l-nav-inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;gap:2rem;padding:0 2rem;height:72px}.l-logo{display:flex;align-items:center;gap:.55rem;text-decoration:none}.l-logo-img{width:36px;height:36px;object-fit:contain}.l-logo-img-sm{width:28px;height:28px}.l-logo-text{font-family:var(--logo-font);font-size:1.5rem;font-weight:300;color:var(--accent);letter-spacing:-.01em;line-height:1}.l-logo-text-sm{font-size:1.15rem}.l-nav-links{display:flex;gap:.1rem}.l-nav-link{padding:.4rem .75rem;border-radius:7px;text-decoration:none;font-size:.875rem;font-weight:500;color:var(--text-2);transition:color .15s,background .15s}.l-nav-link:hover{color:var(--text);background:var(--bg-2)}.l-cta-btn{background:var(--accent);color:#fff;padding:.5rem 1.1rem;border-radius:8px;text-decoration:none;font-size:.875rem;font-weight:600;transition:background .15s,transform .1s;white-space:nowrap}.l-cta-btn:hover{background:var(--accent-hover);transform:translateY(-1px)}.l-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1280px;margin:0 auto;padding:6rem 3rem 5rem}.l-hero-text{display:flex;flex-direction:column;align-items:flex-start}.l-hero-visual{display:flex;align-items:center;justify-content:center}.l-badge{display:inline-block;background:var(--accent-light);color:var(--accent);padding:.35rem .95rem;border-radius:100px;font-size:.78rem;font-weight:600;letter-spacing:.01em;margin-bottom:2rem}.l-hero-title{font-size:clamp(2.2rem,4vw,3.6rem);font-weight:800;line-height:1.1;letter-spacing:-.045em;color:var(--text);margin-bottom:1.5rem}.l-accent{color:var(--accent)}.l-hero-sub{font-size:1.05rem;color:var(--text-2);margin-bottom:2.5rem;line-height:1.75;max-width:480px}.l-hero-actions{display:flex;gap:1rem;flex-wrap:wrap}@keyframes feedIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes actionIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.l-feed{width:100%;max-width:420px;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 24px 64px -16px #0045bc24,0 0 0 1px var(--border);background:var(--bg)}.l-feed-bar{display:flex;align-items:center;gap:.6rem;padding:.75rem 1.1rem;background:#f6f7fb;border-bottom:1px solid var(--border)}.l-feed-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e33;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 3px #22c55e33}50%{box-shadow:0 0 0 6px #22c55e14}}.l-feed-title{font-size:.75rem;font-weight:700;color:var(--text-2);letter-spacing:.03em}.l-feed-body{padding:1rem;display:flex;flex-direction:column;gap:.6rem;min-height:340px}.l-feed-item{display:flex;gap:.75rem;padding:.75rem .9rem;border-radius:10px;border-left:3px solid var(--ev-color);background:var(--ev-bg);animation:feedIn .35s ease forwards}.l-feed-icon{font-size:1.1rem;flex-shrink:0;line-height:1.4}.l-feed-content{flex:1;min-width:0}.l-feed-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.l-feed-name{font-size:.83rem;font-weight:700;color:var(--text)}.l-feed-time{font-size:.68rem;color:var(--text-3);font-weight:600;white-space:nowrap}.l-feed-sub{font-size:.75rem;color:var(--text-2);margin-top:.2rem;font-family:SF Mono,monospace}.l-feed-actions{display:flex;flex-direction:column;gap:.2rem;margin-top:.45rem}.l-feed-action{font-size:.73rem;color:var(--text-2);display:flex;align-items:center;gap:.4rem;animation:actionIn .25s ease forwards}.l-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg)}.l-stats-inner{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);padding:0 2rem}.l-stat{padding:2.75rem 2rem;text-align:center;border-right:1px solid var(--border)}.l-stat:last-child{border-right:none}.l-stat-value{font-size:2.3rem;font-weight:800;letter-spacing:-.04em;color:var(--accent)}.l-stat-label{font-size:.83rem;color:var(--text-2);margin-top:.35rem;font-weight:500;line-height:1.4}.l-section{padding:7rem 2rem}.l-section-alt{background:var(--bg-2)}.l-section-inner{max-width:1160px;margin:0 auto}.l-section-head{max-width:640px;margin-bottom:4rem}.l-section-tag{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.l-section-tag:before{content:"";display:inline-block;width:18px;height:1.5px;background:var(--accent)}.l-section-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.04em;line-height:1.18;color:var(--text);margin-bottom:1.25rem}.l-section-lead{font-size:1.05rem;color:var(--text-2);line-height:1.75}@keyframes ledFlow{0%{stroke-dashoffset:600}to{stroke-dashoffset:-50}}.l-eco{display:flex;align-items:center;justify-content:center;gap:0;max-width:1060px;margin:0 auto 5rem}.l-eco-col{display:flex;flex-direction:column;justify-content:center}.l-eco-col-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);margin-bottom:.9rem;text-align:center}.l-eco-cards{display:flex;flex-direction:column;gap:12px}.l-eco-node{display:flex;align-items:center;gap:.85rem;padding:.9rem 1.15rem;width:210px;background:var(--bg);border:1px solid var(--border);border-radius:12px;transition:border-color .2s,box-shadow .2s}.l-eco-node:hover{border-color:#0045bc59;box-shadow:0 0 0 3px var(--accent-light)}.l-eco-logo-wrap{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.l-eco-logo{width:30px;height:30px;object-fit:contain;border-radius:7px}.l-eco-logo-fb{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.9rem;flex-shrink:0}.l-eco-node-text{flex:1;min-width:0}.l-eco-node-name{font-size:.85rem;font-weight:700;color:var(--text)}.l-eco-node-desc{font-size:.71rem;color:var(--text-3);margin-top:.1rem}.l-eco-svg{flex-shrink:0;overflow:visible}.l-eco-hub{display:flex;flex-direction:column;align-items:center;gap:.55rem;padding:1.85rem 2.1rem;background:var(--bg);border:2px solid var(--accent);border-radius:18px;box-shadow:0 0 0 7px var(--accent-light),0 16px 48px -12px #0045bc26;flex-shrink:0;z-index:1;position:relative}.l-eco-hub-img{width:56px;height:56px;object-fit:contain}.l-eco-hub-name{font-family:var(--logo-font);font-size:1.6rem;font-weight:300;color:var(--accent);letter-spacing:-.01em;line-height:1}.l-eco-hub-sub{font-size:.68rem;color:var(--text-3);font-weight:600;text-transform:uppercase;letter-spacing:.09em}.l-eco-explainers{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.l-eco-explain{padding:2rem 2.25rem;border-right:1px solid var(--border)}.l-eco-explain:last-child{border-right:none}.l-eco-explain-icon{font-size:1.75rem;margin-bottom:.85rem}.l-eco-explain-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.5rem;letter-spacing:-.015em}.l-eco-explain-desc{font-size:.88rem;color:var(--text-2);line-height:1.65}.l-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-bottom:1.5rem}.l-step{display:flex;gap:1.75rem;align-items:flex-start;padding:2.25rem 2.5rem 2.25rem 0;border-bottom:1px solid var(--border)}.l-step:nth-child(2n){padding-left:2.5rem;border-left:1px solid var(--border)}.l-step:nth-last-child(-n+2){border-bottom:none}.l-step-n{font-size:2.2rem;font-weight:800;letter-spacing:-.04em;color:var(--border);flex-shrink:0;width:56px;line-height:1}.l-step-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.015em}.l-step-desc{color:var(--text-2);font-size:.95rem;line-height:1.7}.l-quiet-card{background:var(--accent);border-radius:var(--radius);padding:2.75rem 3rem;margin-top:2.5rem}.l-quiet-title{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.25;margin-bottom:.85rem}.l-quiet-desc{font-size:1rem;color:#fcffffb8;line-height:1.7;max-width:600px}.l-demo-tabs{display:flex;gap:.35rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border);padding-bottom:0}.l-demo-tab{padding:.65rem 1.25rem;background:none;border:none;cursor:pointer;font-family:var(--font);font-size:.875rem;font-weight:600;color:var(--text-3);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s}.l-demo-tab:hover{color:var(--text)}.l-demo-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.l-demo-wrap{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 16px 48px -12px #0000001a}.l-demo-screen{background:var(--bg)}.l-demo-topbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:1rem 1.25rem;background:var(--bg);border-bottom:1px solid var(--border)}.l-demo-title{font-size:1rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.5rem}.l-demo-count{font-size:.75rem;font-weight:600;color:var(--text-3);background:var(--bg-2);padding:.15rem .55rem;border-radius:100px}.l-demo-filters{display:flex;gap:.3rem}.l-demo-filter{padding:.3rem .75rem;border-radius:6px;border:1px solid var(--border);background:var(--bg);font-size:.78rem;font-weight:600;color:var(--text-2);cursor:pointer;font-family:var(--font);transition:all .12s}.l-demo-filter:hover{border-color:var(--accent);color:var(--accent)}.l-demo-filter.active{background:var(--accent);color:#fff;border-color:var(--accent)}.l-demo-search-wrap{display:flex;align-items:center;gap:.4rem;background:var(--bg-2);border:1px solid var(--border);border-radius:7px;padding:.35rem .75rem}.l-demo-search{background:none;border:none;outline:none;font-size:.8rem;color:var(--text-2);font-family:var(--font);width:160px}.l-demo-alert-chip{font-size:.75rem;font-weight:700;color:#d97706;background:#d977061a;padding:.25rem .7rem;border-radius:100px}.l-demo-table-wrap{overflow-x:auto}.l-demo-table{width:100%;border-collapse:collapse;font-size:.83rem}.l-demo-table th{padding:.65rem 1.1rem;background:var(--bg-2);border-bottom:1px solid var(--border);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-3);text-align:left;white-space:nowrap}.l-demo-table td{padding:.75rem 1.1rem;border-bottom:1px solid var(--border);color:var(--text-2)}.l-demo-table tr:last-child td{border-bottom:none}.l-demo-table tr:hover td{background:var(--bg-2)}.l-demo-ref{font-family:SF Mono,Fira Code,monospace;font-size:.75rem;color:var(--text-3)}.l-demo-mp-badge{font-size:.72rem;font-weight:700;background:var(--accent-light);color:var(--accent);padding:.2rem .55rem;border-radius:6px}.l-demo-status{font-size:.7rem;font-weight:700;padding:.22rem .6rem;border-radius:100px;white-space:nowrap}.l-demo-status--green{background:#16a34a1a;color:#16a34a}.l-demo-status--amber{background:#d977061a;color:#d97706}.l-demo-status--blue{background:var(--accent-light);color:var(--accent)}.l-demo-status--teal{background:#0d94881a;color:#0d9488}.l-demo-status--grey{background:var(--bg-2);color:var(--text-3)}.l-demo-inv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.l-demo-inv-card{padding:1.1rem 1.25rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.l-demo-inv-card:nth-child(3n){border-right:none}.l-demo-inv-card:nth-last-child(-n+3){border-bottom:none}.l-demo-inv-card.low{background:#d9770608}.l-demo-inv-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.85rem}.l-demo-inv-name{font-size:.83rem;font-weight:700;color:var(--text);line-height:1.3}.l-demo-inv-sku{font-size:.7rem;color:var(--text-3);margin-top:.2rem;font-family:SF Mono,monospace}.l-demo-low-badge{font-size:.65rem;font-weight:700;color:#d97706;background:#d977061f;padding:.15rem .5rem;border-radius:100px;white-space:nowrap;flex-shrink:0}.l-demo-inv-bar-wrap{display:flex;align-items:center;gap:.75rem}.l-demo-inv-bar{flex:1;height:5px;background:var(--bg-2);border-radius:100px;overflow:hidden}.l-demo-inv-bar-fill{height:100%;background:var(--accent);border-radius:100px;transition:width .3s}.l-demo-inv-bar-fill.low{background:#d97706}.l-demo-inv-qty{font-size:.75rem;font-weight:700;white-space:nowrap}.l-demo-shipment-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.25rem;border-bottom:1px solid var(--border)}.l-demo-shipment-row:last-child{border-bottom:none}.l-demo-shipment-left{display:flex;align-items:center;gap:1rem}.l-demo-carrier-badge{font-size:.7rem;font-weight:800;background:var(--accent);color:#fff;padding:.3rem .6rem;border-radius:6px;letter-spacing:.04em;white-space:nowrap}.l-demo-tracking{font-size:.8rem;font-weight:700;color:var(--text);font-family:SF Mono,Fira Code,monospace}.l-demo-shipment-client{font-size:.75rem;color:var(--text-3);margin-top:.15rem}.l-demo-shipment-right{display:flex;align-items:center;gap:.75rem}.l-demo-label-btn{padding:.28rem .7rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);font-size:.75rem;font-weight:600;color:var(--text-2);cursor:pointer;font-family:var(--font);transition:all .12s}.l-demo-label-btn:hover{border-color:var(--accent);color:var(--accent)}.l-features{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--border);border-left:1px solid var(--border)}.l-feature{padding:2rem 2.25rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);transition:background .15s}.l-feature:hover{background:var(--bg)}.l-feature-dot{width:28px;height:3px;background:var(--accent);border-radius:100px;margin-bottom:1rem}.l-feature-title{font-size:1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.015em;color:var(--text)}.l-feature-desc{font-size:.88rem;color:var(--text-2);line-height:1.65}.l-trial-banner{display:block;text-align:center;width:fit-content;margin:0 auto 3rem;background:var(--accent-light);color:var(--accent);padding:.5rem 1.35rem;border-radius:100px;font-size:.84rem;font-weight:600}.l-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:start}.l-plan{border:1px solid var(--border);border-radius:var(--radius);padding:2.25rem;position:relative;background:var(--bg)}.l-plan-primary{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 24px 64px -24px #0045bc33}.l-plan-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;padding:.28rem .85rem;border-radius:100px;font-size:.7rem;font-weight:700;white-space:nowrap}.l-plan-name{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-2);margin-bottom:.6rem}.l-plan-blurb{font-size:.85rem;color:var(--text-2);line-height:1.55;margin-bottom:1.5rem;min-height:2.5em}.l-plan-price{display:flex;align-items:baseline;gap:.2rem;margin-bottom:1.75rem}.l-plan-currency{font-size:1.2rem;font-weight:700;color:var(--text)}.l-plan-amount{font-size:2.75rem;font-weight:800;letter-spacing:-.04em;color:var(--text);line-height:1}.l-plan-period{font-size:.875rem;color:var(--text-2)}.l-plan-features{list-style:none;padding:0;margin:0 0 1.85rem;display:flex;flex-direction:column;gap:.6rem}.l-plan-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:var(--text-2);line-height:1.45}.l-check{color:var(--accent);font-weight:800;flex-shrink:0}.l-cta-section{background:var(--accent);padding:7rem 2rem}.l-cta-inner{text-align:center;max-width:640px}.l-cta-mark{width:44px;height:44px;margin:0 auto 2rem;opacity:.9;filter:brightness(0) invert(1);display:block}.l-cta-title{font-size:clamp(1.9rem,4vw,2.5rem);font-weight:800;letter-spacing:-.04em;line-height:1.2;color:#fff;margin-bottom:1rem}.l-cta-sub{color:#fcffffb8;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.6}.l-footer{border-top:1px solid var(--border);padding:2.25rem 2rem;background:var(--bg)}.l-footer-inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.l-footer-links{display:flex;gap:1.75rem}.l-footer-link{font-size:.85rem;color:var(--text-2);text-decoration:none;transition:color .15s}.l-footer-link:hover{color:var(--text)}.l-footer-copy{font-size:.8rem;color:var(--text-3);white-space:nowrap}.l-btn-primary{display:inline-flex;align-items:center;background:var(--accent);color:#fff;padding:.8rem 1.6rem;border-radius:8px;text-decoration:none;font-size:.95rem;font-weight:600;font-family:var(--font);transition:background .15s,transform .1s}.l-btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.l-btn-ghost{display:inline-flex;align-items:center;color:var(--text-2);text-decoration:none;padding:.8rem 1.4rem;border-radius:8px;font-size:.95rem;font-weight:500;font-family:var(--font);transition:color .15s,background .15s}.l-btn-ghost:hover{color:var(--text);background:var(--bg-2)}.l-btn-outline{display:block;text-align:center;border:1.5px solid var(--border);color:var(--text);padding:.75rem 1.25rem;border-radius:8px;text-decoration:none;font-size:.875rem;font-weight:600;font-family:var(--font);transition:border-color .15s,background .15s}.l-btn-outline:hover{border-color:var(--accent);background:var(--accent-light)}.l-btn-white{display:inline-flex;align-items:center;background:#fff;color:var(--accent);padding:.85rem 2rem;border-radius:8px;text-decoration:none;font-size:1rem;font-weight:700;font-family:var(--font);transition:transform .15s,box-shadow .15s}.l-btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.l-btn-white-outline{display:inline-flex;align-items:center;background:transparent;color:#ffffffd9;border:1.5px solid rgba(255,255,255,.3);padding:.85rem 2rem;border-radius:8px;text-decoration:none;font-size:1rem;font-weight:600;font-family:var(--font);transition:background .15s,border-color .15s}.l-btn-white-outline:hover{background:#ffffff1a;border-color:#fff9}@media (max-width: 1024px){.l-eco{flex-direction:column;align-items:center;gap:1.5rem}.l-eco-svg{display:none}.l-eco-hub{margin:0}.l-eco-col{flex-direction:row;flex-wrap:wrap;justify-content:center}.l-eco-node{width:180px}.l-eco-col-label{display:none}.l-eco-explainers{grid-template-columns:1fr}.l-eco-explain{border-right:none;border-bottom:1px solid var(--border)}.l-eco-explain:last-child{border-bottom:none}}@media (max-width: 900px){.l-steps{grid-template-columns:1fr}.l-step:nth-child(2n){padding-left:0;border-left:none}.l-step:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.l-step:last-child{border-bottom:none}.l-demo-inv-grid{grid-template-columns:repeat(2,1fr)}.l-demo-inv-card:nth-child(3n){border-right:1px solid var(--border)}.l-demo-inv-card:nth-child(2n){border-right:none}}@media (max-width: 768px){.l-stats-inner{grid-template-columns:repeat(2,1fr)}.l-stat{border-right:none;border-bottom:1px solid var(--border)}.l-stat:nth-child(2n){border-right:none}.l-features,.l-plans{grid-template-columns:1fr}.l-nav-links{display:none}.l-footer-inner{flex-direction:column;gap:1rem;text-align:center}.l-footer-links{justify-content:center}.l-hm-stats{grid-template-columns:repeat(2,1fr)}.l-demo-inv-grid{grid-template-columns:1fr}}@media (max-width: 580px){.l-hero{padding-top:4rem}.l-hero-mock{display:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Neue Einstellung;src:url(/fonts/NeueEinstellung-Light.woff) format("woff");font-weight:300;font-display:swap}:root{--bg: #F6F7FB;--surface: #FCFFFF;--card: #FCFFFF;--border: #E8E9F0;--border-light: #F0F1F8;--accent: #0045BC;--accent-hover: #00379A;--accent-light: rgba(0, 69, 188, .08);--accent-border: rgba(0, 69, 188, .25);--logo-font: "Neue Einstellung", "Plus Jakarta Sans", -apple-system, sans-serif;--text: #0A0A14;--text-secondary: #4B4C60;--text-tertiary: #9192A8;--success: #16A34A;--success-bg: rgba(22, 163, 74, .08);--error: #DC2626;--error-bg: rgba(220, 38, 38, .08);--warning: #D97706;--warning-bg: rgba(217, 119, 6, .08);--font: "Plus Jakarta Sans", "Inter", -apple-system, sans-serif;--font-mono: "Geist Mono", "Courier New", monospace;--radius: 8px;--sidebar-width: 230px;--shadow: 0 1px 4px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04)}html{font-size:14px}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font)}input,textarea,select{font-family:var(--font);background:var(--surface);border:1.5px solid var(--border);color:var(--text);border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;outline:none;transition:border-color .15s,box-shadow .15s;width:100%}input[type=checkbox],input[type=radio]{width:auto;padding:0;border-radius:0}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}input::placeholder,textarea::placeholder{color:var(--text-tertiary)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--radius);font-size:.85rem;font-weight:600;border:1.5px solid transparent;transition:background .15s,border-color .15s,box-shadow .15s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-secondary:hover{border-color:var(--accent-border);background:var(--accent-light)}.btn-ghost{background:transparent;color:var(--text-secondary);border-color:transparent}.btn-ghost:hover{color:var(--text);background:var(--bg)}.btn-danger{background:var(--error-bg);border-color:var(--error);color:var(--error)}.btn-sm{padding:.3rem .65rem;font-size:.78rem}.btn-icon{padding:.4rem;border-radius:var(--radius);background:transparent;border:none;color:var(--text-secondary)}.btn-icon:hover{color:var(--text);background:var(--bg)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:.7rem;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;padding:.6rem .85rem;border-bottom:1.5px solid var(--border);background:var(--bg)}td{padding:.7rem .85rem;border-bottom:1px solid var(--border-light);font-size:.875rem;color:var(--text)}tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--accent-light)}.mono{font-family:var(--font-mono);font-size:.82rem}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:100px;font-size:.72rem;font-weight:700}.badge-gray{background:#f1f2f6;color:var(--text-secondary)}.badge-amber{background:var(--warning-bg);color:var(--warning)}.badge-blue{background:var(--accent-light);color:var(--accent)}.badge-green{background:var(--success-bg);color:var(--success)}.badge-red{background:var(--error-bg);color:var(--error)}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-label{font-size:.78rem;font-weight:600;color:var(--text-secondary)}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.page-title{font-size:1.4rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.page-sub{font-size:.82rem;color:var(--text-secondary);margin-top:.2rem}.page-actions{display:flex;gap:.5rem}.filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.filters input,.filters select{width:auto;min-width:160px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.4rem;box-shadow:var(--shadow)}.stat-label{font-size:.7rem;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.stat-value{font-size:1.9rem;font-weight:800;letter-spacing:-.04em;color:var(--text)}.stat-sub{font-size:.75rem;color:var(--text-secondary);margin-top:.3rem}.empty-state{text-align:center;color:var(--text-tertiary);padding:3rem;font-size:.9rem}.divider{border:none;border-top:1px solid var(--border);margin:1rem 0}.pulse{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.dot{width:7px;height:7px;border-radius:50%;display:inline-block}.dot-green{background:var(--success)}.dot-amber{background:var(--warning)}.dot-red{background:var(--error)}
