@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color:#f5f3ff;font-synthesis:none;text-rendering:optimizelegibility;--background:#030304;--surface:#0b0a0f;--text:#f5f3ff;--muted:#96909f;--purple:#7957ff;--purple-dark:#38236b;--indigo:#31226b;background:#030304;font-family:Inter,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at 50% -20%,#161020 0%,#070609 35%,#030304 70%);overflow-x:hidden}.app{justify-content:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.page-content{z-index:10;flex-direction:column;align-items:center;width:min(100%,680px);padding:90px 24px 60px;animation:.8s both pageFadeIn;display:flex;position:relative}.hero{text-align:center;width:100%}.eyebrow{letter-spacing:.32em;color:#9a82ff;margin:0 0 16px;font-size:.68rem;font-weight:600}.hero h1{letter-spacing:-.06em;color:#fff;text-shadow:0 0 30px #7957ff2e,0 0 80px #7957ff14;margin:0;font-size:clamp(3.5rem,11vw,6rem);font-weight:700}.subtitle{color:#b7b0c0;letter-spacing:.08em;margin:14px 0 0;font-size:.9rem;font-weight:500}.intro{color:#79737f;max-width:430px;margin:24px auto 0;font-size:.9rem;line-height:1.7}.aura-background{pointer-events:none;z-index:0;background:#030304;position:fixed;inset:0;overflow:hidden}.aura{filter:blur(110px);opacity:.3;will-change:transform;border-radius:50%;position:absolute}.aura-one{background:#6846ff8c;width:550px;height:550px;animation:15s ease-in-out infinite alternate auraOne;top:-250px;left:50%}.aura-two{background:#3d257a6b;width:450px;height:450px;animation:19s ease-in-out infinite alternate auraTwo;top:40%;left:-200px}.aura-three{background:#4f309c52;width:500px;height:500px;animation:22s ease-in-out infinite alternate auraThree;bottom:-100px;right:-260px}.vignette{background:radial-gradient(circle,#0000 20%,#0003 60%,#000000bf 100%);position:absolute;inset:0}.noise{opacity:.035;mix-blend-mode:soft-light;background-image:repeating-radial-gradient(circle at 0 0,#0000 0,#fff 1px,#0000 1.5px);background-size:8px 8px;position:absolute;inset:0}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes auraOne{0%{transform:translate(-50%)scale(1)}to{transform:translate(-45%,90px)scale(1.15)}}@keyframes auraTwo{0%{transform:translate(0)scale(1)}to{transform:translate(130px,-80px)scale(1.2)}}@keyframes auraThree{0%{transform:translate(0)scale(1)}to{transform:translate(-120px,-100px)scale(1.18)}}@media (width<=600px){.page-content{padding:80px 20px 60px}.aura{filter:blur(90px)}}.profile-section{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.profile-image-wrap{justify-content:center;align-items:center;width:150px;height:150px;margin-bottom:30px;display:flex;position:relative}.profile-aura{filter:blur(20px);background:radial-gradient(circle,#7957ff6b 0%,#5a3ab433 40%,#0000 72%);border-radius:50%;width:190px;height:190px;animation:5s ease-in-out infinite profileAuraPulse;position:absolute}.profile-image{z-index:2;object-fit:cover;filter:contrast(1.03)brightness(.92)saturate(.9);border-radius:50%;width:145px;height:145px;animation:6s ease-in-out infinite profileFloat;position:relative;-webkit-mask-image:radial-gradient(circle,#000 50%,#000000f2 62%,#0000008c 76%,#0000 100%);mask-image:radial-gradient(circle,#000 50%,#000000f2 62%,#0000008c 76%,#0000 100%)}.profile-name{letter-spacing:-.06em;color:#fff;text-shadow:0 0 30px #7957ff2e,0 0 80px #7957ff14;margin:0;font-size:clamp(3.5rem,11vw,6rem);font-weight:700}@keyframes profileAuraPulse{0%,to{opacity:.65;transform:scale(.95)}50%{opacity:1;transform:scale(1.08)}}@keyframes profileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width<=600px){.profile-image-wrap{width:130px;height:130px}.profile-image{width:125px;height:125px}.profile-aura{width:165px;height:165px}}.links-section{flex-direction:column;gap:14px;width:100%;margin-top:52px;display:flex}.link-card{width:100%;min-height:82px;color:inherit;background:linear-gradient(135deg,#9b7dff2e,#ffffff09,#6441be14);border-radius:18px;padding:1px;text-decoration:none;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.link-card:before{content:"";-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:0;background:linear-gradient(145deg,#121018f0,#08070bf5);border-radius:17px;position:absolute;inset:1px}.link-card-glow{filter:blur(45px);opacity:0;background:#7752ff4d;border-radius:50%;width:180px;height:180px;transition:opacity .2s;position:absolute;top:-90px;right:-80px}.link-card-content{z-index:2;justify-content:space-between;align-items:center;gap:20px;min-height:80px;padding:18px 22px;display:flex;position:relative}.link-card h2{letter-spacing:-.01em;color:#f4f1fa;margin:0;font-size:1rem;font-weight:600}.link-card p{color:#716b78;margin:6px 0 0;font-size:.78rem}.link-arrow{color:#70667e;flex-shrink:0;font-size:1.15rem;transition:transform .18s,color .18s}.link-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000059,0 0 30px #6946dc14}.link-card:hover .link-card-glow{opacity:1}.link-card:hover .link-arrow{color:#a78dff;transform:translate(2px,-2px)}.link-card:active{transform:translateY(-1px)scale(.995)}@media (width<=600px){.links-section{margin-top:42px}.link-card{border-radius:16px}.link-card:before{border-radius:15px}.link-card-content{padding:17px 18px}}.social-icons{justify-content:center;align-items:center;gap:12px;width:100%;margin-top:34px;display:flex}.social-icon{color:#77717e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a090db8;border:1px solid #9b7dff1a;border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:transform .18s,color .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;position:relative}.social-icon:before{content:"";border-radius:inherit;opacity:0;background:radial-gradient(circle,#7957ff29,#0000 70%);transition:opacity .18s;position:absolute;inset:0}.social-icon svg{z-index:2;position:relative}.social-icon:hover{color:#b09aff;background:#110e17d9;border-color:#9b7dff3d;transform:translateY(-3px);box-shadow:0 8px 25px #0000004d,0 0 25px #7957ff14}.social-icon:hover:before{opacity:1}.social-icon:active{transform:translateY(-1px)scale(.96)}.footer{text-align:center;color:#5f5965;flex-direction:column;align-items:center;width:100%;margin-top:46px;padding-top:10px;display:flex}.footer-line{background:linear-gradient(90deg,#0000,#916eff66,#0000);width:54px;height:1px;margin-bottom:20px}.footer p{letter-spacing:.08em;color:#77717d;margin:0;font-size:.72rem;font-weight:500}.footer span{letter-spacing:.12em;color:#4f4a54;margin-top:7px;font-size:.65rem}@media (prefers-reduced-motion:reduce){.aura,.profile-image,.profile-aura,.page-content{animation:none}}.projects-section{width:100%;margin-top:64px}.section-heading{text-align:left;margin-bottom:20px}.section-eyebrow{letter-spacing:.28em;color:#8f74f8;margin:0 0 6px;font-size:.62rem;font-weight:600}.section-heading h2{letter-spacing:-.03em;color:#f3efff;margin:0;font-size:1.5rem;font-weight:600}.projects-grid{grid-template-columns:1fr;gap:14px;display:grid}.project-card{color:inherit;background:linear-gradient(145deg,#100e15eb,#07060af5);border:1px solid #9673ff1c;border-radius:18px;padding:22px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:block;position:relative;overflow:hidden}.project-card:before{content:"";filter:blur(50px);opacity:0;background:#714ce61f;border-radius:50%;width:220px;height:220px;transition:opacity .18s;position:absolute;top:-130px;right:-120px}.project-card-top{z-index:2;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.project-card h3{color:#f1edf9;margin:0;font-size:1rem;font-weight:600}.project-status{letter-spacing:.08em;text-transform:uppercase;color:#9f89ec;background:#6846c814;border:1px solid #8f6eff26;border-radius:999px;flex-shrink:0;padding:5px 9px;font-size:.6rem;font-weight:600}.project-card p{z-index:2;color:#716b78;margin:14px 0 18px;font-size:.78rem;line-height:1.65;position:relative}.project-view{z-index:2;color:#8b7a9d;font-size:.7rem;font-weight:500;position:relative}.project-card:hover{border-color:#9673ff38;transform:translateY(-3px);box-shadow:0 14px 40px #00000047,0 0 35px #6744d712}.project-card:hover:before{opacity:1}.project-card:hover .project-view{color:#af99ff}@media (width<=600px){.projects-section{margin-top:54px}.project-card{border-radius:16px;padding:19px}}.aura-cloud{pointer-events:none;mix-blend-mode:screen;will-change:transform, opacity;border-radius:50%;position:absolute}.cloud-one{filter:blur(65px);background:radial-gradient(#6843ff2e 0%,#4c2aa01a 35%,#0000 72%);width:700px;height:320px;animation:12s ease-in-out infinite alternate cloudOne;top:15%;left:50%}.cloud-two{filter:blur(75px);background:radial-gradient(#5934be26,#0000 70%);width:420px;height:650px;animation:17s ease-in-out infinite alternate cloudTwo;top:20%;left:-170px}.cloud-three{filter:blur(80px);background:radial-gradient(#744bff21,#0000 70%);width:500px;height:700px;animation:20s ease-in-out infinite alternate cloudThree;top:38%;right:-220px}.cloud-four{filter:blur(80px);background:radial-gradient(#4d2caa24,#0000 72%);width:700px;height:350px;animation:15s ease-in-out infinite alternate cloudFour;bottom:-100px;left:50%}.center-aura{filter:blur(60px);background:radial-gradient(#5b37cd1c 0%,#3d228712 32%,#0000 70%);width:850px;height:1100px;animation:8s ease-in-out infinite centerAuraPulse;position:absolute;top:-120px;left:50%}@keyframes cloudOne{0%{opacity:.55;transform:translate(-50%)translateY(-20px)scale(.9)}to{opacity:1;transform:translate(-50%)translateY(60px)scale(1.15)}}@keyframes cloudTwo{0%{opacity:.45;transform:translate(0)scale(.9)}to{opacity:.85;transform:translate(160px,-70px)scale(1.15)}}@keyframes cloudThree{0%{opacity:.45;transform:translate(0)scale(1)}to{opacity:.9;transform:translate(-170px,-100px)scale(1.18)}}@keyframes cloudFour{0%{opacity:.45;transform:translate(-50%)translateY(40px)scale(.9)}to{opacity:.85;transform:translate(-50%)translateY(-80px)scale(1.2)}}@keyframes centerAuraPulse{0%,to{opacity:.6;transform:translate(-50%)scale(.94)}50%{opacity:1;transform:translate(-50%)scale(1.08)}}.presence-card{background:linear-gradient(145deg,#110e17eb,#07060af5);border:1px solid #9673ff24;border-radius:20px;width:100%;margin-top:34px;padding:20px;position:relative;overflow:hidden;box-shadow:0 12px 45px #0000003d,0 0 45px #6c45e10f}.presence-glow{filter:blur(70px);pointer-events:none;background:#7a51ff38;border-radius:50%;width:320px;height:320px;animation:7s ease-in-out infinite presenceAura;position:absolute;top:-210px;right:-130px}.discord-profile-row{z-index:2;align-items:center;gap:15px;display:flex;position:relative}.presence-avatar-wrap{flex-shrink:0;width:58px;height:58px;position:relative}.presence-avatar{object-fit:cover;border:1px solid #a485ff2e;border-radius:17px;width:58px;height:58px;display:block;box-shadow:0 8px 25px #00000047,0 0 24px #6f49e614}.avatar-status-dot{border:3px solid #09080c;border-radius:50%;width:14px;height:14px;position:absolute;bottom:-3px;right:-3px}.status-dot.online,.avatar-status-dot.online{background:#43b581;box-shadow:0 0 8px #43b581a6,0 0 18px #43b58140}.status-dot.idle,.avatar-status-dot.idle{background:#faa61a;box-shadow:0 0 8px #faa61a73}.status-dot.dnd,.avatar-status-dot.dnd{background:#f04747;box-shadow:0 0 8px #f0474780}.status-dot.offline,.avatar-status-dot.offline{background:#747f8d}.presence-content{z-index:2;min-width:0;position:relative}.presence-top{align-items:center;gap:7px;margin-bottom:5px;display:flex}.discord-mini-icon{color:#8870ef;font-size:.8rem}.presence-status{letter-spacing:.11em;text-transform:uppercase;color:#918a9a;font-size:.6rem;font-weight:600}.presence-content h3{color:#f3effa;margin:0;font-size:1rem;font-weight:600}.presence-content p{color:#6f6976;margin:4px 0 0;font-size:.72rem}.spotify-presence{z-index:2;border-top:1px solid #ffffff0e;align-items:center;gap:13px;margin-top:18px;padding-top:17px;display:flex;position:relative}.spotify-icon-wrap{color:#1db954;background:#1db95414;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:inset 0 0 0 1px #1db9541f}.spotify-info{flex-direction:column;flex:1;min-width:0;display:flex}.spotify-label{letter-spacing:.11em;color:#66606b;margin-bottom:4px;font-size:.52rem;font-weight:600}.spotify-info strong{color:#e9e5ed;text-overflow:ellipsis;white-space:nowrap;font-size:.79rem;font-weight:600;overflow:hidden}.spotify-info p{color:#78717e;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.68rem;overflow:hidden}.spotify-time{font-variant-numeric:tabular-nums;color:#77717c;background:#ffffff06;border:1px solid #ffffff0e;border-radius:8px;flex-shrink:0;padding:5px 8px;font-size:.62rem}.presence-loading{align-items:center;gap:15px;min-height:98px;display:flex}@keyframes presenceAura{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}@media (width<=600px){.presence-card{border-radius:17px;margin-top:28px;padding:17px}.presence-avatar-wrap,.presence-avatar{width:52px;height:52px}.spotify-time{display:none}}.jarvis-shell{z-index:10;flex-direction:column;gap:18px;width:min(100%,900px);height:100vh;padding:32px 24px;display:flex;position:relative}.jarvis-header{justify-content:space-between;align-items:center;display:flex}.jarvis-header h1{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,6vw,3.6rem)}.jarvis-status{letter-spacing:.14em;color:#777;align-items:center;gap:9px;font-size:.72rem;display:flex}.jarvis-status span{background:#555;border-radius:50%;width:9px;height:9px;box-shadow:0 0 14px #555}.jarvis-status.online{color:#bcaeff}.jarvis-status.online span{background:#8d71ff;box-shadow:0 0 18px #7957ff}.jarvis-chat{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#08070cb8;border:1px solid #ffffff14;border-radius:24px;flex:1;padding:22px;overflow:auto}.jarvis-empty{text-align:center;height:100%;min-height:300px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.jarvis-empty h2{color:#fff;margin:18px 0 6px}.jarvis-orb{background:radial-gradient(circle,#8d71ff 0,#38236b 35%,#0000 70%);border:1px solid #8d71ff;border-radius:50%;width:78px;height:78px;box-shadow:0 0 55px #7957ff8c}.jarvis-message{max-width:78%;margin:0 0 16px}.jarvis-message.user{margin-left:auto}.jarvis-message span{letter-spacing:.16em;color:#8f87a0;font-size:.62rem}.jarvis-message p{white-space:pre-wrap;background:#121018;border-radius:16px;margin:5px 0 0;padding:12px 15px;line-height:1.55}.jarvis-message.user p{background:#241942}.jarvis-message.system p{background:#241315}.jarvis-composer{gap:10px;display:flex}.jarvis-composer input{color:#fff;font:inherit;background:#0b0a0f;border:1px solid #ffffff1a;border-radius:16px;outline:none;flex:1;padding:16px 18px}.jarvis-composer input:focus{border-color:#7957ff}.jarvis-composer button,.jarvis-primary{color:#fff;font:inherit;cursor:pointer;background:#7957ff;border:0;border-radius:14px;padding:0 22px;font-weight:600;text-decoration:none}.jarvis-composer button:disabled{opacity:.4;cursor:not-allowed}.jarvis-center{z-index:10;color:#fff;margin:auto;position:relative}.jarvis-login{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.jarvis-login h1{margin:0;font-size:3rem}.jarvis-primary{margin-top:8px;padding:14px 22px}@media (width<=600px){.jarvis-shell{padding:20px 14px}.jarvis-header{align-items:flex-end}.jarvis-message{max-width:90%}.jarvis-status{font-size:.58rem}.jarvis-composer button{padding:0 16px}}n .jarvis-mic{width:54px;min-width:54px;transition:all .18s;background:#17131f!important;border:1px solid #ffffff1a!important;border-radius:16px!important;padding:0!important;font-size:1.1rem!important}.jarvis-mic:hover:not(:disabled){transform:translateY(-1px);border-color:#7957ff!important}.jarvis-mic.recording{box-shadow:0 0 24px #ff466933;background:#3a1622!important;border-color:#ff617d!important}.jarvis-listening{color:#ffd5dc;letter-spacing:.04em;align-items:center;gap:9px;padding:0 5px;font-size:.8rem;display:flex}.jarvis-listening small{color:#8f8798;margin-left:auto}.jarvis-listening-dot{background:#ff617d;border-radius:50%;width:9px;height:9px;animation:1s infinite jarvisPulse;box-shadow:0 0 14px #ff617d}.jarvis-message.voice-pending p{opacity:.7;font-style:italic}@keyframes jarvisPulse{0%,to{opacity:.65;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@media (width<=600px){.jarvis-mic{width:50px;min-width:50px}.jarvis-listening small{display:none}}.jarvis-header-actions{align-items:center;gap:12px;display:flex}.jarvis-speaker{color:#fff;cursor:pointer;background:#17131f;border:1px solid #ffffff1a;border-radius:12px;place-items:center;width:38px;height:38px;font-size:1rem;transition:all .18s;display:grid}.jarvis-speaker:hover{border-color:#7957ff;transform:translateY(-1px)}.jarvis-speaker.enabled{box-shadow:0 0 18px #7957ff24}.jarvis-speaking{color:#cfc4ff;letter-spacing:.04em;align-items:center;gap:9px;padding:0 5px;font-size:.8rem;display:flex}.jarvis-speaking-dot{background:#8d71ff;border-radius:50%;width:9px;height:9px;animation:.85s infinite jarvisPulse;box-shadow:0 0 14px #8d71ff}.jarvis-speaking button{color:#ddd;cursor:pointer;background:#17131f;border:1px solid #ffffff1a;border-radius:9px;margin-left:auto;padding:5px 10px}@media (width<=600px){.jarvis-header-actions{gap:7px}.jarvis-speaker{width:34px;height:34px}}.control-page{min-height:100vh;overflow-y:auto}.control-center-shell{z-index:10;width:min(100%,980px);padding:max(28px, env(safe-area-inset-top)) 20px calc(56px + env(safe-area-inset-bottom));margin:0 auto;position:relative}.control-center-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.control-center-header h1,.control-placeholder-card h1{color:#fff;letter-spacing:-.055em;margin:0;font-size:clamp(2rem,7vw,4rem);line-height:1}.control-eyebrow{color:#947cff;letter-spacing:.24em;margin:0 0 10px;font-size:.62rem;font-weight:700}.control-subtitle{color:#827b8b;max-width:560px;margin:10px 0 0;font-size:.88rem;line-height:1.55}.control-primary-button,.control-ghost-button,.control-back-button{min-height:46px;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:14px;justify-content:center;align-items:center;font-weight:600;text-decoration:none;display:inline-flex}.control-primary-button{color:#fff;background:linear-gradient(145deg,#866aff,#6447da);border:1px solid #a68bff47;padding:0 20px;box-shadow:0 12px 34px #5b3bd242}.control-ghost-button,.control-back-button{color:#c9c1d2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c0a11c2;border:1px solid #ffffff17;padding:0 15px}.control-hero-card,.jarvis-control-hero,.control-placeholder-card{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:radial-gradient(circle at 85% 10%,#744dff24,#0000 34%),linear-gradient(145deg,#120f19f2,#060509f5);border:1px solid #9673ff29;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 18px 55px #00000052,0 0 60px #6643de12}.control-hero-card{grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:22px;display:grid}.control-orb-small,.jarvis-control-orb{background:radial-gradient(circle at 38% 32%,#d8d0ff 0 4%,#927cff 13%,#4c2c9a 38%,#10091fe0 62%,#0000 70%);border-radius:50%;box-shadow:0 0 24px #8161ff99,0 0 60px #5c3adb52,inset 0 0 22px #ffffff14}.control-orb-small{width:70px;height:70px}.control-hero-copy h2,.jarvis-control-hero-copy h2{color:#fff;margin:9px 0 6px;font-size:1.25rem}.control-hero-copy p,.jarvis-control-hero-copy p,.control-placeholder-card>p:not(.control-eyebrow){color:#77717f;margin:0;font-size:.82rem;line-height:1.6}.control-status-pill{letter-spacing:.13em;color:#79727f;background:#ffffff06;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;min-height:26px;padding:0 10px;font-size:.57rem;font-weight:700;display:inline-flex}.control-status-pill i{background:#625d68;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #625d6880}.control-status-pill.online{color:#c6baff;border-color:#8d71ff2e}.control-status-pill.online i{background:#967dff;box-shadow:0 0 15px #9171ffe6}.control-status-pill.offline i{background:#665e6a}.control-section{margin-top:28px}.control-section-heading{margin:0 0 14px}.control-section-heading p{color:#7964d8;letter-spacing:.2em;margin:0 0 5px;font-size:.58rem;font-weight:700}.control-section-heading h2{color:#f6f2ff;letter-spacing:-.025em;margin:0;font-size:1.2rem}.control-grid,.jarvis-control-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.control-tile{min-height:138px;color:inherit;-webkit-tap-highlight-color:transparent;background:radial-gradient(circle at 88% 9%,#7750fa14,#0000 32%),linear-gradient(145deg,#0f0d14eb,#07060af5);border:1px solid #ffffff13;border-radius:20px;flex-direction:column;justify-content:flex-end;gap:5px;padding:18px;text-decoration:none;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 36px #0000002e}.control-tile.featured{background:radial-gradient(circle at 82% 15%,#7a52ff2b,#0000 38%),linear-gradient(145deg,#1b142bf2,#08070cf7);border-color:#9274ff33}.control-tile:active{transform:scale(.985)}.control-tile-icon{color:#a58eff;background:#6f48dc14;border:1px solid #9678ff21;border-radius:13px;place-items:center;width:38px;height:38px;font-size:1rem;display:grid;position:absolute;top:15px;left:16px}.control-tile strong{color:#f5f2fb;font-size:.95rem}.control-tile small{color:#706a76;max-width:90%;font-size:.69rem;line-height:1.45}.control-tile-arrow{color:#796e86;font-size:1.3rem;position:absolute;bottom:16px;right:16px}.jarvis-control-hero{align-items:center;gap:24px;min-height:240px;padding:24px;display:flex}.jarvis-control-orb-wrap{place-items:center;width:150px;min-width:150px;display:grid}.jarvis-control-orb{width:112px;height:112px;animation:4.8s ease-in-out infinite controlOrbBreath}.jarvis-control-orb.offline{filter:grayscale(.7)brightness(.6);opacity:.65;animation:none}@keyframes controlOrbBreath{0%,to{transform:scale(.96);box-shadow:0 0 24px #8161ff7a,0 0 52px #5c3adb3d}50%{transform:scale(1.05);box-shadow:0 0 34px #967effb3,0 0 78px #5c3adb66}}.jarvis-control-hero-copy h2{letter-spacing:-.04em;font-size:clamp(1.45rem,5vw,2.25rem)}.control-center-loading,.control-center-login{z-index:10;margin:auto;position:relative}.control-center-login{text-align:center;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#08070cd6;border:1px solid #9673ff29;border-radius:24px;width:min(100% - 36px,460px);padding:28px}.control-center-login h1{color:#fff;margin:0;font-size:2.5rem}.control-center-login p:not(.control-eyebrow){color:#817988}.control-back-row{justify-content:space-between;gap:10px;margin-bottom:18px;display:flex}.control-placeholder-card{flex-direction:column;justify-content:center;min-height:320px;padding:28px;display:flex}.control-coming-soon{color:#9685dc;letter-spacing:.06em;background:#6e4bc80f;border:1px solid #9673ff24;border-radius:999px;align-self:flex-start;margin-top:22px;padding:8px 10px;font-size:.63rem}@media (hover:hover){.control-tile:hover,.control-primary-button:hover,.control-ghost-button:hover,.control-back-button:hover{transform:translateY(-2px)}.control-tile:hover{border-color:#9375ff38;box-shadow:0 16px 42px #00000047,0 0 32px #6846d20f}}@media (width<=680px){.control-center-shell{padding-left:14px;padding-right:14px}.control-center-header{align-items:center}.control-center-header h1{font-size:clamp(2rem,10vw,3rem)}.control-subtitle{font-size:.76rem}.control-hero-card{border-radius:20px;grid-template-columns:auto 1fr}.control-hero-action{grid-column:1/-1;width:100%}.control-grid,.jarvis-control-grid{grid-template-columns:1fr 1fr;gap:10px}.control-tile{border-radius:18px;min-height:145px;padding:16px}.control-tile small{max-width:100%}.jarvis-control-hero{text-align:center;flex-direction:column;min-height:0;padding:22px 18px}.jarvis-control-orb-wrap{width:auto;min-width:0}.jarvis-control-orb{width:96px;height:96px}}@media (width<=430px){.control-grid,.jarvis-control-grid{grid-template-columns:1fr}.control-tile{min-height:118px}.control-center-header .control-ghost-button{min-height:40px;padding:0 12px;font-size:.75rem}}@media (prefers-reduced-motion:reduce){.jarvis-control-orb{animation:none}}.system-dashboard-shell{width:min(100%,1080px)}.system-dashboard-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.system-dashboard-header h1{color:#fff;letter-spacing:-.055em;margin:0;font-size:clamp(2rem,8vw,3.6rem);line-height:1}.system-dashboard-header>div>p:last-child{color:#81798a;margin:10px 0 0;font-size:.78rem}.system-error{color:#ffb5c0;background:#4f18234d;border:1px solid #ff657d33;border-radius:14px;margin-bottom:14px;padding:12px 14px;font-size:.76rem}.system-waiting-card{min-height:280px}.system-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.system-stat-card,.system-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(circle at 90% 10%,#714eeb12,#0000 30%),linear-gradient(145deg,#0f0d14f0,#07060af7);border:1px solid #ffffff13;box-shadow:0 12px 36px #0003}.system-stat-card{border-radius:20px;min-height:168px;padding:17px}.system-stat-card.primary{background:radial-gradient(circle at 84% 12%,#7952ff29,#0000 37%),linear-gradient(145deg,#191327f2,#08070cfa);border-color:#9274ff30}.system-stat-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px;display:flex}.system-stat-top span{color:#756d7d;letter-spacing:.15em;font-size:.55rem;font-weight:700}.system-stat-top strong{color:#c7baff;font-variant-numeric:tabular-nums;font-size:1.02rem}.system-stat-card h3{color:#f3eff8;margin:14px 0 6px;font-size:.86rem;line-height:1.35}.system-stat-card p{color:#6e6873;margin:0;font-size:.65rem;line-height:1.5}.system-meter{background:#ffffff0e;border-radius:999px;width:100%;height:5px;overflow:hidden}.system-meter>span{border-radius:inherit;background:linear-gradient(90deg,#6044cc,#9a82ff);height:100%;transition:width .55s;display:block;box-shadow:0 0 14px #8465ff59}.system-two-column{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.system-panel{border-radius:20px;padding:18px}.system-panel-title{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.system-panel-title p{color:#7560cf;letter-spacing:.18em;margin:0 0 4px;font-size:.52rem;font-weight:700}.system-panel-title h2{color:#f1edf7;margin:0;font-size:1rem}.system-mini-value{color:#8a8190;font-variant-numeric:tabular-nums;font-size:.68rem}.system-drive-list,.system-service-list,.system-process-list{flex-direction:column;gap:11px;display:flex}.system-drive{background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;padding:11px 12px}.system-drive-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.system-drive-row strong{color:#eee9f4;font-size:.77rem}.system-drive-row span,.system-drive small{color:#716a77;font-size:.62rem}.system-drive small{margin-top:7px;display:block}.system-network-grid{grid-template-columns:1fr 1fr;gap:10px;min-height:116px;display:grid}.system-network-grid>div{background:#ffffff05;border:1px solid #ffffff0d;border-radius:15px;flex-direction:column;justify-content:center;padding:15px;display:flex}.system-network-grid span{color:#736c79;letter-spacing:.12em;font-size:.53rem;font-weight:700}.system-network-grid strong{color:#f1ecf7;font-variant-numeric:tabular-nums;margin-top:7px;font-size:1rem}.system-service{background:#ffffff04;border:1px solid #ffffff0b;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:39px;padding:0 11px;display:grid}.system-service i{background:#675f6c;border-radius:50%;width:7px;height:7px}.system-service.online i{background:#9278ff;box-shadow:0 0 12px #9278ffc7}.system-service span{color:#a29aa9;font-size:.7rem}.system-service strong{color:#6f6875;letter-spacing:.09em;font-size:.5rem}.system-service.online strong{color:#a996ff}.system-process{border-bottom:1px solid #ffffff0b;grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;column-gap:12px;min-height:40px;display:grid}.system-process:last-child{border-bottom:0}.system-process span{color:#dcd7e2;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.7rem;overflow:hidden}.system-process small{color:#5f5964;font-size:.53rem}.system-process strong{color:#8c8392;font-variant-numeric:tabular-nums;grid-area:1/2/3;font-size:.62rem}.system-muted{color:#69636e;margin:0;font-size:.7rem}.system-dashboard-footer{color:#5d5663;justify-content:space-between;align-items:center;padding:14px 4px 0;font-size:.58rem;display:flex}@media (width<=900px){.system-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.system-dashboard-header{align-items:center}.system-two-column{grid-template-columns:1fr}}@media (width<=430px){.system-overview-grid{grid-template-columns:1fr 1fr;gap:9px}.system-stat-card{border-radius:17px;min-height:158px;padding:14px}.system-stat-card h3{font-size:.76rem}.system-stat-card p{font-size:.59rem}.system-panel{border-radius:17px;padding:15px}.system-dashboard-header>div>p:last-child{display:none}}.sleep-dashboard-shell{width:min(100%,1080px)}.sleep-notice{border-radius:14px;margin-bottom:14px;padding:12px 14px;font-size:.74rem}.sleep-notice.ok{color:#cfc4ff;background:#4e379738;border:1px solid #9077ff33}.sleep-notice.error{color:#ffb5c0;background:#4f18234d;border:1px solid #ff657d33}.sleep-state-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.sleep-state-card{background:radial-gradient(circle at 90% 10%,#714eeb0f,#0000 34%),linear-gradient(145deg,#0f0d14f0,#07060af7);border:1px solid #fff1;border-radius:18px;min-height:112px;padding:15px}.sleep-state-card.active{background:radial-gradient(circle at 85% 12%,#7952ff26,#0000 38%),linear-gradient(145deg,#181226f5,#08070cfa);border-color:#9274ff33}.sleep-state-label{color:#706977;letter-spacing:.14em;font-size:.5rem;font-weight:700}.sleep-state-value{align-items:center;gap:8px;margin-top:18px;display:flex}.sleep-state-value i{background:#625c67;border-radius:50%;flex-shrink:0;width:8px;height:8px}.sleep-state-card.active .sleep-state-value i{background:#9278ff;box-shadow:0 0 13px #9278ffcc}.sleep-state-value strong{color:#c6becd;text-overflow:ellipsis;min-width:0;font-size:.69rem;overflow:hidden}.sleep-state-card.active .sleep-state-value strong{color:#eee9ff}.sleep-state-card small{color:#5f5964;margin-top:6px;font-size:.55rem;display:block}.sleep-control-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.sleep-control-panel{background:radial-gradient(circle at 90% 10%,#714eeb0f,#0000 34%),linear-gradient(145deg,#0f0d14f0,#07060af7);border:1px solid #ffffff12;border-radius:20px;flex-direction:column;justify-content:space-between;gap:18px;min-height:170px;padding:18px;display:flex}.sleep-control-panel.featured{background:radial-gradient(circle at 86% 10%,#7a52ff26,#0000 40%),linear-gradient(145deg,#181226f5,#08070cfa);border-color:#9274ff2e}.sleep-control-panel p{color:#7560cf;letter-spacing:.18em;margin:0 0 5px;font-size:.5rem;font-weight:700}.sleep-control-panel h2{color:#f1edf7;margin:0;font-size:1rem}.sleep-control-panel small{color:#696370;margin-top:7px;font-size:.64rem;line-height:1.5;display:block}.sleep-button-row{grid-template-columns:1fr 1fr;gap:9px;display:grid}.sleep-action-button{color:#dcd4ff;min-height:44px;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#6a4ccd1f;border:1px solid #977aff2e;border-radius:13px;padding:0 14px;font-size:.72rem;font-weight:650}.sleep-action-button.danger{color:#dbaeb8;background:#7425361c;border-color:#ff698224}.sleep-action-button:disabled{opacity:.35;cursor:not-allowed}.sleep-events-panel{margin-top:12px}.sleep-event-list{flex-direction:column;display:flex}.sleep-event{border-bottom:1px solid #ffffff0a;grid-template-columns:auto 1fr;align-items:center;gap:11px;min-height:48px;padding:8px 2px;display:grid}.sleep-event:last-child{border-bottom:0}.sleep-event>i{background:#7766c5;border-radius:50%;width:7px;height:7px;box-shadow:0 0 10px #7766c559}.sleep-event strong{color:#c9c2d0;text-transform:capitalize;font-size:.69rem;display:block}.sleep-event small{color:#5e5863;margin-top:3px;font-size:.55rem;display:block}@media (hover:hover){.sleep-action-button:not(:disabled):hover{border-color:#977aff52;transform:translateY(-1px)}}@media (width<=900px){.sleep-state-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.sleep-control-grid{grid-template-columns:1fr}.sleep-state-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=430px){.sleep-state-grid{gap:8px}.sleep-state-card{border-radius:16px;min-height:104px;padding:13px}.sleep-control-panel{border-radius:17px;min-height:158px;padding:16px}}
