:root,html[data-theme=dark]{--ease: cubic-bezier(.16,1,.3,1);--avatar-ring: conic-gradient(from 0deg,#6c5ce7,transparent 30%,transparent 70%,#a29bfe);--toggle-bg: #141420;--toggle-border: rgba(255,255,255,.12);--toggle-inactive: rgba(240,238,255,.35);--toggle-inactive-hover: rgba(240,238,255,.7)}html[data-theme=aero]{--ease: cubic-bezier(.16,1,.3,1);--avatar-ring: conic-gradient(from 0deg,#7dd3fc,#fff 30%,#bae6fd 70%,#38bdf8);--toggle-bg: rgba(255,255,255,.6);--toggle-border: rgba(255,255,255,.95);--toggle-inactive: #64a8c8;--toggle-inactive-hover: #1a5a8a}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:17px}body{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}html[data-theme=dark] body{font-family:Inter,system-ui,sans-serif;background:#03030a;color:#f0eeff}html[data-theme=dark] body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(108,92,231,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(108,92,231,.04) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;z-index:0}html[data-theme=dark] body:after{content:"";position:fixed;top:-20%;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(108,92,231,.12) 0%,transparent 70%);pointer-events:none;z-index:0}html[data-theme=aero] body{font-family:Nunito,system-ui,sans-serif;background:linear-gradient(180deg,#dff2ff,#b8e2fb 20%,#9dd6f8,#b6e8fd 70%,#d8f4ff);color:#0d4a80}html[data-theme=aero] body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 80% 55% at 10% 15%,rgba(255,255,255,.6) 0%,transparent 55%),radial-gradient(ellipse 55% 65% at 90% 85%,rgba(160,220,255,.35) 0%,transparent 55%),radial-gradient(ellipse 45% 40% at 65% 8%,rgba(255,255,255,.4) 0%,transparent 50%)}html[data-theme=aero] body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle 100px at 7% 68%,rgba(255,255,255,.5) 0%,rgba(180,225,255,.1) 55%,transparent 70%),radial-gradient(circle 65px at 93% 22%,rgba(255,255,255,.45) 0%,rgba(150,210,255,.1) 55%,transparent 72%),radial-gradient(circle 120px at 52% 92%,rgba(200,240,255,.3) 0%,transparent 65%),radial-gradient(circle 55px at 78% 52%,rgba(255,255,255,.3) 0%,transparent 60%)}.container{position:relative;z-index:1;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center}html[data-theme=dark] .container{gap:24px}html[data-theme=aero] .container{gap:14px}.theme-toggle{position:fixed;top:14px;right:14px;z-index:200;display:flex;align-items:center;background:var(--toggle-bg);border:1px solid var(--toggle-border);border-radius:999px;padding:3px;gap:2px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}html[data-theme=dark] .theme-toggle{box-shadow:0 2px 14px #00000073}html[data-theme=aero] .theme-toggle{box-shadow:0 4px 20px #50a0e633,inset 0 1px #fff}.theme-btn{display:flex;align-items:center;gap:5px;padding:5px 13px;border-radius:999px;font-size:.58rem;letter-spacing:.07em;text-transform:uppercase;font-weight:700;border:none;cursor:pointer;background:transparent;color:var(--toggle-inactive);transition:all .2s ease;font-family:inherit}.theme-btn:hover{color:var(--toggle-inactive-hover)}.theme-btn svg{width:10px;height:10px;fill:currentColor;flex-shrink:0}html[data-theme=dark] .theme-btn.active{background:#6c5ce7;color:#fff;box-shadow:0 1px 8px #6c5ce780}html[data-theme=aero] .theme-btn.active{background:linear-gradient(160deg,#4ab8f7,#1a7fd4);color:#fff;box-shadow:0 3px 12px #1e64d259,inset 0 1px #ffffff80,inset 0 -1px #0050a033}html[data-theme=dark] .avatar{width:80px;height:80px;border-radius:50%;background:#141420;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}html[data-theme=dark] .avatar:before{content:"";position:absolute;inset:-1px;border-radius:50%;background:var(--avatar-ring);z-index:-1;animation:spin 6s linear infinite}html[data-theme=dark] .avatar-inner{width:76px;height:76px;border-radius:50%;background:#0f0f1a;display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:1.2rem;font-weight:700;color:#a29bfe}html[data-theme=aero] .avatar{width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#b8e4f9);border:2.5px solid rgba(255,255,255,.92);box-shadow:0 6px 26px #1e78dc47,0 2px 6px #1e78dc24,inset 0 2px 4px #ffffffe6,inset 0 -2px 6px #64b4f04d}html[data-theme=aero] .avatar:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:var(--avatar-ring);z-index:-1;animation:spin 8s linear infinite}html[data-theme=aero] .avatar:after{content:"";position:absolute;top:5px;left:14px;right:14px;height:36%;border-radius:50%;background:linear-gradient(180deg,rgba(255,255,255,.75) 0%,transparent 100%);pointer-events:none}html[data-theme=aero] .avatar-inner{width:84px;height:84px;border-radius:50%;background:linear-gradient(145deg,#e8f6ff,#cce8fa);display:flex;align-items:center;justify-content:center;font-family:Nunito,sans-serif;font-size:1.3rem;font-weight:800;color:#1a6baa}@keyframes spin{to{transform:rotate(360deg)}}.profile{text-align:center;display:flex;flex-direction:column}html[data-theme=dark] .profile{gap:6px}html[data-theme=aero] .profile{gap:3px}html[data-theme=dark] .name{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:700;letter-spacing:.05em;color:#fff}html[data-theme=aero] .name{font-family:Nunito,sans-serif;font-size:1.35rem;font-weight:900;letter-spacing:-.01em;color:#0d4a80;text-shadow:0 1px 3px rgba(255,255,255,.8)}html[data-theme=dark] .handle{font-family:JetBrains Mono,monospace;font-size:.72rem;color:#f0eeff66;letter-spacing:.12em;text-transform:uppercase}html[data-theme=aero] .handle{font-family:Nunito,sans-serif;font-size:.75rem;font-weight:600;color:#4a90c0;letter-spacing:.06em;text-transform:uppercase}html[data-theme=dark] #discord-card{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.07);background:#0f0f1a;overflow:hidden}html[data-theme=dark] .card-label{padding:14px 14px 12px;font-family:JetBrains Mono,monospace;font-size:.6rem;letter-spacing:.14em;color:#f0eeff66;text-transform:uppercase}html[data-theme=dark] .card-body{padding:0 14px 14px}html[data-theme=dark] .card-name-text{font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:700;color:#fff}html[data-theme=dark] .card-username-text{font-family:JetBrains Mono,monospace;font-size:.65rem;color:#f0eeff66;letter-spacing:.05em;margin-bottom:6px}html[data-theme=dark] .card-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#141420}html[data-theme=dark] .card-badge-label{font-family:JetBrains Mono,monospace;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase}html[data-theme=dark] #activity-rows{margin:0 14px;border-top:1px solid rgba(255,255,255,.07)}html[data-theme=dark] #spotify-song{font-family:JetBrains Mono,monospace;font-size:.65rem;color:#fff}html[data-theme=dark] #spotify-artist{font-family:JetBrains Mono,monospace;font-size:.6rem;color:#f0eeff66}html[data-theme=dark] .time-txt{font-family:JetBrains Mono,monospace;font-size:.55rem;color:#f0eeff66}html[data-theme=dark] #game-name{font-family:JetBrains Mono,monospace;font-size:.65rem;color:#fff}html[data-theme=dark] .game-sub{font-family:JetBrains Mono,monospace;font-size:.6rem;color:#f0eeff66}html[data-theme=aero] #discord-card{width:100%;border-radius:22px;border:1.5px solid rgba(255,255,255,.92);background:linear-gradient(155deg,#ffffffd6,#d7f0ffb8);overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #1e64c821,0 2px 8px #1e64c814,inset 0 1.5px #fff,inset 0 -1px #64b4f026;position:relative}html[data-theme=aero] #discord-card:before{content:"";position:absolute;top:0;left:0;right:0;height:44%;background:linear-gradient(180deg,rgba(255,255,255,.5) 0%,transparent 100%);border-radius:22px 22px 60% 60%/22px 22px 28px 28px;pointer-events:none}html[data-theme=aero] .card-label{padding:14px 16px 10px;font-family:Nunito,sans-serif;font-size:.63rem;font-weight:700;letter-spacing:.1em;color:#4a90c0;text-transform:uppercase}html[data-theme=aero] .card-body{padding:0 16px 14px}html[data-theme=aero] .card-name-text{font-family:Nunito,sans-serif;font-size:.9rem;font-weight:800;color:#0d4a80}html[data-theme=aero] .card-username-text{font-family:Nunito,sans-serif;font-size:.68rem;font-weight:600;color:#5a9dc0;letter-spacing:.04em;margin-bottom:6px}html[data-theme=aero] .card-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 12px;border-radius:999px;border:1.5px solid rgba(255,255,255,.9);background:linear-gradient(180deg,#ffffffb3,#d2ecff80);box-shadow:inset 0 1px #ffffffe6}html[data-theme=aero] .card-badge-label{font-family:Nunito,sans-serif;font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#4a90c0}html[data-theme=aero] #activity-rows{margin:0 16px;border-top:1px solid rgba(100,180,240,.2)}html[data-theme=aero] #spotify-song{font-family:Nunito,sans-serif;font-size:.68rem;font-weight:700;color:#0d4a80}html[data-theme=aero] #spotify-artist{font-family:Nunito,sans-serif;font-size:.62rem;font-weight:600;color:#5a9dc0}html[data-theme=aero] .time-txt{font-family:Nunito,sans-serif;font-size:.55rem;font-weight:600;color:#5a9dc0}html[data-theme=aero] #game-name{font-family:Nunito,sans-serif;font-size:.68rem;font-weight:700;color:#0d4a80}html[data-theme=aero] .game-sub{font-family:Nunito,sans-serif;font-size:.62rem;font-weight:600;color:#5a9dc0}.links{width:100%;display:flex;flex-direction:column}html[data-theme=dark] .links{gap:10px}html[data-theme=aero] .links{gap:9px}html[data-theme=dark] .link-btn{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:10px;border:1px solid rgba(255,255,255,.07);background:#0f0f1a;color:#f0eeffad;font-family:JetBrains Mono,monospace;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:all .2s var(--ease);cursor:pointer;position:relative;overflow:hidden}html[data-theme=dark] .link-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(108,92,231,.06),transparent);transform:translate(-100%);transition:transform .4s var(--ease)}html[data-theme=dark] .link-btn:hover{border-color:#ffffff1f;color:#fff;background:#141420;transform:translateY(-1px)}html[data-theme=dark] .link-btn:hover:before{transform:translate(100%)}html[data-theme=dark] .link-btn:active{transform:translateY(0)}html[data-theme=dark] .link-arrow{font-size:.65rem;color:#f0eeff66;transition:transform .2s,color .2s}html[data-theme=dark] .link-btn:hover .link-arrow{transform:translate(2px);color:#f0eeffad}html[data-theme=aero] .link-btn{display:flex;align-items:center;gap:14px;padding:13px 20px;border-radius:999px;border:1.5px solid rgba(255,255,255,.92);background:linear-gradient(180deg,#ffffffe0,#d2ecffbd 52%,#b6defca6);color:#1a5a90;font-family:Nunito,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.02em;text-transform:none;text-decoration:none;transition:all .18s var(--ease);cursor:pointer;position:relative;overflow:hidden;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 3px 10px #1e64c81f,0 1px 3px #1e64c81a,inset 0 1.5px #fff,inset 0 -1px #64a0dc33}html[data-theme=aero] .link-btn:before{content:"";position:absolute;top:0;left:0;right:0;height:52%;background:linear-gradient(180deg,rgba(255,255,255,.58) 0%,transparent 100%);border-radius:999px 999px 0 0;pointer-events:none}html[data-theme=aero] .link-btn:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transform:translate(-100%);transition:transform .38s ease}html[data-theme=aero] .link-btn:hover{transform:translateY(-2px);background:linear-gradient(180deg,#fffffffa,#dcf2ffe6 52%,#c0e4ffd1);color:#0d3d6e;box-shadow:0 6px 22px #1e64c833,0 2px 6px #1e64c824,inset 0 1.5px #fff,inset 0 -1px #64a0dc40}html[data-theme=aero] .link-btn:hover:after{transform:translate(100%)}html[data-theme=aero] .link-btn:active{transform:translateY(0)}html[data-theme=aero] .link-arrow{font-size:.72rem;color:#5ba8d8;transition:transform .18s,color .18s}html[data-theme=aero] .link-btn:hover .link-arrow{transform:translate(3px);color:#1a6baa}.link-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.link-icon svg{width:18px;height:18px;fill:currentColor}.link-label{flex:1}@keyframes disc-spin{to{transform:rotate(360deg)}}#music-float{position:fixed;bottom:22px;right:22px;z-index:300;display:flex;align-items:center;gap:10px;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}#music-float.visible{opacity:1;pointer-events:auto;transform:translateY(0)}#vol-wrap{display:flex;align-items:center;gap:6px;background:linear-gradient(155deg,#ffffffd1,#d2eeffb8);border:1.5px solid rgba(255,255,255,.92);border-radius:999px;padding:6px 12px 6px 10px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 18px #1e64c824,inset 0 1px #fff;overflow:hidden;max-width:32px;transition:max-width .35s cubic-bezier(.16,1,.3,1),padding .35s ease,opacity .35s ease}#vol-wrap:hover,#vol-wrap:focus-within{max-width:160px;padding:6px 14px 6px 10px}#vol-icon{width:16px;height:16px;flex-shrink:0;fill:#1a6baa}#vol-slider{width:80px;flex-shrink:0;-webkit-appearance:none;appearance:none;height:4px;border-radius:999px;background:linear-gradient(90deg,#3aa8f0,#c8e8fa);outline:none;cursor:pointer;opacity:0;transition:opacity .25s ease .05s}#vol-wrap:hover #vol-slider,#vol-wrap:focus-within #vol-slider{opacity:1}#vol-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:linear-gradient(145deg,#6dcfff,#1a7fd4);box-shadow:0 1px 4px #1464dc66,inset 0 1px #ffffff80;cursor:pointer}#vol-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;border:none;background:linear-gradient(145deg,#6dcfff,#1a7fd4);box-shadow:0 1px 4px #1464dc66;cursor:pointer}#music-fab{width:48px;height:48px;border-radius:50%;flex-shrink:0;border:none;cursor:pointer;background:linear-gradient(160deg,#5cc8ff,#1a85d4 60%,#0f6ab8);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #1464dc73,0 2px 6px #1464dc4d,inset 0 1.5px #ffffff8c,inset 0 -1px #003c8c4d;transition:transform .15s ease,box-shadow .15s ease;position:relative;overflow:hidden}.fab-shine{position:absolute;top:3px;left:8px;right:8px;height:46%;background:linear-gradient(180deg,rgba(255,255,255,.48) 0%,transparent 100%);border-radius:50%;pointer-events:none}#music-fab:hover{transform:scale(1.1);box-shadow:0 8px 28px #1464dc8c,0 3px 8px #1464dc4d,inset 0 1.5px #ffffff8c,inset 0 -1px #003c8c4d}#music-fab:active{transform:scale(.95)}#music-fab svg{width:16px;height:16px;fill:#fff;position:relative;z-index:1}html[data-theme=dark] .footer{font-family:JetBrains Mono,monospace;font-size:.6rem;letter-spacing:.15em;color:#f0eeff66;text-transform:uppercase;opacity:.5}html[data-theme=aero] .footer{font-family:Nunito,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.04em;color:#5a9dc0;opacity:.9}.container>*{opacity:0;animation:fadeUp .5s var(--ease) forwards}.container>*:nth-child(1){animation-delay:.05s}.container>*:nth-child(2){animation-delay:.12s}.container>*:nth-child(3){animation-delay:.2s}.container>*:nth-child(4){animation-delay:.28s}.container>*:nth-child(5){animation-delay:.36s}.container>*:nth-child(6){animation-delay:.44s}.container>*:nth-child(7){animation-delay:.52s}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.links .link-btn{opacity:0;animation:fadeUp .4s var(--ease) forwards}.links .link-btn:nth-child(1){animation-delay:.22s}.links .link-btn:nth-child(2){animation-delay:.28s}.links .link-btn:nth-child(3){animation-delay:.34s}.links .link-btn:nth-child(4){animation-delay:.4s}.links .link-btn:nth-child(5){animation-delay:.46s}.links .link-btn:nth-child(6){animation-delay:.52s}.links .link-btn:nth-child(7){animation-delay:.58s}.links .link-btn:nth-child(8){animation-delay:.64s}
