*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{overflow-x:hidden}:root{--bg:#050508;--surface:#0d0d14;--surface2:#13131f;--border:#1e1e30;--border2:#2a2a42;--green:#00e5a0;--green-dim:rgba(0,229,160,.12);--green-border:rgba(0,229,160,.25);--green-glow:rgba(0,229,160,.15);--blue:#3b82f6;--blue-dim:rgba(59,130,246,.12);--red:#ff4d6d;--amber:#f0a500;--text:#f0f0f8;--muted:#5a5a7a;--muted2:#88a;--mono:"DM Mono",monospace;--display:"Bebas Neue",sans-serif;--body:"DM Sans",sans-serif;--radius:12px;--radius-lg:18px;--nav-h:64px}body{background:var(--bg);color:var(--text);font-family:var(--body);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased;cursor:none}a{color:var(--green);text-decoration:none;transition:color .2s}a:hover{color:#fff}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(0,229,160,.03) 1px,transparent 0),linear-gradient(90deg,rgba(0,229,160,.03) 1px,transparent 0);background-size:48px 48px;pointer-events:none;z-index:0}.l-cursor{width:12px;height:12px;background:var(--green);border-radius:50%;z-index:9999;transform:translate(0);mix-blend-mode:screen}.l-cursor,.l-cursor-ring{position:fixed;pointer-events:none;transition:opacity .2s}.l-cursor-ring{width:36px;height:36px;border:1.5px solid rgba(0,229,160,.5);border-radius:50%;z-index:9998}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes typeIn{0%{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:translateX(0)}}@keyframes glowPulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}.l-section{position:relative;z-index:1;max-width:1160px;margin:0 auto;padding:100px 32px}.l-section-label{font-family:var(--mono);font-size:12px;color:var(--green);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;opacity:.8}.l-section-title{font-family:var(--display);font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.05;color:var(--text);letter-spacing:.01em;margin-bottom:56px}.l-accent,.l-section-title .l-accent{color:var(--green)}.l-dim{color:var(--muted2)}.l-divider{position:relative;z-index:1;max-width:1160px;margin:0 auto;height:1px;background:linear-gradient(90deg,transparent,var(--border2),transparent)}.l-nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 40px;background:rgba(5,5,8,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:100;gap:24px}.l-logo{font-family:var(--display);font-size:1.5rem;letter-spacing:.06em;color:var(--text);white-space:nowrap}.l-logo span{color:var(--green)}.l-logo:hover{color:var(--text)}.l-nav-links{display:flex;align-items:center;gap:32px;list-style:none;flex:1 1;justify-content:center}.l-nav-links a{font-size:13px;font-weight:500;color:var(--muted2);letter-spacing:.04em;transition:color .2s}.l-nav-links a:hover{color:var(--text)}.l-nav-cta{display:flex;align-items:center;gap:10px;white-space:nowrap}.l-btn-outline{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border:1px solid var(--border2);border-radius:8px;font-size:13px;font-weight:500;color:var(--muted2);background:transparent;transition:all .2s;cursor:none}.l-btn-outline:hover{border-color:var(--green-border);color:var(--green);background:var(--green-dim)}.l-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border:1px solid var(--green);border-radius:8px;font-size:13px;font-weight:500;color:var(--bg);background:var(--green);transition:all .2s;cursor:none}.l-btn-primary:hover{background:#00ffb3;border-color:#00ffb3;color:var(--bg);box-shadow:0 0 20px rgba(0,229,160,.35)}.l-btn-hero{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:var(--green);color:var(--bg);border:1px solid var(--green);border-radius:var(--radius);font-size:15px;font-weight:600;letter-spacing:.02em;transition:all .2s;cursor:none}.l-btn-hero:hover{background:#00ffb3;border-color:#00ffb3;color:var(--bg);box-shadow:0 0 32px rgba(0,229,160,.4);transform:translateY(-1px)}.l-btn-hero-ghost{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:transparent;color:var(--muted2);border:1px solid var(--border2);border-radius:var(--radius);font-size:15px;font-weight:500;transition:all .2s;cursor:none}.l-btn-hero-ghost:hover{color:var(--text);border-color:var(--border2);background:hsla(0,0%,100%,.04)}.l-btn-plan{display:block;width:100%;padding:12px 20px;text-align:center;border-radius:var(--radius);font-size:14px;font-weight:600;letter-spacing:.03em;transition:all .2s;cursor:none;margin-top:auto}.l-btn-plan-outline{background:transparent;border:1px solid var(--border2);color:var(--muted2)}.l-btn-plan-outline:hover{border-color:var(--green-border);color:var(--green);background:var(--green-dim)}.l-btn-plan-solid{background:var(--green);border:1px solid var(--green);color:var(--bg)}.l-btn-plan-solid:hover{background:#00ffb3;border-color:#00ffb3;color:var(--bg);box-shadow:0 0 24px rgba(0,229,160,.4)}.l-hero{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;gap:64px;max-width:1160px;margin:0 auto;padding:calc(var(--nav-h) + 60px) 32px 80px;overflow:hidden}.l-hero-glow{top:10%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,229,160,.08) 0,transparent 70%);animation:glowPulse 6s ease-in-out infinite}.l-hero-glow,.l-hero-glow2{position:absolute;pointer-events:none}.l-hero-glow2{bottom:5%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.06) 0,transparent 70%);animation:glowPulse 8s ease-in-out infinite reverse}.l-hero-content{flex:1 1;min-width:0;animation:fadeUp .8s ease both}.l-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:rgba(0,229,160,.06);border:1px solid var(--green-border);border-radius:100px;font-family:var(--mono);font-size:11px;color:var(--green);letter-spacing:.08em;margin-bottom:28px}.l-hero-badge span{display:inline-block;width:6px;height:6px;background:var(--green);border-radius:50%;animation:pulse 2s ease-in-out infinite}.l-hero-title{font-family:var(--display);font-size:clamp(3.6rem,8vw,6.5rem);line-height:.95;color:var(--text);letter-spacing:.02em;margin-bottom:28px}.l-hero-title .l-accent{color:var(--green)}.l-hero-title .l-dim{color:var(--muted)}.l-hero-sub{font-size:16px;line-height:1.7;color:var(--muted2);max-width:500px;margin-bottom:36px}.l-hero-sub strong{color:var(--text);font-weight:500}.l-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:52px}.l-hero-stats{display:flex;gap:40px;flex-wrap:wrap}.l-stat{display:flex;flex-direction:column;gap:2px}.l-stat-num{font-family:var(--display);font-size:1.8rem;color:var(--text);letter-spacing:.04em;line-height:1}.l-stat-num span{font-size:1rem;color:var(--green)}.l-stat-label{font-family:var(--mono);font-size:10px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.l-terminal{flex:0 0 460px;background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 0 0 1px rgba(0,229,160,.06),0 24px 64px rgba(0,0,0,.6),0 0 80px rgba(0,229,160,.04);animation:fadeUp .8s ease .2s both}.l-terminal-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--surface2);border-bottom:1px solid var(--border)}.l-t-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.l-t-red{background:#ff5f57}.l-t-yellow{background:#febc2e}.l-t-green{background:#28c840}.l-t-title{font-family:var(--mono);font-size:11px;color:var(--muted);margin-left:auto;margin-right:auto;letter-spacing:.04em}.l-terminal-body{display:flex;flex-direction:column;gap:2px;padding:20px 20px 24px;font-family:var(--mono);font-size:12.5px;line-height:1.7}.l-t-line{display:block;animation:typeIn .3s ease both}.l-t-line:first-child{animation-delay:.1s}.l-t-line:nth-child(2){animation-delay:.2s}.l-t-line:nth-child(3){animation-delay:.35s}.l-t-line:nth-child(4){animation-delay:.5s}.l-t-line:nth-child(5){animation-delay:.65s}.l-t-line:nth-child(6){animation-delay:.75s}.l-t-line:nth-child(7){animation-delay:.9s}.l-t-line:nth-child(8){animation-delay:1s}.l-t-line:nth-child(9){animation-delay:1.15s}.l-t-line:nth-child(10){animation-delay:1.3s}.l-t-line:nth-child(11){animation-delay:1.45s}.l-t-line:nth-child(12){animation-delay:1.6s}.l-t-line:nth-child(13){animation-delay:1.7s}.l-t-line:nth-child(14){animation-delay:1.85s}.l-t-line:nth-child(15){animation-delay:2s}.l-t-prompt{color:var(--green)}.l-t-cmd{color:var(--text)}.l-t-comment{color:var(--muted);font-style:italic}.l-t-key{color:#69c;display:inline-block;min-width:44px}.l-t-val{color:var(--muted2)}.l-t-ok{color:var(--green)}.l-t-err{color:var(--red)}.l-t-warn{color:var(--amber)}.l-features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin-top:4rem;background:var(--border);border:1px solid var(--border);border-radius:16px;overflow:hidden}.l-feature-card{background:var(--bg);padding:2.5rem;transition:background .3s;position:relative;overflow:hidden}.l-feature-card:hover{background:var(--surface)}.l-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--green),transparent);opacity:0;transition:opacity .3s}.l-feature-card:hover:before{opacity:1}.l-feature-icon{width:44px;height:44px;background:rgba(0,229,160,.08);border:1px solid rgba(0,229,160,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:1.5rem}.l-feature-title{font-family:var(--body);font-size:1rem;font-weight:500;color:var(--text);margin-bottom:.75rem;display:flex;align-items:center;gap:8px}.l-badge-soon{display:inline-block;padding:2px 8px;background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.25);border-radius:100px;font-size:.6rem;font-family:var(--mono);color:var(--blue);letter-spacing:.05em;font-weight:400;text-transform:uppercase}.l-feature-desc{font-size:.85rem;color:var(--muted2);line-height:1.7;font-weight:300}.l-steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:4rem;list-style:none;position:relative}.l-steps:before{content:"";position:absolute;top:22px;left:5%;width:90%;height:1px;background:linear-gradient(90deg,transparent,var(--border2),var(--border2),transparent)}.l-step{position:relative;padding-top:1rem}.l-step-num{width:44px;height:44px;background:var(--surface2);border:1px solid var(--border2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:.75rem;color:var(--green);font-weight:700;margin-bottom:1.5rem;position:relative;z-index:1}.l-step-title{font-size:.95rem;font-weight:500;color:var(--text);margin-bottom:.5rem}.l-step-desc{font-size:.8rem;color:var(--muted2);line-height:1.6;font-weight:300}.l-pricing-note{font-family:var(--mono);font-size:12px;color:var(--muted);margin-top:-40px;margin-bottom:48px;letter-spacing:.04em}.l-pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px;align-items:start}.l-price-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 20px;display:flex;flex-direction:column;gap:12px;transition:border-color .25s,transform .2s,box-shadow .25s}.l-price-card:hover{border-color:var(--border2);transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.4)}.l-featured{border-color:var(--green-border)!important;background:linear-gradient(160deg,rgba(0,229,160,.06) 0,var(--surface) 60%)!important;box-shadow:0 0 0 1px var(--green-border),0 8px 40px rgba(0,229,160,.08)}.l-featured:hover{box-shadow:0 0 0 1px var(--green-border),0 16px 48px rgba(0,229,160,.14)}.l-price-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:3px 12px;background:var(--green);color:var(--bg);border-radius:100px;font-weight:700;letter-spacing:.06em;white-space:nowrap}.l-price-badge,.l-price-plan{font-size:11px;font-family:var(--mono);text-transform:uppercase}.l-price-plan{color:var(--muted);letter-spacing:.1em}.l-price-amount{font-family:var(--display);font-size:2.2rem;color:var(--text);line-height:1;letter-spacing:.02em}.l-price-consult{font-size:1.6rem;line-height:1.15;color:var(--muted2)}.l-currency{font-size:.85rem;vertical-align:super;margin-right:2px}.l-currency,.l-period{font-family:var(--mono);color:var(--muted)}.l-period{font-size:.75rem;letter-spacing:.04em}.l-price-desc{font-size:12.5px;color:var(--muted2);line-height:1.55;min-height:40px}.l-price-features{list-style:none;display:flex;flex-direction:column;gap:7px;flex:1 1;margin:4px 0}.l-price-features li{font-size:12.5px;color:var(--muted2);padding-left:18px;position:relative}.l-price-features li:before{content:"✓";position:absolute;left:0;color:var(--green);font-size:11px;font-weight:700;top:1px}.l-price-features li.l-no{color:var(--muted);text-decoration:line-through;-webkit-text-decoration-color:var(--muted);text-decoration-color:var(--muted)}.l-price-features li.l-no:before{content:"–";color:var(--muted);font-weight:400}.l-cta-section{position:relative;z-index:1;text-align:center;padding:120px 32px 140px;max-width:800px;margin:0 auto;overflow:hidden}.l-cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(0,229,160,.07) 0,transparent 70%);pointer-events:none;animation:glowPulse 5s ease-in-out infinite}.l-cta-section .l-section-label{display:block;text-align:center;margin-bottom:20px}.l-cta-title{font-family:var(--display);font-size:clamp(2.8rem,6vw,4.5rem);line-height:1;color:var(--text);letter-spacing:.02em;margin-bottom:20px}.l-cta-sub{font-size:16px;color:var(--muted2);line-height:1.7;max-width:520px;margin:0 auto 40px}.l-footer{position:relative;z-index:1;border-top:1px solid var(--border);padding:3rem 4rem;display:flex;align-items:center;justify-content:space-between}.l-footer-logo{font-family:var(--display);font-size:1.5rem;letter-spacing:3px;color:var(--muted);text-decoration:none}.l-footer-logo span{color:var(--green)}.l-footer-links{display:flex;gap:2rem;list-style:none}.l-footer-links a{color:var(--muted);font-size:.78rem;text-decoration:none;transition:color .2s}.l-footer-links a:hover{color:var(--text)}.l-ao-accent,.l-footer-copy{font-size:.72rem;color:var(--muted);font-family:var(--mono)}.l-ao-accent{display:inline-flex;align-items:center;gap:6px}@media (max-width:1200px){.l-pricing-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.l-terminal{display:none}.l-hero{min-height:auto;padding-top:calc(var(--nav-h) + 80px)}.l-features-grid,.l-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.l-nav{padding:0 20px}.l-nav-links{display:none}.l-nav-cta{gap:8px}.l-logo{font-size:1.3rem}.l-hero{padding:calc(var(--nav-h) + 48px) 20px 60px}.l-hero-title{font-size:clamp(2.8rem,12vw,4.5rem)}.l-hero-stats{gap:24px}.l-hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.l-btn-hero,.l-btn-hero-ghost{width:100%;justify-content:center}.l-section{padding:72px 20px}.l-section-title{font-size:clamp(2rem,8vw,2.8rem);margin-bottom:36px}.l-features-grid,.l-pricing-grid,.l-steps{grid-template-columns:1fr;gap:14px}.l-price-card{padding:24px 20px}.l-cta-section{padding:80px 20px 100px}.l-cta-title{font-size:clamp(2.2rem,8vw,3rem)}.l-footer{padding:40px 20px}.l-cursor,.l-cursor-ring{display:none}body{cursor:auto}}@media (max-width:480px){.l-btn-outline,.l-btn-primary{font-size:12px;padding:6px 12px}.l-hero-sub{font-size:14px}.l-stat-num{font-size:1.4rem}.l-pricing-grid{grid-template-columns:1fr}}.l-nav-contact-btn{background:none;border:none;cursor:pointer;color:var(--muted2);font-family:var(--body);font-size:.82rem;padding:0;transition:color .2s}.l-nav-contact-btn:hover{color:var(--text)}.l-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.l-modal{background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 64px rgba(0,0,0,.6)}.l-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:1px solid var(--border);border-radius:6px;color:var(--muted);font-size:.8rem;cursor:pointer;padding:4px 10px;transition:color .2s,border-color .2s}.l-modal-close:hover{color:var(--text);border-color:var(--border2)}.l-modal-label{font-family:var(--mono);font-size:.68rem;color:var(--green);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.l-modal-title{font-size:1.4rem;font-weight:500;color:var(--text);margin-bottom:.25rem}.l-modal-sub{font-size:.82rem;color:var(--muted);margin-bottom:1.5rem}.l-contact-form{display:flex;flex-direction:column;gap:1rem}.l-contact-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.l-contact-field{display:flex;flex-direction:column;gap:.4rem}.l-contact-field label{font-family:var(--mono);font-size:.68rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.l-contact-field input,.l-contact-field select,.l-contact-field textarea{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:10px 12px;color:var(--text);font-family:var(--mono);font-size:.82rem;transition:border-color .2s;resize:vertical}.l-contact-field input:focus,.l-contact-field select:focus,.l-contact-field textarea:focus{outline:none;border-color:var(--green)}.l-contact-field select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238888aa' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.l-contact-submit{width:100%;margin-top:.5rem}.l-contact-error{background:rgba(255,77,109,.08);border:1px solid rgba(255,77,109,.25);border-radius:8px;padding:10px 14px;font-size:.82rem;color:var(--red);margin-bottom:.5rem}.l-contact-success{text-align:center;padding:2.5rem 1rem}.l-contact-success-icon{width:56px;height:56px;border-radius:50%;background:rgba(0,229,160,.08);border:1px solid rgba(0,229,160,.25);color:var(--green);font-size:1.4rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.l-contact-success h2{font-size:1.2rem;color:var(--text);margin-bottom:.5rem}.l-contact-success p{font-size:.85rem;color:var(--muted);margin-bottom:1.5rem}@media (max-width:520px){.l-contact-row{grid-template-columns:1fr}}.l-status-hero{text-align:center;padding:5rem 2rem 3rem;max-width:700px;margin:0 auto}.l-status-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:20px;font-family:var(--mono);font-size:.72rem;letter-spacing:.1em;margin-bottom:1.5rem}.l-status-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.l-status-badge.ok{background:rgba(0,229,160,.08);border:1px solid rgba(0,229,160,.25);color:var(--green)}.l-status-badge.issue{background:rgba(255,77,109,.08);border:1px solid rgba(255,77,109,.25);color:var(--red)}.l-status-title{font-size:2.2rem;font-weight:500;color:var(--text);margin-bottom:.75rem}.l-status-checked{color:var(--muted)}.l-status-checked,.l-status-refresh-btn{font-family:var(--mono);font-size:.75rem}.l-status-refresh-btn{background:none;border:none;cursor:pointer;color:var(--green);padding:0;transition:opacity .2s}.l-status-refresh-btn:disabled{opacity:.4;cursor:default}.l-status-refresh-btn:not(:disabled):hover{opacity:.75}.l-services-section{max-width:700px;margin:0 auto 5rem;padding:0 2rem}.l-services-title{font-family:var(--mono);font-size:.68rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.l-services{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;list-style:none;padding:0;margin:0}.l-service{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.l-service:last-child{border-bottom:none}.l-service-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.l-service-dot.operational{background:var(--green);box-shadow:0 0 8px rgba(0,229,160,.5)}.l-service-dot.degraded{background:var(--amber);box-shadow:0 0 8px rgba(240,165,0,.5)}.l-service-dot.offline{background:var(--red);box-shadow:0 0 8px rgba(255,77,109,.5)}.l-service-info{flex:1 1;min-width:0}.l-service-name{font-size:.88rem;color:var(--text);font-weight:500}.l-service-desc{font-family:var(--mono);font-size:.72rem;color:var(--muted);margin-top:2px}.l-service-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.l-service-ms{font-family:var(--mono);font-size:.72rem;color:var(--muted)}.l-service-status{font-family:var(--mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.l-service-status.operational{color:var(--green)}.l-service-status.degraded{color:var(--amber)}.l-service-status.offline{color:var(--red)}.l-legal-wrap{max-width:760px;margin:0 auto;padding:4rem 2rem 6rem}.l-legal-label{font-family:var(--mono);font-size:.68rem;color:var(--green);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.l-legal-title{font-size:2rem;font-weight:500;color:var(--text);margin-bottom:.5rem}.l-legal-updated{font-family:var(--mono);font-size:.75rem;color:var(--muted);margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.l-legal-section{margin-bottom:2.5rem}.l-legal-section-title{font-family:var(--mono);font-size:.72rem;color:var(--green);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.l-legal-body{font-size:.88rem;color:var(--muted2);line-height:1.8}.l-legal-body p{margin-bottom:.75rem}.l-legal-body strong{color:var(--text)}.l-legal-body em{color:var(--muted2);font-style:italic}.l-legal-body ul{list-style:none;padding:0;margin:.5rem 0 .75rem}.l-legal-body ul li{padding-left:1.25rem;position:relative;margin-bottom:.4rem}.l-legal-body ul li:before{content:"—";position:absolute;left:0;color:var(--green)}