:root{color-scheme:dark;--bg: #09090b;--bg-elevated: rgba(20, 20, 24, .78);--bg-elevated-strong: rgba(27, 27, 32, .94);--surface: rgba(255, 255, 255, .055);--surface-strong: rgba(255, 255, 255, .09);--surface-soft: rgba(255, 255, 255, .035);--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .13);--text-primary: #f6f2ee;--text-secondary: rgba(246, 242, 238, .62);--text-tertiary: rgba(246, 242, 238, .4);--accent: #ff6b98;--accent-soft: rgba(255, 107, 152, .16);--accent-strong: #ff8db0;--gold: #f6c678;--shadow: 0 24px 60px rgba(0, 0, 0, .35);--radius-xl: 30px;--radius-lg: 24px;--radius-md: 18px;--radius-sm: 14px;--phone-width: min(100vw, 430px);--app-max-width: 1280px;--content-max-width: 1080px;--gutter: clamp(18px, 5vw, 24px)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at top,rgba(255,107,152,.14),transparent 30%),radial-gradient(circle at 85% 15%,rgba(246,198,120,.1),transparent 28%),linear-gradient(180deg,#0f1014,#09090b 26%,#070709);color:var(--text-primary);font-family:SF Pro Display,Segoe UI,Helvetica Neue,Arial,sans-serif}body{display:flex;justify-content:center;padding:24px 12px}button{font:inherit;color:inherit}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}#app{width:100%;display:flex;justify-content:center}.shell{position:relative;width:min(100%,var(--phone-width));min-height:calc(100vh - 48px);padding:max(env(safe-area-inset-top),18px) 18px max(env(safe-area-inset-bottom),18px)}.shell:before,.shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:40px}.shell:before{background:radial-gradient(circle at 16% 10%,rgba(255,255,255,.08),transparent 18%),radial-gradient(circle at 90% 24%,rgba(255,107,152,.12),transparent 18%),linear-gradient(180deg,rgba(255,255,255,.02),transparent 15%);opacity:.9}.app-frame{position:relative;overflow:hidden;min-height:calc(100vh - 48px);border:1px solid rgba(255,255,255,.06);border-radius:34px;background:linear-gradient(180deg,#ffffff0a,#ffffff05),#09090be0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.app-frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top center,rgba(255,107,152,.16),transparent 32%),radial-gradient(circle at 100% 0%,rgba(246,198,120,.08),transparent 30%);pointer-events:none}.app-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:22px;padding:16px var(--gutter) 22px}.app-content>*{width:100%}.status-row{display:flex;justify-content:space-between;align-items:center;padding:6px 4px 2px;color:var(--text-secondary);font-size:.83rem;letter-spacing:.02em}.status-row__middle{flex:1;display:flex;justify-content:center;padding:0 12px}.status-row__dots{display:flex;gap:6px}.status-row__menu-button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:#ffffff0d;color:var(--text-secondary)}.status-row__menu-button svg{width:18px;height:18px}.status-row__dot{width:6px;height:6px;border-radius:999px;background:#fff3}.event-header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;border-radius:20px;background:var(--surface-soft);border:1px solid rgba(255,255,255,.05)}.event-header__home{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);color:var(--text-primary);box-shadow:inset 0 1px #ffffff0a}.event-ticker{position:relative;min-width:0;white-space:nowrap;overflow:hidden;font-family:Iosevka Charon Mono,SFMono-Regular,Consolas,monospace;font-size:.97rem;line-height:1;letter-spacing:-.02em;text-transform:none}.event-ticker__track{display:flex;width:max-content;animation:marquee 19s linear infinite}.event-ticker__segment{display:inline-flex;align-items:center;gap:10px;padding-right:10px}.event-ticker__name{color:var(--text-primary);font-weight:700}.event-ticker__dj,.event-ticker__crowd{color:var(--text-secondary);font-weight:500}.event-ticker__divider{color:var(--text-tertiary);flex:0 0 auto}.track-list{display:grid;gap:12px}.track-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 14px 14px 12px;border-radius:22px;background:linear-gradient(180deg,#ffffff0b,#ffffff05),#101014eb;border:1px solid var(--border);overflow:hidden;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.track-card:hover,.track-card:focus-within{transform:translateY(-1px);border-color:var(--border-strong)}.track-card--top{background:linear-gradient(180deg,#ffffff12,#ffffff05),linear-gradient(135deg,rgba(255,107,152,.12),transparent 42%),#101014f5;border-color:#ff6b9847;box-shadow:inset 0 1px #ffffff0d,0 0 0 1px #ff6b9814,0 0 26px #ff6b981f;animation:top-glow 3.8s ease-in-out infinite}.rank-pill{width:36px;display:grid;justify-items:center}.rank-pill__number{font-size:1.08rem;font-weight:700;letter-spacing:-.04em}.track-main{min-width:0;display:grid;gap:8px}.track-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;min-width:0}.track-copy{min-width:0;flex:1}.track-title,.track-artist{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.track-title{margin:0;font-size:.98rem;font-weight:600;letter-spacing:-.025em}.track-artist{margin:4px 0 0;color:var(--text-secondary);font-size:.82rem}.track-requester{margin:6px 0 0;color:var(--accent-strong);font-size:.75rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.track-votes{flex:0 0 auto;align-self:flex-start;max-width:76px;overflow:hidden;text-overflow:ellipsis;color:var(--text-secondary);font-size:.78rem;white-space:nowrap}.track-progress{width:100%}.track-progress__bar{position:relative;overflow:hidden;height:8px;width:100%;border-radius:999px;background:#ffffff12}.track-progress__fill{position:absolute;inset:0 auto 0 0;width:var(--fill, 50%);min-width:12%;border-radius:inherit;background:linear-gradient(90deg,#ff6b98c7,#ff8db0);box-shadow:0 0 18px #ff6b982e;transform-origin:left center;animation:grow-in .9s cubic-bezier(.2,.9,.25,1) both}.vote-button{width:46px;height:46px;display:grid;place-items:center;padding:0;border:0;border-radius:16px;background:#ffffff0d;box-shadow:inset 0 1px #ffffff0a;cursor:pointer;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease}.vote-button:hover,.vote-button:active{transform:scale(.98)}.vote-button.is-active{background:#ff6b9829;box-shadow:inset 0 1px #ffffff0d,0 12px 26px #ff6b9829}.vote-button svg{width:22px;height:22px;color:#ffffffb8;transition:color .15s ease,fill .15s ease,transform .15s ease}.vote-button.is-active svg{color:var(--accent-strong);fill:currentColor;transform:scale(1.06)}.track-actions{display:grid;gap:8px}.boost-button{width:46px;height:46px;display:grid;place-items:center;padding:0;border:0;border-radius:16px;background:#f6c6781f;color:var(--gold);box-shadow:inset 0 1px #ffffff0a;cursor:pointer;transition:transform .15s ease,background-color .15s ease}.boost-button:hover,.boost-button:active{transform:scale(.98)}.boost-button:disabled{opacity:.45}.boost-button.is-active{background:#f6c6782e;box-shadow:inset 0 1px #ffffff0d,0 12px 26px #f6c67824}.boost-button svg{width:20px;height:20px}.boost-button.is-active svg{color:var(--gold)}.actions{display:grid;grid-template-columns:1fr 1.25fr;gap:12px;padding-top:4px}.action-button{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;border-radius:20px;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.action-button:hover,.action-button:active{transform:translateY(-1px)}.action-button--secondary{background:#ffffff0a;border-color:var(--border);color:var(--text-primary)}.action-button--primary{background:linear-gradient(180deg,#ff8aac,#ff6b98);color:#180a0f;font-weight:700;box-shadow:0 18px 34px #ff6b9838}.action-button__icon{display:inline-grid;place-items:center}.cooldown-ring{--cooldown-progress: 1;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:radial-gradient(circle,rgba(24,10,15,.96) 58%,transparent 60%),conic-gradient(#180a0f2e,#180a0f2e calc((1 - var(--cooldown-progress)) * 1turn),#180a0ff0 calc((1 - var(--cooldown-progress)) * 1turn),#180a0ff0 1turn);color:#180a0f;font-size:.72rem;font-weight:700}.footer-note{padding:2px 2px 0;color:var(--text-tertiary);font-size:.79rem;line-height:1.5}.entry-panel{display:grid;gap:8px;padding:6px 2px 0}.entry-panel__eyebrow{margin:0;color:var(--text-tertiary);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.entry-panel__title{margin:0;font-size:1.75rem;line-height:1;letter-spacing:-.05em}.entry-panel__copy{margin:0;color:var(--text-secondary);font-size:.92rem;line-height:1.5}.entry-badge,.entry-result,.entry-form{display:grid;gap:14px;padding:18px;border-radius:24px;background:linear-gradient(180deg,#ffffff0d,#ffffff05),#101014eb;border:1px solid rgba(255,255,255,.06)}.entry-badge__label,.entry-result__label{color:var(--text-tertiary);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.entry-badge__value,.entry-result__value{font-size:1rem;color:var(--text-primary);letter-spacing:-.02em;word-break:break-word}.entry-field{display:grid;gap:10px}.entry-field__label{color:var(--text-secondary);font-size:.82rem}.entry-field__hint{margin-top:-2px;padding:10px 12px;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.05);color:var(--text-tertiary);font-size:.76rem;line-height:1.45}.entry-field__hint--error{background:#ff6b9814;border-color:#ff6b982e;color:var(--accent-strong)}.entry-field__input{width:100%;height:54px;padding:0 16px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#ffffff0a;color:var(--text-primary);font:inherit;outline:none}.entry-field__input-row{position:relative}.entry-field__input-row .entry-field__input{padding-right:88px}.entry-field__toggle{position:absolute;top:50%;right:12px;transform:translateY(-50%);min-width:62px;height:34px;border:0;border-radius:12px;background:#ffffff0f;color:var(--text-secondary);font:inherit;font-size:.78rem;cursor:pointer}.entry-field__input:focus{border-color:#ff8db066}.entry-field__textarea,.entry-field__select{width:100%;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:#ffffff0a;color:var(--text-primary);font:inherit;outline:none}.entry-field__textarea{min-height:120px;padding:14px 16px;resize:vertical}.entry-field__select{height:54px;padding:0 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.entry-field__textarea:focus,.entry-field__select:focus{border-color:#ff8db066}.entry-action{min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid transparent;border-radius:18px;font:inherit;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.entry-action:hover{transform:translateY(-1px)}.entry-action--primary{background:linear-gradient(180deg,#ff8aac,#ff6b98);color:#180a0f;font-weight:700;box-shadow:0 18px 34px #ff6b9838}.entry-action--secondary{background:#ffffff0a;border-color:#ffffff12;color:var(--text-primary)}.entry-result__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.host-event-list,.host-song-list{display:grid;gap:10px}.host-event-row,.host-song-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.host-event-row__copy,.host-song-row__copy{min-width:0;display:grid;gap:4px}.host-event-row__title,.host-song-row__title{font-size:.94rem;font-weight:600;letter-spacing:-.02em}.host-event-row__meta,.host-song-row__meta{color:var(--text-secondary);font-size:.8rem}.host-song-row__submeta{color:var(--text-tertiary);font-size:.75rem}.host-event-row__actions,.host-song-row__actions{display:flex;gap:8px;align-items:center}.host-song-row__badge{padding:8px 10px;border-radius:999px;background:#ffffff0d;color:var(--text-secondary);font-size:.78rem}.host-event-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.host-event-summary__item{display:grid;gap:8px;padding:14px;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.host-event-summary__value{font-size:1.55rem;letter-spacing:-.05em}.host-event-menu{gap:12px}.host-event-menu__tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.host-event-menu__tab{min-height:50px;padding:0 16px;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:#ffffff08;color:var(--text-secondary);font:inherit;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.host-event-menu__tab:hover{transform:translateY(-1px)}.host-event-menu__tab.is-active{color:var(--text-primary);border-color:#ff8db03d;background:#ff6b981a}.host-supporters__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.host-supporters__copy{margin:6px 0 0;color:var(--text-secondary);font-size:.86rem;line-height:1.45}.host-supporters__list{display:grid;gap:10px}.host-supporter-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.host-supporter-row__rank{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:#ffffff0d;color:var(--text-secondary);font-size:.82rem;font-weight:700}.host-supporter-row__copy{min-width:0;display:grid;gap:4px}.host-supporter-row__title{font-size:.94rem;font-weight:600;letter-spacing:-.02em}.host-supporter-row__meta{color:var(--text-secondary);font-size:.78rem}.host-supporter-row__pill{display:grid;gap:2px;justify-items:end;padding:10px 12px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.05)}.host-supporter-row__pill-value{font-size:.98rem;font-weight:700;letter-spacing:-.03em}.host-supporter-row__pill-label{color:var(--text-tertiary);font-size:.7rem;text-transform:uppercase;letter-spacing:.12em}.qr-panel{grid-template-columns:1fr auto;align-items:center}.qr-panel__code{width:144px;height:144px;display:grid;place-items:center;border-radius:22px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.profile-form{gap:18px}.profile-section{display:grid;gap:14px;padding:18px;border-radius:20px;background:#ffffff06;border:1px solid rgba(255,255,255,.05)}.profile-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-section__title{margin:0;font-size:1rem;letter-spacing:-.03em}.profile-form-grid,.profile-stat-grid,.profile-readonly-grid{display:grid;gap:12px}.profile-hero,.public-profile-hero{gap:18px}.profile-hero__main,.public-profile-hero__top{display:flex;gap:14px;align-items:center}.profile-hero__copy,.public-profile-hero__copy{min-width:0;display:grid;gap:6px}.profile-hero__title,.public-profile-hero__title{margin:0;font-size:1.3rem;letter-spacing:-.04em}.profile-hero__meta,.public-profile-hero__meta,.public-profile-hero__bio{margin:0;color:var(--text-secondary);line-height:1.5}.profile-hero__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-avatar{width:68px;height:68px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#ffffff1f,#ffffff08),#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-primary);font-size:1.45rem;font-weight:700}.profile-avatar--large{width:90px;height:90px;border-radius:28px;font-size:1.8rem}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-readonly-card{gap:16px}.profile-readonly-value{margin:6px 0 0;color:var(--text-primary);font-size:.94rem}.profile-chip-list{display:flex;flex-wrap:wrap;gap:8px}.profile-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);color:var(--text-secondary);font-size:.8rem}.profile-chip--accent{background:#ff6b981f;border-color:#ff6b9833;color:var(--text-primary)}.profile-chip--gold{background:#f6c6781f;border-color:#f6c67833;color:var(--gold)}.profile-stack,.profile-link-list,.profile-detail-list{display:grid;gap:10px}.profile-array-item,.profile-link-row,.profile-detail-row,.profile-stat-card{padding:14px;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.profile-array-item,.profile-array-item__fields{display:grid;gap:12px}.profile-inline-button,.profile-action-placeholder{min-height:44px}.profile-action-placeholder{cursor:default;opacity:.55}.profile-link-row{display:grid;gap:4px}.profile-link-row__platform{font-weight:600}.profile-link-row__url{color:var(--text-secondary);word-break:break-word}.profile-stat-card{display:grid;gap:6px}.profile-stat-card strong{font-size:1.35rem;letter-spacing:-.04em}.profile-stat-card span:last-child{color:var(--text-secondary);font-size:.82rem}.profile-detail-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.profile-detail-row__label{color:var(--text-secondary);font-size:.82rem}.profile-detail-row__value{text-align:right;font-size:.9rem}.host-identity-card__main{display:flex;gap:14px;align-items:center}.host-identity-card__copy{min-width:0;display:grid;gap:6px}.host-identity-card__title{margin:0;font-size:1.3rem;letter-spacing:-.04em}.host-identity-card__meta{margin:0;color:var(--text-secondary);font-size:.84rem}.host-identity-card__actions{display:flex;flex-wrap:wrap;gap:8px}.user-avatar{display:grid;place-items:center;flex:0 0 auto;color:#fff7fb;border-radius:24px;box-shadow:inset 0 1px #ffffff29,0 14px 30px #0003}.user-avatar svg{width:52%;height:52%}.user-avatar--sm{width:28px;height:28px;border-radius:12px}.user-avatar--md{width:56px;height:56px;border-radius:18px}.user-avatar--lg{width:82px;height:82px;border-radius:26px}.account-card,.google-login-panel,.account-card__header,.account-card__copy,.account-onboarding__preview,.google-signin-button,.profile-wallet-summary{display:grid;gap:12px}.account-card__header{grid-template-columns:auto minmax(0,1fr);align-items:center}.account-card__copy strong{font-size:1rem;letter-spacing:-.03em}.account-card__copy span{color:var(--text-secondary);font-size:.82rem;line-height:1.45}.google-login-panel{justify-items:start}.google-signin-button{width:100%}.google-signin-button__mount{width:100%;min-height:44px}.google-signin-button__hint{margin:0;color:var(--text-tertiary);font-size:.76rem}.avatar-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.avatar-option-card{display:grid;justify-items:center;gap:8px;padding:12px 10px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;color:var(--text-secondary);cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.avatar-option-card:hover,.avatar-option-card:focus-visible{transform:translateY(-1px);border-color:#ffffff24;background:#ffffff0d;outline:none}.avatar-option-card.is-selected{border-color:#ff8db04d;background:#ff6b981f;color:var(--text-primary)}.avatar-option-card span:last-child{font-size:.78rem}.guest-session-badge{max-width:132px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);color:var(--text-primary);font-size:.78rem;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-pill-cluster{display:inline-flex;gap:8px;align-items:center}.wallet-status-pill{min-height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;border:1px solid rgba(246,198,120,.18);background:#f6c6781f;color:var(--gold);font-size:.76rem;line-height:1}.wallet-strip{display:grid;gap:14px;padding:18px;border-radius:24px;background:linear-gradient(180deg,#f6c67812,#ffffff08),#101014eb;border:1px solid rgba(246,198,120,.14)}.wallet-strip__copy{display:grid;gap:6px}.wallet-strip__eyebrow{margin:0;color:var(--text-tertiary);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.wallet-strip__title{margin:0;font-size:1.12rem;letter-spacing:-.03em}.wallet-strip__meta{margin:0;color:var(--text-secondary);font-size:.82rem;line-height:1.5}.wallet-strip__actions{display:flex;flex-wrap:wrap;gap:10px}.boost-sheet__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.boost-sheet__button{min-height:60px}.auth-sheet__form,.wallet-pack-list{display:grid;gap:12px}.auth-sheet__actions{display:grid;gap:10px}.account-onboarding-sheet{max-height:min(84dvh,720px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:max(16px,env(safe-area-inset-bottom))}.wallet-pack-card{display:grid;gap:4px;width:100%;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff09;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.wallet-pack-card:hover,.wallet-pack-card:focus-visible{transform:translateY(-1px);border-color:#f6c6782e;background:#ffffff0d;outline:none}.wallet-pack-card__title{font-size:.96rem;font-weight:700;letter-spacing:-.03em}.wallet-pack-card__tokens{color:var(--gold);font-size:.88rem}.wallet-pack-card__price,.wallet-pack-card__cta{color:var(--text-secondary);font-size:.8rem}.wallet-pack-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,78%);gap:12px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.wallet-pack-card--carousel{scroll-snap-align:start}.empty-state{padding:20px 18px;border-radius:22px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.empty-state__title{margin:0;font-size:.94rem;font-weight:600;letter-spacing:-.02em}.empty-state__copy{margin:6px 0 0;color:var(--text-secondary);font-size:.82rem;line-height:1.5}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:flex-end;justify-content:center;padding:18px;background:#05050700;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);transition:background-color .18s ease,backdrop-filter .18s ease;pointer-events:none}.sheet-backdrop.is-open{background:#05050770;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto}.side-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;background:#05050700;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);pointer-events:none;transition:background-color .18s ease,backdrop-filter .18s ease}.side-sheet-backdrop.is-open{background:#05050770;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto}.side-sheet{position:absolute;top:0;right:0;width:min(92vw,360px);height:100%;display:grid;grid-template-rows:auto auto 1fr auto;gap:18px;padding:24px 18px max(24px,env(safe-area-inset-bottom));background:linear-gradient(180deg,#ffffff0f,#ffffff05),#0a0a0dfa;border-left:1px solid rgba(255,255,255,.08);box-shadow:-24px 0 70px #00000057;transform:translate(100%);transition:transform .18s ease}.side-sheet.is-open{transform:translate(0)}.side-sheet__header,.side-sheet__identity,.side-sheet__section,.side-sheet__footer{display:grid;gap:12px}.side-sheet__close{justify-self:end}.side-sheet__identity{padding:16px;border-radius:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.side-sheet__label{margin:0 0 4px;color:var(--text-tertiary);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.side-sheet__value{margin:0;color:var(--text-primary);font-size:.94rem}.side-sheet__identity--simple{gap:6px;padding:6px 2px 10px;background:transparent;border:0}.side-sheet__headline,.side-sheet__subheadline{margin:0}.side-sheet__headline{font-size:1.42rem;font-weight:700;letter-spacing:-.04em;color:var(--text-primary)}.side-sheet__subheadline{font-size:.88rem;color:var(--text-secondary)}.side-sheet__section-title{margin:0;color:var(--text-secondary);font-size:.84rem}.side-sheet__list{margin:0;padding-left:18px;display:grid;gap:10px}.side-sheet__link{color:var(--text-primary);font-size:.92rem}.side-sheet__link--accent{color:var(--accent-strong)}.side-sheet__nav{display:grid;gap:10px}.side-sheet__action{min-height:52px;display:inline-flex;align-items:center;justify-content:flex-start;padding:0 16px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:var(--text-primary);font-size:.95rem;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.side-sheet__action:hover{transform:translateY(-1px);border-color:#ffffff24;background:#ffffff0f}.side-sheet__action--button{width:100%;font:inherit;text-align:left;cursor:pointer}.search-sheet{width:min(100%,430px);max-height:min(78vh,680px);display:flex;flex-direction:column;gap:16px;padding:14px 16px 16px;border-radius:28px;border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#ffffff0f,#ffffff05),#0a0a0df5;box-shadow:0 30px 90px #0006;transform:translateY(24px);opacity:0;transition:transform .18s ease,opacity .18s ease}.search-sheet.is-open{transform:translateY(0);opacity:1}.search-sheet__handle{width:42px;height:4px;margin:0 auto;border-radius:999px;background:#ffffff1f}.search-sheet__header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.search-sheet__eyebrow{margin:0 0 6px;color:var(--text-tertiary);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.search-sheet__title{margin:0;font-size:1.12rem;letter-spacing:-.03em}.search-sheet__close{border:0;padding:0;background:transparent;color:var(--text-secondary)}.search-field{border-radius:18px;background:#ffffff0b;border:1px solid rgba(255,255,255,.06)}.search-field__input{width:100%;height:52px;padding:0 16px;border:0;outline:0;background:transparent;color:var(--text-primary);font:inherit}.search-field__input::placeholder{color:var(--text-tertiary)}.search-sheet__feedback{margin:0;color:var(--text-secondary);font-size:.82rem}.search-results{display:grid;gap:10px;overflow:auto;padding-right:2px}.search-result{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px;border:1px solid rgba(255,255,255,.06);border-radius:18px;background:#ffffff09;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;pointer-events:auto;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.search-result:hover,.search-result:focus-visible{transform:translateY(-1px);border-color:#ffffff1f;background:#ffffff0d;outline:none}.search-result__copy{min-width:0;display:grid;gap:4px}.search-result__title,.search-result__artist{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result__title{font-size:.92rem;font-weight:600;letter-spacing:-.02em}.search-result__artist{color:var(--text-secondary);font-size:.8rem}.search-result__cta{border:0;padding:0;background:transparent;color:var(--accent-strong);font-size:.8rem;font-weight:600;cursor:pointer}@keyframes pulse{0%{box-shadow:0 0 #ff6b9873}70%{box-shadow:0 0 0 10px #ff6b9800}to{box-shadow:0 0 #ff6b9800}}@keyframes top-glow{0%,to{border-color:#ff6b9847;box-shadow:inset 0 1px #ffffff0d,0 0 0 1px #ff6b9817,0 0 24px #ff6b9824,0 0 42px #ff6b9814}50%{border-color:#ff8db08a;box-shadow:inset 0 1px #ffffff0d,0 0 0 1px #ff6b982e,0 0 30px #ff6b9842,0 0 56px #ff6b9829}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes grow-in{0%{transform:scaleX(.3);opacity:.55}to{transform:scaleX(1);opacity:1}}@media (min-width: 900px){body{padding:28px 20px}.shell{width:min(100%,var(--app-max-width));padding:22px}.shell:before,.shell:after{border-radius:48px}.app-frame{border-radius:40px}.app-content{gap:26px;padding:22px clamp(24px,3vw,34px) 30px}.app-content>*{width:min(100%,var(--content-max-width));margin-inline:auto}.entry-panel{padding-inline:4px}.entry-panel__title{font-size:clamp(2rem,3vw,2.8rem)}.entry-panel__copy{max-width:68ch;font-size:.98rem}.entry-form{max-width:860px}.profile-form{max-width:980px}.entry-result__actions,.profile-hero__actions{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.profile-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-readonly-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wallet-strip{grid-template-columns:minmax(0,1.2fr) auto;align-items:center;gap:20px}.wallet-strip__actions{justify-content:flex-end}.profile-hero__main,.public-profile-hero__top,.host-identity-card__main{align-items:flex-start;gap:18px}.qr-panel{grid-template-columns:minmax(0,1fr) auto}.search-sheet{width:min(100%,720px);max-height:min(84vh,760px)}}@media (min-width: 1200px){.app-content{padding-inline:38px}}@media (min-width: 420px){.profile-form-grid,.profile-stat-grid,.profile-readonly-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-array-item__fields--links,.profile-array-item__fields--tags{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr)}}@media (max-width: 419px){.host-event-summary,.host-event-menu__tabs{grid-template-columns:1fr}.host-supporter-row{grid-template-columns:auto 1fr}.host-supporter-row__pill{grid-column:1 / -1;justify-items:start}}@media (min-width: 900px){.profile-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-readonly-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
