html{background:#121214}body{min-width:320px;min-height:100vh}*{box-sizing:border-box}:root{color:#f4f4f5;background:#121214;font-family:Inter,ui-sans-serif,system-ui,sans-serif}body{margin:0}.app-shell{background:radial-gradient(circle at 60% 25%,#1a1a1d 0,#121214 42%);min-height:100vh}button,a{font:inherit}.global-header{z-index:1000;background:#151a22;border-bottom:1px solid #282d36;justify-content:space-between;align-items:center;height:58px;padding:0 18px;display:flex;position:sticky;top:0}.global-brand{align-items:center;gap:10px;display:flex}.global-brand img{object-fit:contain;width:27px;height:27px}.global-brand strong{letter-spacing:.04em;font-size:19px}.global-brand strong span{color:#6087f9}.global-actions{align-items:center;gap:12px;display:flex}.launcher-trigger{color:#f4f6fb;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-rows:repeat(3,4px);grid-template-columns:repeat(3,4px);place-content:center;gap:3px;width:38px;height:38px;display:grid}.launcher-trigger:hover{background:#202631}.launcher-trigger span{font-size:0;display:contents}.launcher-trigger span:before,.launcher-trigger span:after{content:"";background:#f4f6fb;border-radius:50%;width:4px;height:4px}.launcher-trigger:after{content:"";background:#f4f6fb;border-radius:50%;grid-area:2/2;width:4px;height:4px;box-shadow:-7px 0 #f4f6fb,7px 0 #f4f6fb,-7px -7px #f4f6fb,0 -7px #f4f6fb,7px -7px #f4f6fb,-7px 7px #f4f6fb,0 7px #f4f6fb,7px 7px #f4f6fb}.user-chip{background:#1b2029;border:1px solid #303744;border-radius:10px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;display:flex}.user-chip>img,.user-chip:first-letter{border-radius:50%;width:25px;height:25px}.account-workspace{min-height:calc(100vh - 58px);padding:44px clamp(22px,6vw,96px)}.account-container{max-width:1180px;margin:auto}.account-heading{justify-content:space-between;align-items:end;margin-bottom:28px;display:flex}.eyebrow,small{color:#7f91df;letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:800}h1{margin:8px 0 5px;font-size:38px}h2{margin:8px 0 10px;font-size:20px}p{color:#a7adb8;line-height:1.55}.status{color:#82dba4;background:#173523;border:1px solid #315c43;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700}.account-grid{grid-template-columns:1.25fr .75fr;gap:18px;display:grid}.panel{background:#191c21;border:1px solid #30353d;border-radius:18px;min-height:205px;padding:26px;box-shadow:0 16px 45px #0003}.panel a{color:#8fa8ff;font-weight:700;text-decoration:none}.profile-panel{align-items:center;gap:20px;display:flex}.profile-panel img,.avatar{border-radius:18px;width:72px;height:72px}.profile-panel img{object-fit:cover}.avatar{background:#283553;place-items:center;font-size:21px;font-weight:800;display:grid}.secondary,.state button{color:#fff;cursor:pointer;background:#252a31;border:1px solid #3b414b;border-radius:10px;padding:10px 16px;font-weight:700}.state{text-align:center;align-content:center;place-items:center;min-height:60vh;display:grid}.launcher-backdrop{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#02050a7a;position:fixed;inset:58px 0 0}.app-launcher{background:linear-gradient(160deg,#171d28,#0e131b);border:1px solid #343b49;border-radius:22px;width:min(420px,100vw - 28px);max-height:calc(100vh - 88px);padding:18px;position:absolute;top:12px;right:18px;overflow:auto;box-shadow:0 30px 80px #0000009e}.app-launcher header{justify-content:space-between;align-items:flex-start;display:flex}.app-launcher header small{letter-spacing:.18em;color:#758099;font-size:9px}.app-launcher h2{margin:4px 0 14px;font-size:19px}.app-launcher header button{color:#dce1eb;cursor:pointer;background:#232a36;border:0;border-radius:50%;width:30px;height:30px;font-size:20px}.app-launcher h3{color:#aeb5c1;font-size:12px}.launcher-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.launcher-grid a{color:#eef1f6;background:#101620;border:1px solid #2d3542;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:118px;padding:12px 8px;text-decoration:none;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;display:flex}.launcher-grid a:hover,.launcher-grid a:focus-visible{background:linear-gradient(145deg,#4b5eaa47,#101620);border-color:#4f649e;outline:none;transform:translateY(-2px);box-shadow:0 12px 28px #00000047}.launcher-grid img{object-fit:contain;width:52px;height:52px}.launcher-grid strong{font-size:12px}.launcher-grid small{color:#7591ff;font-size:9px}.launcher-divider{background:#29303b;height:1px;margin:17px 0 10px}.launcher-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;display:grid}.launcher-links a,.launcher-links button{color:#e7ebf2;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:34px 1fr;align-items:center;gap:9px;padding:9px;text-decoration:none;display:grid}.launcher-links a:hover,.launcher-links button:hover{background:#202734}.launcher-links span:last-child{display:grid}.launcher-links strong{font-size:12px}.launcher-links small{color:#7d8797;letter-spacing:0;text-transform:none;font-size:9px}@media (width<=760px){.account-workspace{padding:28px 16px}.account-grid{grid-template-columns:1fr}.account-heading{flex-direction:column;align-items:start;gap:14px}.user-chip strong{display:none}h1{font-size:31px}}.settings-overlay{z-index:1500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#03070da8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.settings-modal{color:#f4f4f5;background:#171c24;border:1px solid #303744;border-radius:20px;width:min(720px,100vw - 32px);max-height:min(760px,100vh - 48px);padding:22px;overflow:auto;box-shadow:0 30px 90px #000a}.settings-modal>header{border-bottom:1px solid #303744;justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.settings-modal>header h2{margin:0;font-size:24px}.settings-modal>header button{color:#dce1eb;cursor:pointer;background:0 0;border:0;width:34px;height:34px;font-size:26px}.settings-tabs{flex-wrap:wrap;gap:6px;padding:18px 0;display:flex}.settings-tabs button{color:#dbe1eb;cursor:pointer;background:#1c222c;border:1px solid #394354;border-radius:9px;padding:9px 13px}.settings-tabs button.active{background:#263148;border-color:#7695ff;box-shadow:0 0 0 2px #5b6fb566}.settings-section h3{font-size:14px}.language-list{gap:4px;margin:14px 0;display:grid}.language-list button{text-align:left;color:#f3f4f6;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;grid-template-columns:34px 1fr 24px;align-items:center;width:100%;padding:13px;display:grid}.language-list button.active{background:#222b3b;border-color:#3d4b65}.language-list button b:last-child{color:#7895ff}.settings-section>a{color:#8fa8ff}.account-menu{grid-template-columns:1fr}.account-menu a,.account-menu button{min-height:52px}.account-menu{gap:4px}.account-menu a,.account-menu button{color:#f3f5f8;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:40px 1fr;align-items:center;gap:12px;min-height:58px;padding:8px 10px;text-decoration:none;transition:background .16s,border-color .16s,transform .16s;display:grid}.account-menu a:hover,.account-menu button:hover,.account-menu a:focus-visible,.account-menu button:focus-visible{background:#222936;border-color:#303b4d;outline:none;transform:translate(2px)}.account-menu .menu-icon{color:#cdd5e3;background:#1b212b;border:1px solid #343d4c;border-radius:10px;place-items:center;width:36px;height:36px;transition:color .16s,border-color .16s,background .16s;display:grid}.account-menu .menu-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.account-menu a:hover .menu-icon,.account-menu button:hover .menu-icon{color:#91a8ff;background:#242d42;border-color:#536cae}.account-menu strong{font-size:13px;line-height:1.2;display:block}.account-menu small{color:#7f8999;letter-spacing:.02em;margin-top:3px;font-size:10px;line-height:1.2;display:block}.account-menu .signout-item{border-top-color:#2c333e;border-radius:0 0 12px 12px;margin-top:5px}.account-menu .signout-item:hover .menu-icon{color:#ff9c9c;background:#302125;border-color:#754044}*{scrollbar-width:thin;scrollbar-color:#4b5568 #171c24}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#171c24}::-webkit-scrollbar-thumb{background:#4b5568;border:2px solid #171c24;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#5b6fb5}::-webkit-scrollbar-corner{background:#171c24}.preference-group{background:#151a21;border:1px solid #303744;border-radius:12px;margin:18px 0;padding:16px}.preference-group>strong{margin-bottom:10px;display:block}.choice-row{flex-wrap:wrap;gap:8px;display:flex}.choice-row button{color:#dbe1eb;cursor:pointer;background:#1c222c;border:1px solid #394354;border-radius:9px;padding:9px 14px}.choice-row button.active{background:#263148;border-color:#7695ff;box-shadow:0 0 0 2px #5b6fb544}.settings-badge{color:#9ba8bc;background:#1c222c;border:1px solid #394354;border-radius:999px;margin-top:10px;padding:7px 10px;font-size:12px;display:inline-flex}button:focus-visible,a:focus-visible{outline-offset:3px;outline:2px solid #8fa8ff}.launcher-trigger:focus-visible,.app-launcher header button:focus-visible{outline-offset:2px;outline:2px solid #8fa8ff}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.launcher-grid a:hover,.account-menu a:hover,.account-menu button:hover{transform:none}}
