.ct-page{--bg:#0d1510;--panel:#111912;--line:#314033;--ink:#e1e8dc;--muted:#8b9889;--y:#e5c65d;min-height:100dvh;background:radial-gradient(ellipse at 50% 5%,#1b2b1d 0,transparent 40%),var(--bg);color:var(--ink);font-family:Source Sans\ 3,system-ui,sans-serif;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;position:relative}.ct-ambient-light{position:absolute;top:0;left:0;right:0;height:1000px;background:radial-gradient(circle at 80% 20%,rgba(117,161,118,.06) 0,transparent 60%),radial-gradient(circle at 20% 30%,rgba(229,198,93,.05) 0,transparent 50%);pointer-events:none;z-index:0}.ct-layout{flex-direction:column;width:100%;max-width:1200px;margin:0 auto;padding:30px 24px 170px;z-index:10}.ct-layout,.ct-mascot-col{display:flex;position:relative}.ct-content-col{flex:1;min-width:0;width:100%}.ct-brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-family:Spectral,Georgia,serif;font-size:20px;font-weight:600;letter-spacing:-.035em;text-decoration:none;transition:opacity .2s}.ct-brand:hover{opacity:.8}.ct-brand i{width:10px;height:10px;border-radius:2px;background:var(--y);box-shadow:0 0 0 5px rgba(229,198,93,.12)}.ct-mascot-scene{position:relative}.ct-mascot-halo{position:absolute;top:10%;left:5%;right:5%;bottom:5%;background:radial-gradient(circle at 50% 40%,rgba(229,198,93,.15) 0,transparent 65%);border-radius:50%;z-index:1;pointer-events:none;filter:blur(20px)}.ct-mascot-svg{position:relative;z-index:2;width:100%;height:auto;filter:drop-shadow(0 20px 30px rgba(0,0,0,.4))}.ct-mascot-caption{font-family:IBM Plex Mono,monospace;font-size:13px;line-height:1.6;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.ct-mascot-caption strong{color:var(--y);font-weight:600;display:block;margin-bottom:4px}@media (max-width:899px){.ct-layout{padding:30px 20px 170px}.ct-mascot-col{flex-direction:row;align-items:flex-start;justify-content:space-between;margin-bottom:40px}.ct-brand{margin-top:15px}.ct-mascot-scene{width:70px;flex-shrink:0}.ct-mascot-caption{display:none}}@media (min-width:900px){.ct-layout{flex-direction:row;align-items:flex-start;gap:80px;padding:80px 40px 170px}.ct-mascot-col{position:sticky;top:80px;width:35%;max-width:360px;height:max-content;flex-direction:column;align-items:flex-start;padding-bottom:40px}.ct-brand{margin-bottom:60px}.ct-mascot-scene{width:100%;max-width:280px;margin-bottom:40px}.ct-content-col{max-width:720px;padding-top:5px}}.ct-title{color:#eff1df;font-family:Spectral,Georgia,serif;font-size:clamp(32px,5vw,46px);font-weight:500;letter-spacing:-.035em;line-height:1.1;margin:0 0 20px;text-wrap:balance}.ct-desc{color:#aebbaa;font-size:17px;line-height:1.5;margin-bottom:36px;max-width:600px}.ct-group{margin-bottom:50px}.ct-group-header{color:var(--y);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(49,64,51,.5);display:flex;align-items:center;gap:8px}.ct-group-header i{display:inline-block;width:5px;height:5px;background:var(--y);border-radius:50%;opacity:.7}.ct-topic-grid{display:flex;flex-wrap:wrap;gap:10px}.ct-topic-card{display:inline-flex;align-items:center;background:rgba(17,25,18,.4);border:1px solid rgba(49,64,51,.5);border-radius:8px;padding:10px 16px;color:#dbe2d6;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease}.ct-topic-card:hover{background:rgba(17,25,18,.8);border-color:rgba(49,64,51,.9);color:#ffffff;transform:translateY(-1px)}.ct-cta-box{background:radial-gradient(ellipse at top right,rgba(229,198,93,.08) 0,transparent 60%),#111a13;border:1px solid rgba(229,198,93,.2);border-radius:12px;padding:36px 30px;text-align:center;box-shadow:0 16px 40px rgba(0,0,0,.3);margin-top:60px}.ct-cta-title{color:#eff1df;font-family:Spectral,Georgia,serif;font-size:26px;font-weight:500;letter-spacing:-.02em;margin:0 0 14px}.ct-cta-desc{color:#aebbaa;font-size:15px;line-height:1.6;max-width:480px;margin:0 auto 26px}.ct-cta-button{display:inline-flex;align-items:center;gap:8px;background:var(--y);color:#172017;font-size:14px;font-weight:800;padding:12px 26px;border-radius:6px;text-decoration:none;transition:transform .2s,background .2s}.ct-cta-button:hover{background:#f3dc7b;transform:translateY(-2px)}.ct-footer-info{margin-top:40px;padding-top:30px;border-top:1px solid var(--line);color:#728271;font-family:IBM Plex Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.06em;display:flex;justify-content:space-between;align-items:center}.ct-footer-info a{color:#a3c4a0;text-decoration:none;transition:color .2s}.ct-footer-info a:hover{color:#c9e5c6}@media (max-width:640px){.ct-title{font-size:28px}.ct-cta-box{padding:28px 20px}.ct-cta-title{font-size:22px}.ct-footer-info{flex-direction:column;gap:16px;align-items:flex-start;text-align:left}}@media (prefers-reduced-motion:reduce){.ct-brand,.ct-cta-button,.ct-topic-card{transition:none}.ct-cta-button:hover,.ct-topic-card:hover{transform:none}}