.AlertModal-module__UZv0PG__backdrop{-webkit-backdrop-filter:blur(12px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.AlertModal-module__UZv0PG__modal{background:#121218f2;border:1px solid #f59e0b33;border-radius:24px;width:100%;max-width:400px;animation:4s infinite alternate AlertModal-module__UZv0PG__modalGlow;overflow:hidden;box-shadow:0 40px 100px #000c,0 0 0 1px #f59e0b0d}@keyframes AlertModal-module__UZv0PG__modalGlow{0%{border-color:#f59e0b26}to{border-color:#f59e0b59}}.AlertModal-module__UZv0PG__header{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:32px 32px 16px;display:flex}.AlertModal-module__UZv0PG__iconBox{background:#f59e0b1a;border:1px solid #f59e0b26;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.AlertModal-module__UZv0PG__iconInfo{color:var(--gold)}.AlertModal-module__UZv0PG__iconError{color:#ef4444}.AlertModal-module__UZv0PG__iconConfirm{color:var(--gold)}.AlertModal-module__UZv0PG__title{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:800}.AlertModal-module__UZv0PG__body{text-align:center;padding:0 32px 32px}.AlertModal-module__UZv0PG__message{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.AlertModal-module__UZv0PG__footer{background:#ffffff05;justify-content:center;gap:12px;padding:20px 32px;display:flex}.AlertModal-module__UZv0PG__btnOk,.AlertModal-module__UZv0PG__btnConfirm,.AlertModal-module__UZv0PG__btnCancel{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;padding:12px 20px;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.AlertModal-module__UZv0PG__btnOk,.AlertModal-module__UZv0PG__btnConfirm{background:var(--gold);color:#000}.AlertModal-module__UZv0PG__btnOk:hover,.AlertModal-module__UZv0PG__btnConfirm:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f59e0b4d}.AlertModal-module__UZv0PG__btnCancel{color:var(--text-primary);background:#ffffff0d}.AlertModal-module__UZv0PG__btnCancel:hover{background:#ffffff1a}
.AudioPlayer-module__JtFJDW__player{-webkit-backdrop-filter:blur(25px);z-index:1000;background:#0d0d12d9;border:1px solid #f59e0b26;border-radius:20px;height:90px;animation:.6s cubic-bezier(.16,1,.3,1) AudioPlayer-module__JtFJDW__slideUp;position:fixed;bottom:24px;left:24px;right:24px;overflow:hidden;box-shadow:0 10px 50px #00000080}@keyframes AudioPlayer-module__JtFJDW__slideUp{0%{opacity:0;transform:translateY(120%)}to{opacity:1;transform:translateY(0)}}.AudioPlayer-module__JtFJDW__playerGlow{pointer-events:none;background:radial-gradient(circle,#f59e0b0d 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;left:20%}.AudioPlayer-module__JtFJDW__inner{z-index:1;align-items:center;gap:40px;max-width:1400px;height:100%;margin:0 auto;padding:0 24px;display:flex;position:relative}.AudioPlayer-module__JtFJDW__trackInfo{align-items:center;gap:16px;min-width:200px;display:flex}.AudioPlayer-module__JtFJDW__coverThumb{background:var(--bg-elevated);border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000004d}.AudioPlayer-module__JtFJDW__thumbImg{object-fit:cover;width:100%;height:100%}.AudioPlayer-module__JtFJDW__visualizerMini{background:#0006;justify-content:center;align-items:center;gap:3px;display:flex;position:absolute;inset:0}.AudioPlayer-module__JtFJDW__barMini{background:var(--gold);border-radius:1px;width:3px;height:10px;animation:.6s ease-in-out infinite AudioPlayer-module__JtFJDW__barMiniAnim}.AudioPlayer-module__JtFJDW__barMini:nth-child(2){animation-delay:.2s}.AudioPlayer-module__JtFJDW__barMini:nth-child(3){animation-delay:.4s}@keyframes AudioPlayer-module__JtFJDW__barMiniAnim{0%,to{height:10px}50%{height:20px}}.AudioPlayer-module__JtFJDW__meta{flex-direction:column;gap:2px;display:flex}.AudioPlayer-module__JtFJDW__title{color:var(--text-primary);white-space:nowrap;font-size:.95rem;font-weight:700}.AudioPlayer-module__JtFJDW__producer{color:var(--text-muted);font-size:.75rem}.AudioPlayer-module__JtFJDW__controls{flex:1;max-width:700px}.AudioPlayer-module__JtFJDW__mainControls{align-items:center;gap:20px;display:flex}.AudioPlayer-module__JtFJDW__mainPlayBtn{background:var(--gold);color:#000;width:50px;height:50px;box-shadow:0 0 20px var(--gold-glow);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.AudioPlayer-module__JtFJDW__mainPlayBtn:hover{box-shadow:0 0 30px var(--gold-glow);transform:scale(1.1)}.AudioPlayer-module__JtFJDW__progressContainer{flex-direction:column;flex:1;gap:4px;display:flex}.AudioPlayer-module__JtFJDW__timeRow{justify-content:space-between;align-items:center;display:flex}.AudioPlayer-module__JtFJDW__time{color:var(--text-muted);min-width:40px;font-family:monospace;font-size:.75rem;font-weight:500}.AudioPlayer-module__JtFJDW__waveLabel{letter-spacing:.1em;color:var(--gold);opacity:.8;font-size:.65rem;font-weight:800}.AudioPlayer-module__JtFJDW__progressBarWrapper{align-items:center;height:30px;display:flex;position:relative}.AudioPlayer-module__JtFJDW__waveBackground{justify-content:center;align-items:center;gap:2px;display:flex;position:absolute;inset:0}.AudioPlayer-module__JtFJDW__waveBar{background:var(--gold);border-radius:1px;flex:1}.AudioPlayer-module__JtFJDW__progressBar{cursor:pointer;z-index:2;position:absolute;inset:0}.AudioPlayer-module__JtFJDW__progressFill{background:0 0;height:100%;position:relative}.AudioPlayer-module__JtFJDW__seekHandle{border:2px solid var(--gold);background:#fff;border-radius:50%;width:12px;height:12px;display:none;position:absolute;top:50%;right:-6px;transform:translateY(-50%);box-shadow:0 0 10px #00000080}.AudioPlayer-module__JtFJDW__progressBar:hover .AudioPlayer-module__JtFJDW__seekHandle{display:block}.AudioPlayer-module__JtFJDW__rActions{align-items:center;gap:16px;display:flex}.AudioPlayer-module__JtFJDW__volWrap{align-items:center;gap:10px;display:flex}.AudioPlayer-module__JtFJDW__volIconBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:color .2s;display:flex}.AudioPlayer-module__JtFJDW__volIconBtn:hover{color:var(--text-primary)}.AudioPlayer-module__JtFJDW__volSlider{cursor:pointer;background:#ffffff1a;border-radius:2px;width:72px;height:4px;position:relative}.AudioPlayer-module__JtFJDW__volFill{background:var(--gold);border-radius:2px;height:100%;transition:width 50ms}.AudioPlayer-module__JtFJDW__volHandle{border:2px solid var(--gold);pointer-events:none;background:#fff;border-radius:50%;width:12px;height:12px;transition:left 50ms;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 6px #0006}.AudioPlayer-module__JtFJDW__volSlider:hover .AudioPlayer-module__JtFJDW__volHandle{transform:translate(-50%,-50%)scale(1.2)}.AudioPlayer-module__JtFJDW__downloadLock{color:var(--text-muted);background:#ffffff0d;border:none;border-radius:10px;padding:8px;transition:all .2s}.AudioPlayer-module__JtFJDW__downloadLock:hover{color:var(--gold);background:#f59e0b1a}.AudioPlayer-module__JtFJDW__closeBtn{color:var(--text-muted);background:0 0;border:none;padding:8px;transition:color .2s}.AudioPlayer-module__JtFJDW__closeBtn:hover{color:var(--text-primary)}@media (max-width:768px){.AudioPlayer-module__JtFJDW__player{bottom:calc(74px + env(safe-area-inset-bottom));z-index:1000;border-radius:16px;height:auto;min-height:80px;left:8px;right:8px}.AudioPlayer-module__JtFJDW__inner{flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px}.AudioPlayer-module__JtFJDW__trackInfo{flex:1;min-width:0}.AudioPlayer-module__JtFJDW__coverThumb{border-radius:8px;width:40px;height:40px}.AudioPlayer-module__JtFJDW__meta{max-width:130px;overflow:hidden}.AudioPlayer-module__JtFJDW__title{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;display:block;overflow:hidden}.AudioPlayer-module__JtFJDW__producer{font-size:.68rem}.AudioPlayer-module__JtFJDW__controls{flex:0}.AudioPlayer-module__JtFJDW__mainControls{flex-direction:row;gap:0}.AudioPlayer-module__JtFJDW__mainPlayBtn{width:40px;height:40px}.AudioPlayer-module__JtFJDW__progressContainer{flex-basis:100%;order:10;padding-bottom:4px;display:flex!important}.AudioPlayer-module__JtFJDW__timeRow{font-size:.65rem}.AudioPlayer-module__JtFJDW__waveLabel{display:none}.AudioPlayer-module__JtFJDW__waveBackground,.AudioPlayer-module__JtFJDW__waveBar{display:none!important}.AudioPlayer-module__JtFJDW__progressBar{height:40px}.AudioPlayer-module__JtFJDW__progressFill{background:var(--gold)}.AudioPlayer-module__JtFJDW__progressBarWrapper{background:#ffffff26;border-radius:2px;height:4px;margin:12px 0;overflow:visible}.AudioPlayer-module__JtFJDW__progressBar{height:20px;top:-8px}.AudioPlayer-module__JtFJDW__progressFill{background:var(--gold);border-radius:2px;height:100%}.AudioPlayer-module__JtFJDW__seekHandle{border:3px solid var(--gold);width:14px;height:14px;box-shadow:0 0 10px var(--gold-glow);background:#fff;top:50%;right:-7px;transform:translateY(-50%);display:block!important}.AudioPlayer-module__JtFJDW__rActions{flex-shrink:0;gap:8px}.AudioPlayer-module__JtFJDW__volWrap{display:none}.AudioPlayer-module__JtFJDW__downloadLock,.AudioPlayer-module__JtFJDW__closeBtn{padding:6px}}
.Loader-module__OpcrDa__container{flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%;min-height:200px;padding:40px;display:flex}.Loader-module__OpcrDa__loaderWrapper{justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.Loader-module__OpcrDa__logoRing{border:2px solid var(--gold);border-bottom-color:#0000;border-right-color:#0000;border-radius:50%;position:absolute;inset:-10px}.Loader-module__OpcrDa__logoIcon{z-index:2;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Loader-module__OpcrDa__logoIcon img{object-fit:contain;filter:drop-shadow(0 0 10px #f59e0b66);width:100%;height:100%}.Loader-module__OpcrDa__waves{align-items:center;gap:4px;display:flex;position:absolute;bottom:-20px}.Loader-module__OpcrDa__waveBar{background:var(--gold);width:3px;height:15px;box-shadow:0 0 10px var(--gold-glow);border-radius:4px}.Loader-module__OpcrDa__text{font-family:var(--font-display);color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.85rem;font-weight:700}
.Navbar-module__cJzEcG__nav{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding-top:env(safe-area-inset-top);background:#06060ad9;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;max-width:1280px;height:64px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-display);color:var(--text-primary);z-index:102;align-items:center;gap:12px;font-size:1.3rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoText{font-size:1.25rem}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:auto;height:38px;display:block}.Navbar-module__cJzEcG__logoIcon{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#000;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Navbar-module__cJzEcG__logoAccent{color:var(--gold)}.Navbar-module__cJzEcG__links{align-items:center;gap:4px;display:flex}.Navbar-module__cJzEcG__link{border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:500;display:flex}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary);background:var(--bg-card)}.Navbar-module__cJzEcG__linkActive{color:var(--gold)!important;background:var(--gold-glow)!important}.Navbar-module__cJzEcG__divider{background:var(--border);width:1px;height:24px;margin:0 8px}.Navbar-module__cJzEcG__logoutBtn{border-radius:var(--radius-full);color:var(--text-muted);transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:500;display:flex}.Navbar-module__cJzEcG__logoutBtn:hover{color:var(--red);background:var(--red-glow)}.Navbar-module__cJzEcG__right{align-items:center;gap:12px;display:flex}.Navbar-module__cJzEcG__topLogout{color:var(--text-muted);background:0 0;border:none;padding:8px;transition:color .2s;display:none}@media (max-width:768px){.Navbar-module__cJzEcG__topLogout{justify-content:center;align-items:center;display:flex}}.Navbar-module__cJzEcG__avatar{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:700;display:flex;overflow:hidden}.Navbar-module__cJzEcG__avatarImg{object-fit:cover;width:100%;height:100%}.Navbar-module__cJzEcG__bottomNav{-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border);z-index:1100;height:64px;padding:0 12px;padding-bottom:max(16px,env(safe-area-inset-bottom));height:max(64px,calc(64px + env(safe-area-inset-bottom)));background:#06060af2;display:none;position:fixed;bottom:0;left:0;right:0}.Navbar-module__cJzEcG__bottomLink{color:var(--text-muted);transition:all var(--transition-fast);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;text-decoration:none;display:flex}.Navbar-module__cJzEcG__bottomLink span{text-transform:uppercase;letter-spacing:.02em;font-size:.7rem;font-weight:600}.Navbar-module__cJzEcG__bottomLinkActive{color:var(--gold)}@media (max-width:768px){.Navbar-module__cJzEcG__inner{height:56px}.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__bottomNav{display:flex}}
.home-module__gsEHRa__page{min-height:100vh;padding-bottom:100px}.home-module__gsEHRa__content{max-width:1280px;margin:0 auto;padding:88px 24px 0}.home-module__gsEHRa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;display:flex}.home-module__gsEHRa__title{font-family:var(--font-display);font-size:2.2rem;font-weight:800}.home-module__gsEHRa__subtitle{color:var(--text-muted);margin-top:4px;font-size:.9rem}.home-module__gsEHRa__searchWrap{min-width:280px;position:relative}.home-module__gsEHRa__searchIcon{color:var(--text-muted);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.home-module__gsEHRa__searchInput{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-full);width:100%;color:var(--text-primary);transition:all var(--transition-fast);outline:none;padding:12px 18px 12px 48px;font-size:.9rem}.home-module__gsEHRa__searchInput:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow)}.home-module__gsEHRa__searchInput::placeholder{color:var(--text-muted)}.home-module__gsEHRa__genreBar{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.home-module__gsEHRa__genreChip{border-radius:var(--radius-full);background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast);padding:8px 20px;font-size:.85rem;font-weight:500}.home-module__gsEHRa__genreChip:hover{border-color:var(--border-hover);color:var(--text-primary)}.home-module__gsEHRa__genreActive{background:var(--gold-glow)!important;border-color:var(--gold)!important;color:var(--gold)!important}.home-module__gsEHRa__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.home-module__gsEHRa__skelCard{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden}.home-module__gsEHRa__skelCover{aspect-ratio:1;width:100%}.home-module__gsEHRa__empty{text-align:center;color:var(--text-muted);padding:80px 24px}.home-module__gsEHRa__empty h3{color:var(--text-secondary);margin-top:16px}.home-module__gsEHRa__empty p{margin-top:8px;font-size:.9rem}@media (max-width:768px){.home-module__gsEHRa__content{padding-top:80px}.home-module__gsEHRa__header{flex-direction:column;align-items:flex-start;gap:16px}.home-module__gsEHRa__title{font-size:1.8rem}.home-module__gsEHRa__searchWrap{width:100%}.home-module__gsEHRa__genreBar{-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;margin:0 -24px 32px;padding:0 24px;overflow-x:auto}.home-module__gsEHRa__genreBar::-webkit-scrollbar{display:none}.home-module__gsEHRa__genreChip{white-space:nowrap;flex-shrink:0}.home-module__gsEHRa__grid{grid-template-columns:1fr;gap:10px}}@media (max-width:480px){.home-module__gsEHRa__content{padding:70px 16px 0}.home-module__gsEHRa__title{font-size:1.5rem}.home-module__gsEHRa__subtitle{font-size:.85rem}.home-module__gsEHRa__searchWrap{min-width:auto}.home-module__gsEHRa__searchInput{padding:10px 16px 10px 40px;font-size:.85rem}.home-module__gsEHRa__genreBar{margin:0 -16px 24px;padding:0 16px}.home-module__gsEHRa__genreChip{padding:6px 14px;font-size:.8rem}.home-module__gsEHRa__grid{grid-template-columns:1fr;gap:8px}}@media (max-width:768px){.home-module__gsEHRa__page{padding-bottom:180px}}
.superadmin-module__qFCKdG__layout{color:#e0e0e0;background:#020205;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;display:flex}.superadmin-module__qFCKdG__sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#0a0a0fcc;border-right:1px solid #00ffcc1a;flex-direction:column;width:280px;height:100vh;padding:32px 20px;transition:transform .3s;display:flex;position:fixed}.superadmin-module__qFCKdG__sideHeader{margin-bottom:32px}.superadmin-module__qFCKdG__logo{align-items:center;gap:12px;display:flex}.superadmin-module__qFCKdG__logoImg{object-fit:contain;width:32px;height:32px}.superadmin-module__qFCKdG__logoText{font-family:var(--font-display);letter-spacing:-.01em;color:#fff;font-size:1.2rem;font-weight:800}.superadmin-module__qFCKdG__logoAccent{color:var(--gold)}.superadmin-module__qFCKdG__sideLabel{color:#fff3;text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px;font-size:.65rem;font-weight:800;display:block}.superadmin-module__qFCKdG__sideNav{flex-direction:column;flex:1;gap:4px;display:flex}.superadmin-module__qFCKdG__sideLink{color:#888;border-radius:14px;align-items:center;gap:14px;padding:14px 18px;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.superadmin-module__qFCKdG__sideLink:hover{color:#0fc;background:#00ffcc0d;transform:translate(4px)}.superadmin-module__qFCKdG__sideLinkActive{color:#0fc;background:#00ffcc1a;border:1px solid #0fc3}.superadmin-module__qFCKdG__main{background:radial-gradient(circle at 100% 0,#00ffcc08,#0000 40%);flex:1;min-height:100vh;margin-left:280px;position:relative}.superadmin-module__qFCKdG__topbar{border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;height:80px;padding:0 40px;display:flex}.superadmin-module__qFCKdG__topTitle{color:#fff;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.superadmin-module__qFCKdG__statusBadge{color:#0fc;letter-spacing:.05em;background:#00ffcc1a;border-radius:99px;align-items:center;gap:8px;padding:6px 14px;font-size:.7rem;font-weight:800;display:flex}.superadmin-module__qFCKdG__statusDot{background:#0fc;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #0fc}.superadmin-module__qFCKdG__body{padding:40px}@media (max-width:1024px){.superadmin-module__qFCKdG__sidebar{width:300px;transform:translate(-100%);box-shadow:20px 0 50px #00000080}.superadmin-module__qFCKdG__sideOpen{transform:translate(0)!important}.superadmin-module__qFCKdG__main{margin-left:0}.superadmin-module__qFCKdG__topbar{height:70px;padding:0 16px}.superadmin-module__qFCKdG__body{padding:24px 16px}.superadmin-module__qFCKdG__topTitle{font-size:1.2rem}}.superadmin-module__qFCKdG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:95;background:#0009;animation:.3s superadmin-module__qFCKdG__fadeIn;position:fixed;inset:0}@keyframes superadmin-module__qFCKdG__fadeIn{0%{opacity:0}to{opacity:1}}.superadmin-module__qFCKdG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}@media (max-width:768px){.superadmin-module__qFCKdG__grid{gap:16px;grid-template-columns:1fr!important}}.superadmin-module__qFCKdG__mobileCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;gap:16px;margin-bottom:16px;padding:20px;display:flex}.superadmin-module__qFCKdG__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.superadmin-module__qFCKdG__cardBody{flex-direction:column;gap:12px;display:flex}.superadmin-module__qFCKdG__cardFooter{border-top:1px solid #ffffff08;justify-content:flex-end;margin-top:4px;padding-top:12px;display:flex}.superadmin-module__qFCKdG__cardRow{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.superadmin-module__qFCKdG__cardLabel{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.superadmin-module__qFCKdG__cardValue{color:#fff;font-weight:600}@media (min-width:769px){.superadmin-module__qFCKdG__mobileOnly{display:none}}@media (max-width:768px){.superadmin-module__qFCKdG__desktopOnly{display:none}}.superadmin-module__qFCKdG__burger{color:#fff;cursor:pointer;background:0 0;border:none;display:none}@media (max-width:1024px){.superadmin-module__qFCKdG__burger{display:block}}.superadmin-module__qFCKdG__logout{margin-top:auto;color:#f44!important}.superadmin-module__qFCKdG__logout:hover{background:#ff44441a!important}.superadmin-module__qFCKdG__lightbox{-webkit-backdrop-filter:blur(12px);z-index:9999;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;animation:.2s superadmin-module__qFCKdG__fadeIn;display:flex;position:fixed;inset:0}.superadmin-module__qFCKdG__lightboxImg{object-fit:cover;aspect-ratio:1;border:3px solid #00ffcc4d;border-radius:50%;max-width:min(90vw,480px);max-height:min(90vh,480px);box-shadow:0 0 80px #000c}.superadmin-module__qFCKdG__lightboxClose{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:background .2s;display:flex;position:fixed;top:24px;right:24px}.superadmin-module__qFCKdG__lightboxClose:hover{background:#fff3}
.PesapalModal-module__C67vkq__overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:16px;animation:.3s PesapalModal-module__C67vkq__fadeIn;display:flex;position:fixed;inset:0}.PesapalModal-module__C67vkq__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:480px;box-shadow:var(--shadow-lg);flex-direction:column;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) PesapalModal-module__C67vkq__slideUp;display:flex;overflow:hidden}.PesapalModal-module__C67vkq__header{border-bottom:1px solid var(--border);background:#ffffff05;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.PesapalModal-module__C67vkq__headerTitle{align-items:center;gap:10px;display:flex}.PesapalModal-module__C67vkq__secureIcon{color:var(--green)}.PesapalModal-module__C67vkq__header h2{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.PesapalModal-module__C67vkq__closeBtn{color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.PesapalModal-module__C67vkq__closeBtn:hover{color:var(--red)}.PesapalModal-module__C67vkq__orderSummary{border-bottom:1px solid var(--border);background:#f59e0b0d;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.PesapalModal-module__C67vkq__summaryDesc{color:var(--text-secondary);font-size:.9rem;font-weight:500}.PesapalModal-module__C67vkq__summaryTotal{color:var(--gold);font-size:1.2rem;font-weight:800}.PesapalModal-module__C67vkq__content{background:var(--bg-primary);flex-direction:column;flex:1;min-height:400px;display:flex;position:relative}.PesapalModal-module__C67vkq__pesapalFrame{background:#fff;border:none;flex:1;width:100%}.PesapalModal-module__C67vkq__loadingState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex;position:absolute;inset:0}.PesapalModal-module__C67vkq__loaderIcon{color:var(--gold);margin-bottom:24px;animation:1s linear infinite PesapalModal-module__C67vkq__spin}.PesapalModal-module__C67vkq__loadingState h3{margin-bottom:8px;font-size:1.2rem;font-weight:700}.PesapalModal-module__C67vkq__loadingState p{color:var(--text-muted);font-size:.9rem}.PesapalModal-module__C67vkq__errorState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex;position:absolute;inset:0}.PesapalModal-module__C67vkq__errorIcon{margin-bottom:16px;font-size:3rem}.PesapalModal-module__C67vkq__errorState h3{color:var(--red);margin-bottom:8px;font-size:1.2rem}.PesapalModal-module__C67vkq__errorState p{color:var(--text-muted);margin-bottom:24px;font-size:.9rem}.PesapalModal-module__C67vkq__footer{background:var(--bg-secondary);text-align:center;color:var(--text-muted);border-top:1px solid var(--border);padding:14px 24px;font-size:.75rem}@keyframes PesapalModal-module__C67vkq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes PesapalModal-module__C67vkq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes PesapalModal-module__C67vkq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.PesapalModal-module__C67vkq__modal{border:none;border-radius:0;height:100%;max-height:100vh}}
.adminpages-module__d2q-DG__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.adminpages-module__d2q-DG__pageTitle{font-family:var(--font-display);align-items:center;gap:10px;font-size:1.6rem;font-weight:800;display:flex}.adminpages-module__d2q-DG__searchWrap{min-width:240px;position:relative}.adminpages-module__d2q-DG__searchIcon{color:var(--text-muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.adminpages-module__d2q-DG__searchInput{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-full);width:100%;color:var(--text-primary);transition:all var(--transition-fast);outline:none;padding:10px 16px 10px 40px;font-size:.85rem}.adminpages-module__d2q-DG__searchInput:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow)}.adminpages-module__d2q-DG__searchInput::placeholder{color:var(--text-muted)}.adminpages-module__d2q-DG__countLabel{color:var(--text-muted);margin-top:16px;font-size:.85rem}.adminpages-module__d2q-DG__beatActions{gap:8px;display:flex}@media (max-width:768px){.adminpages-module__d2q-DG__pageHeader{flex-direction:column;align-items:stretch}.adminpages-module__d2q-DG__searchWrap{min-width:auto}}.adminpages-module__d2q-DG__lightbox{-webkit-backdrop-filter:blur(12px);z-index:9999;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;animation:.2s adminpages-module__d2q-DG__fadeIn;display:flex;position:fixed;inset:0}@keyframes adminpages-module__d2q-DG__fadeIn{0%{opacity:0}to{opacity:1}}.adminpages-module__d2q-DG__lightboxImg{object-fit:cover;aspect-ratio:1;border:3px solid #f59e0b66;border-radius:50%;max-width:min(90vw,480px);max-height:min(90vh,480px);box-shadow:0 0 80px #000c}.adminpages-module__d2q-DG__lightboxClose{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:background .2s;display:flex;position:fixed;top:24px;right:24px}.adminpages-module__d2q-DG__lightboxClose:hover{background:#fff3}
.savings-module__ESb3DG__page{min-height:100vh;padding-bottom:100px}.savings-module__ESb3DG__content{max-width:900px;margin:0 auto;padding:88px 24px 0}.savings-module__ESb3DG__pageTitle{font-family:var(--font-display);margin-bottom:32px;font-size:2rem;font-weight:800}.savings-module__ESb3DG__toast{background:var(--bg-card);border:1px solid var(--gold);border-radius:var(--radius-full);color:var(--gold);z-index:200;padding:12px 24px;font-size:.9rem;animation:.3s savings-module__ESb3DG__fadeIn;position:fixed;top:80px;left:50%;transform:translate(-50%)}.savings-module__ESb3DG__header{text-align:center;margin-bottom:24px}.savings-module__ESb3DG__subtitle{color:var(--text-muted);margin-top:4px;font-size:.95rem}.savings-module__ESb3DG__heroGrid{margin-bottom:32px}.savings-module__ESb3DG__mainCard{background:radial-gradient(circle at top right,#f59e0b0d,transparent),var(--bg-card);grid-template-columns:auto 1fr;align-items:center;gap:40px;padding:40px;display:grid;overflow:hidden}.savings-module__ESb3DG__progressSection{justify-content:center;align-items:center;display:flex;position:relative}.savings-module__ESb3DG__progressSection:before{content:"";background:radial-gradient(circle,var(--gold-glow)0%,transparent 70%);opacity:.5;width:220px;height:220px;position:absolute}.savings-module__ESb3DG__goalDetail{flex-direction:column;gap:16px;display:flex}.savings-module__ESb3DG__goalStatus{color:var(--gold);text-transform:uppercase;letter-spacing:.05em;background:var(--gold-glow);border-radius:var(--radius-full);align-items:center;gap:8px;width:fit-content;padding:4px 12px;font-size:.8rem;font-weight:700;display:flex}.savings-module__ESb3DG__sparkle{animation:2s infinite savings-module__ESb3DG__pulse}.savings-module__ESb3DG__goalTitle{font-family:var(--font-display);font-size:2rem;font-weight:800;line-height:1.1}.savings-module__ESb3DG__goalNumbers{border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;gap:24px;padding:16px 0;display:flex}.savings-module__ESb3DG__numBox{flex-direction:column;gap:4px;display:flex}.savings-module__ESb3DG__numLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.savings-module__ESb3DG__numValue{font-family:var(--font-display);color:var(--text-primary);font-size:1.2rem;font-weight:700}.savings-module__ESb3DG__separator{background:var(--border);width:1px;height:32px}.savings-module__ESb3DG__editBtn{width:fit-content}@keyframes savings-module__ESb3DG__pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.8;transform:scale(1)}}.savings-module__ESb3DG__progressWrap{align-items:center;gap:12px;margin-bottom:8px;display:flex}.savings-module__ESb3DG__progressBar{background:var(--bg-secondary);border-radius:4px;flex:1;height:8px;overflow:hidden}.savings-module__ESb3DG__progressFill{background:linear-gradient(90deg,var(--gold),var(--gold-light));height:100%;transition:width var(--transition-slow);border-radius:4px}.savings-module__ESb3DG__progressPct{color:var(--gold);text-align:right;min-width:40px;font-size:.85rem;font-weight:700}.savings-module__ESb3DG__goalInfo{color:var(--text-muted);font-size:.8rem}.savings-module__ESb3DG__saveSection{margin-bottom:32px;padding:28px}.savings-module__ESb3DG__saveSection h2{margin-bottom:16px;font-size:1.2rem}.savings-module__ESb3DG__quickBtns{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.savings-module__ESb3DG__quickChip{border-radius:var(--radius-full);background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast);padding:8px 18px;font-size:.85rem}.savings-module__ESb3DG__quickChip:hover{border-color:var(--gold);color:var(--gold)}.savings-module__ESb3DG__saveRow{gap:12px;margin-bottom:12px;display:flex}.savings-module__ESb3DG__saveRow input{flex:1}.savings-module__ESb3DG__afterDeposit{background:var(--bg-secondary);border-radius:var(--radius-md);justify-content:space-between;padding:12px;font-size:.9rem;display:flex}.savings-module__ESb3DG__afterDeposit span:first-child{color:var(--text-muted)}.savings-module__ESb3DG__afterVal{color:var(--green);font-weight:700}.savings-module__ESb3DG__purchasedSection{margin-bottom:32px}.savings-module__ESb3DG__purchasedHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.savings-module__ESb3DG__purchasedHeader h2{font-size:1.2rem}.savings-module__ESb3DG__emptyText{color:var(--text-muted);font-size:.9rem}.savings-module__ESb3DG__purchasedList{flex-direction:column;gap:8px;display:flex}.savings-module__ESb3DG__purchasedRow{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-fast);align-items:center;gap:14px;padding:14px 16px;display:flex}.savings-module__ESb3DG__purchasedRow:hover{border-color:var(--border-hover)}.savings-module__ESb3DG__purchasedIcon{background:var(--gold-glow);width:36px;height:36px;color:var(--gold);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.savings-module__ESb3DG__purchasedInfo{flex:1}.savings-module__ESb3DG__purchasedTitle{color:var(--text-primary);font-size:.9rem;font-weight:600;display:block}.savings-module__ESb3DG__purchasedSub{color:var(--text-muted);font-size:.75rem}.savings-module__ESb3DG__purchasedPrice{color:var(--gold);font-size:.9rem;font-weight:700}@media (max-width:768px){.savings-module__ESb3DG__heroGrid{margin-bottom:24px}.savings-module__ESb3DG__mainCard{text-align:center;grid-template-columns:1fr;gap:24px;padding:32px 20px}.savings-module__ESb3DG__goalStatus{margin:0 auto}.savings-module__ESb3DG__goalTitle{font-size:1.5rem}.savings-module__ESb3DG__goalNumbers{justify-content:center;gap:16px}.savings-module__ESb3DG__editBtn{margin:0 auto}.savings-module__ESb3DG__saveRow{flex-direction:column}.savings-module__ESb3DG__purchasedHeader{flex-direction:column;align-items:flex-start;gap:12px}.savings-module__ESb3DG__purchasedHeader h2{font-size:1.1rem}}@media (max-width:480px){.savings-module__ESb3DG__content{padding:76px 16px 160px}.savings-module__ESb3DG__pageTitle{font-size:1.5rem}.savings-module__ESb3DG__mainCard{padding:24px 16px}.savings-module__ESb3DG__goalTitle{font-size:1.3rem}.savings-module__ESb3DG__saveSection{padding:20px 16px}.savings-module__ESb3DG__quickChip{padding:6px 14px;font-size:.8rem}}
@keyframes BeatCard-module__YDvg6G__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes BeatCard-module__YDvg6G__barBounce{0%,to{transform:scaleY(1)}50%{transform:scaleY(.3)}}.BeatCard-module__YDvg6G__card{-webkit-backdrop-filter:blur(12px);background:#121218e6;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;animation:.45s both BeatCard-module__YDvg6G__fadeIn;display:flex;overflow:hidden}.BeatCard-module__YDvg6G__card:hover{border-color:#f59e0b59;transform:translateY(-5px);box-shadow:0 24px 60px #0000008c,0 0 0 1px #f59e0b14}.BeatCard-module__YDvg6G__coverWrap{aspect-ratio:1;cursor:pointer;background:#0d0d14;flex-shrink:0;position:relative;overflow:hidden}.BeatCard-module__YDvg6G__cover{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.BeatCard-module__YDvg6G__card:hover .BeatCard-module__YDvg6G__cover{transform:scale(1.05)}.BeatCard-module__YDvg6G__coverPlaceholder{background:#0d0d14;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.BeatCard-module__YDvg6G__placeholderLogo{opacity:1;position:relative;object-fit:cover!important;width:100%!important;height:100%!important}@keyframes BeatCard-module__YDvg6G__pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}.BeatCard-module__YDvg6G__playOverlay{opacity:.55;background:linear-gradient(#0000000d,#0009);justify-content:center;align-items:center;transition:opacity .22s;display:flex;position:absolute;inset:0}.BeatCard-module__YDvg6G__coverWrap:hover .BeatCard-module__YDvg6G__playOverlay{opacity:1}.BeatCard-module__YDvg6G__playCircle{background:var(--gold);color:#000;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .18s;display:flex;box-shadow:0 8px 32px #f59e0b8c}.BeatCard-module__YDvg6G__playCircle:hover{transform:scale(1.12)}.BeatCard-module__YDvg6G__playing{animation:2s infinite BeatCard-module__YDvg6G__pulse-gold}.BeatCard-module__YDvg6G__bars{align-items:flex-end;gap:3px;height:16px;display:flex;position:absolute;bottom:10px;left:12px}.BeatCard-module__YDvg6G__bars span{background:var(--gold);border-radius:2px;width:3px;animation:.8s infinite BeatCard-module__YDvg6G__barBounce}.BeatCard-module__YDvg6G__bars span:first-child{height:55%;animation-delay:0s}.BeatCard-module__YDvg6G__bars span:nth-child(2){height:100%;animation-delay:.15s}.BeatCard-module__YDvg6G__bars span:nth-child(3){height:40%;animation-delay:.3s}.BeatCard-module__YDvg6G__bars span:nth-child(4){height:80%;animation-delay:.45s}.BeatCard-module__YDvg6G__info{flex:1;padding:14px 16px 6px}.BeatCard-module__YDvg6G__titleRow{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:3px;display:flex}.BeatCard-module__YDvg6G__title{font-family:var(--font-display);color:var(--text-primary);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.BeatCard-module__YDvg6G__producer{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:.73rem}.BeatCard-module__YDvg6G__meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.BeatCard-module__YDvg6G__genre{letter-spacing:.06em;text-transform:uppercase;color:var(--gold);background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:4px;padding:2px 8px;font-size:.58rem;font-weight:700}.BeatCard-module__YDvg6G__soldBadge{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;background:#64647826;border:1px solid #ffffff12;border-radius:4px;padding:2px 8px;font-size:.56rem;font-weight:800}.BeatCard-module__YDvg6G__ownerBadge{color:#10b981;letter-spacing:.06em;text-transform:uppercase;background:#10b98114;border:1px solid #10b98133;border-radius:4px;padding:2px 8px;font-size:.56rem;font-weight:800}.BeatCard-module__YDvg6G__footer{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;margin-top:4px;padding:8px 16px 14px;display:flex}.BeatCard-module__YDvg6G__priceLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:1px;font-size:.58rem;font-weight:500;display:block}.BeatCard-module__YDvg6G__price{font-family:var(--font-display);color:var(--gold);font-size:1rem;font-weight:800;line-height:1}.BeatCard-module__YDvg6G__actions{align-items:center;gap:8px;display:flex}.BeatCard-module__YDvg6G__buyBtn{letter-spacing:.02em!important;border-radius:8px!important;padding:7px 18px!important;font-size:.75rem!important;font-weight:700!important}@media (max-width:768px){.BeatCard-module__YDvg6G__card{border-radius:12px;flex-direction:row;align-items:center;gap:0;min-height:90px;max-height:100px}.BeatCard-module__YDvg6G__card:hover{transform:none}.BeatCard-module__YDvg6G__coverWrap{width:90px;height:90px;aspect-ratio:unset;border-radius:0;flex-shrink:0}.BeatCard-module__YDvg6G__playOverlay{opacity:.7;background:#0006}.BeatCard-module__YDvg6G__info{flex-direction:column;flex:1;justify-content:center;gap:3px;min-width:0;padding:14px 12px 14px 16px;display:flex}.BeatCard-module__YDvg6G__titleRow{gap:6px;margin-bottom:0}.BeatCard-module__YDvg6G__title{-webkit-line-clamp:1;line-clamp:1;font-size:.88rem}.BeatCard-module__YDvg6G__producer{margin-bottom:4px;font-size:.67rem}.BeatCard-module__YDvg6G__meta{gap:4px}.BeatCard-module__YDvg6G__genre{padding:2px 6px;font-size:.56rem}.BeatCard-module__YDvg6G__footer{border-top:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;gap:8px;margin-top:0;padding:14px 16px 14px 8px}.BeatCard-module__YDvg6G__priceLabel{display:none}.BeatCard-module__YDvg6G__price{white-space:nowrap;font-size:.85rem}.BeatCard-module__YDvg6G__buyBtn{white-space:nowrap;border-radius:6px!important;padding:5px 12px!important;font-size:.65rem!important}.BeatCard-module__YDvg6G__playCircle{width:38px;height:38px}.BeatCard-module__YDvg6G__bars{height:12px;bottom:6px;left:6px}.BeatCard-module__YDvg6G__soldBadge,.BeatCard-module__YDvg6G__ownerBadge{padding:1px 5px;font-size:.5rem}}@media (max-width:400px){.BeatCard-module__YDvg6G__coverWrap{width:72px;height:72px}.BeatCard-module__YDvg6G__card{min-height:72px;max-height:80px}.BeatCard-module__YDvg6G__title{font-size:.82rem}.BeatCard-module__YDvg6G__producer{font-size:.62rem}.BeatCard-module__YDvg6G__price{font-size:.8rem}.BeatCard-module__YDvg6G__buyBtn{padding:4px 10px!important;font-size:.6rem!important}.BeatCard-module__YDvg6G__footer{padding-right:10px}}.BeatCard-module__YDvg6G__modalBackdrop{-webkit-backdrop-filter:blur(14px);z-index:9999;background:#000000d1;justify-content:center;align-items:center;padding:24px;animation:.2s BeatCard-module__YDvg6G__fadeInModal;display:flex;position:fixed;inset:0}@keyframes BeatCard-module__YDvg6G__fadeInModal{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.BeatCard-module__YDvg6G__modal{background:var(--bg-card);text-align:center;border:1px solid #f59e0b33;border-radius:24px;width:100%;max-width:420px;padding:40px 32px;position:relative;box-shadow:0 32px 80px #000000b3,0 0 0 1px #f59e0b0d}.BeatCard-module__YDvg6G__modalClose{background:var(--bg-secondary);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.BeatCard-module__YDvg6G__modalClose:hover{background:var(--bg-elevated);color:var(--text-primary)}.BeatCard-module__YDvg6G__modalIcon{width:72px;height:72px;color:var(--gold);background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.BeatCard-module__YDvg6G__modalTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:8px;font-size:1.4rem;font-weight:800}.BeatCard-module__YDvg6G__modalSub{color:var(--text-secondary);margin-bottom:20px;font-size:.9rem;line-height:1.6}.BeatCard-module__YDvg6G__modalSub strong{color:var(--text-primary)}.BeatCard-module__YDvg6G__modalPrice{font-family:var(--font-display);color:var(--gold);margin-bottom:12px;font-size:2rem;font-weight:900}.BeatCard-module__YDvg6G__modalNote{color:var(--text-muted);margin-bottom:24px;font-size:.8rem}.BeatCard-module__YDvg6G__modalWhatsapp{justify-content:center;width:100%;font-size:.95rem;font-weight:700}
