@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Outfit:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Outfit:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Rajdhani:wght@300;400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Outfit:wght@300;400;500;600;700&display=swap";*{padding:0;margin:0;box-sizing:border-box}html,body{width:100%;height:100%}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background:#080810;color:#eeeaf8}.player-page,.sp-page,.land{padding-top:0}.player-nav{top:0}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:64px;background:#080810d9;border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.navbar__inner{max-width:1280px;margin:0 auto;height:100%;padding:0 1.5rem;display:flex;align-items:center;gap:2rem}.navbar__logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.navbar__logo-mark{width:34px;height:34px;background:linear-gradient(135deg,#2dd4a7,#1a9e7c);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#080810;box-shadow:0 0 20px #2dd4a740}.navbar__logo-name{font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:600;color:#eeeaf8;letter-spacing:-.01em}.navbar__links{display:flex;align-items:center;gap:.25rem;flex:1;margin-left:1rem}.navbar__link{padding:.4rem .85rem;border-radius:8px;font-size:.875rem;font-family:Outfit,sans-serif;color:#7e7ba8;text-decoration:none;transition:all .15s ease;letter-spacing:.01em}.navbar__link:hover{color:#eeeaf8;background:#ffffff0d}.navbar__link--active{color:#2dd4a7;background:#2dd4a714}.navbar__right{margin-left:auto;display:flex;align-items:center;gap:1rem}.navbar__auth-btns{display:flex;align-items:center;gap:.75rem}.navbar__btn-ghost{padding:.45rem 1rem;border-radius:8px;font-size:.875rem;font-family:Outfit,sans-serif;color:#7e7ba8;text-decoration:none;transition:color .15s ease}.navbar__btn-ghost:hover{color:#eeeaf8}.navbar__btn-primary{padding:.45rem 1.1rem;border-radius:8px;font-size:.875rem;font-family:Outfit,sans-serif;font-weight:500;background:linear-gradient(135deg,#2dd4a7,#1a9e7c);color:#080810;text-decoration:none;transition:opacity .15s ease,transform .15s ease;box-shadow:0 0 20px #2dd4a733}.navbar__btn-primary:hover{opacity:.88;transform:translateY(-1px)}.navbar__profile{position:relative}.navbar__avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#2dd4a7,#7c3aed);color:#fff;font-family:Outfit,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.05em;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid rgba(45,212,167,.3);transition:all .15s ease;box-shadow:0 0 16px #2dd4a726}.navbar__avatar:hover{border-color:#2dd4a7;box-shadow:0 0 24px #2dd4a74d;transform:scale(1.05)}.navbar__dropdown{position:absolute;top:calc(100% + 10px);right:0;width:240px;background:#0e0d1c;border:1px solid rgba(255,255,255,.08);border-radius:14px;box-shadow:0 24px 60px #0009,0 0 0 1px #2dd4a714;padding:.5rem;animation:dropdown-pop .18s cubic-bezier(.34,1.56,.64,1) both;overflow:hidden}@keyframes dropdown-pop{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.navbar__dropdown-user{display:flex;align-items:center;gap:.75rem;padding:.75rem .75rem .5rem}.navbar__dropdown-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2dd4a7,#7c3aed);color:#fff;font-family:Outfit,sans-serif;font-weight:600;font-size:.72rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.navbar__dropdown-name{font-size:.875rem;font-weight:600;color:#eeeaf8;font-family:Outfit,sans-serif}.navbar__dropdown-email{font-size:.72rem;color:#7e7ba8;font-family:Outfit,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.navbar__dropdown-divider{height:1px;background:#ffffff0f;margin:.4rem 0}.navbar__dropdown-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem .75rem;border-radius:8px;font-size:.84rem;color:#7e7ba8;font-family:Outfit,sans-serif;text-decoration:none;background:none;border:none;cursor:pointer;transition:all .15s ease;text-align:left}.navbar__dropdown-item:hover{background:#ffffff0d;color:#eeeaf8}.navbar__dropdown-item--danger:hover{background:#ff505014;color:#ff6b6b}.route-loader{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#080810}.route-loader__spin{width:40px;height:40px;border:3px solid rgba(45,212,167,.15);border-top-color:#2dd4a7;border-radius:50%;animation:spin .7s linear infinite;display:block}@media(max-width:640px){.navbar__links{display:none}.navbar__logo-name{font-size:1rem}}a{text-decoration:none}.land{min-height:100vh;background:#080810;font-family:Outfit,sans-serif;color:#eeeaf8;padding-top:64px}.land__hero{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:4rem 1.5rem 10rem}.land__hero-bg{position:absolute;inset:0;pointer-events:none}.land__orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.12}.land__orb--1{width:700px;height:700px;background:#2dd4a7;top:-200px;left:-200px;animation:orb 12s ease-in-out infinite alternate}.land__orb--2{width:500px;height:500px;background:#7c3aed;bottom:-100px;right:-100px;animation:orb 14s ease-in-out infinite alternate-reverse}.land__orb--3{width:400px;height:400px;background:#f4a23a;top:50%;left:50%;transform:translate(-50%,-50%);animation:orb 10s ease-in-out infinite alternate;opacity:.07}@keyframes orb{0%{transform:scale(1) translate(0)}to{transform:scale(1.15) translate(20px,20px)}}.land__orb--3{animation:orb3 10s ease-in-out infinite alternate}@keyframes orb3{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1.2)}}.land__hero-content{position:relative;z-index:2;text-align:center;max-width:720px;animation:hero-rise .8s cubic-bezier(.34,1.56,.64,1) both}@keyframes hero-rise{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.land__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:100px;background:#2dd4a714;border:1px solid rgba(45,212,167,.2);font-size:.75rem;color:#2dd4a7;letter-spacing:.05em;margin-bottom:2rem;font-weight:500}.land__badge-dot{width:6px;height:6px;border-radius:50%;background:#2dd4a7;animation:dot-pulse 2s ease-in-out infinite;display:block}.land__headline{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:400;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;color:#eeeaf8}.land__headline em{font-style:italic;color:#2dd4a7}.land__sub{font-size:clamp(1rem,2vw,1.15rem);color:#7e7ba8;line-height:1.8;max-width:540px;margin:0 auto 2.5rem}.land__cta{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.land__btn-primary{display:inline-flex;align-items:center;padding:.875rem 2rem;border-radius:12px;background:linear-gradient(135deg,#2dd4a7,#1a9e7c);color:#080810;font-weight:700;font-family:Outfit,sans-serif;font-size:.95rem;letter-spacing:.01em;transition:all .2s ease;box-shadow:0 0 40px #2dd4a74d}.land__btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 60px #2dd4a773}.land__btn-primary--lg{padding:1rem 2.5rem;font-size:1rem}.land__btn-ghost{display:inline-flex;align-items:center;padding:.875rem 1.75rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);color:#7e7ba8;font-family:Outfit,sans-serif;font-size:.95rem;transition:all .2s ease}.land__btn-ghost:hover{border-color:#fff3;color:#eeeaf8}.land__social-proof{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.8rem;color:#3f3c68}.land__avatars{display:flex}.land__avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#2dd4a7,#7c3aed);color:#fff;font-size:.65rem;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid #080810;margin-left:-8px}.land__avatars .land__avatar:first-child{margin-left:0}.land__wave{position:absolute;bottom:0;left:0;right:0;height:140px;display:flex;align-items:flex-end;gap:3px;z-index:1;pointer-events:none;opacity:.4}.land__wave-bar{flex:1;border-radius:2px 2px 0 0;background:linear-gradient(to top,#2dd4a7,#2dd4a71a);animation:land-wave var(--dur,1.4s) ease-in-out infinite alternate;animation-delay:var(--delay,0s);min-height:4px}@keyframes land-wave{0%{height:var(--h-from,10px)}to{height:var(--h-to,50px)}}.land__section{padding:6rem 1.5rem}.land__section--dark{background:#0e0d1ccc}.land__section--cta{background:radial-gradient(ellipse at center,rgba(45,212,167,.08) 0%,transparent 70%);text-align:center}.land__container{max-width:1100px;margin:0 auto}.land__container--center{display:flex;flex-direction:column;align-items:center}.land__section-eye{font-size:.72rem;letter-spacing:.15em;color:#2dd4a7;font-weight:600;text-transform:uppercase;margin-bottom:.75rem}.land__section-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;line-height:1.2;letter-spacing:-.02em;margin-bottom:3rem;color:#eeeaf8}.land__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.land__step{padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.06);background:#0e0d1c80;transition:border-color .2s ease}.land__step:hover{border-color:#2dd4a733}.land__step-num{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:400;color:#2dd4a733;line-height:1;margin-bottom:1rem}.land__step-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#eeeaf8}.land__step-desc{font-size:.875rem;color:#7e7ba8;line-height:1.7}.land__emotions{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.land__emotion-card{padding:1.75rem 1.25rem;border-radius:16px;background:#0e0d1c99;border:1px solid rgba(var(--ecolor),.15);border-color:color-mix(in srgb,var(--ecolor) 20%,transparent);text-align:center;transition:all .2s ease}.land__emotion-card:hover{transform:translateY(-4px);background:#0e0d1ce6;box-shadow:0 12px 40px #0006}.land__emotion-emoji{font-size:2.5rem;margin-bottom:.75rem;display:block}.land__emotion-label{font-size:1rem;font-weight:600;margin-bottom:.4rem}.land__emotion-desc{font-size:.75rem;color:#7e7ba8}.land__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.land__feature-card{padding:2rem;border-radius:16px;background:#0e0d1c99;border:1px solid rgba(255,255,255,.06);transition:all .2s ease}.land__feature-card:hover{border-color:#2dd4a726;transform:translateY(-2px)}.land__feature-icon{font-size:2rem;margin-bottom:1rem}.land__feature-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#eeeaf8}.land__feature-desc{font-size:.84rem;color:#7e7ba8;line-height:1.7}.land__cta-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:400;letter-spacing:-.02em;margin-bottom:1rem;text-align:center}.land__cta-sub{color:#7e7ba8;font-size:.95rem;margin-bottom:2rem;text-align:center}.land__footer{padding:2rem 1.5rem;border-top:1px solid rgba(255,255,255,.06)}.land__footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.land__footer-logo{display:flex;align-items:center;gap:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1rem;color:#eeeaf8}.land__footer-copy{font-size:.78rem;color:#3f3c68}.db{min-height:100vh;background:#080810;font-family:Outfit,sans-serif;color:#eeeaf8;padding-top:64px;position:relative;overflow:hidden}.db-ambient{position:fixed;border-radius:50%;pointer-events:none;filter:blur(120px);opacity:.07}.db-ambient--1{width:600px;height:600px;background:#2dd4a7;top:-100px;left:-200px}.db-ambient--2{width:500px;height:500px;background:#7c3aed;bottom:0;right:-100px}.db-container{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 5rem;display:flex;flex-direction:column;gap:3.5rem;position:relative;z-index:2}.db-section-title{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:600;color:#eeeaf8;margin-bottom:1.25rem;letter-spacing:-.01em}.db-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;animation:db-rise .6s cubic-bezier(.34,1.4,.64,1) both}@keyframes db-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.db-header__greeting{font-size:.9rem;color:#ffffff59;font-weight:400;margin-bottom:.2rem;letter-spacing:.02em}.db-header__name{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-.02em;line-height:1.1}.db-header__wave{font-style:normal}.db-header__sub{font-size:.9rem;color:#ffffff59;margin-top:.5rem}.db-cta-btn{display:flex;align-items:center;gap:.6rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#2dd4a7,#1a9e7c);border-radius:12px;font-size:.9rem;font-weight:600;color:#080810;white-space:nowrap;transition:all .15s;box-shadow:0 0 30px #2dd4a740;text-decoration:none}.db-cta-btn:hover{transform:translateY(-2px);box-shadow:0 0 45px #2dd4a766}.db-cta-btn__icon{font-size:1.1rem}.db-spotify-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.5rem;background:#2dd4a70d;border:1px solid rgba(45,212,167,.15);border-radius:14px;animation:db-rise .6s .1s both}.db-spotify-banner__left{display:flex;align-items:center;gap:1rem}.db-spotify-banner__icon{width:42px;height:42px;border-radius:10px;background:#2dd4a71a;border:1px solid rgba(45,212,167,.2);display:flex;align-items:center;justify-content:center;color:#2dd4a7;flex-shrink:0}.db-spotify-banner__title{font-size:.9rem;font-weight:600;color:#eeeaf8}.db-spotify-banner__sub{font-size:.78rem;color:#ffffff59;margin-top:.1rem}.db-spotify-banner__btn{padding:.5rem 1.25rem;background:#2dd4a7;border-radius:8px;font-size:.82rem;font-weight:700;color:#080810;white-space:nowrap;text-decoration:none;transition:opacity .15s;flex-shrink:0}.db-spotify-banner__btn:hover{opacity:.85}.db-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;animation:db-rise .6s .05s both}.db-stat{position:relative;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;overflow:hidden;transition:border-color .2s,transform .2s}.db-stat:hover{border-color:#ffffff1a;transform:translateY(-2px)}.db-stat__icon{font-size:1.2rem;margin-bottom:1rem;opacity:.5}.db-stat__value{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;color:#eeeaf8;line-height:1;margin-bottom:.4rem}.db-stat__label{font-size:.75rem;color:#ffffff59;letter-spacing:.04em;text-transform:uppercase;font-weight:500}.db-stat__bar{position:absolute;bottom:0;left:0;right:0;height:2px;opacity:.4}.db-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.db-quick-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;text-decoration:none;transition:all .15s;position:relative;overflow:hidden}.db-quick-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-2px)}.db-quick-card--primary{background:#2dd4a70f;border-color:#2dd4a72e}.db-quick-card--primary:hover{background:#2dd4a71a;border-color:#2dd4a747}.db-quick-card__emoji{font-size:1.8rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.db-quick-card__text{flex:1}.db-quick-card__text h3{font-size:.95rem;font-weight:600;color:#eeeaf8;margin-bottom:.2rem}.db-quick-card__text p{font-size:.78rem;color:#ffffff59}.db-quick-card__arrow{color:#fff3;transition:all .15s;flex-shrink:0}.db-quick-card:hover .db-quick-card__arrow{color:#fff9;transform:translate(3px)}.db-mood-bars{display:flex;flex-direction:column;gap:.75rem}.db-mood-bar-row{display:flex;align-items:center;gap:1rem}.db-mood-bar-row__label{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#ffffff8c;width:90px;flex-shrink:0}.db-mood-bar-row__track{flex:1;height:6px;background:#ffffff0f;border-radius:99px;overflow:hidden}.db-mood-bar-row__fill{height:100%;border-radius:99px;transition:width .8s cubic-bezier(.34,1.2,.64,1);opacity:.7}.db-mood-bar-row__count{font-size:.78rem;color:#ffffff4d;width:28px;text-align:right;flex-shrink:0}.db-recent__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;flex-wrap:wrap;gap:.75rem}.db-recent__head .db-section-title{margin-bottom:0}.db-recent__filters{display:flex;align-items:center;gap:.4rem}.db-filter{padding:.3rem .75rem;border-radius:99px;border:1px solid rgba(255,255,255,.08);background:transparent;font-size:.78rem;color:#fff6;cursor:pointer;transition:all .15s;font-family:Outfit,sans-serif}.db-filter:hover{border-color:#ffffff26;color:#ffffffb3}.db-filter--active{background:#2dd4a714;border-color:#2dd4a740;color:#2dd4a7}.db-recent-list{display:flex;flex-direction:column;gap:.5rem}.db-recent-item{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;background:#ffffff06;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:background .12s;cursor:default}.db-recent-item:hover{background:#ffffff0a}.db-recent-item__art{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem;overflow:hidden}.db-recent-item__art img{width:100%;height:100%;object-fit:cover}.db-recent-item__info{flex:1;min-width:0}.db-recent-item__name{font-size:.88rem;font-weight:500;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-recent-item__artist{font-size:.75rem;color:#ffffff4d;margin-top:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-recent-item__right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.db-recent-item__mood{font-size:.68rem;font-weight:600;padding:.2rem .55rem;border-radius:99px;letter-spacing:.03em}.db-recent-item__action{font-size:.9rem;color:#ffffff40;width:20px;text-align:center}.db-see-all{display:block;text-align:center;padding:.85rem;font-size:.82rem;color:#ffffff4d;border:1px dashed rgba(255,255,255,.08);border-radius:10px;text-decoration:none;transition:all .15s;margin-top:.5rem}.db-see-all:hover{color:#fff9;border-color:#ffffff26}.db-skeleton-list{display:flex;flex-direction:column;gap:.5rem}.db-skeleton-item{height:60px;border-radius:12px;background:linear-gradient(90deg,#ffffff08 25%,#ffffff0f,#ffffff08 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.db-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;text-align:center}.db-empty span{font-size:2.5rem}.db-empty p{font-size:.88rem;color:#ffffff59}.db-empty__btn{padding:.55rem 1.25rem;border-radius:8px;border:1px solid rgba(45,212,167,.25);color:#2dd4a7;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .15s}.db-empty__btn:hover{background:#2dd4a714}@media(max-width:768px){.db-stats{grid-template-columns:repeat(2,1fr)}.db-quick-grid{grid-template-columns:1fr}.db-header{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.db-stats{grid-template-columns:1fr 1fr}}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Outfit,sans-serif;color:#eeeaf8;background:#080810;min-height:100vh;overflow-x:hidden}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}img,svg{display:block;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ambient{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.ambient__orb{position:absolute;border-radius:50%;filter:blur(80px)}.ambient__orb--teal{top:-10%;left:-15%;width:55%;height:55%;background:radial-gradient(circle,rgba(45,212,167,.15) 0%,transparent 70%);animation:orb-float-a 20s ease-in-out infinite alternate}.ambient__orb--amber{bottom:-12%;right:-12%;width:48%;height:48%;background:radial-gradient(circle,rgba(244,162,58,.12) 0%,transparent 70%);animation:orb-float-b 26s ease-in-out infinite alternate}.ambient__orb--mid{top:40%;left:55%;width:32%;height:32%;background:radial-gradient(circle,rgba(45,212,167,.07) 0%,transparent 70%);animation:orb-float-a 15s ease-in-out infinite alternate-reverse}@keyframes orb-float-a{0%{transform:translate(0) scale(1)}to{transform:translate(6%,10%) scale(1.12)}}@keyframes orb-float-b{0%{transform:translate(0) scale(1)}to{transform:translate(-7%,-9%) scale(1.18)}}.grain{position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)'/%3E%3C/svg%3E");background-size:256px}.auth-page{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;min-height:100vh}@media(max-width:860px){.auth-page{grid-template-columns:1fr}}.auth-panel{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 2.5rem;overflow:hidden}@media(max-width:860px){.auth-panel{display:none}}.auth-panel__bg{position:absolute;inset:0;z-index:0;background:linear-gradient(160deg,#0e0d1c,#080810 60%)}.auth-panel__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(45,212,167,.06) 0%,transparent 50%,rgba(244,162,58,.05) 100%)}.auth-panel__content{position:relative;z-index:1}.auth-panel__logo{display:flex;align-items:center;gap:.75rem;margin-bottom:3rem}.auth-panel__logo-mark{width:40px;height:40px;background:linear-gradient(135deg,#2dd4a7,#1a9e7c);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 36px #2dd4a738}.auth-panel__logo-mark svg{width:22px;height:22px;color:#080810}.auth-panel__logo-name{font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.01em}.auth-panel__headline{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:400;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.5rem}.auth-panel__headline em{font-style:italic;color:#2dd4a7}.auth-panel__sub{font-size:.875rem;color:#7e7ba8;line-height:1.7;max-width:320px}.auth-panel__wave{position:absolute;bottom:0;left:0;right:0;height:200px;display:flex;align-items:flex-end;gap:3px;padding:0 2rem 2rem;z-index:1}.auth-panel__bar{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(to top,#2dd4a7,#2dd4a733);opacity:.5;animation:wave-dance var(--dur, 1.4s) ease-in-out infinite alternate;animation-delay:var(--delay, 0s);transform-origin:bottom;min-height:4px}.auth-panel__caption{position:relative;z-index:1;font-size:.72rem;color:#3f3c68;display:flex;align-items:center;gap:.5rem}.auth-panel__caption span{color:#2dd4a7}@keyframes wave-dance{0%{height:var(--h-from, 12px)}to{height:var(--h-to, 60px)}}.auth-form-panel{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background:#0e0d1c;border-left:1px solid rgba(255,255,255,.07)}@media(max-width:860px){.auth-form-panel{border-left:none;padding:2rem 1rem}}.auth-card{width:100%;max-width:420px;animation:card-up .48s cubic-bezier(.34,1.56,.64,1) both}@keyframes card-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-mobile-logo{display:none;align-items:center;gap:.75rem;margin-bottom:2rem}@media(max-width:860px){.auth-mobile-logo{display:flex}}.auth-mobile-logo__mark{width:34px;height:34px;background:linear-gradient(135deg,#2dd4a7,#1a9e7c);border-radius:6px;display:flex;align-items:center;justify-content:center}.auth-mobile-logo__mark svg{width:18px;height:18px;color:#080810}.auth-mobile-logo span{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:600}.auth-heading{margin-bottom:2rem}.auth-heading h1{font-family:Playfair Display,Georgia,serif;font-size:2.2rem;font-weight:600;line-height:1.15;letter-spacing:-.025em;margin-bottom:.5rem}.auth-heading h1 em{font-style:italic;font-weight:400;color:#2dd4a7}.auth-heading p{font-size:.875rem;color:#7e7ba8;line-height:1.6}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.field{display:flex;flex-direction:column;gap:.5rem}.field label{font-size:.72rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#7e7ba8}.input-wrap{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;width:15px;height:15px;color:#3f3c68;pointer-events:none;transition:color .2s cubic-bezier(.4,0,.2,1)}.input{width:100%;padding:.8rem 1rem .8rem calc(1.75rem + 15px);background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:12px;color:#eeeaf8;font-size:.875rem;transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1);outline:none}.input::placeholder{color:#3f3c68}.input:focus{border-color:#2dd4a773;background:#ffffff0b;box-shadow:0 0 0 3px #2dd4a747}.input:focus~.input-icon{color:#2dd4a7}.input.error{border-color:#ff6b6b80}.input.error:focus{box-shadow:0 0 0 3px #ff6b6b26}.input-wrap:focus-within .input-icon{color:#2dd4a7}.eye-btn{position:absolute;right:1rem;color:#3f3c68;display:flex;transition:color .2s cubic-bezier(.4,0,.2,1)}.eye-btn svg{width:15px;height:15px}.eye-btn:hover{color:#7e7ba8}.field-err{display:flex;align-items:center;gap:.25rem;font-size:.72rem;color:#ff6b6b;animation:err-pop .2s ease both}.field-err svg{width:12px;height:12px;flex-shrink:0}@keyframes err-pop{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.pw-strength{margin-top:.25rem}.pw-strength__bars{display:flex;gap:.25rem;margin-bottom:4px}.pw-strength__bar{flex:1;height:3px;border-radius:9999px;background:#ffffff12;transition:background .2s cubic-bezier(.4,0,.2,1)}.pw-strength__bar.lit{background:var(--bar-color)}.pw-strength__label{font-size:.72rem;color:var(--bar-color, #3f3c68);transition:color .2s cubic-bezier(.4,0,.2,1)}.forgot-link{align-self:flex-end;margin-top:-.75rem;font-size:.72rem;color:#7e7ba8;transition:color .2s cubic-bezier(.4,0,.2,1)}.forgot-link:hover{color:#2dd4a7}.btn-submit{width:100%;padding:.875rem 1rem;margin-top:.5rem;border-radius:12px;background:linear-gradient(135deg,#2dd4a7,#1a9e7c);border:1px solid rgba(45,212,167,.4);color:#080810;font-size:.875rem;font-weight:600;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .15s ease,box-shadow .2s cubic-bezier(.4,0,.2,1);box-shadow:0 0 36px #2dd4a738;animation:pulse-glow 3s ease-in-out infinite}.btn-submit:hover:not(:disabled){opacity:.88;transform:translateY(-1px);box-shadow:0 0 50px #2dd4a759;animation:none}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{opacity:.45;cursor:not-allowed;animation:none}.btn-submit .spinner{width:15px;height:15px;border:2px solid rgba(8,8,16,.3);border-top-color:#080810;border-radius:50%;animation:spin .7s linear infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 24px #2dd4a733}50%{box-shadow:0 0 44px #2dd4a761}}.auth-error{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#ff6b6b14;border:1px solid rgba(255,107,107,.2);border-radius:12px;font-size:.875rem;color:#ff6b6b;animation:err-pop .25s ease both}.auth-error svg{width:15px;height:15px;flex-shrink:0;margin-top:2px}.auth-switch{margin-top:2rem;text-align:center;font-size:.875rem;color:#7e7ba8}.auth-switch a,.auth-switch button{color:#2dd4a7;font-weight:500;font-size:inherit;background:none;border:none;padding:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.auth-switch a:hover,.auth-switch button:hover{opacity:.75;text-decoration:underline}.auth-terms{font-size:.72rem;color:#3f3c68;text-align:center;line-height:1.7;margin-top:1rem}.auth-terms a{color:#7e7ba8;text-decoration:underline;text-underline-offset:2px}.auth-terms a:hover{color:#2dd4a7}button{cursor:pointer;font-family:inherit;border:none;background:none}.sp-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#080810;font-family:Outfit,sans-serif;color:#eeeaf8;position:relative;overflow:hidden}.sp-bg{position:absolute;inset:0;pointer-events:none}.sp-bg__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}.sp-bg__orb--1{width:500px;height:500px;background:#1db954;top:-100px;left:-150px;animation:orb-drift 8s ease-in-out infinite alternate}.sp-bg__orb--2{width:400px;height:400px;background:#2dd4a7;bottom:-80px;right:-100px;animation:orb-drift 10s ease-in-out infinite alternate-reverse}.sp-bg__orb--3{width:300px;height:300px;background:#7c3aed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes orb-drift{0%{transform:translate(0) scale(1)}to{transform:translate(30px,20px) scale(1.1)}}.sp-wave{position:absolute;bottom:0;left:0;right:0;height:160px;display:flex;align-items:flex-end;gap:3px;z-index:1;pointer-events:none}.sp-wave__bar{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(to top,#1db954,#1db9541a);opacity:.3;animation:sp-wave var(--dur, 1.4s) ease-in-out infinite alternate;animation-delay:var(--delay, 0s);min-height:4px}@keyframes sp-wave{0%{height:var(--h-from, 10px)}to{height:var(--h-to, 50px)}}.sp-card{position:relative;z-index:10;width:100%;max-width:460px;padding:3rem 2.5rem;background:#0e0d1cd9;border:1px solid rgba(255,255,255,.08);border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 40px 80px #0009,0 0 0 1px #1db9541a;display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:card-rise .6s cubic-bezier(.34,1.56,.64,1) both}@keyframes card-rise{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sp-logo{display:flex;align-items:center;gap:.75rem;align-self:flex-start}.sp-logo__mark{width:38px;height:38px;background:linear-gradient(135deg,#2dd4a7,#1a9e7c);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#080810}.sp-logo__name{font-family:Playfair Display,Georgia,serif;font-size:1.3rem;font-weight:600;color:#eeeaf8}.sp-ring{width:110px;height:110px;border-radius:50%;background:#1db9541f;border:2px solid rgba(29,185,84,.3);display:flex;align-items:center;justify-content:center;position:relative;color:#1db954;transition:all .4s ease;margin:.5rem 0}.sp-ring--connected{background:#1db95433;border-color:#1db954;box-shadow:0 0 40px #1db9544d}.sp-ring__icon{position:relative;z-index:2}.sp-ring__pulse{position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(29,185,84,.3);animation:ring-pulse 2s ease-out infinite;pointer-events:none}.sp-ring__pulse--2{inset:-18px;animation-delay:.8s;border-color:#1db95426}@keyframes ring-pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.3);opacity:0}}.sp-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:400;text-align:center;line-height:1.2;color:#eeeaf8}.sp-title em{font-style:italic;color:#1db954}.sp-desc{font-size:.9rem;color:#7e7ba8;text-align:center;line-height:1.7;max-width:340px}.sp-btn{width:100%;padding:1rem 1.5rem;border-radius:100px;background:#1db954;color:#000;font-size:1rem;font-weight:600;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 4px 24px #1db95459}.sp-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 32px #1db95480}.sp-btn:active:not(:disabled){transform:translateY(0)}.sp-btn:disabled{opacity:.7;cursor:not-allowed}.sp-btn--loading{background:#158a3e}.sp-spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.3);border-top-color:#000;border-radius:50%;animation:spin .7s linear infinite}.sp-skip{font-size:.82rem;color:#7e7ba8;transition:color .2s ease;padding:.25rem 0}.sp-skip:hover{color:#eeeaf8}.sp-features{display:flex;gap:1rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.06);width:100%;justify-content:center}.sp-feature{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#7e7ba8}.sp-loader{display:flex;align-items:center;justify-content:center;padding:2rem}.sp-loader__spin{width:36px;height:36px;border:3px solid rgba(29,185,84,.2);border-top-color:#1db954;border-radius:50%;animation:spin .7s linear infinite;display:block}._videoWrapper_1iuze_1{display:flex;justify-content:center;align-items:center;margin:0 auto}._videoWrapper_1iuze_1 ._video_1iuze_1{width:480px;height:360px;border-radius:12px;border:3px solid #444;background:#000;object-fit:cover;box-shadow:0 4px 20px #0006}@keyframes _scanline_1hahe_1{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}@keyframes _pulse-ring_1hahe_1{0%{box-shadow:0 0 #00d4ff66}70%{box-shadow:0 0 0 16px #00d4ff00}to{box-shadow:0 0 #00d4ff00}}@keyframes _blink_1hahe_1{0%,to{opacity:1}50%{opacity:0}}@keyframes _fadeSlideUp_1hahe_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _glitch_1hahe_1{0%{clip-path:inset(20% 0 60% 0);transform:translate(-4px)}20%{clip-path:inset(60% 0 10% 0);transform:translate(4px)}40%{clip-path:inset(10% 0 80% 0);transform:translate(-2px)}60%{clip-path:inset(80% 0 5% 0);transform:translate(2px)}80%{clip-path:inset(40% 0 40% 0);transform:translate(-1px)}to{clip-path:inset(0% 0 0% 0);transform:translate(0)}}@keyframes _ticker_1hahe_314{0%{transform:translate(100%)}to{transform:translate(-100%)}}._page_1hahe_73{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#060a0f;color:#c8dff0;font-family:Rajdhani,sans-serif;overflow:hidden;padding:2rem 1rem 4rem}._page_1hahe_73:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(0,212,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,212,255,.03) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:0}._page_1hahe_73:after{content:"";position:fixed;top:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,rgba(0,212,255,.04),transparent);animation:_scanline_1hahe_1 6s linear infinite;pointer-events:none;z-index:0}._page_1hahe_73>*{position:relative;z-index:1}._header_1hahe_112{text-align:center;margin-bottom:2rem;animation:_fadeSlideUp_1hahe_1 .6s ease both}._header_1hahe_112 ._eyebrow_1hahe_117{font-family:Share Tech Mono,monospace;font-size:.7rem;letter-spacing:.3em;color:#00d4ff;text-transform:uppercase;margin-bottom:.4rem}._header_1hahe_112 ._eyebrow_1hahe_117 span{animation:_blink_1hahe_1 1.2s step-end infinite}._header_1hahe_112 h1{font-size:clamp(1.6rem,4vw,2.6rem);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;line-height:1;margin:0}._header_1hahe_112 h1 em{font-style:normal;color:#00d4ff}._videoCard_1hahe_142{position:relative;animation:_fadeSlideUp_1hahe_1 .6s .15s ease both}._videoCard_1hahe_142:before,._videoCard_1hahe_142:after,._videoCard_1hahe_142 ._cornerTL_1hahe_147,._videoCard_1hahe_142 ._cornerBR_1hahe_147{content:"";position:absolute;width:20px;height:20px;border-color:#00d4ff;border-style:solid;z-index:2}._videoCard_1hahe_142:before{top:-2px;left:-2px;border-width:2px 0 0 2px}._videoCard_1hahe_142:after{top:-2px;right:-2px;border-width:2px 2px 0 0}._videoCard_1hahe_142 ._cornerTL_1hahe_147{bottom:-2px;left:-2px;border-width:0 0 2px 2px}._videoCard_1hahe_142 ._cornerBR_1hahe_147{bottom:-2px;right:-2px;border-width:0 2px 2px 0}._statusBar_1hahe_177{display:flex;align-items:center;gap:.6rem;margin-top:1.4rem;font-family:Share Tech Mono,monospace;font-size:.72rem;color:#3a6080;letter-spacing:.12em;animation:_fadeSlideUp_1hahe_1 .6s .25s ease both}._statusBar_1hahe_177 ._dot_1hahe_188{width:7px;height:7px;border-radius:50%;background:#3a6080;transition:background .3s}._statusBar_1hahe_177 ._dot_1hahe_188._active_1hahe_195{background:#00ff9d;animation:_pulse-ring_1hahe_1 1.8s ease-out infinite}._statusBar_1hahe_177 ._dot_1hahe_188._running_1hahe_199{background:#00d4ff;animation:_pulse-ring_1hahe_1 1s ease-out infinite}._emotionWrapper_1hahe_204{margin-top:1.6rem;animation:_fadeSlideUp_1hahe_1 .6s .3s ease both}._emotionDisplay_1hahe_209{position:relative;background:#0d1520;border:1px solid #1a3a5c;border-radius:4px;padding:1rem 3rem;text-align:center;min-width:260px;overflow:hidden}._emotionDisplay_1hahe_209:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#00d4ff,transparent)}._emotionDisplay_1hahe_209 ._label_1hahe_228{font-family:Share Tech Mono,monospace;font-size:.6rem;letter-spacing:.25em;color:#3a6080;text-transform:uppercase;margin-bottom:.4rem}._emotionDisplay_1hahe_209 ._value_1hahe_236{font-size:2rem;font-weight:700;letter-spacing:.15em;color:#fff;transition:color .3s}._emotionDisplay_1hahe_209 ._value_1hahe_236._happy_1hahe_243{color:#00ff9d}._emotionDisplay_1hahe_209 ._value_1hahe_236._sad_1hahe_246{color:#80aaff}._emotionDisplay_1hahe_209 ._value_1hahe_236._angry_1hahe_249{color:#ff4060}._emotionDisplay_1hahe_209 ._value_1hahe_236._surprised_1hahe_252{color:#fc0}._emotionDisplay_1hahe_209 ._value_1hahe_236._neutral_1hahe_255{color:#c8dff0}._controls_1hahe_259{margin-top:1.8rem;animation:_fadeSlideUp_1hahe_1 .6s .4s ease both}._btn_1hahe_264{position:relative;font-family:Share Tech Mono,monospace;font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;padding:.75rem 3.5rem;border:1px solid #00d4ff;background:transparent;color:#00d4ff;border-radius:3px;cursor:pointer;overflow:hidden;transition:color .2s,border-color .2s}._btn_1hahe_264:before{content:"";position:absolute;inset:0;background:#00d4ff;transform:scaleX(0);transform-origin:left;transition:transform .25s ease;z-index:0}._btn_1hahe_264 span{position:relative;z-index:1}._btn_1hahe_264:hover:not(:disabled){color:#060a0f}._btn_1hahe_264:hover:not(:disabled):before{transform:scaleX(1)}._btn_1hahe_264._stop_1hahe_299{border-color:#ff4060;color:#ff4060}._btn_1hahe_264._stop_1hahe_299:before{background:#ff4060}._btn_1hahe_264._stop_1hahe_299:hover:not(:disabled){color:#060a0f}._btn_1hahe_264:disabled{opacity:.25;cursor:not-allowed}._ticker_1hahe_314{position:fixed;bottom:0;left:0;right:0;background:#00d4ff0d;border-top:1px solid #1a3a5c;padding:.35rem 0;overflow:hidden;z-index:10}._ticker_1hahe_314 ._tickerInner_1hahe_325{display:inline-block;white-space:nowrap;font-family:Share Tech Mono,monospace;font-size:.65rem;letter-spacing:.15em;color:#3a6080;animation:_ticker_1hahe_314 28s linear infinite}._modeChooser_1hahe_335{display:flex;gap:1.5rem;margin-top:2rem;animation:_fadeSlideUp_1hahe_1 .6s .15s ease both;flex-wrap:wrap;justify-content:center}._modeCard_1hahe_344{position:relative;display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 2rem;width:220px;background:#0d1520cc;border:1px solid #1a3a5c;border-radius:8px;cursor:pointer;transition:border-color .25s,box-shadow .25s,transform .2s;color:#c8dff0;font-family:Rajdhani,sans-serif;text-align:center;overflow:hidden}._modeCard_1hahe_344:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#00d4ff,transparent);opacity:0;transition:opacity .3s}._modeCard_1hahe_344:hover{border-color:#00d4ff;box-shadow:0 0 30px #00d4ff26;transform:translateY(-4px)}._modeCard_1hahe_344:hover:before{opacity:1}._modeIcon_1hahe_378{font-size:2.5rem;line-height:1}._modeTitle_1hahe_379{font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin:0}._modeSub_1hahe_387{font-size:.82rem;color:#3a6080;line-height:1.4;margin:0}._modeArrow_1hahe_393{font-size:1.2rem;color:#00d4ff;margin-top:.5rem;transition:transform .2s}._modeCard_1hahe_344:hover ._modeArrow_1hahe_393{transform:translate(4px)}._manualPicker_1hahe_403{margin-top:1.5rem;animation:_fadeSlideUp_1hahe_1 .6s .15s ease both;text-align:center;width:100%;max-width:780px}._manualLabel_1hahe_410{font-family:Share Tech Mono,monospace;font-size:.65rem;letter-spacing:.4em;color:#3a6080;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.75rem}._manualLabel_1hahe_410:before,._manualLabel_1hahe_410:after{content:"";flex:1;max-width:60px;height:1px;background:linear-gradient(90deg,transparent,#1a3a5c)}._manualLabel_1hahe_410:after{background:linear-gradient(90deg,#1a3a5c,transparent)}._moodGrid_1hahe_434{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%}._moodGrid_1hahe_434>*:nth-child(4){grid-column:1 / 2;margin-left:auto;width:100%}._moodGrid_1hahe_434>*:nth-child(5){grid-column:2 / 3;width:100%}._moodCard_1hahe_444{position:relative;display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#060a0fbf;border:1px solid rgba(255,255,255,.06);border-radius:6px;cursor:pointer;overflow:hidden;transition:transform .22s cubic-bezier(.34,1.56,.64,1),border-color .25s ease,box-shadow .25s ease;font-family:Rajdhani,sans-serif;text-align:left;width:100%}._moodCard_1hahe_444:before{content:"";position:absolute;inset:0;background:var(--mood-bg);opacity:0;transition:opacity .3s ease;z-index:0}._moodCard_1hahe_444:after{content:"";position:absolute;top:0;left:0;width:36px;height:2px;background:var(--mood-color);opacity:0;transition:opacity .25s ease,width .3s ease}._moodCard_1hahe_444:hover{border-color:var(--mood-color);box-shadow:0 0 32px var(--mood-glow),inset 0 0 20px #0000004d;transform:translateY(-4px) scale(1.015)}._moodCard_1hahe_444:hover:before{opacity:1}._moodCard_1hahe_444:hover:after{opacity:1;width:60px}._moodCard_1hahe_444:active{transform:translateY(-2px) scale(1.008)}._moodCardText_1hahe_501{position:relative;z-index:1;display:flex;flex-direction:column;gap:.25rem;flex:1}._moodName_1hahe_509{font-size:1.3rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--mood-color);line-height:1.1;font-family:Rajdhani,sans-serif;text-shadow:0 0 24px var(--mood-glow);transition:letter-spacing .2s ease,text-shadow .2s ease}._moodCard_1hahe_444:hover ._moodName_1hahe_509{letter-spacing:.14em;text-shadow:0 0 36px var(--mood-glow)}._moodDesc_1hahe_525{font-size:.72rem;color:#c8dff066;font-family:Share Tech Mono,monospace;letter-spacing:.04em;line-height:1.3;transition:color .2s ease}._moodCard_1hahe_444:hover ._moodDesc_1hahe_525{color:#c8dff0a6}._moodCardArrow_1hahe_536{position:relative;z-index:1;font-size:1rem;color:var(--mood-color);opacity:0;transform:translate(-6px);transition:opacity .2s ease,transform .2s ease;flex-shrink:0}._moodCard_1hahe_444:hover ._moodCardArrow_1hahe_536{opacity:1;transform:translate(0)}@keyframes _cardScan_1hahe_1{0%{top:-100%}to{top:200%}}._moodCard_1hahe_444 ._moodScanLine_1hahe_556{position:absolute;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent,var(--mood-color, rgba(0,212,255,.06)),transparent);opacity:0;pointer-events:none;z-index:2;transition:opacity .2s}._moodCard_1hahe_444:hover ._moodScanLine_1hahe_556{opacity:1;animation:_cardScan_1hahe_1 1.4s ease-in-out infinite}._emotionDesc_1hahe_572{font-size:.78rem;color:#c8dff099;margin-top:.4rem;font-family:Rajdhani,sans-serif;letter-spacing:.04em;max-width:240px;margin-inline:auto}._btnLock_1hahe_583{display:block;margin-top:.8rem;font-family:Share Tech Mono,monospace;font-size:.8rem;letter-spacing:.15em;padding:.65rem 2rem;border:1px solid #00ff9d;background:#00ff9d0d;color:#00ff9d;border-radius:3px;cursor:pointer;width:100%;transition:background .2s}._btnLock_1hahe_583:hover{background:#00ff9d1f}._btnRetry_1hahe_600{font-family:Share Tech Mono,monospace;font-size:.8rem;letter-spacing:.15em;padding:.65rem 2rem;border:1px solid #3a6080;background:transparent;color:#3a6080;border-radius:3px;cursor:pointer;margin-right:.75rem;transition:border-color .2s,color .2s}._btnRetry_1hahe_600:hover{border-color:#c8dff0;color:#c8dff0}._btnContinue_1hahe_615{font-family:Share Tech Mono,monospace;font-size:.82rem;letter-spacing:.15em;padding:.75rem 2.5rem;border:none;border-radius:4px;cursor:pointer;color:#060a0f;font-weight:700;transition:opacity .2s,transform .15s}._btnContinue_1hahe_615:hover{opacity:.9;transform:scale(1.02)}._lockedOverlay_1hahe_629{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#060a0f8c;font-family:Share Tech Mono,monospace;font-size:1.1rem;letter-spacing:.2em;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:3}._backBtn_1hahe_644{margin-top:1.5rem;font-family:Share Tech Mono,monospace;font-size:.72rem;letter-spacing:.15em;color:#3a6080;background:transparent;border:none;cursor:pointer;padding:.4rem .8rem;transition:color .2s;animation:_fadeSlideUp_1hahe_1 .6s .5s ease both}._backBtn_1hahe_644:hover{color:#c8dff0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}.ms-page{min-height:100vh;padding-top:64px;background:#07070f;font-family:DM Sans,sans-serif;color:#eae8f5;position:relative;overflow:hidden}.ms-ambient{position:fixed;border-radius:50%;pointer-events:none;filter:blur(120px)}.ms-ambient--1{width:700px;height:700px;background:var(--glow);top:-200px;left:-150px;animation:blob1 16s ease-in-out infinite alternate}.ms-ambient--2{width:500px;height:500px;background:var(--glow);bottom:-100px;right:-100px;animation:blob2 18s ease-in-out infinite alternate;opacity:.6}.ms-ambient--3{width:300px;height:300px;background:var(--accent);top:50%;left:50%;transform:translate(-50%,-50%);opacity:.04;animation:blob3 12s ease-in-out infinite alternate}@keyframes blob1{0%{transform:scale(1) translate(0)}to{transform:scale(1.2) translate(30px,20px)}}@keyframes blob2{0%{transform:scale(1) translate(0)}to{transform:scale(1.1) translate(-20px,-30px)}}@keyframes blob3{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1.4)}}.ms-layout{display:grid;grid-template-columns:420px 1fr;min-height:calc(100vh - 64px);position:relative;z-index:2;max-width:1200px;margin:0 auto;gap:0}@media(max-width:900px){.ms-layout{grid-template-columns:1fr}}.ms-nowplaying{padding:2rem 2.5rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem;border-right:1px solid rgba(255,255,255,.05);position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto}.ms-topbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ms-topbar__back{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:#fff6;transition:color .15s ease;font-family:DM Sans,sans-serif;letter-spacing:.02em}.ms-topbar__back:hover{color:#eae8f5}.ms-topbar__mood{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:#ffffff80;font-family:Syne,sans-serif;letter-spacing:.04em;text-transform:uppercase;margin-left:auto}.ms-topbar__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.ms-topbar__artist{opacity:.6}.ms-topbar__change{font-size:.72rem;color:var(--accent);padding:.25rem .6rem;border-radius:6px;border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);transition:all .15s ease;font-family:DM Sans,sans-serif}.ms-topbar__change:hover{background:color-mix(in srgb,var(--accent) 10%,transparent)}.ms-art-wrap{display:flex;align-items:center;justify-content:center;position:relative;padding:1rem 0}.ms-art-shadow{position:absolute;width:260px;height:60px;bottom:-10px;border-radius:50%;filter:blur(40px);opacity:.5}.ms-art{width:260px;height:260px;border-radius:20px;position:relative;overflow:hidden;transition:box-shadow 1s ease,transform .3s ease;box-shadow:0 30px 80px #000000b3,0 0 0 1px #ffffff0f}.ms-art:hover{transform:scale(1.02)}.ms-art--spin .ms-art__img{animation:art-rotate 25s linear infinite}.ms-art--spin.ms-art--fallback{animation:art-rotate 25s linear infinite;border-radius:50%}.ms-art__img{width:100%;height:100%;object-fit:cover;display:block}.ms-art__glare{position:absolute;top:0;left:0;width:60%;height:50%;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent);pointer-events:none}.ms-art__ring{position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff14;pointer-events:none}.ms-art--fallback{background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--accent) 15%,#1a1a2e),#0d0c1d);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:0}.ms-art__vinyl-groove{position:absolute;inset:0;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0px,transparent 12px,rgba(255,255,255,.025) 13px,transparent 14px)}.ms-art__vinyl-center{width:50px;height:50px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;font-family:Syne,sans-serif;font-weight:700;font-size:1.2rem;color:#07070f}@keyframes art-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ms-trackinfo__meta{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ms-trackinfo__text{flex:1;min-width:0}.ms-trackinfo__title{font-family:Syne,sans-serif;font-size:1.35rem;font-weight:700;color:#eae8f5;line-height:1.2;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-trackinfo__artist{font-size:.9rem;color:#ffffff80;margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-trackinfo__album{font-size:.78rem;color:#ffffff40}.ms-like{color:#ffffff4d;transition:all .2s ease;padding:.35rem;border-radius:8px;flex-shrink:0;margin-top:2px}.ms-like:hover{color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent)}.ms-like--on{color:var(--accent)}.ms-progress-section{display:flex;flex-direction:column;gap:.4rem}.ms-progress{position:relative;height:4px;cursor:pointer;padding:8px 0;margin:-8px 0}.ms-progress__track{position:absolute;top:50%;left:0;right:0;height:3px;transform:translateY(-50%);background:#ffffff14;border-radius:9999px}.ms-progress__fill{position:absolute;top:50%;left:0;height:3px;transform:translateY(-50%);border-radius:9999px;transition:width .2s linear;pointer-events:none}.ms-progress__thumb{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;transform:translate(-50%,-50%);transition:left .2s linear,transform .15s ease;pointer-events:none}.ms-progress:hover .ms-progress__thumb{transform:translate(-50%,-50%) scale(1.3)}.ms-progress__times{display:flex;justify-content:space-between;font-size:.72rem;color:#ffffff4d;font-family:DM Sans,sans-serif;font-variant-numeric:tabular-nums}.ms-controls{display:flex;align-items:center;justify-content:center;gap:.75rem}.ms-ctrl{color:#ffffff80;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;transition:all .15s ease}.ms-ctrl:hover:not(:disabled){color:#eae8f5;background:#ffffff0f}.ms-ctrl:disabled{opacity:.25;cursor:not-allowed}.ms-ctrl--sm{width:36px;height:36px}.ms-ctrl--active{color:var(--accent)!important}.ms-ctrl--play{width:60px;height:60px;border-radius:50%;color:#07070f;transition:all .2s ease;font-size:1.2rem}.ms-ctrl--play:hover:not(:disabled){transform:scale(1.08);background:unset;color:#07070f}.ms-ctrl--loading{opacity:.6}.ms-ctrl__spinner{width:22px;height:22px;border:2.5px solid rgba(0,0,0,.3);border-top-color:#07070f;border-radius:50%;animation:spin .7s linear infinite;display:block}.ms-volume{display:flex;align-items:center;gap:.75rem;padding:0 .25rem}.ms-volume__track{flex:1}.ms-volume__slider{-webkit-appearance:none;appearance:none;width:100%;height:3px;border-radius:9999px;outline:none;cursor:pointer;background:linear-gradient(to right,var(--accent) 0%,var(--accent) var(--pct),rgba(255,255,255,.1) var(--pct))}.ms-volume__slider::-webkit-slider-thumb{-webkit-appearance:none;width:13px;height:13px;border-radius:50%;background:var(--accent);cursor:pointer;box-shadow:0 0 8px color-mix(in srgb,var(--accent) 60%,transparent)}.ms-spotify-badge{display:flex;align-items:center;gap:.5rem;font-size:.72rem;color:#fff3;justify-content:center;color:#1db954;opacity:.6}.ms-sidebar{display:flex;flex-direction:column;padding:2rem 0;height:calc(100vh - 64px);position:sticky;top:64px;overflow:hidden}.ms-tabs{display:flex;align-items:center;gap:0;padding:0 1.5rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:0;position:relative}.ms-tab{padding:.75rem 1rem;font-size:.82rem;font-family:Syne,sans-serif;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffff4d;transition:color .15s ease;display:flex;align-items:center;gap:.4rem}.ms-tab--active{color:var(--accent)}.ms-tab__count{font-size:.68rem;background:#ffffff14;border-radius:9999px;padding:.05rem .4rem;color:#ffffff4d}.ms-tab__indicator{position:absolute;bottom:0;left:1.5rem;width:60px;height:2px;border-radius:9999px;transition:all .2s ease}.ms-queue{flex:1;overflow-y:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.08) transparent}.ms-queue::-webkit-scrollbar{width:4px}.ms-queue::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:9999px}.ms-qitem{display:flex;align-items:center;gap:.75rem;padding:.6rem 1.5rem;cursor:pointer;border-left:2px solid transparent;transition:all .15s ease;border-radius:0}.ms-qitem:hover{background:#ffffff08}.ms-qitem--active{border-left-color:var(--accent)}.ms-qitem__idx{width:20px;text-align:center;font-size:.78rem;color:#ffffff40;flex-shrink:0;font-variant-numeric:tabular-nums}.ms-qitem__thumb{width:40px;height:40px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#ffffff0f}.ms-qitem__thumb img{width:100%;height:100%;object-fit:cover;display:block}.ms-qitem__thumb-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-family:Syne,sans-serif;font-weight:700;color:var(--accent)}.ms-qitem__info{flex:1;min-width:0}.ms-qitem__title{font-size:.84rem;font-weight:500;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease;font-family:DM Sans,sans-serif}.ms-qitem__artist{font-size:.72rem;color:#ffffff4d;margin-top:.1rem}.ms-qitem__right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ms-qitem__like{color:#fff3;transition:all .15s ease;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px}.ms-qitem__like:hover{color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent)}.ms-qitem__like--on{color:var(--accent)}.ms-qitem__dur{font-size:.7rem;color:#fff3;font-variant-numeric:tabular-nums}.ms-eq{display:flex;align-items:flex-end;gap:2px;height:14px}.ms-eq__bar{width:3px;border-radius:2px;background:var(--accent);animation:eq .8s ease-in-out infinite alternate}.ms-eq__bar--1{height:6px;animation-duration:.65s}.ms-eq__bar--2{height:12px;animation-duration:.9s;animation-delay:.1s}.ms-eq__bar--3{height:8px;animation-duration:.75s;animation-delay:.2s}.ms-eq__bar--4{height:10px;animation-duration:.85s;animation-delay:.05s}@keyframes eq{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}.ms-moodinfo{flex:1;overflow-y:auto;padding:1.5rem}.ms-moodinfo__card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:2rem}.ms-moodinfo__emoji{font-size:3rem;margin-bottom:.5rem}.ms-moodinfo__title{font-family:Syne,sans-serif;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.ms-moodinfo__bars{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.ms-moodinfo__row{display:flex;align-items:center;gap:.75rem}.ms-moodinfo__label{font-size:.75rem;color:#fff6;width:80px;flex-shrink:0}.ms-moodinfo__bar-track{flex:1;height:4px;background:#ffffff12;border-radius:9999px;overflow:hidden}.ms-moodinfo__bar-fill{height:100%;border-radius:9999px;transition:width .6s ease}.ms-moodinfo__val{font-size:.75rem;color:#fff6;width:30px;text-align:right;font-variant-numeric:tabular-nums}.ms-moodinfo__seed{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0a;border-radius:12px}.ms-moodinfo__seed img{width:40px;height:40px;border-radius:8px;object-fit:cover}.ms-moodinfo__seed-label{font-size:.68rem;color:#ffffff4d;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.15rem}.ms-moodinfo__seed-name{font-size:.9rem;font-weight:600;color:#eae8f5}.ms-loading{min-height:calc(100vh - 64px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;position:relative;z-index:5}.ms-loading__disc{width:80px;height:80px;border-radius:50%;border:3px solid rgba(255,255,255,.05);border-top-color:var(--accent);animation:spin 1s linear infinite;position:relative}.ms-loading__disc:after{content:"";position:absolute;inset:8px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 15%,transparent),transparent)}.ms-loading__inner{position:absolute;inset:0;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 20%,transparent)}.ms-loading__label{font-family:Syne,sans-serif;font-size:1rem;color:#fff9;letter-spacing:.02em}.ms-loading__sub{font-size:.82rem;color:#ffffff4d}.ms-error{min-height:calc(100vh - 64px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;position:relative;z-index:5;text-align:center;padding:2rem}.ms-error__icon{font-size:2rem}.ms-error__msg{font-size:.95rem;color:#ffffff80;max-width:360px;line-height:1.6}.ms-error__btn{padding:.75rem 1.75rem;border-radius:10px;background:linear-gradient(135deg,#2dd4a7,#1a9e7c);color:#07070f;font-weight:600;font-size:.875rem;transition:all .2s ease}.ms-error__btn:hover{transform:translateY(-2px)}.ms-error__link{font-size:.82rem;color:#ffffff4d;transition:color .15s ease}.ms-error__link:hover{color:#eae8f5}.ms-sdk-error,.ms-sdk-connecting{position:fixed;top:80px;left:50%;transform:translate(-50%);padding:.6rem 1.25rem;border-radius:9999px;font-size:.78rem;z-index:100;animation:fade-down .3s ease both;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-family:DM Sans,sans-serif}.ms-sdk-error{background:#ff4d4d26;border:1px solid rgba(255,77,77,.3);color:#ff6b6b}.ms-sdk-connecting{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffff80;display:flex;align-items:center;gap:.5rem}.ms-sdk-connecting__dot{width:6px;height:6px;border-radius:50%;background:#2dd4a7;animation:dot-pulse 1.5s ease infinite}@keyframes dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes fade-down{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:900px){.ms-nowplaying{height:auto;position:static;padding:1.5rem}.ms-sidebar{height:50vh;position:static}.ms-art{width:220px;height:220px}.ms-art-shadow{width:220px}}.ms-moodinfo__playlist-hint{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);text-align:center}.ms-moodinfo__playlist-hint button{font-size:.78rem;font-family:DM Sans,sans-serif;opacity:.7;transition:opacity .15s ease;cursor:pointer}.ms-moodinfo__playlist-hint button:hover{opacity:1}.ms-device-wrap{position:relative;margin-top:.25rem}.ms-device-btn{width:100%;display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;cursor:pointer;transition:background .15s,border-color .15s;font-family:DM Sans,sans-serif}.ms-device-btn:hover,.ms-device-btn--open{background:#ffffff0e;border-color:#ffffff1a}.ms-device-btn__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#fff6;flex-shrink:0;transition:all .2s}.ms-device-btn__text{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;overflow:hidden}.ms-device-btn__label{font-size:.62rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:#ffffff40}.ms-device-btn__name{font-size:.82rem;font-weight:500;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.ms-device-btn__chevron{color:#ffffff40;flex-shrink:0;transition:transform .2s ease}.ms-device-btn__chevron--up{transform:rotate(180deg)}.ms-device-menu{position:absolute;bottom:calc(100% + 10px);left:0;right:0;background:#0f0e1c;border:1px solid rgba(255,255,255,.09);border-radius:16px;overflow:hidden;box-shadow:0 -24px 64px #0009,0 8px 32px #0006;z-index:100;animation:devmenu-in .2s cubic-bezier(.34,1.4,.64,1) both}@keyframes devmenu-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ms-device-menu__header{display:flex;align-items:center;gap:.5rem;padding:.85rem 1rem .65rem;border-bottom:1px solid rgba(255,255,255,.06);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;font-family:Syne,sans-serif}.ms-device-menu__refresh{margin-left:auto;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#ffffff40;background:transparent;border:none;cursor:pointer;transition:all .15s}.ms-device-menu__refresh:hover{background:#ffffff12;color:#fff9}.ms-device-menu__list{padding:.5rem}.ms-device-menu__empty{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.5rem 1rem;text-align:center;font-family:DM Sans,sans-serif}.ms-device-menu__empty p{font-size:.85rem;font-weight:500;color:#fff6}.ms-device-menu__empty span{font-size:.72rem;color:#fff3}.ms-device-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.6rem .7rem;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer;transition:all .13s ease;font-family:DM Sans,sans-serif;text-align:left}.ms-device-item:hover:not(:disabled){background:#ffffff0b;border-color:#ffffff12}.ms-device-item--active{background:#ffffff09;border-color:#ffffff12}.ms-device-item:disabled{opacity:.4;cursor:not-allowed}.ms-device-item__icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#ffffff59;flex-shrink:0;transition:all .2s}.ms-device-item__info{flex:1;display:flex;flex-direction:column;gap:.08rem;overflow:hidden;min-width:0}.ms-device-item__name{font-size:.84rem;font-weight:500;color:#ffffffbf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-device-item--active .ms-device-item__name{color:#fffffff2}.ms-device-item__type{font-size:.65rem;color:#ffffff38;letter-spacing:.03em}.ms-device-item__check{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ms-device-item__spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.1);border-top-color:#fff6;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.ms-toast{position:fixed;bottom:2.5rem;left:50%;transform:translate(-50%);padding:.6rem 1.2rem;border-radius:10px;font-size:.82rem;font-family:DM Sans,sans-serif;font-weight:500;z-index:999;white-space:nowrap;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:toast-in .22s cubic-bezier(.34,1.3,.64,1) both;pointer-events:none}.ms-toast--info{background:#141323eb;border:1px solid rgba(255,255,255,.1);color:#dbd8f0}.ms-toast--success{background:#2dd4a71f;border:1px solid rgba(45,212,167,.28);color:#2dd4a7}.ms-toast--warn{background:#f5c8421a;border:1px solid rgba(245,200,66,.28);color:#f5c842}.ms-toast--error{background:#ff4d4d1a;border:1px solid rgba(255,77,77,.28);color:#ff7070}.ms-moodinfo__count{font-size:.78rem;color:#ffffff4d;margin:.35rem 0 1rem}.ms-moodinfo__device{display:flex;align-items:center;gap:.45rem;font-size:.74rem;color:#ffffff4d;margin-bottom:1.25rem}.ms-moodinfo__settings{font-size:.77rem;font-family:DM Sans,sans-serif;color:inherit;opacity:.5;transition:opacity .15s;cursor:pointer;background:none;border:none;padding:0}.ms-moodinfo__settings:hover{opacity:1}.ms-sdk-bar{position:fixed;top:64px;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.55rem 1rem;font-size:.78rem;font-family:DM Sans,sans-serif;font-weight:500}.ms-sdk-bar--connecting{background:#0f0e1ce6;border-bottom:1px solid rgba(255,255,255,.06);color:#ffffff73;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ms-sdk-bar--error{background:#ff4d4d1a;border-bottom:1px solid rgba(255,77,77,.2);color:#ff7070}.ms-sdk-bar--error button{margin-left:.75rem;padding:.2rem .65rem;border-radius:6px;background:#ff4d4d26;border:1px solid rgba(255,77,77,.3);color:#ff7070;font-size:.72rem;font-weight:600;cursor:pointer;transition:background .15s}.ms-sdk-bar--error button:hover{background:#ff4d4d40}.ms-sdk-bar__dot{width:7px;height:7px;border-radius:50%;background:#ffffff4d;animation:sdk-pulse 1.4s ease infinite}@keyframes sdk-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}@media(max-width:900px){.ms-device-menu{position:fixed;bottom:auto;top:auto;left:1rem;right:1rem}}.ms-output-overlay{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;background:#04040ad9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:overlay-in .2s ease both}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.ms-output-modal{position:relative;width:100%;max-width:420px;margin:1rem;background:#0d0c1e;border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;box-shadow:0 32px 80px #000000b3;animation:modal-in .3s cubic-bezier(.34,1.3,.64,1) both}@keyframes modal-in{0%{opacity:0;transform:scale(.94) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.ms-output-glow{position:absolute;top:-80px;left:50%;transform:translate(-50%);width:300px;height:300px;border-radius:50%;filter:blur(80px);opacity:.35;pointer-events:none}.ms-output-header{position:relative;text-align:center;padding:2.5rem 2rem 1.5rem}.ms-output-emoji{font-size:2.8rem;line-height:1;margin-bottom:.75rem;display:block}.ms-output-title{font-family:Syne,sans-serif;font-size:1.25rem;font-weight:700;color:#eae8f5;margin-bottom:.4rem;letter-spacing:-.01em}.ms-output-sub{font-size:.8rem;color:#ffffff59;font-family:DM Sans,sans-serif}.ms-output-list{padding:0 .75rem .5rem;display:flex;flex-direction:column;gap:.4rem}.ms-output-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;font-size:.82rem;color:#ffffff4d;font-family:DM Sans,sans-serif}.ms-output-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.1);border-top-color:#fff6;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.ms-output-item{display:flex;align-items:center;gap:.9rem;padding:.85rem 1rem;border-radius:14px;border:1px solid transparent;background:transparent;cursor:pointer;transition:all .15s ease;font-family:DM Sans,sans-serif;text-align:left;width:100%}.ms-output-item:hover:not(:disabled){background:#ffffff0a;border-color:#ffffff12;transform:translate(2px)}.ms-output-item:disabled{opacity:.5;cursor:not-allowed}.ms-output-item--choosing{background:#ffffff0a;border-color:var(--item-accent, rgba(255,255,255,.1));opacity:.7}.ms-output-item__icon{width:46px;height:46px;border-radius:13px;border:1px solid;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.ms-output-item__info{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.ms-output-item__name{font-size:.92rem;font-weight:600;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-output-item__sub{font-size:.72rem;color:#ffffff47}.ms-output-item__badge{font-size:.62rem;font-weight:700;letter-spacing:.05em;padding:.18rem .5rem;border-radius:99px;flex-shrink:0}.ms-output-item__arrow{color:#fff3;flex-shrink:0;transition:transform .15s,color .15s}.ms-output-item:hover .ms-output-item__arrow{color:#ffffff80;transform:translate(2px)}.ms-output-item__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.1);border-top-color:var(--item-accent, rgba(255,255,255,.4));border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.ms-output-refresh{display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;padding:1rem;border-top:1px solid rgba(255,255,255,.05);font-size:.74rem;color:#ffffff38;font-family:DM Sans,sans-serif;cursor:pointer;transition:color .15s;background:none;border-left:none;border-right:none;border-bottom:none;border-radius:0}.ms-output-refresh:hover{color:#ffffff8c}.ms-output-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);font-size:.76rem;color:#fff6;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .15s;width:100%;margin-top:.25rem}.ms-output-indicator:hover{background:#ffffff0f;color:#ffffffb3}.ms-output-indicator__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.ms-output-indicator span:nth-child(2){flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ms-output-indicator__switch{font-size:.68rem;font-weight:600;letter-spacing:.05em;color:var(--accent);opacity:.7;flex-shrink:0}.ms-output-indicator:hover .ms-output-indicator__switch{opacity:1}@keyframes spin{to{transform:rotate(360deg)}}.hist{min-height:100vh;background:#080810;font-family:Outfit,sans-serif;color:#eeeaf8;padding-top:64px;position:relative;overflow:hidden}.hist-ambient{position:fixed;border-radius:50%;pointer-events:none;filter:blur(130px);opacity:.06}.hist-ambient--1{width:500px;height:500px;background:#7c3aed;top:-80px;right:-100px}.hist-ambient--2{width:400px;height:400px;background:#2dd4a7;bottom:0;left:-80px}.hist-container{max-width:960px;margin:0 auto;padding:3rem 1.5rem 5rem;position:relative;z-index:2;display:flex;flex-direction:column;gap:2rem}.hist-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:#ffffff59;text-decoration:none;margin-bottom:.75rem;transition:color .15s}.hist-back:hover{color:#ffffffb3}.hist-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;letter-spacing:-.02em;animation:hist-rise .5s cubic-bezier(.34,1.4,.64,1) both}.hist-sub{font-size:.82rem;color:#ffffff4d;margin-top:.35rem}@keyframes hist-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hist-stats{display:flex;align-items:center;gap:0;padding:1.25rem 2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;animation:hist-rise .5s .05s both}.hist-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem}.hist-stat__val{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;color:#eeeaf8;line-height:1}.hist-stat__label{font-size:.7rem;color:#ffffff4d;text-transform:uppercase;letter-spacing:.06em;font-weight:500}.hist-stat-divider{width:1px;height:36px;background:#ffffff12;flex-shrink:0}.hist-moods{display:flex;gap:.6rem;flex-wrap:wrap;animation:hist-rise .5s .08s both}.hist-mood-chip{display:flex;align-items:center;gap:.6rem;padding:.6rem .9rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;cursor:pointer;transition:all .15s;font-family:Outfit,sans-serif;font-size:.82rem;flex:1;min-width:130px}.hist-mood-chip:hover{background:#ffffff0a;border-color:#ffffff1a}.hist-mood-chip--active{transform:translateY(-1px)}.hist-mood-chip__info{flex:1;display:flex;flex-direction:column;gap:.25rem}.hist-mood-chip__label{font-size:.78rem;font-weight:500;color:#fff9;text-align:left}.hist-mood-chip__bar-track{height:3px;background:#ffffff0f;border-radius:99px;overflow:hidden}.hist-mood-chip__bar-fill{height:100%;border-radius:99px;opacity:.6;transition:width .7s cubic-bezier(.34,1.2,.64,1)}.hist-mood-chip__count{font-size:.85rem;font-weight:600;color:#ffffff4d}.hist-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.hist-toolbar__left{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.hist-toolbar__right{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.hist-toolbar__label{font-size:.75rem;color:#ffffff4d;margin-right:.25rem}.hist-filter-pill{display:flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:99px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:.75rem;color:#fff9;cursor:pointer;transition:all .15s;font-family:Outfit,sans-serif}.hist-filter-pill span{opacity:.5}.hist-filter-pill:hover{background:#ffffff14}.hist-result-count{font-size:.75rem;color:#ffffff40}.hist-action-tab{padding:.3rem .7rem;border-radius:8px;border:1px solid transparent;background:transparent;font-size:.78rem;color:#ffffff59;cursor:pointer;transition:all .13s;font-family:Outfit,sans-serif}.hist-action-tab:hover{color:#ffffffa6;background:#ffffff0a}.hist-action-tab--active{background:#ffffff0a;border-color:#ffffff14}.hist-list{display:flex;flex-direction:column;gap:.4rem}.hist-item{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;background:#ffffff06;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:background .12s,transform .12s;animation:hist-item-in .3s cubic-bezier(.34,1.2,.64,1) both}@keyframes hist-item-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.hist-item:hover{background:#ffffff0a}.hist-item__num{font-size:.72rem;color:#ffffff26;width:22px;text-align:right;flex-shrink:0;font-variant-numeric:tabular-nums}.hist-item__art{width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.hist-item__art img{width:100%;height:100%;object-fit:cover}.hist-item__main{flex:1;min-width:0}.hist-item__track{font-size:.88rem;font-weight:500;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hist-item__meta{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:#ffffff47;margin-top:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hist-item__dot{opacity:.4}.hist-item__tags{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.hist-item__mood-tag{font-size:.68rem;font-weight:600;padding:.18rem .5rem;border-radius:99px;letter-spacing:.02em}.hist-item__action-tag{font-size:.75rem;font-weight:500;min-width:60px;text-align:center}.hist-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;flex-shrink:0;min-width:60px}.hist-item__listened{font-size:.7rem;color:#ffffff40;font-variant-numeric:tabular-nums}.hist-item__time{font-size:.7rem;color:#fff3;white-space:nowrap}.hist-load-more{padding:.85rem;border-radius:12px;border:1px dashed rgba(255,255,255,.08);background:transparent;font-size:.82rem;color:#ffffff4d;cursor:pointer;transition:all .15s;font-family:Outfit,sans-serif;width:100%}.hist-load-more:hover{color:#fff9;border-color:#ffffff26}.hist-skeleton{display:flex;flex-direction:column;gap:.4rem}.hist-skeleton__item{height:64px;border-radius:12px;background:linear-gradient(90deg,#ffffff06 25%,#ffffff0d,#ffffff06 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.hist-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 1rem;text-align:center}.hist-empty span{font-size:3rem}.hist-empty p{font-size:.88rem;color:#ffffff4d}.hist-empty button{padding:.5rem 1.25rem;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:transparent;font-size:.82rem;color:#ffffff80;cursor:pointer;font-family:Outfit,sans-serif;transition:all .15s}.hist-empty button:hover{background:#ffffff0a;color:#fffc}@media(max-width:680px){.hist-item__tags,.hist-item__right{display:none}.hist-stats{padding:1rem;gap:0}.hist-stat__val{font-size:1.2rem}.hist-moods{display:none}}.sps{min-height:100vh;background:#080810;font-family:Outfit,sans-serif;color:#eeeaf8;padding-top:64px;position:relative;overflow:hidden}.sps-ambient{position:fixed;border-radius:50%;pointer-events:none;filter:blur(130px);opacity:.07}.sps-ambient--1{width:500px;height:500px;background:#2dd4a7;top:-100px;right:-80px}.sps-ambient--2{width:400px;height:400px;background:#1db954;bottom:0;left:-100px}.sps-container{max-width:640px;margin:0 auto;padding:3rem 1.5rem 5rem;position:relative;z-index:2;display:flex;flex-direction:column;gap:1.5rem}.sps-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:#ffffff59;text-decoration:none;margin-bottom:.75rem;transition:color .15s}.sps-back:hover{color:#ffffffb3}.sps-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:600;letter-spacing:-.02em;animation:sps-rise .5s cubic-bezier(.34,1.4,.64,1) both}.sps-sub{font-size:.82rem;color:#ffffff4d;margin-top:.3rem}@keyframes sps-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.sps-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);padding:.65rem 1.25rem;border-radius:10px;font-size:.82rem;font-weight:500;z-index:999;white-space:nowrap;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:toast-in .22s cubic-bezier(.34,1.3,.64,1) both}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.sps-toast--info{background:#141323eb;border:1px solid rgba(255,255,255,.1);color:#dbd8f0}.sps-toast--success{background:#2dd4a71f;border:1px solid rgba(45,212,167,.28);color:#2dd4a7}.sps-toast--error{background:#ff4d4d1a;border:1px solid rgba(255,77,77,.28);color:#ff7070}.sps-modal-overlay{position:fixed;inset:0;background:#04040acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem;animation:modal-overlay-in .2s ease both}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}.sps-modal{background:#0d0c1e;border:1px solid rgba(255,77,77,.15);border-radius:20px;padding:2rem;max-width:380px;width:100%;text-align:center;animation:modal-in .3s cubic-bezier(.34,1.3,.64,1) both}@keyframes modal-in{0%{opacity:0;transform:scale(.93) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.sps-modal__icon{font-size:2rem;margin-bottom:1rem;color:#ff4d4d}.sps-modal__title{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;margin-bottom:.75rem}.sps-modal__body{font-size:.85rem;color:#ffffff73;line-height:1.6;margin-bottom:1.75rem}.sps-modal__actions{display:flex;gap:.75rem}.sps-modal__cancel{flex:1;padding:.7rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;font-size:.85rem;color:#fff9;cursor:pointer;transition:all .15s;font-family:Outfit,sans-serif}.sps-modal__cancel:hover{background:#ffffff12}.sps-modal__confirm{flex:1;padding:.7rem;border-radius:10px;border:none;background:#ff4d4d26;border:1px solid rgba(255,77,77,.3);font-size:.85rem;color:#ff7070;cursor:pointer;font-weight:600;transition:all .15s;font-family:Outfit,sans-serif}.sps-modal__confirm:hover{background:#ff4d4d40}.sps-modal__confirm:disabled,.sps-modal__cancel:disabled{opacity:.5;cursor:not-allowed}.sps-card{border-radius:20px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;overflow:hidden;animation:sps-rise .5s .05s both}.sps-card--connected{border-color:#1db95433;background:#1db9540a}.sps-card--disconnected{border-color:#ffffff12}.sps-card__top{display:flex;align-items:center;gap:1.25rem;padding:1.75rem}.sps-card__spotify-icon{width:56px;height:56px;border-radius:14px;background:#1db9541f;border:1px solid rgba(29,185,84,.2);display:flex;align-items:center;justify-content:center;color:#1db954;flex-shrink:0}.sps-card__info{flex:1}.sps-card__name-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.sps-card__name{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600}.sps-card__id{font-size:.8rem;color:#ffffff59}.sps-status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:99px;font-size:.7rem;font-weight:600;letter-spacing:.04em}.sps-status-badge--on{background:#1db9541f;color:#1db954;border:1px solid rgba(29,185,84,.2)}.sps-status-badge--off{background:#ffffff0d;color:#ffffff59;border:1px solid rgba(255,255,255,.08)}.sps-status-badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.sps-status-badge--on .sps-status-badge__dot{animation:dot-pulse 2s ease infinite}@keyframes dot-pulse{0%,to{opacity:1}50%{opacity:.4}}.sps-card__details{border-top:1px solid rgba(255,255,255,.05);padding:1.25rem 1.75rem;display:flex;flex-direction:column;gap:.75rem}.sps-detail{display:flex;align-items:center;justify-content:space-between}.sps-detail__label{font-size:.78rem;color:#ffffff4d}.sps-detail__value{font-size:.82rem;color:#ffffffb3;font-weight:500}.sps-detail__value--warn{color:#f5c842}.sps-card__actions{border-top:1px solid rgba(255,255,255,.05);padding:1.25rem 1.75rem;display:flex;gap:.75rem}.sps-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:Outfit,sans-serif}.sps-btn--connect{background:#1db954;border:none;color:#080810;box-shadow:0 0 30px #1db95440}.sps-btn--connect:hover{background:#1ed760;box-shadow:0 0 45px #1db95466}.sps-btn--reconnect{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffa6}.sps-btn--reconnect:hover{background:#ffffff17;color:#eeeaf8}.sps-btn--disconnect{background:#ff4d4d14;border:1px solid rgba(255,77,77,.2);color:#ff7070;margin-left:auto}.sps-btn--disconnect:hover{background:#ff4d4d26}.sps-perms{animation:sps-rise .5s .1s both}.sps-perms__title{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff40;margin-bottom:.85rem}.sps-perms__grid{display:flex;flex-direction:column;gap:.4rem}.sps-perm{display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;background:#ffffff06;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:opacity .2s}.sps-perm--inactive{opacity:.4}.sps-perm__icon{font-size:1rem;flex-shrink:0;width:28px;text-align:center}.sps-perm__label{font-size:.85rem;font-weight:500;color:#ffffffbf}.sps-perm__desc{font-size:.72rem;color:#ffffff4d;margin-top:.1rem}.sps-perm__check{margin-left:auto;font-size:.8rem;color:#1db954;font-weight:700;flex-shrink:0}.sps-links{display:flex;flex-direction:column;gap:.5rem;animation:sps-rise .5s .12s both}.sps-link-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:14px;text-decoration:none;transition:all .15s}.sps-link-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translate(3px)}.sps-link-card__icon{font-size:1.4rem;flex-shrink:0}.sps-link-card__title{font-size:.9rem;font-weight:600;color:#fffc}.sps-link-card__sub{font-size:.75rem;color:#ffffff4d;margin-top:.1rem}.sps-link-card svg{margin-left:auto;color:#fff3;transition:all .15s;flex-shrink:0}.sps-link-card:hover svg{color:#ffffff80}.sps-skeleton{display:flex;flex-direction:column;gap:1rem}.sps-skeleton__card{height:160px;border-radius:20px;background:linear-gradient(90deg,#ffffff06 25%,#ffffff0d,#ffffff06 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.sps-skeleton__card--sm{height:80px}@keyframes shimmer{to{background-position:-200% 0}}
