:root{color-scheme:dark;--bg:#081426;--surface:#0f1f38;--surface2:#162a48;--line:#243b60;--blue:#3baaf5;--violet:#6d28d9;--text:#f4f7fb;--muted:#92a4bf;--success:#34d399;--danger:#fb7185;font-family:Inter,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}button,input{font:inherit}.launcher-login{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.login-visual{position:relative;padding:48px 6vw;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:linear-gradient(145deg,#102746,#081527)}.login-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#3baaf50a 1px,transparent 1px),linear-gradient(90deg,#3baaf50a 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent)}.orb{position:absolute;border-radius:50%;filter:blur(3px)}.orb-one{width:520px;height:520px;background:#2148ff35;right:-130px;bottom:-160px}.orb-two{width:230px;height:230px;background:#00b9ff24;right:90px;top:100px}.launcher-brand{position:relative;z-index:1;display:flex;align-items:center;gap:13px;font-size:22px}.launcher-brand>span,.mobile-brand>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#35c2ff,#6041ee);font-weight:950;box-shadow:0 15px 35px #246ee955}.visual-copy{position:relative;z-index:1;max-width:680px}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.22em;color:#54c6ff;margin:0}.visual-copy h1{font-size:clamp(48px,5.3vw,82px);line-height:1.02;letter-spacing:-.055em;margin:14px 0 25px}.visual-copy h1 em{font-style:normal;color:#50bcff}.visual-copy>p:last-child{font-size:17px;line-height:1.7;color:var(--muted);max-width:570px}.status-pill{position:relative;z-index:1;width:max-content;display:flex;gap:9px;align-items:center;padding:10px 14px;border-radius:999px;background:#0b1c34bb;border:1px solid #284768;color:#a9bad0;font-size:12px}.status-pill i,.launcher-footer i{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 5px #34d39917}.login-form-panel{padding:8vw;display:flex;flex-direction:column;justify-content:center;background:#0a172b}.login-form-panel h2{font-size:42px;letter-spacing:-.035em;margin:12px 0 6px}.muted{color:var(--muted)}.mobile-brand{display:none}.launcher-form{display:grid;gap:20px;margin-top:32px}.launcher-form label{display:grid;gap:9px}.launcher-form label span{font-size:12px;font-weight:750;color:#b8c9dc}.launcher-form input{width:100%;padding:16px 17px;border-radius:13px;border:1px solid #294362;background:#071326;color:white;outline:none;transition:.2s}.launcher-form input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #3baaf51c}.launcher-form button,.install-button{border:0;color:white;font-weight:850;cursor:pointer;background:linear-gradient(105deg,#168fe4,#5c3ee7);box-shadow:0 14px 35px #1d5ccb38}.launcher-form button{display:flex;justify-content:space-between;padding:16px 18px;border-radius:13px;margin-top:4px}.security-note{text-align:center;color:#5f7593;font-size:11px;margin-top:22px}.notice{padding:13px 16px;border-radius:12px;margin:18px 0;font-size:13px}.notice.error{color:#ffb1bd;background:#fb71851b;border:1px solid #fb718544}.notice.success{color:#87eac6;background:#34d3991b;border:1px solid #34d39944}.notice.info{color:#a9dcff;background:#3baaf51b;border:1px solid #3baaf544}.notice.hidden{display:none}.launcher-shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.launcher-sidebar{background:#09172a;border-right:1px solid #1c3453;padding:29px 18px;display:flex;flex-direction:column}.launcher-brand.compact{padding:0 10px 35px}.launcher-brand.compact>span{width:42px;height:42px;font-size:18px}.launcher-sidebar nav{display:grid;gap:8px}.launcher-sidebar nav button{border:0;background:transparent;color:#7f94b0;border-radius:12px;padding:13px 14px;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer}.launcher-sidebar nav button.active{color:white;background:linear-gradient(90deg,#173a64,#112640);box-shadow:inset 3px 0 var(--blue)}.launcher-sidebar nav i{font-style:normal;color:#50bfff}.sidebar-footer{margin-top:auto;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;border-top:1px solid #1d3452;padding:22px 5px 0}.avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#1fa8f2,#6342e6);font-weight:900}.sidebar-footer div{display:grid;min-width:0}.sidebar-footer small{color:#7188a8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library-main{padding:40px clamp(28px,5vw,72px) 24px;min-width:0;background:radial-gradient(circle at 90% -10%,#173672 0,transparent 28%),var(--bg)}.library-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.library-header h1{font-size:42px;letter-spacing:-.04em;margin:6px 0}.ghost-button{color:#a9bdd5;background:#10213a;border:1px solid #294361;border-radius:11px;padding:11px 16px;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:24px;max-width:1200px}.product-card{overflow:hidden;border-radius:20px;background:linear-gradient(145deg,#10213b,#0a192f);border:1px solid #203b5d;box-shadow:0 24px 60px #02081752;transition:.25s}.product-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--accent),#24405f 60%);box-shadow:0 28px 70px #02081780}.product-cover{height:210px;position:relative;background-size:cover;background-position:center;display:grid;place-items:center;overflow:hidden}.product-cover:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--accent),transparent 58%),transparent 65%),linear-gradient(135deg,#122a4a,#081426)}.product-cover>span:not(.license-badge){position:relative;font-size:86px;font-weight:950;color:white;text-shadow:0 20px 55px var(--accent)}.cover-shade{position:absolute;inset:0;background:linear-gradient(to top,#0d1d35,transparent 55%)}.license-badge{position:absolute;left:17px;top:17px;padding:6px 10px;border-radius:999px;background:#071426bb;border:1px solid #3ce1aa55;color:#73e9c0;font-size:9px;font-weight:900;letter-spacing:.14em}.product-content{padding:21px}.product-title{display:flex;justify-content:space-between;gap:18px}.product-title h2{margin:0 0 7px;font-size:23px}.product-title p{margin:0;color:#889fbb;line-height:1.5;font-size:13px}.version{white-space:nowrap;color:#69c8ff;font-size:11px;font-weight:850;background:#3baaf514;border:1px solid #3baaf530;border-radius:999px;padding:6px 9px;height:max-content}.product-meta{display:flex;justify-content:space-between;color:#607896;font-size:10px;font-weight:800;letter-spacing:.1em;margin:20px 0 14px}.install-button{width:100%;display:flex;justify-content:space-between;padding:13px 15px;border-radius:11px}.install-button:disabled{cursor:not-allowed;filter:grayscale(1);opacity:.5}.empty-library{display:grid;place-items:center;text-align:center;min-height:420px;border:1px dashed #294464;border-radius:22px;background:#0c1a2f}.empty-library>span{font-size:60px;color:#3baaf5}.empty-library h2{margin:10px 0 0}.empty-library p{color:var(--muted)}.launcher-footer{display:flex;justify-content:space-between;margin-top:36px;color:#5f7694;font-size:11px}.launcher-footer span:first-child{display:flex;align-items:center;gap:10px}@media(max-width:900px){.launcher-login{grid-template-columns:1fr}.login-visual{display:none}.login-form-panel{min-height:100vh;padding:10vw}.mobile-brand{display:flex;align-items:center;gap:12px;margin-bottom:80px}.launcher-shell{grid-template-columns:76px 1fr}.launcher-brand.compact strong,.launcher-sidebar nav span,.sidebar-footer div{display:none}.launcher-sidebar nav button{justify-content:center}.sidebar-footer{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}}@media(max-width:600px){.library-main{padding:26px 16px}.library-header{align-items:flex-start}.library-header h1{font-size:32px}.launcher-shell{grid-template-columns:1fr}.launcher-sidebar{display:none}.product-cover{height:170px}}

