*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;overflow-x:hidden}@media (width<=768px){html{font-size:19px}}@media (width<=430px){html{font-size:20px}}body{background:var(--backdrop,#e7e9ee);color:var(--text,#14181f);width:100%;max-width:100%;min-height:100dvh;margin:0;overflow-x:hidden}#root{min-height:100dvh}img,svg,video,canvas{max-width:100%;height:auto}@media (pointer:coarse){input,select,textarea{font-size:max(16px,1em)!important}}body{-webkit-overflow-scrolling:touch}button,.btn,[role=button]{touch-action:manipulation;-webkit-touch-callout:none}button,.btn,[role=button],nav,label{-webkit-user-select:none;user-select:none}body{overscroll-behavior-y:contain}@media (pointer:coarse){button:active:not(:disabled),.btn:active:not(:disabled),[role=button]:active{opacity:.75;transition:opacity 50ms,transform 50ms;transform:scale(.97)}}@media (prefers-reduced-motion:reduce){button:active:not(:disabled),.btn:active:not(:disabled),[role=button]:active{transform:none}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.landing{background:var(--bg);width:100%;min-height:100dvh;color:var(--text);justify-content:center;align-items:center;padding:clamp(24px,6vw,64px) 16px;display:flex}.landing__center{flex-direction:column;gap:8px;width:100%;max-width:400px;display:flex}.landing__wordmark{align-items:center;gap:8px;margin-bottom:12px;display:inline-flex}.landing__wordmark-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:10px;height:10px}.landing__wordmark-text{letter-spacing:-.01em;color:var(--text-muted);font-size:.85rem;font-weight:700}.landing__headline{letter-spacing:-.03em;color:var(--text);margin:0 0 8px;font-size:clamp(1.6rem,5vw,2rem);font-weight:800;line-height:1.15}.landing__headline-accent{color:var(--primary-text)}.landing__lede{color:var(--text-muted);margin:0 0 24px;font-size:.95rem;line-height:1.55}.login__container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}[data-theme=dark] .login__container{box-shadow:0 8px 40px #00000080}.login__header{margin-bottom:16px}.login__title{color:var(--text);margin:0;font-size:1rem;font-weight:700}.login__form{flex-direction:column;gap:12px;display:flex}.login__field{flex-direction:column;gap:5px;display:flex}.login__label{color:var(--text-muted);letter-spacing:.02em;font-size:.8rem;font-weight:600}.login__input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.login__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.login__input::placeholder{color:var(--text-soft)}.login__input:disabled{opacity:.6;cursor:not-allowed}.login__button{background:var(--primary);width:100%;min-height:48px;color:var(--on-primary);border-radius:var(--radius-md);cursor:pointer;touch-action:manipulation;border:none;padding:10px 16px;font-family:inherit;font-size:.95rem;font-weight:700;transition:background-color .15s,opacity .15s}.login__button:hover:not(:disabled){background:var(--primary-pressed)}.login__button:disabled{opacity:.6;cursor:not-allowed}.login__button--secondary{color:var(--text-muted);border:1px solid var(--border);background:0 0;min-height:40px;font-size:.85rem;font-weight:600}.login__button--secondary:hover:not(:disabled){background:var(--surface-strong);color:var(--text);border-color:var(--border-strong)}.login__error{background:var(--primary-soft);border:1px solid var(--primary-soft-border);color:var(--primary-text);border-radius:var(--radius-sm);padding:10px 12px;font-size:.875rem;font-weight:500}.login__footer{text-align:center;margin-top:14px}.login__note{color:var(--text-soft);align-items:center;gap:5px;margin:0;font-size:.78rem;display:inline-flex}.login__note-icon{opacity:.6;flex-shrink:0}.login__trust{border-top:1px solid var(--border);text-align:left;flex-direction:column;gap:7px;margin:0;padding:12px 0 0;list-style:none;display:flex}.login__trust li{color:var(--text-muted);align-items:flex-start;gap:7px;font-size:.78rem;line-height:1.4;display:flex}.login__trust svg{color:var(--success-text);flex-shrink:0;margin-top:2px}.login__legal{color:var(--text-soft);margin:8px 0 0;font-size:.75rem}.login__legal a{min-height:var(--tap-min);color:var(--text-muted);align-items:center;padding:0 2px;text-decoration:underline;display:inline-flex}.landing__section{text-align:left;width:100%;max-width:720px;margin:48px auto 0}.landing__section-title{letter-spacing:-.01em;color:var(--text);margin:0 0 16px;font-size:1.2rem;font-weight:700}.landing__features{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.landing__feature{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px}.landing__feature h3{color:var(--text);margin:0 0 6px;font-size:.95rem;font-weight:700}.landing__feature p{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.55}.landing__guides{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.landing__guides a{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);padding:12px 16px;font-size:.92rem;font-weight:600;text-decoration:none;display:block}.landing__guides a:hover{border-color:var(--border-strong)}.landing__faq{margin:0}.landing__faq dt{color:var(--text);margin-top:14px;font-size:.95rem;font-weight:700}.landing__faq dd{color:var(--text-muted);margin:4px 0 0;font-size:.9rem;line-height:1.6}.landing__faq a{color:var(--primary-text)}.onboarding{min-height:100dvh;padding:calc(env(safe-area-inset-top) + 22px) 16px calc(env(safe-area-inset-bottom) + 22px);background:radial-gradient(120% 100% at 100% -10%, #e5194b29 0%, #e5194b00 58%), radial-gradient(110% 120% at -10% 110%, #0000002e 0%, #0000 55%), linear-gradient(180deg, var(--bg) 0%, var(--surface) 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.onboarding__container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:1;-webkit-backdrop-filter:blur(8px);width:100%;max-width:520px;padding:28px 24px;position:relative;box-shadow:0 18px 50px #00000080}.onboarding__progress{justify-content:center;gap:8px;margin-bottom:24px;display:flex}.onboarding__dot{background:var(--border-strong,#444);border-radius:50%;width:8px;height:8px;transition:background-color .2s,width .2s}.onboarding__dot--active{background:var(--primary,#dc2626);border-radius:4px;width:24px}.onboarding__step{text-align:center;flex-direction:column;gap:16px;display:flex}.onboarding__wordmark{justify-content:center;align-items:center;gap:10px;margin-bottom:4px;display:inline-flex}.onboarding__wordmark-dot{background:var(--primary,#dc2626);width:14px;height:14px;box-shadow:0 0 0 4px var(--primary-soft);border-radius:50%;flex-shrink:0}.onboarding__wordmark-text{letter-spacing:-.02em;color:var(--text,#000);font-size:1.5rem;font-weight:700}.onboarding__title{letter-spacing:-.02em;color:var(--text);margin:0;font-size:1.45rem;font-weight:800}.onboarding__subtitle{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.55}.onboarding__chips{flex-wrap:wrap;justify-content:center;gap:10px;margin:8px 0;display:flex}.onboarding__chip{border:1px solid var(--border,#e5e5e5);background:var(--surface-strong);color:var(--text);cursor:pointer;touch-action:manipulation;border-radius:999px;padding:9px 16px;font-size:.92rem;font-weight:600;transition:border-color .15s,background-color .15s,color .15s,transform .1s}.onboarding__chip:hover{border-color:var(--border-strong)}.onboarding__chip:active{transform:translateY(1px)}.onboarding__chip--active{background:var(--primary,#dc2626);border-color:var(--primary,#dc2626);color:var(--on-primary)}.onboarding__input{border:1px solid var(--border,#e5e5e5);border-radius:var(--radius-sm);background:var(--surface-strong);min-height:44px;color:var(--text);padding:10px 14px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.onboarding__input::placeholder{color:var(--text-soft,#9ca3af)}.onboarding__input:focus{border-color:var(--primary,#dc2626);box-shadow:0 0 0 3px var(--primary-soft);outline:none}.onboarding__actions{gap:12px;margin-top:8px;display:flex}.onboarding__actions .onboarding__button{flex:1}.onboarding__button{background:var(--primary,#c84d5e);min-height:44px;color:var(--on-primary);border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.01em;touch-action:manipulation;border:1px solid #0000;padding:10px 16px;font-size:.96rem;font-weight:700;transition:transform .15s,background-color .15s}.onboarding__button:hover:not(:disabled){background:var(--primary-pressed,#b13f50)}.onboarding__button:active:not(:disabled){transform:translateY(1px)}.onboarding__button:disabled{opacity:.55;cursor:not-allowed}.onboarding__button--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:none}.onboarding__button--secondary:hover:not(:disabled){background:var(--surface-strong);border-color:var(--border-strong)}@media (width>=640px){.onboarding__container{padding:38px 34px}}.page-header{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.page-header__back{border-radius:var(--radius-md);min-height:36px;color:var(--text-muted);cursor:pointer;touch-action:manipulation;background:0 0;border:0;align-self:flex-start;align-items:center;gap:4px;margin-left:-8px;padding:6px 10px 6px 8px;font-family:inherit;font-size:.88rem;font-weight:600;transition:color .12s,background-color .12s;display:inline-flex}.page-header__back:hover{color:var(--text);background:var(--surface-strong)}.page-header__back:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (pointer:coarse){.page-header__back{min-height:var(--tap-min)}}.page-header__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.page-header__title{letter-spacing:-.03em;color:var(--text);word-break:break-word;margin:0;font-size:1.6rem;font-weight:800;line-height:1.15}.page-header__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.page-header__subtitle{color:var(--text-muted);max-width:60ch;margin:0;font-size:.9rem;line-height:1.45}@media (width<=640px){.page-header{margin-bottom:16px}.page-header__title{font-size:1.4rem}}.settings{flex-direction:column;gap:14px;width:100%;display:flex}.settings__card-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);margin:0;font-size:.72rem;font-weight:700}.settings__card{background:var(--surface,#fff);border:1px solid var(--border,#e4e7ec);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm,0 2px 8px #10182814);flex-direction:column;gap:16px;padding:16px;display:flex}.settings .section-field{flex-direction:column;gap:8px;display:flex}.settings .section-field__label{color:var(--text);text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:700}.settings .section-field__input,.settings .section-field__textarea,.settings .section-field__select{border-radius:var(--radius-md);border:1px solid var(--border,#e4e7ec);background:var(--surface-strong);width:100%;min-height:44px;color:var(--text,#101828);outline:none;padding:10px 13px;font-family:inherit;font-size:.97rem;transition:border-color .2s,box-shadow .2s}.settings .section-field__input:focus,.settings .section-field__textarea:focus,.settings .section-field__select:focus{border-color:var(--primary,#0a84ff);box-shadow:0 0 0 3px #0a84ff29}.settings .section-field__textarea{resize:vertical;min-height:132px}.settings__producer-block{flex-direction:column;gap:10px;display:flex}.settings__empty{color:var(--text-muted,#667085);margin:0;font-size:.9rem}.settings__hint{color:var(--text-muted,#667085);margin:0 0 4px;font-size:.85rem;line-height:1.45}.settings__show-types{flex-wrap:wrap;gap:8px;display:flex}.settings__term-grid{grid-template-columns:1fr 1fr;align-items:start;gap:10px;display:grid}.settings__term-field{flex-direction:column;gap:6px;display:flex}.settings__term-label{color:var(--text-muted,#667085);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.settings__themes{grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:10px;display:grid}.settings__theme{border:1px solid var(--border,#e4e7ec);border-radius:var(--radius-md);background:var(--surface-strong,#f7f9fc);color:var(--text);cursor:pointer;touch-action:manipulation;flex-direction:column;align-items:center;gap:8px;padding:12px 10px;transition:border-color .15s,transform .1s,box-shadow .15s;display:flex}.settings__theme:hover{border-color:var(--border-strong,#d0d5dd)}.settings__theme:active{transform:translateY(1px)}.settings__theme--active{border-color:var(--primary,#f43f5e);box-shadow:0 0 0 2px var(--primary-soft)}.settings__theme-swatch{border-radius:var(--radius-sm);border:1px solid var(--border,#e4e7ec);justify-content:center;align-items:center;width:100%;height:44px;display:flex}.settings__theme:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.settings__theme-dot{border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 4px #ffffff14}.settings__theme-label{font-size:.85rem;font-weight:700}.settings__chip{border:1px solid var(--border,#e4e7ec);background:var(--surface-strong,#f7f9fc);color:var(--text);cursor:pointer;touch-action:manipulation;border-radius:999px;padding:8px 14px;font-size:.88rem;font-weight:600;transition:border-color .15s,background-color .15s,color .15s}.settings__chip:hover{border-color:var(--border-strong,#d0d5dd)}@media (pointer:coarse){.settings__chip{min-height:var(--tap-min)}}.settings__chip--active{background:var(--primary,#dc2626);border-color:var(--primary,#dc2626);color:var(--on-primary)}.settings__producer-row{background:var(--surface-strong,#f7f9fc);border:1px solid var(--border,#e4e7ec);border-radius:var(--radius-md);align-items:center;gap:10px;padding:10px 12px;display:flex}.settings__producer-content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.settings__producer-name{color:var(--text,#101828);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.settings__producer-role{color:var(--text-muted,#667085);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.settings__producer-add{grid-template-columns:1fr;gap:8px;display:grid}.settings__producer-input,.settings__producer-add-btn{width:100%}.settings__budget-hint{color:var(--text-muted,#667085);margin-top:2px;font-size:.83rem;line-height:1.45;display:block}.settings__save{width:100%}@media (width>=680px){.settings{gap:18px}.settings__card{gap:18px;padding:20px}.settings__producer-add{grid-template-columns:1fr 1fr auto;align-items:center}.settings__producer-add-btn{width:auto}.settings__save{align-self:flex-start;width:auto}.settings__trash-row{flex-direction:row;align-items:center}.settings__trash-actions{flex-shrink:0}}.settings__trash-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.settings__trash-row{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;align-items:flex-start;gap:10px;padding:12px;display:flex}.settings__trash-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.settings__trash-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.settings__trash-date{color:var(--text-muted);font-size:.8rem}.settings__trash-actions{gap:8px;display:flex}.settings__trash-empty{align-self:flex-start}.settings__account-actions{flex-wrap:wrap;gap:8px;display:flex}.settings__assurances{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.settings__assurance{align-items:flex-start;gap:10px;display:flex}.settings__assurance svg{color:var(--success-text);flex-shrink:0;margin-top:2px}.settings__assurance strong{color:var(--text);font-size:.86rem;font-weight:650;line-height:1.35;display:block}.settings__assurance span{color:var(--text-muted);margin-top:3px;font-size:.8rem;line-height:1.5;display:block}.settings__backup-btn{align-self:flex-start}.show-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--card-accent,var(--border-strong));border-radius:var(--radius-md);cursor:pointer;flex-direction:column;gap:5px;padding:14px 14px 12px 16px;transition:border-color .1s;display:flex;position:relative}.show-card--upcoming{--card-accent:var(--primary);--card-accent-text:var(--primary-text)}.show-card--in-progress{--card-accent:var(--success);--card-accent-text:var(--success-text)}.show-card--completed{--card-accent:var(--border-strong);--card-accent-text:var(--text-muted)}.show-card--cancelled{--card-accent:var(--border);--card-accent-text:var(--text-muted)}.show-card:hover,.show-card:focus-within{border-color:var(--border-strong);border-left-color:var(--card-accent,var(--border-strong));background:var(--surface-strong)}.show-card__top{align-items:flex-start;gap:12px;min-height:36px;display:flex}.show-card__main{flex-direction:column;flex:1;gap:4px;min-width:0;padding-top:2px;display:flex}.show-card__date{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:52px;padding:6px 4px 5px;line-height:1.15;display:flex}.show-card__date-month{text-transform:uppercase;letter-spacing:.09em;color:var(--card-accent-text,var(--text-muted));font-size:.62rem;font-weight:800}.show-card__date-day{letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:800}.show-card__date-sub{text-transform:uppercase;letter-spacing:.05em;color:var(--text-soft);font-size:.62rem;font-weight:600}.show-card__date--tbd{background:0 0;border-style:dashed;min-height:52px}.show-card__date-tbd{letter-spacing:.08em;color:var(--text-soft);font-size:.68rem;font-weight:700}.show-card--completed .show-card__date-day,.show-card--cancelled .show-card__date-day{color:var(--text-soft)}.show-card--cancelled .show-card__date{opacity:.65}.show-card__title{color:var(--text);letter-spacing:-.015em;word-break:break-word;overflow-wrap:break-word;margin:0;font-size:1rem;font-weight:700;line-height:1.3}.show-card__actions{opacity:0;flex-shrink:0;gap:2px;transition:opacity .15s;display:flex}.show-card:hover .show-card__actions,.show-card:focus-within .show-card__actions{opacity:1}.show-card__action-btn{width:28px;height:28px;color:var(--text-soft);border-radius:var(--radius-sm);cursor:pointer;touch-action:manipulation;background:0 0;border:0;justify-content:center;align-items:center;font-size:.9rem;line-height:1;transition:background-color .12s,color .12s;display:flex}.show-card__action-btn:hover{background:var(--surface-strong);color:var(--text)}.show-card__action-btn--delete:hover{background:var(--primary-soft);color:var(--primary-text)}.show-card__action-btn:active{transform:scale(.92)}@media (pointer:coarse){.show-card__action-btn{min-width:var(--tap-min);min-height:var(--tap-min)}}.show-card__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;min-height:18px;font-size:.83rem;font-weight:400;display:flex}.show-card__meta-time{color:var(--text-soft);font-variant-numeric:tabular-nums;font-weight:600}.show-card__meta-sep{opacity:.4;flex-shrink:0}.show-card__meta-venue{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.show-card__footer{justify-content:space-between;align-items:center;gap:10px;margin-top:6px;padding-left:64px;display:flex}@media (width<=480px){.show-card__footer{padding-left:0}}.show-card__facts{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.8rem;line-height:1.4;overflow:hidden}.show-card__status{text-transform:uppercase;letter-spacing:.06em;color:var(--text-soft);flex-shrink:0;align-items:center;gap:5px;font-size:.68rem;font-weight:700;display:inline-flex}.show-card__status:before{content:"";background:var(--card-accent,var(--border-strong));border-radius:50%;flex-shrink:0;width:6px;height:6px}.show-card--upcoming .show-card__status{color:var(--primary-text)}.show-card--in-progress .show-card__status{color:var(--success-text)}.show-card__progress-wrap{flex-shrink:0;align-items:center;gap:6px;display:flex}.show-card__progress{background:var(--surface-strong);border-radius:var(--radius-full);width:52px;height:3px;overflow:hidden}.show-card__progress-bar{background:var(--card-accent,var(--primary));border-radius:var(--radius-full);height:100%;transition:width .35s}.show-card__progress-label{color:var(--text-soft);white-space:nowrap;font-size:.72rem;font-weight:600}@media (hover:none){.show-card__actions{opacity:1}.show-card:active{transform:scale(.98)}.show-card:hover{box-shadow:var(--shadow-sm);transform:none}}@media (width<=520px){.show-card{padding:14px 12px 12px 16px}.show-card__title{font-size:.95rem}}.show-card__open{appearance:none;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;margin:0;padding:0}.show-card__open:after{content:"";border-radius:inherit;position:absolute;inset:0}.show-card__open:focus-visible{outline:none}.show-card:has(.show-card__open:focus-visible){outline:2px solid var(--primary);outline-offset:2px}.show-card__actions{z-index:1;position:relative}.show-card{gap:3px;padding:11px 12px 10px 14px}.shows-cal{flex-direction:column;gap:12px;display:flex}.shows-cal__header{align-items:center;gap:8px;display:flex}.shows-cal__title{letter-spacing:-.02em;min-width:0;color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:1.15rem;font-weight:800;overflow:hidden}.shows-cal__nav-btn,.shows-cal__today-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-height:44px;color:var(--text);cursor:pointer;touch-action:manipulation;flex-shrink:0;justify-content:center;align-items:center;font-family:inherit;transition:background-color .12s,border-color .12s;display:flex}.shows-cal__nav-btn{width:44px;padding-bottom:3px;font-size:1.5rem;line-height:1}.shows-cal__today-btn{padding:0 14px;font-size:.85rem;font-weight:700}.shows-cal__nav-btn:hover,.shows-cal__today-btn:hover{background:var(--surface-strong);border-color:var(--border-strong)}.shows-cal__nav-btn:active,.shows-cal__today-btn:active{transform:scale(.95)}.shows-cal__today-btn:disabled{opacity:.45;cursor:default;transform:none}.shows-cal__weekdays{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.shows-cal__weekday{text-align:center;text-transform:uppercase;letter-spacing:.06em;color:var(--text-soft);padding-bottom:2px;font-size:.68rem;font-weight:700}.shows-cal__grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.shows-cal__day{aspect-ratio:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);min-height:42px;color:var(--text);cursor:pointer;touch-action:manipulation;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:0;font-family:inherit;transition:background-color .12s,border-color .12s;display:flex}.shows-cal__day--blank{pointer-events:none;background:0 0;border-color:#0000}.shows-cal__day:not(.shows-cal__day--blank):hover{background:var(--surface-strong);border-color:var(--border-strong)}.shows-cal__day:not(.shows-cal__day--blank):active{transform:scale(.94)}.shows-cal__day--today{border-color:var(--primary)}.shows-cal__day--today .shows-cal__day-num{color:var(--primary-text);font-weight:800}.shows-cal__day--selected,.shows-cal__day--selected:not(.shows-cal__day--blank):hover{background:var(--primary-soft);border-color:var(--primary)}.shows-cal__day-num{font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:600;line-height:1}.shows-cal__day--has-shows .shows-cal__day-num{font-weight:800}.shows-cal__dots{gap:3px;height:5px;display:flex}.shows-cal__dot{background:var(--primary);border-radius:50%;width:5px;height:5px}.shows-cal__dot--in-progress{background:var(--success)}.shows-cal__dot--completed{background:var(--border-strong)}.shows-cal__dot--cancelled{background:var(--border)}.shows-cal__agenda{flex-direction:column;gap:8px;margin-top:4px;display:flex}.shows-cal__agenda-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);margin:0;font-size:.74rem;font-weight:800}.shows-cal__agenda-empty{color:var(--text-muted);text-align:center;margin:0;padding:14px 0 6px;font-size:.88rem}.shows-cal__agenda-list{flex-direction:column;gap:8px;display:flex}.shows-cal__event{text-align:left;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--event-accent,var(--border-strong));border-radius:var(--radius-md);width:100%;min-height:56px;color:var(--text);cursor:pointer;touch-action:manipulation;align-items:center;gap:10px;padding:10px 12px 10px 14px;font-family:inherit;transition:background-color .12s,border-color .12s;display:flex}.shows-cal__event--upcoming{--event-accent:var(--primary)}.shows-cal__event--in-progress{--event-accent:var(--success)}.shows-cal__event--completed{--event-accent:var(--border-strong)}.shows-cal__event--cancelled{--event-accent:var(--border)}.shows-cal__event:hover{background:var(--surface-strong);border-color:var(--border-strong);border-left-color:var(--event-accent,var(--border-strong))}.shows-cal__event:active{transform:scale(.985)}.shows-cal__event-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.shows-cal__event-name{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.shows-cal__event-detail{color:var(--text-muted);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.shows-cal__event-status{text-transform:uppercase;letter-spacing:.07em;color:var(--text-soft);flex-shrink:0;font-size:.68rem;font-weight:700}.shows-cal__event--upcoming .shows-cal__event-status{color:var(--primary-text)}.shows-cal__event--in-progress .shows-cal__event-status{color:var(--success-text)}@media (width>=768px){.shows-cal{gap:14px;max-width:720px}.shows-cal__title{font-size:1.3rem}.shows-cal__day{min-height:56px}.shows-cal__day-num{font-size:.92rem}}.show-form{flex-direction:column;gap:24px;display:flex}.show-form__title{color:var(--text);letter-spacing:-.02em;margin:0 0 12px;font-size:1.75rem;font-weight:800}.show-form__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:8px;font-size:.9rem;font-weight:700;display:flex}.show-form__input,.show-form__select,.show-form__textarea{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);outline:none;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.show-form__input:focus,.show-form__select:focus,.show-form__textarea:focus{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px var(--primary-soft)}.show-form__input::placeholder,.show-form__textarea::placeholder{color:var(--text-soft)}.show-form__textarea{resize:vertical;min-height:120px;line-height:1.6}.show-form__blocks{border:1px solid var(--border);border-radius:var(--radius-md);min-width:0;margin:0;padding:16px}.show-form__blocks-legend{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:0 6px;font-size:.9rem;font-weight:700}.show-form__blocks-hint{color:var(--text-soft);margin:0 0 12px;font-size:.8rem}.show-form__blocks-grid{grid-template-columns:repeat(auto-fill,minmax(min(140px,100%),1fr));gap:8px;display:grid}.show-form__block{border:1px solid var(--border);border-radius:var(--radius-sm,10px);background:var(--surface-strong);cursor:pointer;color:var(--text);align-items:center;gap:8px;padding:10px 12px;font-size:.9rem;font-weight:600;transition:all .15s;display:flex}.show-form__block:hover{border-color:var(--primary)}.show-form__block--on{border-color:var(--primary);background:var(--primary-soft)}.show-form__block-checkbox{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.show-form__actions{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:flex-end;gap:16px;margin-top:12px;padding-top:20px;display:flex}@media (width<=520px){.show-form__actions{flex-direction:column;gap:10px}.show-form__actions .btn{width:100%}}@media (width<=640px){.show-form{gap:18px}.show-form__title{font-size:1.4rem}.show-form__input,.show-form__select,.show-form__textarea{border-radius:var(--radius-xs);padding:12px 14px;font-size:.95rem}.show-form__textarea{min-height:80px}.show-form__actions{flex-direction:column-reverse;gap:12px}.show-form__actions .btn{justify-content:center;width:100%}}.scene-list__heading{color:var(--text);letter-spacing:-.01em;margin:0 0 14px;font-size:1rem;font-weight:700}.scene-list__add{box-sizing:border-box;gap:10px;width:100%;max-width:100%;margin-bottom:14px;display:flex}@media (width<=640px){.scene-list__add{flex-direction:column}.scene-list__add .btn{width:100%}.scene-item{gap:8px;padding:10px 12px}.scene-item__status,.scene-item__delete{padding:4px 10px;font-size:.85rem}}.scene-list__input{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);outline:none;flex:1;padding:11px 14px;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.scene-list__input:focus{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px var(--primary-soft)}.scene-list__empty{color:var(--text-muted);text-align:center;padding:24px 0;font-size:.9rem;font-style:italic}.scene-list__items{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.scene-item{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-sm);box-sizing:border-box;align-items:center;gap:12px;max-width:100%;padding:11px 14px;transition:border-color .15s;display:flex}.scene-item:hover{border-color:var(--border-strong)}.scene-item__order{background:var(--primary);border-radius:var(--radius-full);width:26px;height:26px;color:var(--on-primary);letter-spacing:-.02em;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.scene-item__title{color:var(--text);text-overflow:ellipsis;word-break:break-word;flex:1;min-width:0;font-size:.9rem;font-weight:500;overflow:hidden}.scene-item__status{border:1px solid var(--border);border-radius:var(--radius-xs);cursor:pointer;min-height:36px;color:var(--text);background:0 0;outline:none;padding:4px 10px;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .15s}.scene-item__status:hover{border-color:var(--primary)}.scene-item__status--planned{color:var(--text-muted)}.scene-item__status--rehearsed{color:#b45309}.scene-item__status--filmed{color:#1d4ed8}.scene-item__status--done{color:#15803d}[data-theme=dark] .scene-item__status--rehearsed{color:#fbbf24}[data-theme=dark] .scene-item__status--filmed{color:#60a5fa}[data-theme=dark] .scene-item__status--done{color:#4ade80}.scene-item__delete{color:var(--text-soft);cursor:pointer;border-radius:var(--radius-xs);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:6px;font-size:.9rem;transition:color .15s,background .15s;display:flex}.scene-item__delete:hover{color:var(--primary-text);background:var(--primary-soft)}.more-menu{flex-shrink:0;position:relative}.more-menu__trigger{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-width:44px;min-height:44px;color:var(--text-muted);cursor:pointer;touch-action:manipulation;justify-content:center;align-items:center;transition:background-color .12s,color .12s,border-color .12s;display:inline-flex}.more-menu__trigger:hover,.more-menu__trigger[aria-expanded=true]{background:var(--surface-strong);color:var(--text);border-color:var(--border-strong)}.more-menu__trigger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.more-menu__list{z-index:var(--z-overlay);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:min(200px,100vw - 24px);max-width:calc(100vw - 24px);box-shadow:var(--shadow-md);animation:more-menu-in .14s var(--ease-out);padding:4px;position:absolute;top:calc(100% + 6px);right:0}@keyframes more-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.more-menu__list{animation:none}}.more-menu__item{border-radius:var(--radius-sm);width:100%;min-height:44px;color:var(--text);text-align:left;cursor:pointer;touch-action:manipulation;background:0 0;border:0;padding:10px 12px;font-family:inherit;font-size:.92rem;font-weight:600;transition:background-color .12s;display:block}.more-menu__item:hover{background:var(--surface-strong)}.more-menu__item--danger{color:var(--danger-text)}.perf-profile{width:100%}.perf-profile__topbar{align-items:center;gap:10px;margin-bottom:16px;display:flex}.perf-profile__heading{letter-spacing:-.02em;margin:0 0 20px;font-size:1.3rem;font-weight:800}.perf-profile__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:1fr 200px;align-items:start;gap:32px;margin-bottom:16px;padding:28px;display:grid}.perf-profile__card--media{display:block}.perf-profile__section-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 16px;font-size:.72rem;font-weight:700}.perf-profile__fields{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:24px;display:grid}.perf-profile__field{flex-direction:column;gap:6px;display:flex}.perf-profile__field--full{grid-column:span 2}.perf-profile__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.7rem;font-weight:600}.perf-profile__input{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:100%;min-height:44px;color:var(--text);outline:none;padding:10px 14px;font-family:inherit;font-size:.92rem;transition:border-color .15s,box-shadow .15s}.perf-profile__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e5194b24}.perf-profile__input:disabled{background:var(--surface-strong);color:var(--text-muted);cursor:not-allowed}.perf-profile__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.perf-profile__photo-panel{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.perf-profile__photo-drop{border-radius:var(--radius-lg);border:2px dashed var(--border);cursor:pointer;flex-direction:column;align-items:center;gap:8px;width:100%;padding:12px;transition:border-color .15s,background .15s;display:flex}.perf-profile__photo-drop:hover,.perf-profile__photo-drop--active{border-color:var(--primary);background:var(--primary-soft)}.perf-profile__photo-drop--locked{cursor:default;border-color:#0000}.perf-profile__photo-hint{color:var(--text-muted);margin:0;font-size:.7rem;font-weight:500}.perf-profile__avatar-wrap{border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:110px;height:110px;overflow:hidden}.perf-profile__avatar{object-fit:cover;width:100%;height:100%}.perf-profile__avatar-placeholder{width:100%;height:100%;color:var(--text-muted);background:var(--surface-strong);justify-content:center;align-items:center;font-size:2.2rem;font-weight:800;display:flex}.perf-profile__photo-name{color:var(--text);margin:0;font-size:.95rem;font-weight:700}.perf-profile__photo-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:.75rem}.perf-profile__photo-remove:hover{color:var(--primary-text)}.perf-profile__photo-gallery{grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:8px;width:100%;display:grid}.perf-profile__photo-thumb{aspect-ratio:1;border-radius:var(--radius-md);border:1px solid var(--border);position:relative;overflow:hidden}.perf-profile__photo-thumb-img{object-fit:cover;cursor:zoom-in;width:100%;height:100%;display:block}.photo-lightbox{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:32px;animation:.15s photo-lightbox-fade;display:flex;position:fixed;inset:0}@keyframes photo-lightbox-fade{0%{opacity:0}to{opacity:1}}.photo-lightbox__img{object-fit:contain;border-radius:var(--radius-sm);max-width:92vw;max-height:88dvh;box-shadow:0 12px 48px #00000080}.photo-lightbox__close{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.6rem;line-height:1;display:flex;position:absolute;top:16px;right:16px}.photo-lightbox__close:hover{background:#ffffff40}.photo-lightbox__nav{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.photo-lightbox__nav:hover{background:#ffffff40}.photo-lightbox__nav--prev{left:16px}.photo-lightbox__nav--next{right:16px}.photo-lightbox__counter{color:#ffffffd9;letter-spacing:.04em;font-size:.85rem;font-weight:600;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.perf-profile__photo-cover-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;color:var(--on-primary);background:var(--primary);padding:1px 6px;font-size:.6rem;font-weight:700;position:absolute;bottom:4px;left:4px}.perf-profile__photo-thumb-actions{opacity:0;gap:4px;transition:opacity .15s;display:flex;position:absolute;top:4px;right:4px}.perf-profile__photo-thumb:hover .perf-profile__photo-thumb-actions,.perf-profile__photo-thumb:focus-within .perf-profile__photo-thumb-actions{opacity:1}.perf-profile__photo-thumb-btn{cursor:pointer;color:#fff;background:#0009;border:0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:.8rem;line-height:1;display:flex}.perf-profile__photo-thumb-btn:hover{background:#000000d9}.perf-profile__photo-thumb-btn--remove:hover{background:var(--danger,#e5484d)}.perf-profile__media-grid{flex-direction:column;gap:12px;display:flex}.perf-profile__media-tile{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:10px;padding:16px;display:flex}.perf-profile__media-tile--bare{background:0 0;border:none;padding:0}.perf-profile__media-label{color:var(--text);margin:0;font-size:.82rem;font-weight:700}.perf-profile__media-actions{gap:8px;display:flex}.perf-profile__audio{width:100%}.perf-profile__video{border-radius:var(--radius-sm);object-fit:contain;background:#000;width:100%;max-height:240px}.perf-profile__media-empty{color:var(--text-muted);margin:0;font-size:.88rem}.perf-profile__media-error{border-radius:var(--radius-sm);background:var(--primary-soft);border:1px solid var(--primary-soft-border);color:var(--primary-text);margin:0 0 12px;padding:10px 12px;font-size:.82rem;font-weight:600}.perf-profile__video-link{margin-bottom:4px}.perf-profile__song-info{color:var(--text);margin:0;font-size:.88rem;font-weight:600}.perf-profile__song-ts{color:var(--text-muted);font-weight:400}.perf-profile__music-link{color:var(--primary-text);border-radius:var(--radius-sm);background:var(--primary-soft);border:1px solid var(--primary-soft-border);align-self:flex-start;align-items:center;gap:6px;padding:6px 12px;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.perf-profile__music-link:hover{opacity:.8}.perf-profile__inline-link{color:var(--primary-text);align-self:flex-start;font-size:.76rem;font-weight:600;text-decoration:none}.perf-profile__inline-link:hover{text-decoration:underline}.perf-profile__dropzone{border:2px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:100px;padding:28px 20px;transition:border-color .15s,background .15s;display:flex}.perf-profile__dropzone:hover,.perf-profile__dropzone--active{border-color:var(--primary);background:var(--primary-soft)}.perf-profile__dropzone-icon{font-size:1.6rem;line-height:1}.perf-profile__dropzone-label{color:var(--text);font-size:.85rem;font-weight:600}.perf-profile__dropzone-sub{color:var(--text-muted);font-size:.72rem}.perf-drawer .perf-profile__card{grid-template-columns:1fr;gap:20px;padding:22px}.perf-drawer .perf-profile__photo-panel{text-align:left;flex-direction:row;align-items:center;gap:16px;padding-top:0}.perf-drawer .perf-profile__photo-drop{flex-direction:row;flex-shrink:0;gap:12px;width:auto;padding:10px 14px}.perf-drawer .perf-profile__avatar-wrap{width:72px;height:72px}.perf-drawer .perf-profile__photo-hint{font-size:.68rem}@media (width<=860px){.perf-profile__card{grid-template-columns:1fr;gap:20px;padding:20px}.perf-profile__photo-panel{text-align:left;flex-direction:row;align-items:flex-start;gap:16px}.perf-profile__avatar-wrap{width:80px;height:80px}}@media (width<=640px){.perf-profile__fields{grid-template-columns:1fr}.perf-profile__field--full{grid-column:span 1}.perf-profile__card{padding:16px}}.perf-drawer__backdrop{z-index:200;background:#00000059;animation:.2s perf-fade-in;position:fixed;inset:0}.perf-drawer{background:var(--bg);border-left:1px solid var(--border);z-index:201;width:min(580px,100vw);padding:28px 28px 48px;animation:.25s cubic-bezier(.32,.72,0,1) perf-slide-in;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-12px 0 40px #0000001f}@keyframes perf-fade-in{0%{opacity:0}to{opacity:1}}@keyframes perf-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=640px){.perf-drawer{width:100vw;padding:20px 16px 48px}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:90dvh;box-shadow:var(--shadow-md);padding:32px;animation:.3s ease-out slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.modal-overlay{align-items:flex-end;padding:0}.modal-box{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-width:100%;max-height:92dvh;padding:calc(24px + env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom))}}.show-detail{flex-direction:column;gap:24px;max-width:760px;margin:0 auto;display:flex}@media (width<=768px){.show-detail{gap:16px}}.show-detail__hero{flex-direction:column;gap:10px;display:flex}.show-detail__topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;padding-bottom:12px;display:flex}.show-detail__back-btn{border-radius:var(--radius-md);min-height:36px;color:var(--text-muted);cursor:pointer;touch-action:manipulation;background:0 0;border:0;flex-shrink:0;align-items:center;gap:4px;margin-left:-8px;padding:6px 10px 6px 8px;font-family:inherit;font-size:.88rem;font-weight:600;transition:color .12s,background-color .12s;display:inline-flex}.show-detail__back-btn:hover{color:var(--text);background:var(--surface-strong)}.show-detail__back-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (pointer:coarse){.show-detail__back-btn,.show-detail__run-show,.show-detail__status--select{min-height:var(--tap-min)}}@media (width<=420px){.show-detail__back-btn span{display:none}.show-detail__back-btn{min-width:var(--tap-min);justify-content:center;padding-inline:8px}}.show-detail__run-show{border-radius:var(--radius-md);background:var(--success-strong);color:#fff;letter-spacing:.01em;cursor:pointer;border:1px solid #0000;flex-shrink:0;align-items:center;gap:7px;padding:9px 16px;font-family:inherit;font-size:.9rem;font-weight:600;transition:filter .15s,transform 50ms;display:inline-flex}.show-detail__run-show:hover{filter:brightness(1.1)}.show-detail__run-show:active{transform:translateY(1px)}.show-detail__run-show:focus-visible{outline:2px solid var(--text);outline-offset:2px}@media (width<=768px){.show-detail__run-show{padding:8px 14px;font-size:.85rem}}.show-detail__save-indicator-container{flex:1;min-height:24px}.show-detail__save-indicator{bottom:calc(72px + env(safe-area-inset-bottom,0px));border-radius:var(--radius-full);z-index:var(--z-lightbox);pointer-events:none;white-space:nowrap;padding:10px 22px;font-size:.95rem;font-weight:700;position:fixed;left:50%;transform:translate(-50%)translateY(16px);box-shadow:0 4px 20px #0000002e}.show-detail__save-indicator--saving{color:var(--text);background:var(--surface-strong);border:1.5px solid var(--border-strong);animation:.25s forwards toastSlideIn,1.5s ease-in-out .25s infinite pulse}.show-detail__save-indicator--saved{color:var(--success-text);background:var(--surface-strong);border:1.5px solid var(--success);animation:.2s forwards toastSlideIn,.4s 2.1s forwards toastFadeOut}@keyframes toastSlideIn{0%{opacity:0;transform:translate(-50%)translateY(24px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes toastFadeOut{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(12px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.65}}.show-detail__header{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.show-detail__title{color:var(--text);letter-spacing:-.03em;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:2.25rem;font-weight:700;line-height:1.1}@media (width<=768px){.show-detail__title{letter-spacing:-.025em;font-size:1.65rem}}.show-detail__status{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.07em;border:1px solid;padding:4px 12px;font-size:.7rem;font-weight:600}select.show-detail__status--select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23999' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;padding-right:26px;font-family:inherit;line-height:1.2}.show-detail__status--upcoming{background:var(--primary-soft);color:var(--primary-text);border-color:var(--primary-soft-border)}.show-detail__status--in-progress{background:var(--border-strong);color:var(--text);border-color:var(--border-strong)}.show-detail__status--completed{color:var(--text-muted);border-color:var(--border);background:0 0}.show-detail__status--cancelled{color:var(--text-soft);border-color:var(--border);background:0 0}.show-detail__host{background:0 0;border:0;flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;padding:0;display:flex}.show-detail__host-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);flex-shrink:0;font-size:.7rem;font-weight:700}.show-detail__host-input{flex:160px;min-width:0;max-width:340px}.show-detail__host-pick{flex:0 auto;min-width:0;max-width:240px}@media (width<=640px){.show-detail__host-pick{flex:100%;max-width:none}}.show-detail__meta{color:var(--text-muted);letter-spacing:-.005em;word-break:break-word;overflow-wrap:break-word;flex-wrap:wrap;align-items:baseline;gap:10px;font-size:.92rem;font-weight:500;display:flex}.show-detail__meta>span:not(:last-child):after{content:"·";color:var(--text-soft);margin-left:10px}@media (width<=640px){.show-detail__meta{gap:12px;font-size:.9rem}}.show-detail__flyer{border-radius:var(--radius-md);width:100%;max-width:500px;margin:0 auto;overflow:hidden;box-shadow:0 4px 12px #0000001a}.show-detail__flyer-image{width:100%;height:auto;display:block}@media (width<=768px){.show-detail__flyer{max-width:100%}}.show-detail__notes{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:20px 24px}@media (width<=768px){.show-detail__notes{border-left-width:3px;padding:14px 16px}}.show-detail__notes h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:.82rem;font-weight:700}.show-detail__notes p{color:var(--text);margin:0;line-height:1.7}@media (width<=768px){.show-detail__sections{gap:12px}}.show-detail__sections-accordion{flex-direction:column;gap:10px;margin:8px 0;display:flex}@media (width<=768px){.show-detail__sections-accordion{gap:6px;margin:8px 0}}.accordion-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;transition:box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.accordion-section:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong)}.accordion-section__heading{font-size:inherit;font-weight:inherit;margin:0}.accordion-section__header{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;transition:background .15s;display:flex}.accordion-section__header:hover{background:var(--surface-strong)}.accordion-section__header:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}@media (width<=768px){.accordion-section__header{gap:10px;padding:13px 15px}}.accordion-section__header-left{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.accordion-section__title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.accordion-section__title{color:var(--text);letter-spacing:-.015em;margin:0;font-size:1.05rem;font-weight:650;line-height:1.2}@media (width<=768px){.accordion-section__title{letter-spacing:-.01em;font-size:1rem}}.accordion-section__preview{color:var(--text-muted);letter-spacing:-.005em;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.85rem;line-height:1.45;overflow:hidden}@media (width<=768px){.accordion-section__preview{font-size:.8rem}}.accordion-section__subtitle{color:var(--text-muted);letter-spacing:-.005em;margin:0;font-size:.85rem;font-weight:400;line-height:1.45}@media (width<=768px){.accordion-section__subtitle{font-size:.8rem}}.accordion-section__count{color:var(--text-muted);background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-full);white-space:nowrap;font-variant-numeric:tabular-nums;padding:1px 8px;font-size:.72rem;font-weight:650;line-height:1.5}.accordion-section__complete-badge{color:var(--success-text);background:var(--success-soft);border:1px solid var(--success);border-radius:var(--radius-xs);white-space:nowrap;align-items:center;gap:4px;padding:4px 10px;font-size:.82rem;font-weight:700;line-height:1;display:inline-flex}.accordion-section__header-right{flex-shrink:0;align-items:center;gap:12px;display:flex}@media (width<=768px){.accordion-section__header-right{gap:8px}}.accordion-section__chevron{width:20px;height:20px;color:var(--text-soft);transition:transform var(--duration-normal) var(--ease-out), color var(--duration-normal) var(--ease-out);flex-shrink:0}.accordion-section__header[aria-expanded=true] .accordion-section__chevron{transform:rotate(180deg)}.accordion-section__header:hover .accordion-section__chevron{color:var(--text)}@media (prefers-reduced-motion:reduce){.accordion-section__chevron{transition:none}}.accordion-section__content{border-top:1px solid var(--border);padding:18px 20px 20px;animation:.22s cubic-bezier(.32,.72,0,1) accordionSlideDown}@media (width<=768px){.accordion-section__content{padding:14px 16px 18px}}@keyframes accordionSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.show-detail__sections-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin:16px 0;display:grid}@media (width<=768px){.show-detail__sections-grid{grid-template-columns:1fr;gap:12px;margin:12px 0}}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;padding:16px;transition:all .15s;position:relative;overflow:hidden;box-shadow:0 1px 4px #0000000d}@media (width<=768px){.section-card{border-radius:var(--radius-sm);padding:12px}}.section-card:before{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--primary) 100%);transform-origin:0;height:3px;transition:transform .2s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.section-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.section-card:hover:before{transform:scaleX(1)}.section-card:active{box-shadow:var(--shadow-sm);transform:scale(.98)}.section-card__header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:0;display:flex}.section-card__title{color:var(--text);margin:0;font-size:1rem;font-weight:700}.section-card__count{color:var(--primary-text);background:var(--primary-soft);border:1px solid var(--primary-soft-border);border-radius:var(--radius-xs);white-space:nowrap;padding:4px 10px;font-size:.82rem;font-weight:700;line-height:1}.section-card__cta{color:var(--primary-text);text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.85rem;font-weight:700;transition:opacity .2s;display:none}.section-card:hover .section-card__cta{opacity:1}.section-card__clickable{width:100%}.section-card__completion-checkbox{cursor:pointer;color:var(--text-muted);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:.9rem;display:flex}.section-card__completion-checkbox input[type=checkbox]{cursor:pointer;width:18px;height:18px}.section-card__completion-checkbox:hover{color:var(--text)}.show-detail__expanded-section{flex-direction:column;gap:20px;animation:.3s ease-out fadeIn;display:flex}.show-detail__back-to-grid{align-self:flex-start;margin-bottom:8px;font-size:.95rem}.show-section--expanded{animation:.3s ease-out slideIn}@keyframes slideIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.show-detail__sections{flex-direction:column;gap:24px;display:flex}.show-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--text);padding:24px;transition:all .2s}@media (width<=768px){.show-section{border-radius:var(--radius-md);border-width:1.5px;padding:16px}}.show-section:hover{box-shadow:var(--shadow-md)}.show-section__header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;padding-bottom:16px;display:flex}@media (width<=768px){.show-section__header{gap:12px;margin-bottom:16px;padding-bottom:12px}}.show-section__header-right{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.show-section__title{color:var(--text);letter-spacing:-.02em;word-break:break-word;overflow-wrap:break-word;margin:0 0 6px;font-size:1.35rem;font-weight:700;line-height:1.2}@media (width<=768px){.show-section__title{font-size:1.15rem}}.show-section__subtitle{color:var(--text-muted);margin:0;font-size:.9rem;font-weight:500}.show-section__count{text-transform:uppercase;letter-spacing:.08em;color:var(--primary-text);background:var(--primary-soft);border:1px solid var(--primary-soft-border);border-radius:var(--radius-xs);white-space:nowrap;padding:6px 12px;font-size:.82rem;font-weight:700}.show-section__content,.section-body{flex-direction:column;gap:16px;display:flex}.section-field__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.72rem;font-weight:600;display:block}@media (width<=768px){.section-field__label{margin-bottom:6px;font-size:.7rem}}.section-field__link{color:var(--primary-text);text-underline-offset:2px;margin-top:8px;font-size:.9rem;font-weight:600;text-decoration:underline;display:inline-block}.section-field__link:hover{color:var(--primary-bright)}.section-field__input,.section-field__select{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-strong);width:100%;color:var(--text);outline:none;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}@media (width<=768px){.section-field__input,.section-field__select{border-radius:var(--radius-xs);padding:10px 14px;font-size:.95rem}}.section-field__input:focus,.section-field__select:focus{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px var(--primary-soft)}.section-field__input--time{max-width:160px}.section-field__flyer-preview{background:var(--surface-strong);border-radius:var(--radius-sm);border:1px solid var(--border);flex-direction:column;gap:12px;padding:12px;display:flex}.section-field__flyer-image{border-radius:var(--radius-xs);width:100%;max-width:400px;height:auto;box-shadow:0 2px 8px #0000001a}.section-field__flyer-actions{flex-wrap:wrap;gap:10px;display:flex}.section-add-row,.section-add-grid{flex-wrap:wrap;align-items:center;gap:12px;width:100%;max-width:100%;display:flex}.section-add-grid .section-field__input,.section-add-grid .section-field__select{flex:180px;min-width:0;max-width:100%}.section-empty{color:var(--text-muted);text-align:center;margin:0;padding:32px 20px;font-size:.95rem;font-style:italic}.section-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.section-list-item{border-radius:var(--radius-md);background:var(--surface-strong);border:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;padding:14px 16px;transition:all .2s;display:flex}@media (width<=768px){.section-list-item{border-radius:var(--radius-sm);gap:10px;padding:10px 12px}}.section-list-item:hover{border-color:var(--border-strong);background:var(--surface)}.section-list-item__content{flex-wrap:wrap;flex:1;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.section-list-item__buttons{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex}.section-list-item__body{flex-wrap:wrap;flex:240px;align-items:center;gap:12px;min-width:min(200px,100%);display:flex}.section-list-item__photo{object-fit:cover;border:1px solid var(--border);border-radius:50%;width:42px;height:42px}.media-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin-top:10px;display:grid}.media-grid__tile{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.media-grid__tile:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.media-grid__tile--wide{grid-column:span 2}.media-grid__preview{aspect-ratio:1;object-fit:cover;background:var(--surface);width:100%;display:block}.media-grid__preview--video{aspect-ratio:16/9}.media-grid__audio{width:100%;padding:8px}.media-grid__audio audio{width:100%;height:32px}.media-grid__file-icon{aspect-ratio:1;background:var(--surface);color:var(--text-muted);justify-content:center;align-items:center;font-size:2.2rem;display:flex}.media-grid__label{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;border-top:1px solid var(--border);background:var(--surface);padding:7px 10px;font-size:.82rem;font-weight:600;overflow:hidden}.media-grid__remove{color:#fff;cursor:pointer;opacity:0;touch-action:manipulation;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:.95rem;font-weight:700;transition:opacity .15s;display:flex;position:absolute;top:4px;right:4px}@media (hover:none){.media-grid__remove{opacity:1}}@media (hover:hover){.media-grid__tile:hover .media-grid__remove{opacity:1}}@media (hover:none){.media-grid__remove{opacity:1}}.media-grid__remove:hover{background:var(--primary)}@media (width<=768px){.media-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px}}.section-list-item__order,.section-list-item__time{color:var(--primary-text);background:var(--primary-soft);border-radius:var(--radius-xs);padding:4px 10px;font-size:.875rem;font-weight:700}.section-list-item__name{color:var(--text);letter-spacing:-.01em;overflow-wrap:break-word;font-size:.95rem;font-weight:600}.section-list-item__subtext{color:var(--text-soft);letter-spacing:-.005em;font-size:.82rem;font-weight:400}.section-list-item__tag,.section-list-item__badge,.section-list-item__cost{color:var(--text-muted);background:var(--surface);border-radius:var(--radius-xs);padding:4px 10px;font-size:.8rem;font-weight:500}.section-list-item__tag--link{color:var(--primary-text);border:1px solid var(--primary-soft-border);background:var(--primary-soft);text-decoration:none}.section-list-item__tag--link:hover{text-decoration:underline}.section-mass-message{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.section-mass-message__hint{color:var(--text-muted);font-size:.8rem}.section-list-item__cost{color:var(--primary-text);background:var(--primary-soft);font-weight:700}.section-list-item__actions{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.section-list-item__music-inputs{align-items:center;gap:6px;display:flex}.section-field__input--compact{max-width:130px;padding:4px 8px;font-size:.8rem}.section-list-item--locked{background:var(--success-soft);border-color:var(--success)}.section-list-item--active{border-color:var(--primary);background:var(--primary-soft)}.section-list-item__lock-badge{font-size:.8rem}.section-list-item__delete{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-xs);transition:background var(--duration-normal) var(--ease-default), color var(--duration-normal) var(--ease-default);border:2px solid #0000;padding:8px 10px;font-size:1.1rem;font-weight:600}.section-list-item__delete:hover{background:var(--danger-soft);border-color:var(--danger-soft-border);color:var(--danger-text)}.section-edit-row{box-sizing:border-box;flex-wrap:wrap;gap:10px;width:100%;max-width:100%;display:flex}.section-edit-row .section-field__input,.section-edit-row .section-field__select{flex:140px;min-width:0;max-width:100%}.vendor-card{align-items:flex-start}.vendor-card__avatar{border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--border-strong);width:44px;height:44px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:inline-flex}.vendor-card__heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.vendor-card__booked{background:var(--success-soft);color:var(--success-text);border-color:var(--success)}.vendor-card__meta{color:var(--text-muted);margin-top:4px;font-size:.85rem}.vendor-card__link{color:var(--primary-text);overflow-wrap:break-word;word-break:break-word;margin-top:4px;font-size:.85rem;text-decoration:none;display:inline-block}.vendor-card__link:hover{text-decoration:underline}.vendor-card__notes{color:var(--text);white-space:pre-wrap;margin-top:6px;font-size:.85rem}.vendor-form{grid-template-columns:1fr 1fr;gap:12px;width:100%;display:grid}.vendor-form__field{flex-direction:column;gap:4px;min-width:0;display:flex}.vendor-form__field--full{grid-column:1/-1}.vendor-form__field--checkbox{justify-content:flex-end;padding-bottom:8px}.vendor-checkbox{color:var(--text);cursor:pointer;align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:inline-flex}.vendor-checkbox input{width:16px;height:16px;accent-color:var(--primary)}.vendor-form__textarea{resize:vertical;min-height:72px;font-family:inherit}.vendor-form__actions{grid-column:1/-1;gap:10px;display:flex}@media (width<=768px){.vendor-form{grid-template-columns:1fr}}.schedule-choice{grid-template-columns:1fr 1fr;gap:12px;display:grid}.schedule-choice__option{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;text-align:center;color:var(--text);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 16px;font-family:inherit;transition:all .2s;display:flex}.schedule-choice__option:hover{border-color:var(--primary);background:var(--primary-soft)}.schedule-choice__icon{font-size:2rem}.schedule-choice__label{color:var(--text);font-size:1rem;font-weight:700}.schedule-choice__desc{color:var(--text-muted);font-size:.82rem}.schedule-upload__file-input{display:none}.schedule-ref{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-strong);margin-bottom:12px;padding:10px 12px}.schedule-ref__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.schedule-ref__toggle{color:var(--text);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;font-family:inherit;font-size:.85rem;font-weight:700;display:inline-flex}.schedule-ref__chevron{color:var(--text-muted);font-size:.7rem}.schedule-ref__actions{gap:6px;display:flex}.schedule-ref .schedule-image-fallback__img,.schedule-ref .schedule-image-fallback__pdf{margin-top:10px}.schedule-upload__cta{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-strong);margin-top:14px;padding:14px}.schedule-upload__cta-text{color:var(--text-muted);margin:0 0 10px;font-size:.85rem}.schedule-upload__cta-row{flex-wrap:wrap;gap:8px;display:flex}.schedule-upload__dropzone{border:1px dashed var(--border-strong);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px 20px;transition:all .2s;display:flex}.schedule-upload__dropzone:hover{border-color:var(--primary);background:var(--primary-soft)}.schedule-upload__dropzone--active{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 3px var(--primary-soft)}.schedule-upload__icon{font-size:2rem}.schedule-upload__label{color:var(--text);font-size:.95rem;font-weight:600}.schedule-upload__formats{color:var(--text-soft);font-size:.8rem}.schedule-image-fallback{flex-direction:column;gap:10px;display:flex}.schedule-image-fallback__header{justify-content:space-between;align-items:center;display:flex}.schedule-image-fallback__badge{color:var(--success-text);background:var(--success-soft);border:1px solid var(--success);border-radius:var(--radius-xs);padding:4px 12px;font-size:.82rem;font-weight:700}.schedule-image-fallback__img{border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:contain;background:var(--surface);width:100%;max-height:600px}.schedule-image-fallback__pdf{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);width:100%;height:600px}.section-total{border-radius:var(--radius-md);background:var(--primary-soft);border:1px solid var(--primary);color:var(--primary-text);align-items:center;gap:10px;padding:16px 20px;font-size:1.1rem;font-weight:800;display:flex}.section-actions{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.show-detail__scenes{margin-top:12px}@media (width<=640px){.show-section{padding:16px}.show-section__title{font-size:1.1rem}.show-section__header-right{justify-content:flex-start;width:100%}.section-add-row,.section-add-grid{flex-direction:column;align-items:stretch}.section-add-grid .section-field__input,.section-add-grid .section-field__select{flex:auto;width:100%}.section-add-grid .btn,.section-actions .btn{justify-content:center;width:100%}.section-list-item{flex-wrap:wrap;padding:11px 13px}.section-list-item__body{width:100%;min-width:0}.section-list-item__name{max-width:100%}.section-list-item__tag,.section-list-item__badge,.section-list-item__cost{padding:3px 8px;font-size:.82rem}.section-list-item__actions{justify-content:flex-end;width:100%}.section-edit-row{flex-direction:column}.section-edit-row .section-field__input,.section-edit-row .section-field__select{flex:auto;width:100%}.show-detail__actions{flex-direction:column;gap:10px}.show-detail__actions .btn{justify-content:center;width:100%}.section-card{border-radius:var(--radius-md);padding:16px}.section-card:hover{transform:none}.section-card:active{transform:scale(.98)}.show-detail__meta{gap:14px;font-size:.88rem}.show-detail__header{gap:12px}.show-detail__title{font-size:1.35rem}.section-field__input--time{max-width:100%}}.recap-todo{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:10px;padding:12px;display:flex}.recap-todo__add{gap:8px;display:flex}.recap-todo__input{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--surface);min-width:0;color:var(--text);outline:none;flex:1;padding:10px 12px;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.recap-todo__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.recap-todo__add-btn{border-radius:var(--radius-xs);background:var(--primary);min-height:40px;color:var(--on-primary);cursor:pointer;border:1px solid #0000;flex-shrink:0;padding:0 14px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s}.recap-todo__add-btn:hover:not(:disabled){background:var(--primary-pressed)}.recap-todo__add-btn:disabled{background:var(--border-strong);color:var(--text-soft);cursor:not-allowed}.recap-todo__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.recap-todo__item{border-radius:var(--radius-xs);justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;transition:background .12s;display:flex}.recap-todo__item:hover{background:var(--surface)}.recap-todo__item--done .recap-todo__text{color:var(--text-soft);text-decoration:line-through}.recap-todo__check{cursor:pointer;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.recap-todo__check input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.recap-todo__text{color:var(--text);word-break:break-word;font-size:.9rem}.recap-todo__delete{color:var(--text-soft);cursor:pointer;border-radius:var(--radius-xs);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;min-width:32px;min-height:32px;font-size:1rem;line-height:1;transition:color .12s,background .12s;display:flex}.recap-todo__delete:hover{color:var(--primary-text);background:var(--primary-soft)}.recap-todo__empty{color:var(--text-muted);text-align:center;margin:4px 0 0;font-size:.85rem;font-style:italic}.budget-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:16px;padding:16px 20px}.budget-card__title{color:var(--success-text);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:.82rem;font-weight:700}.budget-card__grid{flex-wrap:wrap;gap:20px;display:flex}.budget-card__item{flex-direction:column;flex:1;gap:4px;min-width:100px;display:flex}.budget-card__label{color:var(--text-muted);font-size:.82rem;font-weight:500}.budget-card__value{font-size:1.1rem;font-weight:800}.budget-card__value--primary,.budget-card__value--spent{color:var(--primary-text)}.budget-card__value--positive{color:var(--success-text)}.budget-card__value--negative{color:var(--danger-text)}.receipt-thumb{border-radius:var(--radius-xs);object-fit:cover;border:1px solid var(--border);cursor:pointer;vertical-align:middle;width:36px;height:36px;transition:border-color .15s,box-shadow .15s}.receipt-thumb:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.receipt-thumb--inline{flex-shrink:0}.receipt-thumb-btn{align-items:center;display:inline-flex}.receipt-lightbox{z-index:var(--z-lightbox);cursor:pointer;background:#000000e0;flex-direction:column;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.receipt-lightbox__img{border-radius:var(--radius-sm);object-fit:contain;max-width:90vw;max-height:85dvh;box-shadow:0 8px 40px #00000080}.receipt-lightbox__hint{color:#ffffff8c;margin-top:16px;font-size:.875rem}.section-rolodex-picker{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:6px;margin-bottom:12px;padding:12px;display:flex}.section-rolodex-picker__label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 6px;font-size:.7rem;font-weight:700}.section-rolodex-picker__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;width:100%;color:var(--text);align-items:center;gap:10px;padding:10px 12px;font-family:inherit;font-size:.88rem;transition:border-color .15s,background-color .15s;display:flex}.section-rolodex-picker__item:hover{background:var(--primary-soft);border-color:var(--primary-soft-border)}.section-rolodex-picker__photo{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.section-rolodex-picker__name{flex:1;min-width:0;font-weight:700}.show-detail__manage-row{justify-content:center;padding-top:4px;display:flex}.manage-sections{flex-direction:column;min-width:min(460px,88vw);padding:6px 4px 4px;display:flex}.manage-sections__title{margin:0 0 4px;font-size:1.05rem;font-weight:800}.manage-sections__sub{color:var(--text-muted);margin:0 0 14px;font-size:.85rem;line-height:1.45}.manage-sections__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.manage-sections__row{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-strong);align-items:center;gap:12px;padding:10px 12px;display:flex}.manage-sections__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.manage-sections__name{font-size:.95rem;font-weight:700}.manage-sections__desc{color:var(--text-muted);font-size:.78rem;line-height:1.4}.manage-sections__always{color:var(--text-soft);flex-shrink:0;font-size:.75rem;font-weight:600}.manage-sections__actions{justify-content:flex-end;margin-top:16px;display:flex}.viewer-link-modal{flex-direction:column;gap:6px;min-width:min(420px,90vw);padding:6px 4px 4px;display:flex}.viewer-link-modal__title{margin:0 0 4px;font-size:1.05rem;font-weight:800}.viewer-link-modal__sub{color:var(--text-muted);margin:0 0 8px;font-size:.85rem;line-height:1.45}.viewer-link-modal__url-row{align-items:center;gap:8px;display:flex}.viewer-link-modal__url-row .section-field__input{flex:1;font-family:ui-monospace,monospace;font-size:.78rem}.viewer-link-modal__hint{color:var(--text-muted);margin:4px 0 0;font-size:.8rem}.viewer-link-modal__actions{gap:8px;margin-top:14px;display:flex}.show-detail__name-edit{flex-wrap:wrap;flex:1;align-items:center;gap:10px;display:flex}.show-detail__name-input{letter-spacing:-.02em;flex:220px;min-width:0;font-size:1.4rem;font-weight:700}.show-detail__name-edit-btn{border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;transition:color var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);background:0 0;border:1px solid #0000;flex-shrink:0;align-items:center;gap:5px;padding:5px 10px;font-family:inherit;font-size:.8rem;font-weight:600;display:inline-flex}.show-detail__name-edit-btn:hover{color:var(--text);border-color:var(--border)}.show-detail__name-edit-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (pointer:coarse){.show-detail__name-edit-btn{min-height:var(--tap-min);padding-inline:12px}}@media (width>=560px){.section-body--grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px 16px;display:grid}.section-body--grid .section-field--full{grid-column:1/-1}}@media (width>=1100px){.show-detail{max-width:1040px}.show-detail__sections-accordion{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px;display:grid}.show-detail__sections-accordion:has(.accordion-section__header[aria-expanded=true]) .accordion-section:has(.accordion-section__header[aria-expanded=true]){grid-column:1/-1}}.expenses-page{max-width:700px;margin:0 auto}.expenses-page__filter{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.expenses-page__filter-label{color:var(--text);white-space:nowrap;font-size:.95rem;font-weight:700}.expenses-page__add{background:var(--surface-strong);border:1px solid var(--border);border-radius:12px;margin-bottom:24px;padding:16px}.expenses-page__add-title{color:var(--text);margin:0 0 12px;font-size:.95rem;font-weight:600}.section-list-item__show-tag{color:#1d4ed8;white-space:nowrap;background:#3b82f61f;border-radius:5px;padding:3px 9px;font-size:.82rem;font-weight:700;display:inline-block}[data-theme=dark] .section-list-item__show-tag{color:#60a5fa}@media (width<=640px){.expenses-page__add{border-radius:10px;padding:12px}}.expenses-page .receipt-thumb{object-fit:cover;border:1px solid var(--border);cursor:pointer;border-radius:6px;width:40px;height:40px;transition:transform .15s}.expenses-page .receipt-thumb--inline{flex-shrink:0}.expenses-page .receipt-thumb:hover{transform:scale(1.15)}.expenses-page .receipt-thumb-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0}.expenses-page .receipt-lightbox{z-index:9999;cursor:pointer;background:#000000d9;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.expenses-page .receipt-lightbox__img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:80dvh}.expenses-page .receipt-lightbox__hint{color:#ffffff80;margin-top:16px;font-size:.8rem}.install-prompt{left:50%;bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 10px);z-index:var(--z-banner);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:calc(100% - 24px);max-width:520px;box-shadow:var(--shadow-md);align-items:center;gap:10px;padding:12px 14px;display:flex;position:fixed;transform:translate(-50%)}.install-prompt__text{color:var(--text);flex:1;font-size:.85rem;line-height:1.4}.install-prompt__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.install-prompt__close{color:var(--text-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:4px 6px;font-size:1.2rem;line-height:1}.sync-status{pointer-events:auto;position:relative}.sync-status__pill{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);box-shadow:var(--shadow-sm);color:var(--text-muted);font-size:var(--text-xs);letter-spacing:.01em;cursor:pointer;transition:color var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);align-items:center;gap:6px;padding:5px 11px 5px 9px;font-weight:600;line-height:1;display:inline-flex}.sync-status__pill:hover{color:var(--text);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.sync-status__pill:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.sync-status__dot{background:var(--success);width:7px;height:7px;box-shadow:0 0 0 3px color-mix(in srgb, var(--success) 18%, transparent);border-radius:50%;flex-shrink:0}.sync-status__dot--lg{width:9px;height:9px;margin-top:5px}.sync-status--saving .sync-status__dot{background:var(--text-soft);box-shadow:0 0 0 3px color-mix(in srgb, var(--text-soft) 22%, transparent);animation:sync-pulse 1.4s var(--ease-out) infinite}.sync-status--retrying .sync-status__dot,.sync-status--offline .sync-status__dot{background:var(--warning);box-shadow:0 0 0 3px color-mix(in srgb, var(--warning) 20%, transparent)}.sync-status--blocked .sync-status__dot{background:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 20%, transparent)}.sync-status--retrying .sync-status__pill,.sync-status--offline .sync-status__pill{color:var(--warning);border-color:var(--warning-soft-border);background:var(--warning-soft)}.sync-status--blocked .sync-status__pill{color:var(--primary-text);border-color:var(--primary-soft-border);background:var(--primary-soft)}@keyframes sync-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.sync-status--saving .sync-status__dot{animation:none}}.sync-status__panel{width:min(21rem,100vw - 24px);padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);text-align:left;animation:sync-panel-in var(--duration-normal) var(--ease-out);position:absolute;top:calc(100% + 8px);right:0}@keyframes sync-panel-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.sync-status__panel{animation:none}}.sync-status__panel-head{padding-bottom:var(--space-3);border-bottom:1px solid var(--border);align-items:flex-start;gap:10px;display:flex}.sync-status__headline{font-size:var(--text-sm);color:var(--text);margin:0;font-weight:650;line-height:1.3}.sync-status__detail{font-size:var(--text-xs);color:var(--text-muted);margin:4px 0 0;line-height:1.5}.sync-status__facts{margin:var(--space-3) 0 0;gap:var(--space-3);flex-direction:column;padding:0;list-style:none;display:flex}.sync-status__fact{align-items:flex-start;gap:10px;display:flex}.sync-status__fact svg{color:var(--text-soft);flex-shrink:0;margin-top:2px}.sync-status__fact strong{font-size:var(--text-xs);color:var(--text);font-weight:650;line-height:1.35;display:block}.sync-status__fact span{font-size:var(--text-xs);color:var(--text-muted);margin-top:2px;line-height:1.5;display:block}.sync-status__backup-btn{width:100%;margin-top:var(--space-4)}@media (width<=560px){.sync-status__panel{top:calc(env(safe-area-inset-top) + 46px);width:auto;position:fixed;left:12px;right:12px}}:root{--bg:#f5f5f5;--backdrop:#f5f5f5;--surface:#fff;--surface-strong:#f9f9f9;--text:#111;--text-muted:#555;--text-soft:#6e6e6e;--border:#e0e0e0;--border-strong:#c8c8c8;--primary:#e5194b;--primary-pressed:#b30f36;--primary-bright:#f2416d;--primary-soft:#fff1f4;--primary-soft-border:#ffccd8;--primary-text:#c2113c;--success-text:#15803d;--danger-text:#c2410c;--on-primary:#fff;--danger:#c2410c;--danger-soft:#fff7ed;--danger-soft-border:#fed7aa;--on-danger:#fff;--success:#16a34a;--success-strong:#15803d;--success-soft:#f0fdf4;--success-soft-border:#bbf7d0;--warning:#b45309;--warning-soft:#fffbeb;--warning-soft-border:#fde68a;--shadow-sm:0 1px 2px #0000000f;--shadow-md:0 2px 6px #00000014;--shadow-lg:0 8px 28px -8px #0000002e, 0 2px 6px #0000000f;--app-bar-height:48px;--bottom-nav-height:56px;--header-bg:#fff;--tap-min:44px;--radius-xs:2px;--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--radius-full:999px;--text-xs:.75rem;--text-sm:.875rem;--text-base:.95rem;--text-md:1.0625rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--duration-fast:.1s;--duration-normal:.18s;--duration-slow:.28s;--ease-default:ease;--ease-out:cubic-bezier(.32, .72, 0, 1);--z-base:0;--z-raised:1;--z-sticky:60;--z-overlay:80;--z-runshow:90;--z-modal:100;--z-runshow-ui:120;--z-loading:150;--z-banner:200;--z-drawer:201;--z-lightbox:1000}[data-theme=dark]{--bg:#0a0a0b;--backdrop:#0a0a0b;--surface:#141416;--surface-strong:#1c1c1f;--text:#f5f5f6;--text-muted:#b3b3b6;--text-soft:#8a8a8e;--border:#232326;--border-strong:#313136;--primary:#e5194b;--primary-pressed:#c2113c;--primary-bright:#ff6b8f;--primary-soft:#2a0912;--primary-soft-border:#7d1030;--primary-text:#f2416d;--on-primary:#fff;--danger:#c2410c;--danger-soft:#2a1605;--danger-soft-border:#7c3a05;--on-danger:#fff;--success:#22c55e;--success-strong:#15803d;--success-text:#4ade80;--danger-text:#fb923c;--success-soft:#03210e;--success-soft-border:#14532d;--warning:#fbbf24;--warning-soft:#291a05;--warning-soft-border:#78430c;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 2px 8px #0006;--shadow-lg:0 10px 34px -8px #000000b3, 0 2px 8px #00000073;--header-bg:#141416}*{box-sizing:border-box;min-width:0}.app{background:var(--bg);min-height:100dvh;color:var(--text);flex-direction:column;width:100%;max-width:860px;margin:0 auto;display:flex;overflow-x:hidden}.show-detail-expand{width:100%;transform-origin:var(--expand-origin-x,50%) var(--expand-origin-y,30%);animation:.3s cubic-bezier(.32,.72,0,1) backwards show-card-expand}@keyframes show-card-expand{0%{opacity:0;border-radius:var(--radius-lg);transform:scale(.92)}to{opacity:1;border-radius:0;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.show-detail-expand{animation:none}}@media (pointer:coarse){.app-main>*{animation:view-enter .22s var(--ease-out) backwards}}@keyframes view-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.app-main>*{animation:none}}.app-main{width:100%;padding:calc(env(safe-area-inset-top) + 44px) 16px calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 20px);flex:1;margin:0 auto}@media (width<=768px){.app-main{padding:calc(env(safe-area-inset-top) + 40px) 12px calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 12px)}}.backup-nudge{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:12px;display:flex}.backup-nudge__icon{color:var(--success-text);flex-shrink:0}.backup-nudge__text{color:var(--text);flex:1;min-width:200px;font-size:.85rem}.backup-nudge__actions{align-items:center;gap:8px;display:flex}.backup-nudge__close{color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:4px 6px;font-size:1.2rem;line-height:1}.shows-toolbar{flex-direction:row;align-items:center;gap:8px;margin-bottom:20px;display:flex}.shows-toolbar__search{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.shows-toolbar__search::placeholder{color:var(--text-soft)}.shows-toolbar__search:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.shows-toolbar__sort{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);cursor:pointer;outline:none;padding:10px 13px;font-family:inherit;font-size:.85rem;font-weight:600;transition:border-color .15s,box-shadow .15s}.shows-toolbar__sort:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.shows-toolbar__view{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-shrink:0;gap:2px;padding:3px;display:flex}.shows-toolbar__view-btn{min-width:38px;min-height:34px;color:var(--text-soft);border-radius:var(--radius-sm);cursor:pointer;touch-action:manipulation;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:background-color .12s,color .12s;display:flex}.shows-toolbar__view-btn:hover{color:var(--text)}.shows-toolbar__view-btn--active{background:var(--primary-soft);color:var(--primary-text)}.shows-toolbar__view-btn:active{transform:scale(.94)}@media (pointer:coarse){.shows-toolbar__view-btn{min-width:var(--tap-min);min-height:var(--tap-min)}}.shows-list{max-width:700px;margin:0 auto}@media (width>=1000px){.shows-list{max-width:1100px}}.shows-grid{flex-direction:column;gap:10px;display:flex}@media (width>=1000px){.shows-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}}.rolodex-page{max-width:700px;margin:0 auto}.rolodex__form{grid-template-columns:1fr 1fr auto;gap:10px;margin-bottom:12px;display:grid}.rolodex__input{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-strong);width:100%;min-height:44px;color:var(--text);outline:none;padding:10px 12px;font-size:.95rem}.rolodex__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.rolodex__empty{color:var(--text-muted);margin:0}.rolodex__list{flex-direction:column;gap:8px;display:flex}.rolodex__item{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-strong);align-items:center;gap:12px;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.rolodex__item:hover{background:var(--surface);border-color:var(--border-strong)}.rolodex__photo{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:46px;height:46px}.rolodex__photo-placeholder{background:var(--surface-strong);border:1px solid var(--border);width:46px;height:46px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.rolodex__item-content{flex:1;min-width:0}.rolodex__name{margin:0;font-size:.95rem;font-weight:700}.rolodex__meta{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:.78rem;overflow:hidden}.rolodex__notes{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:.78rem;line-height:1.4;overflow:hidden}.email-list-page{max-width:700px;margin:0 auto}.email-list__form{gap:10px;margin-bottom:16px;display:flex}.email-list__form .rolodex__input{flex:1}.email-list__count{text-transform:uppercase;letter-spacing:.07em;color:var(--text-soft);margin:0 0 10px;font-size:.8rem;font-weight:600}.email-list__entries{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.email-list__entry{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);align-items:center;gap:10px;padding:8px 12px;display:flex}.email-list__address{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.9rem;overflow:hidden}.email-list__remove{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:flex}.email-list__remove:hover{background:var(--surface-strong);color:var(--text)}@media (pointer:coarse){.email-list__remove{min-width:var(--tap-min);min-height:var(--tap-min)}}@media (width<=520px){.shows-toolbar{flex-wrap:wrap}.shows-toolbar__search{flex:100%}.shows-toolbar__sort{flex:1}.rolodex__form{grid-template-columns:1fr}.rolodex__item{flex-direction:column;align-items:flex-start}}.empty-state{text-align:center;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-direction:column;align-items:center;gap:10px;padding:40px 20px;display:flex}.empty-state__title,.empty-state h2{color:var(--text);margin:0;font-size:1.2rem;font-weight:700}.empty-state__text,.empty-state p{max-width:42ch;color:var(--text-muted);margin:0;line-height:1.55}.empty-state .btn{margin-top:6px}.btn{border-radius:var(--radius-md);cursor:pointer;min-height:44px;transition:transform var(--duration-fast) var(--ease-default), background-color var(--duration-normal) var(--ease-default), box-shadow var(--duration-normal) var(--ease-default), border-color var(--duration-normal) var(--ease-default);-webkit-user-select:none;user-select:none;touch-action:manipulation;border:1px solid #0000;justify-content:center;align-items:center;padding:10px 18px;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn:active:not(:disabled){transform:scale(.96)}.btn--primary{background:var(--primary);color:var(--on-primary)}.btn--primary:hover:not(:disabled),.btn--primary:active:not(:disabled){background:var(--primary-pressed)}.btn--secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn--ghost{color:var(--text-muted);border-color:var(--border);background:0 0}.btn--danger{background:var(--danger-soft);border-color:var(--danger-soft-border);color:var(--danger-text)}.btn--danger:hover:not(:disabled){background:var(--danger);border-color:var(--danger);color:var(--on-danger)}.btn--sm{min-height:36px;padding:6px 14px;font-size:.87rem}@media (pointer:coarse){.btn--sm{min-height:var(--tap-min)}}.bottom-nav__brand{display:none}.bottom-nav__items{display:contents}.bottom-nav{width:100%;max-width:860px;z-index:var(--z-sticky);height:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));padding:6px 4px calc(6px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border);border-left:1px solid var(--border);border-right:1px solid var(--border);justify-content:space-around;align-items:center;gap:2px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-nav__item{color:var(--text-soft);cursor:pointer;touch-action:manipulation;border-radius:var(--radius-sm);letter-spacing:0;background:0 0;border:0;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:3px;min-width:44px;min-height:44px;padding:6px 2px;font-size:.68rem;font-weight:600;transition:color .15s,background-color .15s;display:flex}.bottom-nav__item span{white-space:nowrap;font-size:11px;line-height:1.2}.bottom-nav__item--active{color:var(--primary-text)}.bottom-nav__item-icon{flex-shrink:0;width:20px;height:20px}.bottom-nav__item:active{opacity:.7}@media (hover:hover){.btn--secondary:hover:not(:disabled),.btn--ghost:hover:not(:disabled){background:var(--surface-strong)}.btn--primary:hover:not(:disabled){background:var(--primary-pressed)}.bottom-nav__item:hover:not(.bottom-nav__item--active){color:var(--text);background:var(--surface-strong)}}@media (width<=640px){.app-main{padding-inline:12px;padding-top:calc(env(safe-area-inset-top) + 40px);padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 12px)}.empty-state{border-radius:var(--radius-md);padding:28px 16px}.empty-state__icon{font-size:2rem}.empty-state h2{font-size:1.05rem}.empty-state p{font-size:.9rem}.btn{padding:11px 16px;font-size:.93rem}.btn--sm{padding:8px 14px;font-size:.88rem}}.btn--block{width:100%}.btn--lg{border-radius:var(--radius-md);min-height:52px;padding:14px 20px;font-size:1rem}.btn--dark{background:var(--surface-strong);color:var(--text)}.btn--dark:active:not(:disabled){background:var(--surface)}.icon-btn{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);cursor:pointer;width:36px;height:36px;color:var(--text);justify-content:center;align-items:center;display:inline-flex}.icon-btn--ghost{background:0 0;border-color:#0000}.icon-btn--primary{background:var(--primary);color:var(--on-primary);border-color:var(--primary)}.pill{background:var(--surface-strong);border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-flex}.pill--red{background:var(--primary-soft);border-color:var(--primary-soft-border);color:var(--primary-text)}.pill--black{background:var(--surface-strong);color:var(--text);border-color:var(--border-strong)}.pill--dot:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.tag{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-xs);background:var(--surface-strong);color:var(--text-muted);border:1px solid var(--border);padding:2px 6px;font-size:10px;font-weight:700;display:inline-block}.row{align-items:center;gap:8px;display:flex}.spread{justify-content:space-between;align-items:center;gap:8px;display:flex}.stack{flex-direction:column;gap:8px;display:flex}.muted{color:var(--text-muted)}.divider{background:var(--border);height:1px;margin:12px 0}.cue-list{flex-direction:column;gap:8px;display:flex}.cue{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);align-items:stretch;gap:0;display:flex;position:relative;overflow:hidden}.cue--editing{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.cue__rail{background:0 0;flex-shrink:0;width:3px}.cue__handle{width:28px;color:var(--text-soft);background:var(--surface-strong);border-right:1px solid var(--border);cursor:grab;touch-action:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cue__time{font-variant-numeric:tabular-nums;color:var(--text);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;justify-content:center;gap:2px;min-width:78px;padding:12px 10px;font-size:.78rem;font-weight:700;display:flex}.cue__time-sub{color:var(--text-muted);font-size:.65rem;font-weight:600}.cue__body{flex-direction:column;flex:1;gap:4px;min-width:0;padding:11px 12px;display:flex}.cue__title{word-break:break-word;margin:0;font-size:.85rem;font-weight:600;line-height:1.3}.cue__sub{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:.72rem;display:flex}.cue__menu{color:var(--text-muted);flex-shrink:0;justify-content:flex-end;align-items:center;gap:2px;padding-right:6px;display:flex}.cue--done{opacity:.55}.cue--done .cue__title{text-decoration:line-through}.cue--current{border-color:var(--primary);box-shadow:var(--shadow-md)}.cue--current .cue__rail{background:var(--primary)}.cue--current .cue__time{color:var(--primary-text)}.cue--upcoming .cue__rail{background:var(--text)}@media (width<=640px){.cue{flex-wrap:wrap}.cue__handle{display:none}.cue__time{min-width:68px;padding:10px 8px}.cue__body{flex:60%}.cue__menu{border-top:1px solid var(--border);background:var(--surface-strong);flex-basis:100%;justify-content:flex-end;gap:4px;width:100%;padding:4px 6px}.cue__edit-input--len{flex:64px}}.cue__edit-input{border:1px solid var(--border);border-radius:var(--radius-xs);width:100%;font:inherit;outline:none;padding:6px 8px;font-size:.85rem}.cue__edit-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.cue__edit-input--time{font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:700}.cue__perf{border-radius:var(--radius-full);background:var(--primary-soft);border:1px solid var(--primary-soft-border);color:var(--primary-text);vertical-align:middle;margin-left:8px;padding:1px 8px;font-size:.7rem;font-weight:700;display:inline-block}.cue__edit-fields{flex-wrap:wrap;gap:6px;width:100%;display:flex}.cue__edit-fields .cue__edit-input{flex:2 160px}.cue__edit-input--perf{flex:110px}.cue__edit-fields .cue__edit-input--perfsel{flex:150px;min-width:0}.cue__edit-input--len{flex:0 0 72px}.cue-row{flex-direction:column;gap:6px;display:flex}.cue__music-tag{color:var(--primary-text);align-items:center;gap:4px;font-weight:600;display:inline-flex}.cue-media{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap;gap:12px;padding:12px 14px;display:flex}.cue-media__field{flex-direction:column;flex:200px;gap:4px;min-width:0;display:flex}.cue-media__field--duration{flex:0 0 130px}.cue-media__label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:700}.cue-media__music{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cue-media__music-name{color:var(--text);align-items:center;gap:5px;font-size:.82rem;font-weight:600;display:inline-flex}.cue-media__hint{color:var(--text-muted);font-size:.78rem}.cue-media__error{border-radius:var(--radius-sm);background:var(--primary-soft);border:1px solid var(--primary-soft-border);color:var(--primary-text);margin:8px 0 0;padding:8px 10px;font-size:.8rem;font-weight:600}.quick-add{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:6px;margin-bottom:10px;padding:8px 10px;display:flex}.quick-add input{min-height:40px;color:var(--text);background:0 0;border:0;outline:none;flex:1;min-width:0;padding:6px 8px;font-size:.95rem}.quick-add input.quick-add__time{font-variant-numeric:tabular-nums;border-right:1px solid var(--border);border-radius:0;flex:0 0 86px;font-size:.85rem;font-weight:700}.quick-add__btn{border-radius:var(--radius-sm);background:var(--primary);width:40px;height:40px;color:var(--on-primary);cursor:pointer;border:0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.quick-add__btn:disabled{opacity:.45;cursor:not-allowed}.section-header{justify-content:space-between;align-items:baseline;margin:18px 0 10px;display:flex}.section-header__title{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.7rem;font-weight:700}.section-header__action{color:var(--primary-text);cursor:pointer;background:0 0;border:0;font-size:.78rem;font-weight:600}.schedule-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding:12px 14px;display:flex}.schedule-summary__clear{color:var(--danger-text);flex-shrink:0}.schedule-summary__label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:700}.schedule-summary__title{letter-spacing:-.01em;margin:2px 0 0;font-size:.95rem;font-weight:800}.schedule-summary__meta{color:var(--text-muted);margin-top:2px;font-size:.75rem}.ai-import-entry{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;align-items:center;gap:10px;width:100%;margin-bottom:10px;padding:12px 14px;transition:border-color .15s,transform .1s;display:flex}.ai-import-entry:hover{border-color:var(--border-strong)}.ai-import-entry:active{transform:translateY(1px)}.ai-import-entry__icon{border-radius:var(--radius-sm);background:var(--surface-strong);width:32px;height:32px;color:var(--text);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ai-import-entry__body{flex:1;min-width:0}.ai-import-entry__title{font-size:.88rem;font-weight:700}.ai-import-entry__sub{color:var(--text-muted);margin-top:2px;font-size:.72rem}.ai-import-entry__chevron{color:var(--text-soft);flex-shrink:0}.dropzone{border:2px dashed var(--border-strong);border-radius:var(--radius-md);text-align:center;background:var(--surface);padding:28px 18px}.dropzone__icon{color:var(--text-muted);justify-content:center;align-items:center;margin-bottom:6px;display:inline-flex}.dropzone__title{margin:6px 0 2px;font-size:.95rem;font-weight:700}.dropzone__sub{color:var(--text-muted);margin:0 0 12px;font-size:.78rem}.import-step{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:10px;margin-bottom:8px;padding:10px 12px;font-size:.82rem;display:flex}.import-step__dot{border:2px solid var(--border);width:22px;height:22px;color:var(--text-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:inline-flex}.import-step--active{border-color:var(--primary)}.import-step--active .import-step__dot{border-color:var(--primary);color:var(--primary-text)}.import-step--done{color:var(--text-muted)}.import-step--done .import-step__dot{background:var(--border-strong);border-color:var(--border-strong);color:var(--text)}.import-step__label{font-weight:600}.import-step__sub{color:var(--text-muted);margin-left:auto;font-size:.7rem}.import-progress-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;margin-bottom:14px;padding:20px 14px}.import-progress-card__label{color:var(--primary-text);letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:700}.import-progress-card__pct{letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:8px;font-size:1.45rem;font-weight:800}.import-progress-bar{background:var(--surface-strong);border-radius:999px;height:4px;margin-top:10px;overflow:hidden}.import-progress-bar__fill{background:var(--primary);border-radius:999px;height:100%;transition:width .3s}.review-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.review-row__check{border:2px solid var(--border-strong);border-radius:var(--radius-xs);color:#0000;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:inline-flex}.review-row--checked .review-row__check{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}.review-row__time{font-variant-numeric:tabular-nums;min-width:64px;padding-top:2px;font-size:.82rem;font-weight:700}.review-row__desc{font-size:.85rem;line-height:1.35}.review-row__body{flex:1;min-width:0}.review-row__meta{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.review-edit{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);align-items:flex-start;gap:8px;padding:8px;display:flex}.review-edit--off{opacity:.5}.review-edit__check{border:1px solid var(--border-strong);background:var(--surface-strong);color:#fff;cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:4px;display:inline-flex}.review-edit--off .review-edit__check{background:0 0}.review-edit__fields{flex-wrap:wrap;flex:1;gap:6px;min-width:0;display:flex}.review-edit__time,.review-edit__desc,.review-edit__perf{border:1px solid var(--border);background:var(--surface-strong);color:var(--text);border-radius:var(--radius-sm);min-width:0;padding:8px 10px;font-family:inherit;font-size:.85rem}.review-edit__time{font-variant-numeric:tabular-nums;flex:0 0 84px;font-weight:600}.review-edit__desc{flex:2 160px}.review-edit__perf{flex:110px}.review-edit__time:focus,.review-edit__desc:focus,.review-edit__perf:focus{border-color:var(--primary);outline:none}.review-edit__del{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;margin-top:2px}.review-edit__del:hover{color:var(--danger-text);background:var(--surface-strong)}.sheet-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:var(--z-overlay);background:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--surface);width:100%;max-width:640px;padding:14px 16px calc(24px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;max-height:90dvh;animation:.25s sheetUp;overflow-y:auto}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet__handle{background:var(--border-strong);border-radius:999px;width:36px;height:4px;margin:0 auto 10px}.sheet__title{letter-spacing:-.01em;margin:4px 0 12px;font-size:1.05rem;font-weight:700}.import-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.import-header__title{letter-spacing:-.01em;align-items:center;gap:6px;margin:0;font-size:1.05rem;font-weight:700;display:flex}.import-header__sub{color:var(--text-muted);margin-top:2px;font-size:.7rem;font-weight:500}.import-pick-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;align-items:center;gap:12px;padding:14px;transition:border-color .15s;display:flex}.import-pick-card:hover{border-color:var(--border-strong)}.import-pick-card__icon{border-radius:var(--radius-sm);background:var(--surface-strong);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.import-pick-card__body{flex:1;min-width:0}.import-pick-card__title{font-size:.9rem;font-weight:700}.import-pick-card__sub{color:var(--text-muted);margin-top:2px;font-size:.75rem;font-weight:500}.import-banner{background:var(--surface-strong);color:var(--text);border-radius:var(--radius-md);margin-bottom:12px;padding:14px}.import-banner__title{letter-spacing:-.01em;align-items:center;gap:8px;font-size:.88rem;font-weight:700;display:flex}.import-banner__body{color:var(--text-muted);margin:6px 0 0;font-size:.8rem;line-height:1.5}.import-paste{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);width:100%;min-height:200px;color:var(--text);resize:vertical;outline:none;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.5}.import-paste:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.import-error{background:var(--primary-soft);border:1px solid var(--primary-soft-border);color:var(--primary-text);border-radius:var(--radius-md);margin-bottom:10px;padding:10px 12px;font-size:.82rem;font-weight:600}.run-show{--rs-blue:#3b82f6;--rs-green:#22c55e;--rs-red:#ef4444;--rs-blue-text:#60a5fa;--rs-red-text:#f87171;z-index:var(--z-runshow);color:#fff;background:#08080a;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.run-show__bar{padding:calc(8px + env(safe-area-inset-top)) 14px 8px;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;display:flex}.run-show__name{letter-spacing:-.01em;font-size:.95rem;font-weight:700}.run-show__bar-actions{align-items:center;gap:8px;display:flex}.run-show__restart{color:#ffffffd9;border-radius:var(--radius-full);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;padding:7px 14px;font-family:inherit;font-size:.78rem;font-weight:700}.run-show__restart:hover{background:#ffffff1f}.run-show__finish{color:var(--rs-green);border-radius:var(--radius-full);cursor:pointer;background:#22c55e29;border:1px solid #22c55e59;padding:7px 14px;font-family:inherit;font-size:.78rem;font-weight:700}.run-show__finish:hover{background:#22c55e47}.run-show__close{border-radius:var(--radius-full);color:#ffffffd9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.run-show__close:hover{background:#ffffff1f}@media (pointer:coarse){.run-show__close{min-width:var(--tap-min);min-height:var(--tap-min)}.run-show__restart,.run-show__finish,.rs-btn{min-height:var(--tap-min)}}.run-show__scroll{min-height:0;padding:12px 14px calc(12px + env(safe-area-inset-bottom));flex-direction:column;flex:1;gap:10px;width:100%;max-width:1000px;margin:0 auto;display:flex;overflow:hidden}.run-show__empty{text-align:center;color:#fff9;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.run-show__empty-title{color:#fff;margin-bottom:6px;font-size:1.15rem;font-weight:700}.rs-card{background:#ffffff06;border:1px solid #ffffff12;border-radius:18px;flex-shrink:0;padding:14px 16px}.rs-timer-card{text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;min-height:0;padding:14px 18px 12px;display:flex}.rs-timer{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,monospace;font-size:clamp(3rem,min(12vw,16vh),6rem);font-weight:800;line-height:1}.rs-timer--over{color:var(--rs-red-text)}.rs-timer--warning{color:var(--rs-red-text);animation:1s ease-in-out infinite rs-timer-flash}@keyframes rs-timer-flash{0%,to{opacity:1}50%{opacity:.25}}.rs-countdown{z-index:var(--z-runshow-ui);cursor:pointer;background:#06080ceb;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:fixed;inset:0}.rs-countdown__num{font-variant-numeric:tabular-nums;color:#fff;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,monospace;font-size:clamp(7rem,30vw,16rem);font-weight:800;line-height:1;animation:1s ease-out rs-countdown-pop}@keyframes rs-countdown-pop{0%{opacity:.2;transform:scale(.6)}30%{opacity:1;transform:scale(1.05)}to{opacity:.85;transform:scale(1)}}.rs-countdown__label{color:#ffffffd9;text-align:center;padding:0 20px;font-size:1.1rem;font-weight:700}.rs-countdown__hint{color:#ffffff8c;font-size:.8rem}.rs-showtime{font-variant-numeric:tabular-nums;color:#ffffff8c;margin-top:8px;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,monospace;font-size:.85rem}.rs-segment{color:#ffffffb8;margin-top:10px;font-size:1rem;font-weight:600}.rs-progress{border-radius:var(--radius-full);background:#ffffff1a;width:100%;height:4px;margin-top:auto;overflow:hidden}.rs-timer-card .rs-progress{margin-top:16px}.rs-progress__bar{border-radius:var(--radius-full);background:#ffffffd9;height:100%;transition:width .3s}.rs-progress__bar--over{background:var(--rs-red)}.rs-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.rs-cell{background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;padding:8px 12px}.rs-cell--wide{grid-column:1/-1}.rs-cell__label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;margin-bottom:2px;font-size:.62rem;font-weight:700}.rs-cell__value{font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:700}.rs-cell__value--over{color:var(--rs-red-text)}.rs-cell__sub{color:#ffffffc7;margin-top:4px;font-size:.85rem;font-weight:600}.rs-cell__credits{color:#ffffff8c;margin-top:2px;font-size:.78rem;font-weight:500;line-height:1.3}.rs-status--on-time{color:var(--rs-blue-text)}.rs-status--behind{color:var(--rs-red-text)}.rs-status--ahead{color:var(--rs-green)}.rs-controls{grid-template-columns:1fr 1fr;gap:16px;display:grid}.rs-controls__group{flex-direction:column;gap:6px;display:flex}.rs-controls__label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;font-size:.62rem;font-weight:700}.rs-controls__row{flex-wrap:wrap;gap:6px;display:flex}.rs-btn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex:auto;min-width:72px;padding:9px 14px;font-family:inherit;font-size:.88rem;font-weight:700}.rs-btn:hover:not(:disabled){background:#ffffff1f}.rs-btn:disabled{opacity:.4;cursor:not-allowed}.rs-btn--start{background:var(--rs-green);border-color:var(--rs-green);color:#052e16}.rs-btn--start:hover:not(:disabled){filter:brightness(1.08);background:var(--rs-green)}.rs-btn--next{background:var(--rs-blue);border-color:var(--rs-blue);color:#0c1a33}.rs-btn--next:hover:not(:disabled){filter:brightness(1.08);background:var(--rs-blue)}.rs-btn--active{border-color:var(--rs-blue);color:var(--rs-blue-text);background:#5b8cff2e}.rs-audio-now{color:#ffffff80;margin-top:2px;font-size:.78rem}.rs-onstage{align-items:center;gap:12px;display:flex}.rs-onstage__photo{border-radius:var(--radius-full);object-fit:cover;border:1px solid #ffffff1f;flex-shrink:0;width:48px;height:48px}.rs-onstage__photo--placeholder{color:#ffffffb3;background:#ffffff14;justify-content:center;align-items:center;font-size:1.6rem;font-weight:800;display:inline-flex}.rs-onstage__info{min-width:0}.rs-onstage__label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;font-size:.62rem;font-weight:700}.rs-onstage__name{letter-spacing:-.01em;margin-top:1px;font-size:1.1rem;font-weight:800}.rs-onstage__credits{color:#ffffffb8;margin-top:2px;font-size:.82rem}.rs-onstage__social{color:var(--rs-blue-text);margin-top:2px;font-size:.85rem}.rs-cues__title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;margin-bottom:12px;font-size:.7rem;font-weight:700}.rs-cues__list{flex-direction:column;gap:6px;max-height:320px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.rs-cue{color:#fff;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-family:inherit;font-size:.92rem;display:flex}.rs-cue:hover{background:#ffffff1a}.rs-cue--current{border-color:var(--rs-blue);background:#5b8cff24}.rs-cue__num{border-radius:var(--radius-full);font-variant-numeric:tabular-nums;background:#ffffff1a;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.78rem;font-weight:700;display:inline-flex}.rs-cue__range{font-variant-numeric:tabular-nums;color:#ffffff8c;flex-shrink:0;min-width:92px;font-size:.82rem}.rs-cue__desc{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.rs-cue__badge{letter-spacing:.06em;text-transform:uppercase;color:var(--rs-blue-text);flex-shrink:0;font-size:.65rem;font-weight:700}@media (width<=640px){.rs-controls{grid-template-columns:1fr;gap:10px}.rs-timer-card{min-height:0}.rs-cell__value{font-size:1rem}.rs-cue__range{min-width:0}}.status-rail{z-index:var(--z-banner);padding-top:env(safe-area-inset-top);pointer-events:none;flex-direction:column;align-items:stretch;display:flex;position:fixed;top:0;left:0;right:0}.status-rail__pill-row{background:linear-gradient(to bottom, var(--bg) 60%, transparent);justify-content:flex-end;padding:8px 12px 10px;display:flex}body:has([aria-modal=true]) .status-rail{display:none}.system-notice{pointer-events:auto;background:var(--primary-soft);border-bottom:1px solid var(--primary-soft-border);color:var(--primary-text);align-items:flex-start;gap:10px;padding:12px 16px;display:flex}.system-notice--warning{background:var(--warning-soft);border-bottom-color:var(--warning-soft-border);color:var(--warning)}.system-notice__icon{flex-shrink:0;margin-top:1px}.system-notice__body{flex:1}.system-notice__text{font-size:.85rem;font-weight:600;line-height:1.4;display:block}.system-notice__reassurance{opacity:.85;margin-top:3px;font-size:.78rem;font-weight:500;line-height:1.45;display:block}.system-notice__close{color:currentColor;cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:0 4px;font-size:1.3rem;line-height:1}.app-loading{z-index:var(--z-loading);background:var(--bg);padding:calc(var(--app-bar-height) + env(safe-area-inset-top) + 18px) 16px 0;justify-content:center;display:flex;position:fixed;inset:0}.app-loading__skeletons{flex-direction:column;gap:12px;width:100%;max-width:828px;display:flex}.skeleton{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-md);position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.4s infinite skeleton-shimmer;position:absolute;inset:0}[data-theme=dark] .skeleton:after{background:linear-gradient(90deg,#0000,#ffffff0f,#0000)}.skeleton-tile-row{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.skeleton--tile{height:86px}.skeleton--bar{height:42px}.skeleton--card{height:96px}@keyframes skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.skeleton:after{animation:none}}.live-viewer{background:var(--bg);color:var(--text);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;padding:24px;display:flex;position:fixed;inset:0}.live-viewer__top{color:var(--text-muted);align-items:center;gap:12px;font-size:.85rem;display:flex}.live-viewer__status{text-transform:uppercase;letter-spacing:.08em;background:var(--surface-strong);border-radius:999px;padding:3px 8px;font-size:.7rem;font-weight:700}.live-viewer__status--running{color:var(--success-text);background:#16a34a1f}.live-viewer__status--paused{color:var(--primary-text);background:#2563eb1a}.live-viewer__status--countdown{color:var(--text);background:var(--surface-strong)}.live-viewer__status--ended{color:var(--text-muted)}.live-viewer__timer{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-family:ui-monospace,SF Mono,SFMono-Regular,Menlo,monospace;font-size:clamp(4rem,min(16vw,22vh),10rem);font-weight:800;line-height:1}.live-viewer__timer--over{color:var(--danger-text)}.live-viewer__timer--warning{color:var(--danger-text);animation:1s ease-in-out infinite rs-timer-flash}.live-viewer__starting{color:var(--text-muted);font-size:1.1rem}.live-viewer__cards{grid-template-columns:1fr 1fr;gap:16px;width:min(820px,100%);display:grid}.live-viewer__card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px}.live-viewer__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-size:.7rem;font-weight:700}.live-viewer__person{align-items:center;gap:12px;display:flex}.live-viewer__photo{object-fit:cover;border:1px solid var(--border);border-radius:999px;flex-shrink:0;width:64px;height:64px}.live-viewer__photo--placeholder{background:var(--surface-strong);color:var(--text-muted);justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:inline-flex}.live-viewer__info{text-align:left;min-width:0}.live-viewer__name{letter-spacing:-.01em;font-size:1.15rem;font-weight:800}.live-viewer__credits{color:var(--text-muted);margin-top:4px;font-size:.85rem}.live-viewer__show{font-weight:700}.live-viewer__message{color:var(--text-muted);font-size:1rem}@media (width<=640px){.live-viewer__cards{grid-template-columns:1fr}}.live-viewer--pre{gap:14px}.live-viewer__pre-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:700}.live-viewer__pre-when{letter-spacing:-.01em;color:var(--text);font-size:clamp(1.6rem,5vw,2.6rem);font-weight:800}.live-viewer__pre-until{color:var(--text-muted);font-size:1rem}.live-viewer__note{background:var(--surface);border:1px solid var(--border);max-width:min(640px,100%);color:var(--text);white-space:pre-wrap;border-radius:14px;margin-top:12px;padding:14px 18px;font-size:.95rem}.live-viewer__lineup{width:100%;max-width:min(560px,100%);margin-top:28px}.live-viewer__lineup-label{text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted);text-align:center;margin-bottom:12px;font-size:.78rem;font-weight:700}.live-viewer__lineup-list{counter-reset:lineup;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.live-viewer__lineup-item{background:var(--surface);border:1px solid var(--border);counter-increment:lineup;border-radius:14px;align-items:center;gap:14px;padding:10px 14px;display:flex}.live-viewer__lineup-item:before{content:counter(lineup);background:var(--primary-soft);width:26px;height:26px;color:var(--primary-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex}.live-viewer__lineup-photo{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.live-viewer__lineup-photo--placeholder{background:var(--surface-strong);color:var(--text-muted);justify-content:center;align-items:center;font-weight:700;display:flex}.live-viewer__lineup-info{text-align:left;min-width:0}.live-viewer__lineup-name{color:var(--text);font-size:1.05rem;font-weight:700}.live-viewer__lineup-credits{color:var(--text-muted);font-size:.85rem}.artist-page{z-index:var(--z-runshow);background:var(--bg);color:var(--text);flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.artist-page__bar{padding:calc(10px + env(safe-area-inset-top)) 16px 10px;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:center;gap:12px;display:flex}.artist-page__back{border:1px solid var(--border);color:var(--text);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:4px;padding:7px 12px;font-size:.88rem;font-weight:600;display:inline-flex}.artist-page__back:hover{border-color:var(--border-strong);background:var(--surface-strong)}.artist-page__back-arrow{font-size:1.1rem;line-height:1}.artist-page__title{text-align:center;letter-spacing:-.01em;flex:1;margin:0;font-size:1.05rem;font-weight:800}.artist-page__bar-right{align-items:center;gap:10px;display:flex}.artist-page__saved{color:var(--success-text);font-size:.82rem;font-weight:600}.artist-page__tabs{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;gap:4px;padding:0 16px;display:flex;overflow-x:auto}.artist-page__tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:3px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:12px 16px;font-size:.95rem;font-weight:700;display:inline-flex;position:relative}.artist-page__tab:hover{color:var(--text)}.artist-page__tab--active{color:var(--text);border-bottom-color:var(--primary)}.artist-page__tab-badge{background:var(--border);min-width:22px;height:22px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:.72rem;font-weight:800;display:inline-flex}.artist-page__tab--active .artist-page__tab-badge{background:var(--primary);color:var(--on-primary)}.artist-queue__counts{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.artist-queue__count{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;padding:14px 12px}.artist-queue__count-num{letter-spacing:-.02em;font-size:1.8rem;font-weight:900;line-height:1}.artist-queue__count-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:4px;font-size:.72rem;font-weight:700}.artist-queue__next{background:var(--success-soft);border:2px solid var(--success);border-radius:var(--radius-lg);flex-direction:column;grid-column:1/-1;gap:10px;padding:20px 22px;display:flex}.artist-queue__next-head{justify-content:space-between;align-items:center;display:flex}.artist-queue__next-eyebrow{letter-spacing:.16em;color:var(--success-text);font-size:.72rem;font-weight:800}.artist-queue__next-pos{color:var(--success-text);background:var(--success-soft);border-radius:999px;padding:2px 10px;font-size:1rem;font-weight:800}.artist-queue__next-name{letter-spacing:-.02em;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:900;line-height:1.05}.artist-queue__next-tags{flex-wrap:wrap;gap:8px;display:flex}.artist-queue__next-phone{margin-top:2px;font-size:1rem}.artist-queue__next-phone a{color:var(--primary-text);font-weight:600;text-decoration:none}.artist-queue__next-actions{grid-template-columns:1fr 1fr 1.4fr;gap:8px;margin-top:6px;display:grid}.artist-queue__next-btn{text-align:center;justify-content:center;padding:14px 12px!important;font-size:.95rem!important}.artist-queue__paid-btn{font-weight:800!important}.btn--success{background:var(--success);color:#fff;border:1px solid #0000}.btn--success:hover{filter:brightness(1.06)}.artist-queue__empty{text-align:center;padding:36px 16px!important}.artist-queue__empty-icon{font-size:2.4rem}.artist-queue__empty-title{margin-top:8px;font-size:1.2rem;font-weight:800}.artist-queue__empty-sub{color:var(--text-muted);margin-top:4px;font-size:.9rem}.artist-queue__deck{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.artist-queue__deck-item{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:12px;padding:10px 12px;display:flex}.artist-queue__deck-pos{background:var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.82rem;font-weight:800;display:inline-flex}.artist-queue__deck-body{flex:1;min-width:0}.artist-queue__deck-name{font-size:.98rem;font-weight:700}.artist-queue__deck-tags{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}@media (width<=560px){.artist-queue__next-actions{grid-template-columns:1fr}}.artist-queue__notify-error{color:var(--danger-text);margin:8px 0 0;font-size:.82rem;font-weight:600}.artist-queue__next-secondary{justify-content:flex-end;margin-top:4px;display:flex}.artist-queue__remove{color:var(--danger)!important}.artist-queue__deck-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.artist-signup__field-hint{text-transform:none;letter-spacing:normal;color:var(--text-muted);margin-top:2px;font-size:.75rem;font-weight:400}.artist-page__scroll{padding:18px 16px calc(20px + env(safe-area-inset-bottom));flex:1;overflow-y:auto}.artist-page__grid{grid-template-columns:1fr 1fr;gap:14px;max-width:920px;margin:0 auto;display:grid}.artist-page__col-full{grid-column:1/-1}@media (width<=720px){.artist-page__grid{grid-template-columns:1fr}.artist-page__title{font-size:1rem}}.artist-page__footer{padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;gap:10px;display:flex}.artist-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.artist-card__title{margin:0;font-size:.95rem;font-weight:700}.artist-card__hint{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.4}.artist-card__hint code{background:var(--surface-strong);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-size:.78rem}.artist-card--next{background:var(--success-soft);border-color:var(--success);flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.artist-card__next-info{flex-direction:column;gap:4px;min-width:0;display:flex}.artist-card__next-label{color:var(--success-text);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:700}.artist-card__next-name{font-size:1.15rem;font-weight:800;line-height:1.2}.artist-card__next-tags{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}@media (width<=520px){.artist-card--next{flex-direction:column;align-items:flex-start}}.artist-admin__check{cursor:pointer;align-items:center;gap:8px;font-size:.92rem;display:inline-flex}.artist-admin__check input{width:16px;height:16px}.artist-admin__textarea{resize:vertical;min-height:64px;font-family:inherit;line-height:1.4}.artist-admin__toggles{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-sm);grid-template-columns:1fr 1fr;gap:10px 16px;padding:12px;display:grid}.artist-admin__cues{flex-direction:column;gap:4px;max-height:240px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.artist-admin__cues label{border-radius:var(--radius-sm);align-items:center;gap:10px;padding:6px 8px;font-size:.9rem;display:flex}.artist-admin__cues label:hover{background:var(--surface-strong)}.artist-admin__cue-time{font-variant-numeric:tabular-nums;color:var(--text-muted);min-width:48px;font-size:.82rem}.artist-admin__cue-desc{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.artist-admin__flash img{border-radius:var(--radius-md);border:1px solid var(--border);max-width:100%;max-height:220px;margin-bottom:8px;display:block}.artist-admin__flash-actions{gap:8px;display:flex}.artist-admin__pay-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.artist-admin__pay-grid label{color:var(--text-muted);flex-direction:column;gap:4px;font-size:.78rem;display:flex}.artist-admin__signup-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.artist-admin__signup-count{color:var(--text-muted);font-size:.82rem}.artist-admin__signups{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.artist-admin__entry{border-radius:var(--radius-sm);background:var(--surface-strong);border:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.artist-admin__entry--next{background:var(--success-soft);border-color:var(--success)}.artist-admin__entry--done{opacity:.55}.artist-admin__entry--done .artist-admin__entry-name{text-decoration:line-through}.artist-admin__entry-main{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.artist-admin__entry-pos{background:var(--border);width:22px;height:22px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.artist-admin__entry-name{font-weight:700}.artist-admin__entry-tag{background:var(--border);border-radius:999px;padding:2px 8px;font-size:.72rem}.artist-admin__entry-tag--black{background:var(--text);color:var(--bg)}.artist-admin__entry-tag--color{color:#fff;background:linear-gradient(90deg,#ff6b6b,#ffd93d,#6bcb77,#4d96ff);font-weight:700}.artist-admin__entry-phone{color:var(--primary-text);font-size:.82rem;text-decoration:none}.artist-admin__entry-actions{flex-wrap:wrap;flex-shrink:0;gap:6px;display:flex}.artist-admin__footer{border-top:1px solid var(--border);background:var(--surface-strong);gap:8px;padding:12px 18px;display:flex}@media (width<=640px){.artist-admin__pay-grid,.artist-admin__toggles{grid-template-columns:1fr}.artist-admin__entry{flex-direction:column;align-items:flex-start}.artist-admin__next-up{align-items:flex-start;flex-direction:column!important}}.artist-signup{background:var(--bg);min-height:100dvh;color:var(--text);padding:0 0 calc(40px + env(safe-area-inset-bottom));max-width:760px;margin:0 auto}.artist-signup>section{margin:0 16px}.artist-signup>section+section,.artist-signup__welcome+section,.artist-signup__live-card+section,.artist-signup__hero+section,.artist-signup__hero+.artist-signup__welcome,.artist-signup__hero+.artist-signup__live-card{margin-top:16px}.artist-signup__msg{text-align:center;color:var(--text-muted);padding:40px}.artist-signup__hero{color:#fff;text-align:center;background:radial-gradient(circle at 20% 20%,#6a5aff59,#0000 60%),radial-gradient(circle at 80% 80%,#ff5aa059,#0000 60%),linear-gradient(#2a1d4b 0%,#1a1230 100%);border-bottom-right-radius:28px;border-bottom-left-radius:28px;padding:36px 24px 30px;position:relative;overflow:hidden}.artist-signup__hero-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#ffffffb8;margin-bottom:8px;font-size:.72rem}.artist-signup__title{letter-spacing:-.02em;margin:0;font-size:clamp(1.6rem,5vw,2.1rem);font-weight:900;line-height:1.1}.artist-signup__hero-sub{color:#ffffffd9;margin-top:6px;font-size:.95rem;font-weight:500}.artist-signup__welcome{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);white-space:pre-wrap;padding:14px 16px;font-size:.95rem;line-height:1.5}.artist-signup__live-card{border-radius:var(--radius-md);background:linear-gradient(135deg,#e5194b1f,#e5194b08);border:1px solid #e5194b59;flex-direction:column;gap:12px;padding:14px 16px;display:flex;position:relative}.artist-signup__live-badge{letter-spacing:.12em;color:var(--primary-text);align-self:flex-start;align-items:center;gap:6px;font-size:.7rem;font-weight:800;display:inline-flex}.artist-signup__live-dot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite livePulse}@keyframes livePulse{0%,to{box-shadow:0 0 #e5194bb3}50%{box-shadow:0 0 0 6px #e5194b00}}.artist-signup__live-grid{grid-template-columns:1fr;gap:12px;display:grid}@media (width>=520px){.artist-signup__live-grid{grid-template-columns:1.2fr 1fr}}.artist-signup__live-block{flex-direction:column;gap:6px;min-width:0;display:flex}.artist-signup__live-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:700}.artist-signup__live-row{align-items:center;gap:10px;min-width:0;display:flex}.artist-signup__live-photo{object-fit:cover;border:2px solid var(--border-strong);width:56px;height:56px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex}.artist-signup__live-photo--sm{width:40px;height:40px;font-size:.78rem}.artist-signup__live-photo--placeholder{background:var(--surface-strong)}.artist-signup__live-name{overflow-wrap:break-word;font-size:1.05rem;font-weight:800;line-height:1.2}.artist-signup__live-name--sm{font-size:.95rem;font-weight:700}.artist-signup__live-credits{color:var(--text-muted);margin-top:2px;font-size:.82rem}.artist-signup__section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:12px;padding:16px 18px;display:flex}.artist-signup__h2{letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:800}.artist-signup__hint{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.4}.artist-signup__timeline{margin:4px 0 0;padding:0;list-style:none;position:relative}.artist-signup__timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:6px;bottom:6px;left:6px}.artist-signup__timeline-item{padding:4px 0 12px 24px;font-size:.92rem;position:relative}.artist-signup__timeline-item:last-child{padding-bottom:0}.artist-signup__timeline-dot{background:var(--surface);border:2px solid var(--primary);border-radius:50%;width:14px;height:14px;position:absolute;top:8px;left:0}.artist-signup__timeline-time{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600}.artist-signup__timeline-desc{margin-top:1px;font-weight:700;line-height:1.3}.artist-signup__timeline-perf{color:var(--primary-text);margin-top:2px;font-size:.85rem}.artist-signup__flash-btn{cursor:zoom-in;border-radius:var(--radius-md);background:0 0;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.artist-signup__flash{border-radius:var(--radius-md);border:1px solid var(--border);width:100%;display:block}.artist-signup__flash-zoom{color:#fff;background:#000000b3;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;bottom:10px;right:10px}.artist-signup__form{grid-template-columns:1fr 1fr;gap:12px;display:grid}.artist-signup__field{color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;flex-direction:column;gap:5px;font-size:.78rem;font-weight:600;display:flex}.artist-signup__field--full{grid-column:1/-1}.artist-signup__input{border:1px solid var(--border-strong);background:var(--surface);color:var(--text);text-transform:none;letter-spacing:normal;border-radius:10px;padding:12px 14px;font-family:inherit;font-size:1rem;font-weight:500;transition:border-color .15s,box-shadow .15s}.artist-signup__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft);outline:none}.artist-signup__seg{background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;grid-template-columns:1fr 1fr;gap:6px;padding:4px;display:grid}.artist-signup__seg-btn{color:var(--text);cursor:pointer;text-transform:none;letter-spacing:normal;background:0 0;border:0;border-radius:7px;padding:10px 8px;font-size:.9rem;font-weight:600;transition:background .15s}.artist-signup__submit{background:var(--primary);color:var(--on-primary);cursor:pointer;box-shadow:0 4px 12px var(--primary-soft);border:0;border-radius:12px;grid-column:1/-1;margin-top:4px;padding:14px 16px;font-size:1rem;font-weight:700;transition:transform .1s,box-shadow .15s}.artist-signup__submit:hover:not(:disabled){transform:translateY(-1px)}.artist-signup__submit:active:not(:disabled){transform:translateY(0)}.artist-signup__submit:disabled{opacity:.5;cursor:not-allowed}.artist-signup__error{background:var(--primary-soft);border:1px solid var(--primary-soft-border);color:var(--primary-text);border-radius:8px;padding:10px 12px;font-size:.88rem}.artist-signup__success-card{border-radius:var(--radius-md);background:var(--success-soft);border:1px solid var(--success);text-align:center;padding:16px}.artist-signup__success-headline{color:var(--success-text);font-size:1.1rem;font-weight:800}.artist-signup__success-pos{margin-top:8px;font-size:1.5rem;font-weight:700}.artist-signup__success-pos strong{color:var(--primary-text);font-size:1.8rem}.artist-signup__success-sub{color:var(--text-muted);margin-top:8px;font-size:.9rem}.artist-signup__list-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.artist-signup__list-count{color:var(--text-muted);font-size:.82rem}.artist-signup__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.artist-signup__entry{background:var(--surface-strong);border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;display:flex}.artist-signup__entry--mine{border-color:var(--primary);background:var(--primary-soft)}.artist-signup__entry--done{opacity:.5}.artist-signup__entry-avatar{background:var(--border);width:36px;height:36px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:inline-flex}.artist-signup__entry-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.artist-signup__entry-name{align-items:center;gap:6px;font-size:.95rem;font-weight:700;display:flex}.artist-signup__entry-you{background:var(--primary);color:var(--on-primary);letter-spacing:.04em;border-radius:999px;padding:1px 6px;font-size:.65rem;font-weight:800}.artist-signup__entry-tags{flex-wrap:wrap;gap:6px;display:flex}.artist-signup__entry-tag{background:var(--border);color:var(--text-muted);border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:600}.artist-signup__entry-tag--black{background:var(--text);color:var(--bg)}.artist-signup__entry-tag--color{color:#fff;background:linear-gradient(90deg,#ff6b6b,#ffd93d,#6bcb77,#4d96ff);font-weight:700}.artist-signup__entry-tag--done{background:var(--success-soft);color:var(--success-text)}.artist-signup__entry-pos{color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.82rem;font-weight:700}.artist-signup__pay-row{flex-wrap:wrap;gap:10px;display:flex}.artist-signup__pay{background:var(--surface-strong);border:1px solid var(--border-strong);color:var(--text);border-radius:10px;padding:10px 16px;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .1s,border-color .15s}.artist-signup__pay:hover{border-color:var(--primary);transform:translateY(-1px)}.artist-signup__pay--cashapp{color:#000;background:#00d54b;border-color:#00d54b}.artist-signup__pay--cashapp:hover{color:#000;background:#00b540;border-color:#00b540}.artist-signup__pay--venmo{color:#fff;background:#008cff;border-color:#008cff}.artist-signup__pay--venmo:hover{color:#fff;background:#0078e0;border-color:#0078e0}.artist-signup__lightbox{z-index:var(--z-lightbox);cursor:zoom-out;background:#000000eb;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.artist-signup__lightbox img{border-radius:8px;max-width:100%;max-height:100%}.artist-signup__lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;width:40px;height:40px;font-size:1.6rem;line-height:1;position:absolute;top:16px;right:16px}@media (width<=520px){.artist-signup__form{grid-template-columns:1fr}}.artist-signup__starts{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;margin:0 16px;padding:24px 20px}.artist-signup__starts-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;font-size:.72rem;font-weight:800}.artist-signup__starts-date{letter-spacing:-.01em;font-size:1.4rem;font-weight:800}.artist-signup__starts-time{letter-spacing:-.02em;margin-top:4px;font-size:clamp(2.2rem,7vw,3rem);font-weight:900;line-height:1.1}.artist-signup__nav{flex-direction:column;gap:10px;margin:0 16px;display:flex}.artist-signup__nav-btn{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);text-align:left;color:var(--text);cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px;font-family:inherit;transition:transform .1s,background .15s;display:grid}.artist-signup__nav-btn:not(:disabled):active{transform:translateY(1px)}.artist-signup__nav-btn:disabled{opacity:.5;cursor:not-allowed}.artist-signup__nav-btn--primary{background:var(--primary);color:var(--on-primary);border-color:var(--primary)}.artist-signup__nav-icon{border-radius:var(--radius-sm);background:#ffffff1f;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:inline-flex}.artist-signup__nav-btn:not(.artist-signup__nav-btn--primary) .artist-signup__nav-icon{background:var(--surface-strong);color:var(--primary-text)}.artist-signup__nav-body{flex-direction:column;gap:3px;min-width:0;display:flex}.artist-signup__nav-title{letter-spacing:-.01em;font-size:1.05rem;font-weight:800}.artist-signup__nav-sub{opacity:.8;font-size:.85rem}.artist-signup__nav-chevron{opacity:.6;font-size:1.6rem;font-weight:400;line-height:1}.artist-signup__subhead{z-index:4;padding:calc(12px + env(safe-area-inset-top)) 16px 12px;background:var(--bg);border-bottom:1px solid var(--border);align-items:center;gap:12px;margin-bottom:16px;display:flex;position:sticky;top:0}.artist-signup__back{border:1px solid var(--border);color:var(--text);border-radius:var(--radius-md);cursor:pointer;background:0 0;padding:7px 14px 7px 10px;font-size:.9rem;font-weight:700}.artist-signup__back:hover{border-color:var(--border-strong);background:var(--surface-strong)}.artist-signup__subtitle{letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.artist-signup__back-btn{border:1px solid var(--border-strong);color:var(--text);border-radius:var(--radius-md);cursor:pointer;background:0 0;margin-top:14px;padding:10px 16px;font-size:.92rem;font-weight:700}.artist-signup__starts{color:var(--public-white);background:var(--public-surface)!important;border:2px solid var(--public-white)!important;border-left:6px solid var(--public-red)!important;border-radius:0!important}.artist-signup__starts-eyebrow{color:var(--public-red-bright)!important;letter-spacing:.2em!important}.artist-signup__starts-date,.artist-signup__starts-time{color:var(--public-white);text-transform:uppercase;font-weight:900!important}.artist-signup__nav-btn{box-shadow:4px 4px 0 var(--public-red);background:var(--public-bg)!important;border:2px solid var(--public-white)!important;color:var(--public-white)!important;border-radius:0!important}.artist-signup__nav-btn:not(:disabled):hover{background:var(--public-surface)!important}.artist-signup__nav-btn:not(:disabled):active{box-shadow:2px 2px 0 var(--public-red)!important;transform:translate(2px,2px)!important}.artist-signup__nav-btn--primary{box-shadow:4px 4px 0 var(--public-white);background:var(--public-red)!important;border-color:var(--public-white)!important;color:var(--on-primary)!important}.artist-signup__nav-btn--primary:not(:disabled):hover{background:var(--public-red-bright)!important;filter:none!important}.artist-signup__nav-icon{border:2px solid var(--public-white);background:var(--public-bg)!important;color:var(--public-white)!important;border-radius:0!important}.artist-signup__nav-btn--primary .artist-signup__nav-icon{background:var(--public-bg)!important;color:var(--public-red-bright)!important;border-color:var(--public-white)!important}.artist-signup__nav-title{text-transform:uppercase;letter-spacing:.02em;font-weight:900!important}.artist-signup__nav-sub{text-transform:uppercase;letter-spacing:.04em;font-weight:700}.artist-signup__subhead{color:var(--public-white);background:var(--public-bg)!important;border-bottom:2px solid var(--public-red)!important}.artist-signup__back{text-transform:uppercase;background:var(--public-bg)!important;border:2px solid var(--public-white)!important;color:var(--public-white)!important;border-radius:0!important;font-weight:800!important}.artist-signup__subtitle{color:var(--public-white);text-transform:uppercase;font-weight:900!important}.artist-signup__back-btn{text-transform:uppercase;background:var(--public-bg)!important;border:2px solid var(--public-white)!important;color:var(--public-white)!important;border-radius:0!important;font-weight:900!important}.artist-signup,.live-viewer{--public-bg:var(--bg);--public-surface:var(--surface);--public-surface-2:var(--surface-strong);--public-white:var(--text);--public-red:var(--primary);--public-red-bright:var(--primary-bright);--public-muted:var(--text-muted);--public-border:var(--border)}.artist-signup{font-family:Helvetica Neue,Arial Black,Impact,sans-serif;background:var(--public-bg)!important;color:var(--public-white)!important}.artist-signup__msg{color:var(--public-muted)}.artist-signup__hero{position:relative;overflow:visible;background:var(--public-bg)!important;text-align:left!important;border-bottom:none!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;padding:56px 24px 40px!important}.artist-signup__hero:before{content:"";pointer-events:none;background:repeating-linear-gradient(135deg,#0000 0 16px,#e106000d 16px 18px);position:absolute;inset:0}.artist-signup__hero:after{content:"";background:var(--public-red);height:8px;position:absolute;bottom:0;left:0;right:0}.artist-signup__hero-inner{z-index:1;position:relative}.artist-signup__hero-eyebrow{background:var(--public-red);padding:4px 10px;transform:skew(-8deg);color:var(--on-primary)!important;letter-spacing:.18em!important;text-transform:uppercase!important;margin-bottom:14px!important;font-size:.7rem!important;font-weight:900!important;display:inline-block!important}.artist-signup__title{text-transform:uppercase;font-family:Helvetica Neue,Arial Black,Impact,sans-serif;color:var(--public-white)!important;letter-spacing:-.03em!important;font-size:clamp(2.2rem,8vw,3.6rem)!important;font-weight:900!important;line-height:.95!important}.artist-signup__hero-sub{text-transform:uppercase;letter-spacing:.2em;color:var(--public-red-bright)!important;margin-top:12px!important;font-size:1rem!important;font-weight:800!important}.artist-signup__welcome{color:var(--public-white);background:var(--public-surface)!important;border:2px solid var(--public-white)!important;border-left:6px solid var(--public-red)!important;border-radius:0!important}.artist-signup__live-card{box-shadow:6px 6px 0 var(--public-red);background:var(--public-bg)!important;border:2px solid var(--public-red)!important;border-radius:0!important}.artist-signup__live-badge{background:var(--public-red);padding:4px 10px;color:var(--public-white)!important;letter-spacing:.18em!important;font-size:.72rem!important;font-weight:900!important}.artist-signup__live-dot{background:var(--public-white)!important}.artist-signup__live-label{text-transform:uppercase;color:var(--public-red-bright)!important;font-weight:900!important}.artist-signup__live-photo{border:2px solid var(--public-white)!important;background:var(--public-surface)!important;color:var(--public-white)!important;border-radius:0!important}.artist-signup__live-photo--placeholder{background:var(--public-surface)!important;color:var(--public-white)!important}.artist-signup__live-name{color:var(--public-white);text-transform:uppercase;letter-spacing:-.01em;font-weight:900}.artist-signup__live-credits{color:var(--public-muted)}.artist-signup__section{box-shadow:4px 4px 0 var(--public-red);background:var(--public-surface)!important;border:2px solid var(--public-white)!important;border-radius:0!important}.artist-signup__h2{color:var(--public-white);text-transform:uppercase;letter-spacing:.02em;border-bottom:2px solid var(--public-red);padding-bottom:6px;font-weight:900!important}.artist-signup__hint{color:var(--public-muted)!important}.artist-signup__timeline:before{background:var(--public-red)!important;width:3px!important}.artist-signup__timeline-dot{transform:rotate(45deg);background:var(--public-bg)!important;border:3px solid var(--public-red)!important;border-radius:0!important;width:12px!important;height:12px!important;left:-1px!important}.artist-signup__timeline-time{text-transform:uppercase;color:var(--public-muted)!important;font-weight:700!important}.artist-signup__timeline-desc{color:var(--public-white);text-transform:uppercase;letter-spacing:-.005em;font-weight:900!important}.artist-signup__timeline-perf{font-weight:700;color:var(--public-red-bright)!important}.artist-signup__flash{border:3px solid var(--public-white)!important;border-radius:0!important}.artist-signup__flash-zoom{text-transform:uppercase;letter-spacing:.06em;font-weight:800;background:var(--public-red)!important;color:var(--public-white)!important;border-radius:0!important}.artist-signup__signup-section{background:var(--public-surface)!important;border:2px solid var(--public-red)!important;box-shadow:6px 6px 0 var(--public-white)!important}.artist-signup__field{color:var(--public-white)!important;font-weight:900!important}.artist-signup__input{font-weight:700;background:var(--public-bg)!important;border:2px solid var(--public-white)!important;color:var(--public-white)!important;border-radius:0!important}.artist-signup__input:focus{border-color:var(--public-red)!important;box-shadow:4px 4px 0 var(--public-red)!important}.artist-signup__input::placeholder{color:#555}.artist-signup__seg{background:var(--public-bg)!important;border:2px solid var(--public-white)!important;border-radius:0!important;gap:0!important;padding:0!important}.artist-signup__seg-btn{text-transform:uppercase;letter-spacing:.04em;background:var(--public-bg)!important;color:var(--public-white)!important;border-right:2px solid var(--public-white)!important;border-radius:0!important;font-weight:900!important}.artist-signup__seg-btn:last-child{border-right:0!important}.artist-signup__seg-btn:hover{background:var(--public-surface)!important}.artist-signup__seg-btn--active{background:var(--public-red)!important;color:var(--public-white)!important}.artist-signup__seg-btn--active:hover{background:var(--public-red)!important}.artist-signup__submit{background:var(--public-red)!important;color:var(--public-white)!important;border:2px solid var(--public-white)!important;text-transform:uppercase!important;letter-spacing:.1em!important;box-shadow:4px 4px 0 var(--public-white)!important;border-radius:0!important;font-weight:900!important;transition:transform .1s,box-shadow .1s!important}.artist-signup__submit:hover:not(:disabled){box-shadow:2px 2px 0 var(--public-white)!important;transform:translate(2px,2px)!important}.artist-signup__submit:active:not(:disabled){box-shadow:0 0 0 var(--public-white)!important;transform:translate(4px,4px)!important}.artist-signup__error{text-transform:uppercase;font-weight:800;background:var(--public-red)!important;border:2px solid var(--public-white)!important;color:var(--public-white)!important;border-radius:0!important}.artist-signup__success-card{box-shadow:6px 6px 0 var(--public-white);background:var(--public-bg)!important;border:3px solid var(--public-red)!important;border-radius:0!important}.artist-signup__success-headline{text-transform:uppercase;letter-spacing:.06em;color:var(--public-red-bright)!important;font-weight:900!important}.artist-signup__success-pos strong{color:var(--public-red-bright)!important}.artist-signup__success-sub{color:var(--public-muted)!important}.artist-signup__list-count{text-transform:uppercase;font-weight:800;color:var(--public-red-bright)!important}.artist-signup__entry{background:var(--public-bg)!important;border:2px solid var(--public-white)!important;border-radius:0!important}.artist-signup__entry--mine{box-shadow:4px 4px 0 var(--public-red);background:var(--public-bg)!important;border-color:var(--public-red)!important}.artist-signup__entry--done{position:relative;opacity:1!important;border-color:var(--public-muted)!important}.artist-signup__entry--done:after{content:"";background:var(--public-red);pointer-events:none;height:3px;position:absolute;top:50%;left:8px;right:8px;transform:rotate(-2deg)}.artist-signup__entry--done .artist-signup__entry-name{color:var(--public-muted)!important;text-decoration:none!important}.artist-signup__entry-avatar{font-weight:900;background:var(--public-white)!important;color:var(--public-bg)!important;border-radius:0!important}.artist-signup__entry--mine .artist-signup__entry-avatar{background:var(--public-red)!important;color:var(--public-white)!important}.artist-signup__entry-name{color:var(--public-white);text-transform:uppercase;letter-spacing:.01em;font-weight:900!important}.artist-signup__entry-you{background:var(--public-red)!important;color:var(--public-white)!important;border-radius:0!important;font-weight:900!important}.artist-signup__entry-tag{border:1px solid var(--public-white);text-transform:uppercase;letter-spacing:.04em;background:var(--public-surface-2)!important;color:var(--public-white)!important;border-radius:0!important;font-weight:800!important}.artist-signup__entry-tag--black{background:var(--public-white)!important;color:var(--public-bg)!important;border-color:var(--public-white)!important}.artist-signup__entry-tag--color{background:var(--public-red)!important;color:var(--public-white)!important;border-color:var(--public-red)!important}.artist-signup__entry-tag--done{background:var(--public-muted)!important;color:var(--public-bg)!important;border-color:var(--public-muted)!important}.artist-signup__entry-pos{color:var(--public-red-bright)!important;font-size:1.05rem!important;font-weight:900!important}.artist-signup__pay{text-transform:uppercase;letter-spacing:.06em;box-shadow:3px 3px 0 var(--public-red);background:var(--public-bg)!important;border:2px solid var(--public-white)!important;color:var(--public-white)!important;border-radius:0!important;font-weight:900!important;transition:transform .1s,box-shadow .1s!important}.artist-signup__pay:hover{background:var(--public-red)!important;border-color:var(--public-red)!important;color:var(--public-white)!important;box-shadow:2px 2px 0 var(--public-white)!important;transform:translate(1px,1px)!important}.artist-signup__pay--cashapp,.artist-signup__pay--venmo{background:var(--public-bg)!important;color:var(--public-white)!important;border-color:var(--public-white)!important}.artist-signup__pay--cashapp:hover,.artist-signup__pay--venmo:hover{background:var(--public-red)!important;border-color:var(--public-red)!important;color:var(--public-white)!important}.artist-signup__lightbox{background:var(--public-bg)!important}.artist-signup__lightbox img{border:3px solid var(--public-white);border-radius:0}.artist-signup__lightbox-close{background:var(--public-red)!important;border:2px solid var(--public-white)!important;border-radius:0!important}.live-viewer{font-family:Helvetica Neue,Arial Black,Impact,sans-serif;background:var(--public-bg)!important;color:var(--public-white)!important}.live-viewer:before{content:"";pointer-events:none;background:repeating-linear-gradient(135deg,#0000 0 24px,#e106000a 24px 26px);position:absolute;inset:0}.live-viewer>*{z-index:1;position:relative}.live-viewer__top{color:var(--public-muted)!important}.live-viewer__show{text-transform:uppercase;letter-spacing:.04em;color:var(--public-white);font-weight:900}.live-viewer__status{background:var(--public-white)!important;color:var(--public-bg)!important;letter-spacing:.16em!important;border-radius:0!important;font-weight:900!important}.live-viewer__status--running{background:var(--public-red)!important;color:var(--on-primary)!important}.live-viewer__status--paused{background:var(--public-white)!important;color:var(--public-bg)!important}.live-viewer__status--countdown{background:var(--public-red)!important;color:var(--on-primary)!important}.live-viewer__status--ended{background:var(--public-muted)!important;color:var(--public-bg)!important}.live-viewer__timer{text-transform:uppercase;color:var(--public-white)!important;font-family:Helvetica Neue,Arial Black,Impact,sans-serif!important}.live-viewer__timer--over,.live-viewer__timer--warning{color:var(--public-red-bright)!important}.live-viewer__starting{text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--public-red-bright)!important}.live-viewer__card{box-shadow:6px 6px 0 var(--public-red);background:var(--public-bg)!important;border:2px solid var(--public-white)!important;border-radius:0!important}.live-viewer__label{color:var(--public-red-bright)!important;font-weight:900!important}.live-viewer__photo{border:2px solid var(--public-white)!important;border-radius:0!important}.live-viewer__photo--placeholder{background:var(--public-surface)!important;color:var(--public-white)!important}.live-viewer__name{color:var(--public-white);text-transform:uppercase;letter-spacing:-.01em;font-weight:900!important}.live-viewer__credits,.live-viewer__message{color:var(--public-muted)!important}.live-viewer__pre-label{background:var(--public-red);padding:4px 12px;display:inline-block;transform:skew(-8deg);color:var(--on-primary)!important;letter-spacing:.18em!important;font-weight:900!important}.live-viewer__pre-when{text-transform:uppercase;color:var(--public-white)!important;letter-spacing:-.02em!important;font-weight:900!important}.live-viewer__pre-until{text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:var(--public-red-bright)!important}.live-viewer__note{background:var(--public-surface)!important;border:2px solid var(--public-white)!important;border-left:6px solid var(--public-red)!important;color:var(--public-white)!important;border-radius:0!important}.live-viewer,.live-viewer *,.artist-signup,.artist-signup *{font-family:inherit!important}.live-viewer:before,.artist-signup__hero:before,.artist-signup__hero:after{display:none!important}.live-viewer__pre-label,.artist-signup__hero-eyebrow,.artist-signup__hero{transform:none!important}.live-viewer__card,.live-viewer__note,.artist-signup__welcome,.artist-signup__live-card,.artist-signup__section,.artist-signup__signup-section,.artist-signup__success-card,.artist-signup__entry,.artist-signup__back,.artist-signup__back-btn,.artist-signup__subhead,.artist-signup__nav-btn,.artist-signup__seg-btn{box-shadow:none!important;border-radius:var(--radius-md)!important;border-width:1px!important}.live-viewer__status,.live-viewer__pre-label,.artist-signup__hero-eyebrow,.artist-signup__entry-tag{border-radius:var(--radius-full)!important}@media (width>=900px){:root{--sidebar-width:224px;--desktop-max:1200px}body{background:var(--backdrop,#e6e2d8)}.app{max-width:var(--desktop-max);grid-template-columns:var(--sidebar-width) 1fr;border-radius:var(--radius-lg);min-height:100dvh;max-height:100dvh;box-shadow:0 0 0 1px var(--border), 0 24px 60px #1410082e;border-left:none;border-right:none;grid-template-rows:1fr;align-items:stretch;display:grid;overflow:hidden}.status-rail{width:100%;max-width:var(--desktop-max);padding-left:var(--sidebar-width);left:50%;transform:translate(-50%)}.status-rail__pill-row{padding:16px 32px 12px}.app-main{grid-area:1/2;min-height:100dvh;max-height:100dvh;padding:60px 32px 48px;overflow-y:auto}.bottom-nav{max-width:none;width:var(--sidebar-width);border-top:none;border-bottom:none;border-left:none;border-right:1px solid var(--border);background:var(--surface);border-radius:0;flex-direction:column;grid-area:1/1;justify-content:flex-start;align-items:stretch;gap:0;height:100dvh;max-height:100dvh;padding:0;position:sticky;top:0;bottom:auto;left:auto;overflow-y:auto;transform:none}.bottom-nav__brand{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:10px;margin-bottom:8px;padding:20px 16px 16px;display:flex}.bottom-nav__brand-dot{background:var(--primary);width:10px;height:10px;box-shadow:0 0 0 3px var(--primary-soft);border-radius:50%;flex-shrink:0}.bottom-nav__brand-text{letter-spacing:-.01em;color:var(--text);font-size:.82rem;font-weight:800;line-height:1.2}.bottom-nav__items{flex-direction:column;flex:1;gap:2px;padding:8px;display:flex}.bottom-nav__item{border-radius:var(--radius-md);color:var(--text-muted);letter-spacing:0;flex-direction:row;flex:none;justify-content:flex-start;gap:10px;min-width:auto;min-height:40px;padding:9px 10px;font-size:.9rem;font-weight:600}.bottom-nav__item span{font-size:inherit}.bottom-nav__item-icon{opacity:.7;flex-shrink:0;width:18px;height:18px}.bottom-nav__item--active{background:var(--primary-soft);color:var(--primary-text)}.bottom-nav__item--active .bottom-nav__item-icon{opacity:1}.bottom-nav__item:hover:not(.bottom-nav__item--active){background:var(--surface-strong);color:var(--text)}.shows-toolbar{margin-bottom:20px}}@media (width>=1280px){:root{--desktop-max:1400px;--sidebar-width:240px}.app-main{padding:64px 40px 56px}.status-rail__pill-row{padding:18px 40px 12px}}.error-boundary{text-align:center;background:var(--bg,#1a1a2e);min-height:100dvh;color:var(--text,#e0e0e0);flex-direction:column;justify-content:center;align-items:center;padding:32px;font-family:system-ui,sans-serif;display:flex}.error-boundary__heading{margin-bottom:12px;font-size:1.75rem}.error-boundary__message{color:var(--text-muted,#9ca3af);max-width:420px;margin-bottom:24px;line-height:1.5}.error-boundary__detail{color:var(--text-soft,#6b7280);word-break:break-word;max-width:500px;margin-bottom:24px;font-family:monospace;font-size:.8rem}.error-boundary__reload{background:var(--primary,#6b46c1);color:var(--on-primary,#fff);border-radius:var(--radius-md,8px);cursor:pointer;border:none;padding:12px 32px;font-family:inherit;font-size:1rem;font-weight:600}.error-boundary__reload:hover{opacity:.9}
