@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@700;900&family=Syne:wght@400;500;700&family=Inter:wght@400;500;600&display=swap";:root{--bg: #080808;--surface: #111111;--border: rgba(255,255,255,.08);--border-hover: rgba(255,255,255,.18);--accent: #ffffff;--accent-dim: rgba(255,255,255,.5);--muted: rgba(255,255,255,.45);--faint: rgba(255,255,255,.2);--font-display: "Orbitron", monospace;--font-body: "Syne", sans-serif;--font-nav: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:64px}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{background:var(--bg);color:#fff;font-family:var(--font-body);overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.features-section{padding:6rem 2rem;max-width:1100px;margin:0 auto}.modules-heading{text-align:center}.features-section .section-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;margin-bottom:1rem}.features-section .section-title{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.15;margin:0}.features-section .section-title span{background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.features-section .section-title:after{content:"";display:block;width:72px;height:2px;background:#ffffffa6;box-shadow:0 0 16px #ffffff40;margin:1.75rem auto 0}.features-section .section-desc{color:var(--muted);font-size:.95rem;line-height:1.7;margin:1.5rem auto 3rem}.category-panel{position:relative;padding:2rem 1.75rem 1.5rem;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.category-header{text-align:center;margin-bottom:2rem}.category-header h3{display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:var(--font-display);font-size:clamp(1.3rem,2.5vw,2rem);line-height:1.3;margin:0 1.5rem .75rem}.category-icon{display:block;width:1rem;height:1rem;flex-shrink:0}.category-header .category-icon{width:1.75rem;height:1.75rem}.category-header p{margin:0;color:var(--muted);font-size:.9rem}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-content:start;height:390px;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-color:#555 transparent;scrollbar-width:thin;color-scheme:dark;list-style:none;padding:0 .5rem 0 0;margin:0}.module-card{padding:1rem;min-height:108px;border:1px solid rgba(255,255,255,.05);border-radius:8px;background:#0003;overflow-wrap:anywhere}.module-card h4{margin:0 0 .6rem;font-size:.95rem;font-weight:600}.module-card p{margin:0;color:#fff9;font-size:.85rem;line-height:1.65}.module-optional{display:block;margin-bottom:.5rem;color:#ffffffa6;font-size:.7rem}.category-position{margin:1.5rem 0 0;text-align:center;font-size:.8rem;color:var(--muted)}.category-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:#202020;color:#ddd;cursor:pointer;transition:background .2s,border-color .2s}.category-arrow:hover{background:#303030;border-color:#ffffff4d}.category-previous{left:-21px}.category-next{right:-21px}.category-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.category-next svg{transform:rotate(180deg)}.category-navigation{display:flex;justify-content:center;flex-wrap:wrap;gap:.6rem;margin-top:1.75rem}.category-selector{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .9rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font:inherit;font-size:.8rem;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.category-selector:hover{color:#fff;border-color:#ffffff40}.category-selector.active{background:#ffffff1f;color:#fff;border-color:#ffffff4d}.category-arrow:focus-visible,.category-selector:focus-visible,.module-grid:focus-visible{outline:2px solid #fff;outline-offset:4px}@media(max-width:900px){.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.features-section{padding:4rem 1rem}.category-panel{padding:1.75rem 1rem 1.25rem}.category-header{margin-bottom:1.5rem}.category-arrow{top:2.1rem;transform:none;width:32px;height:32px}.category-previous{left:.75rem}.category-next{right:.75rem}.category-header h3{margin-inline:1.75rem;font-size:1.15rem;gap:.4rem}.category-header .category-icon{width:1.25rem;height:1.25rem}.category-header p{font-size:.8rem}.module-grid{grid-template-columns:1fr;height:360px}}.account-page{max-width:1180px;min-height:80vh;margin:0 auto;padding:7rem 2rem 5rem}.account-back,.account-refresh{color:var(--muted);font-family:var(--font-nav);font-size:.85rem}.account-back:hover,.account-refresh:hover{color:#fff}.account-header{margin:2.5rem 0 2rem}.account-label{color:var(--muted);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.account-header h1{margin:.85rem 0 1rem;font-family:var(--font-display);font-size:clamp(1.6rem,4vw,2.8rem);line-height:1.3;overflow-wrap:anywhere}.account-header h1:focus{outline:none}.account-header>p:last-child{color:var(--muted);line-height:1.7}.account-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.account-status{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .8rem;border:1px solid var(--border);border-radius:100px;color:#aaa;font-family:var(--font-nav);font-size:.75rem}.account-status>span{width:6px;height:6px;background:currentColor;border-radius:50%}.account-status.active{color:#9ee6b3;border-color:#9ee6b333;background:#9ee6b30a}.account-refresh{background:none;border:0;cursor:pointer;padding:.5rem 0}.account-refresh:disabled{opacity:.5;cursor:wait}.account-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:1.25rem}.account-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;min-width:0}.account-card h2{margin:.8rem 0 1rem;font-family:var(--font-display);font-size:1.05rem;line-height:1.5}.account-card-heading{display:flex;align-items:center;gap:1rem}.account-card-heading h2{margin:.5rem 0 0}.account-avatar{flex-shrink:0;display:grid;place-items:center;width:48px;height:48px;background:#1d1d1d;border:1px solid var(--border);border-radius:12px;font-family:var(--font-display)}.account-details{margin-top:1.6rem}.account-details>div{padding:.8rem 0;border-top:1px solid var(--border)}.account-details dt{color:var(--muted);font-size:.75rem;margin-bottom:.4rem}.account-details dd{font-family:var(--font-nav);font-size:.875rem;line-height:1.6;overflow-wrap:anywhere}.account-copy{color:#aaa;font-size:.875rem;line-height:1.8}.account-devices{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid var(--border);margin-top:1.6rem;padding-top:1.3rem;font-size:.85rem}.account-devices>span,.account-devices strong span{color:var(--muted)}.account-note{margin-top:.85rem;color:var(--muted);font-size:.75rem;line-height:1.7}.account-pricing{display:inline-block;margin-top:1.8rem;color:#fff;font-size:.875rem}.account-pricing:hover{text-decoration:underline;text-underline-offset:4px}.account-download>img{display:block;object-fit:contain;margin-bottom:1.4rem;border-radius:10px}.account-platforms{color:var(--muted);font-family:var(--font-nav);font-size:.75rem;margin:1.1rem 0 1.8rem}.account-download-button{width:100%;background:#fff;color:#080808;border:0;border-radius:8px;padding:.85rem 1rem;font:600 .875rem var(--font-nav);cursor:pointer}.account-download-button:hover:not(:disabled){background:#ddd}.account-download-button:disabled{background:#232323;color:#777;cursor:not-allowed}.account-error{margin-bottom:1.5rem;padding:1rem;border:1px solid rgba(255,140,140,.2);border-radius:8px;color:#ffb0b0;font-size:.875rem;line-height:1.6}.account-gate{max-width:560px;margin:3rem auto 1rem;padding:3rem 2rem;border:1px solid var(--border);border-radius:16px;background:var(--surface);text-align:center}.account-gate>img{margin-bottom:1.5rem;object-fit:contain}.account-gate h2{font-family:var(--font-display);font-size:1.2rem;line-height:1.5}.account-gate p{margin-top:1rem;color:var(--muted);font-size:.9rem;line-height:1.8}.account-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:2rem}.account-page button:focus-visible,.account-page a:focus-visible{outline:2px solid #fff;outline-offset:5px}@media(max-width:1024px){.account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-download{grid-column:1 / -1}}@media(max-width:600px){.account-page{padding:6rem 1rem 3rem}.account-header{margin-top:2rem}.account-grid{grid-template-columns:1fr}.account-card{padding:1.5rem}.account-download{grid-column:auto}.account-gate{padding:2rem 1.5rem}}.legal-page{max-width:940px;min-height:80vh;margin:0 auto;padding:7rem 2rem 5rem}.legal-back{color:#aaa;font-family:var(--font-nav);font-size:.85rem}.legal-back:hover{color:#fff}.legal-header{margin:2.5rem 0 2rem}.legal-label{color:#aaa;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.legal-header h1{margin:.85rem 0 1rem;font-family:var(--font-display);font-size:clamp(1.6rem,4vw,2.8rem);line-height:1.35}.legal-header h1:focus{outline:none}.legal-header>p:not(.legal-label){color:#aaa;font-family:var(--font-nav);font-size:.9rem;line-height:1.8}.legal-header .legal-date{margin-top:.75rem;font-size:.75rem}.legal-nav{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.legal-nav a{padding:.65rem .9rem;border:1px solid var(--border);border-radius:8px;color:#aaa;font-family:var(--font-nav);font-size:.8rem;line-height:1.5}.legal-nav a:hover{border-color:var(--border-hover);color:#fff}.legal-nav a[aria-current=page]{background:#fff;color:var(--bg);border-color:#fff}.legal-content{font-family:var(--font-nav);font-size:.9rem;line-height:1.9;color:#bcbcbc;overflow-wrap:anywhere}.legal-content section+section{margin-top:2.5rem}.legal-content h2{margin-bottom:1rem;color:#fff;font-family:var(--font-body);font-size:1.2rem;line-height:1.5}.legal-content p+p,.legal-content ul+p{margin-top:1rem}.legal-content ul{padding-left:1.25rem}.legal-content li+li{margin-top:.75rem}.legal-content strong{color:#ddd}.legal-content a{color:#fff;text-decoration:underline;text-underline-offset:4px}.legal-content a:hover{color:#ddd}.legal-page a:focus-visible{outline:2px solid #fff;outline-offset:5px}@media(max-width:600px){.legal-page{padding:6rem 1rem 3rem}.legal-header{margin-top:2rem}}body:has(.auth-dialog[open]){overflow:hidden}.auth-dialog{margin:auto;width:min(460px,calc(100% - 2rem));max-height:calc(100dvh - 2rem);padding:2.5rem;overflow-y:auto;color:#fff;color-scheme:dark;background:radial-gradient(ellipse at top left,rgba(255,255,255,.06),transparent 65%),#111;border:1px solid rgba(255,255,255,.18);border-radius:16px;box-shadow:0 24px 100px #000000a6;font-family:var(--font-nav)}.auth-dialog::backdrop{background:#000000c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-dialog button{font:inherit;cursor:pointer}.auth-dialog button:disabled{cursor:wait;opacity:.55}.auth-dialog :focus-visible{outline:2px solid #fff;outline-offset:4px}.auth-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border:0;border-radius:8px;background:transparent;color:#aaa;font-size:1.6rem!important}.auth-close:hover{color:#fff;background:#ffffff12}.auth-brand{display:flex;align-items:center;gap:.65rem;margin-bottom:2rem;font-family:var(--font-display);font-size:.8rem;letter-spacing:.06em}.auth-brand span{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 12px #fff}.auth-dialog h2{font-family:var(--font-body);font-size:1.9rem;letter-spacing:-.04em}.auth-description{margin:.65rem 0 2rem;color:#aaa;font-size:.9rem;line-height:1.6}.auth-dialog fieldset{border:0;min-width:0}.auth-dialog label{display:block;margin-bottom:.6rem;font-size:.82rem;font-weight:500;color:#ddd}.auth-dialog input{width:100%;height:48px;padding:0 .9rem;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#0000004d;color:#fff;font:inherit;font-size:.9rem}.auth-dialog input::placeholder{color:#888}.auth-dialog input:focus{border-color:#ffffff80}.auth-dialog input:disabled{opacity:.65}.auth-hint{margin:-.65rem 0 1.25rem;color:#aaa;font-size:.72rem;line-height:1.5}.auth-legal{margin-bottom:1.25rem;color:#aaa;font-size:.72rem;line-height:1.7}.auth-legal a{color:#fff;text-decoration:underline;text-underline-offset:3px}.auth-password-label{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.auth-password-label button{border:0;padding:0;background:transparent;color:#aaa;font-size:.72rem}.auth-password-label button:hover{color:#fff}.auth-error{margin:0 0 1.25rem;padding:.8rem;border:1px solid #713333;border-radius:8px;background:#261818;color:#ffb4b4;font-size:.82rem;line-height:1.6}.auth-submit{width:100%;min-height:48px;border:0;border-radius:8px;background:#fff;color:#080808;font-weight:600!important;transition:background .2s}.auth-submit:hover:not(:disabled){background:#ddd}.auth-switch{padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid var(--border);text-align:center;font-size:.8rem;line-height:1.8;color:#aaa}.auth-switch button{border:0;padding:0;background:transparent;color:#fff;text-decoration:underline;text-underline-offset:3px}.session-notice{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:101;display:flex;align-items:center;gap:1rem;width:max-content;max-width:calc(100% - 2rem);padding:.85rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#181818;box-shadow:0 8px 32px #0006;font-family:var(--font-nav);font-size:.82rem;line-height:1.5}.session-notice button{flex-shrink:0;border:0;background:transparent;color:#fff;cursor:pointer;font:inherit}.session-notice button:focus-visible{outline:2px solid #fff;outline-offset:4px}@media(max-width:480px){.auth-dialog{padding:2rem 1.5rem}.auth-dialog h2{font-size:1.65rem}.auth-brand{margin-bottom:1.5rem}}
