*,: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:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}@media (width<=768px){html{font-size:17.5px}}@media (width<=430px){html{font-size:18px}}body{background:var(--bg,#f5f6f8);color:var(--text,#14181f);width:100%;max-width:100%;min-height:100dvh;margin:0;overflow-x:hidden}#root{min-height:100dvh}.login{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%, #dc262626 0%, #dc262600 58%), radial-gradient(110% 120% at -10% 110%, #10182840 0%, #10182800 55%), linear-gradient(180deg, var(--bg) 0%, #0d1017 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#1018280a 1px,#0000 1px),linear-gradient(0deg,#1018280a 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 22% 78%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 22% 78%,#0000 100%)}.login__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:460px;padding:24px;position:relative;box-shadow:0 18px 50px #00000080}.login__header{text-align:center;margin-bottom:28px}.login__wordmark{align-items:center;gap:10px;margin-bottom:10px;display:inline-flex}.login__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}.login__wordmark-text{letter-spacing:-.03em;color:var(--text,#000);font-size:1.55rem;font-weight:800}.login__tagline{text-transform:uppercase;letter-spacing:.1em;color:var(--primary,#dc2626);margin:0 0 10px;font-size:.78rem;font-weight:700}.login__subtitle{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.55}.login__form{flex-direction:column;gap:14px;display:flex}.login__field{flex-direction:column;gap:8px;display:flex}.login__label{color:var(--text);text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:700}.login__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,background-color .2s}.login__input:focus{border-color:var(--primary,#dc2626);box-shadow:0 0 0 3px var(--primary-soft);outline:none}.login__input:disabled{background-color:var(--surface);opacity:.8;cursor:not-allowed}.login__error{background:var(--primary-soft);color:var(--primary);border:1px solid var(--primary-soft-border);border-radius:var(--radius-sm);text-align:center;padding:11px 12px;font-size:.88rem;font-weight:600}.login__button{background:var(--primary,#c84d5e);color:#fff;border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.01em;touch-action:manipulation;border:1px solid #0000;min-height:44px;padding:10px 16px;font-size:.96rem;font-weight:700;transition:transform .15s,background-color .15s}.login__button:hover:not(:disabled){background:var(--primary-pressed,#b13f50)}.login__button:active:not(:disabled){transform:translateY(1px)}.login__button:disabled{opacity:.55;cursor:not-allowed}.login__button--secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:none}.login__button--secondary:hover:not(:disabled){background:var(--surface-strong);border-color:var(--border-strong);transform:none}.login__footer{border-top:1px solid var(--border,#e5e5e5);margin-top:18px;padding-top:16px}.login__note{color:var(--text);text-align:center;margin:0;font-size:.9rem;line-height:1.55}@media (width>=640px){.login__container{padding:34px}.login__header{margin-bottom:28px}}.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%, #dc262626 0%, #dc262600 58%), radial-gradient(110% 120% at -10% 110%, #10182840 0%, #10182800 55%), linear-gradient(180deg, var(--bg) 0%, #0d1017 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:-.03em;color:var(--text,#000);font-size:1.55rem;font-weight:800}.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:#fff}.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: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);color:#fff;border-radius:var(--radius-sm);cursor:pointer;letter-spacing:.01em;touch-action:manipulation;border:1px solid #0000;min-height:44px;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}}.settings{flex-direction:column;gap:14px;width:100%;display:flex}.settings__title{color:var(--text,#101828);letter-spacing:-.01em;margin:0;font-size:clamp(1.25rem,4.6vw,1.6rem);font-weight:800}.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;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-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)}.settings__chip--active{background:var(--primary,#dc2626);border-color:var(--primary,#dc2626);color:#fff}.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__save .settings__trash-section{border:1px solid var(--primary-soft-border);background:var(--primary-soft);margin-top:8px}.settings__save .settings__subtitle{color:var(--text,#101828);margin:0 0 8px;font-size:1.1rem;font-weight:700}.settings__save .settings__trash-info{color:var(--text-muted,#667085);margin:0 0 12px;font-size:.9rem}.settings__save .settings__trash-list{flex-direction:column;gap:8px;display:flex}.settings__save .settings__trash-item{background:var(--surface);border:1px solid var(--primary-soft-border);border-radius:var(--radius-xs);justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.settings__save .settings__trash-content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.settings__save .settings__trash-name{color:var(--text,#101828);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.settings__save .settings__trash-date{color:var(--primary);font-size:.8rem}.settings__save .settings__trash-actions{gap:8px;display:flex}}.show-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--shadow-sm);padding:20px;transition:transform .15s,box-shadow .15s,border-color .15s;position:relative;overflow:hidden}@media (width<=768px){.show-card{border-radius:var(--radius-sm);padding:14px}}.show-card:before{content:"";background:var(--primary);transform-origin:0;height:3px;transition:transform .22s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.show-card:hover,.show-card:focus-within{border-color:var(--primary-soft-border);box-shadow:var(--shadow-md);transform:translateY(-2px)}.show-card:hover:before,.show-card:focus-within:before{transform:scaleX(1)}.show-card__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}@media (width<=768px){.show-card__header{gap:8px;margin-bottom:10px}}.show-card__title{color:var(--text);letter-spacing:-.015em;word-break:break-word;overflow-wrap:break-word;margin:0;padding-right:52px;font-size:1.05rem;font-weight:700;line-height:1.3}@media (width<=768px){.show-card__title{padding-right:40px;font-size:.95rem}}.show-card__status{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;margin-right:52px;padding:4px 10px;font-size:.7rem;font-weight:600}.show-card__status--upcoming{background:var(--primary-soft);color:var(--primary);border:1px solid var(--primary-soft-border)}.show-card__status--in-progress{background:var(--border-strong);color:var(--text);border:1px solid var(--border-strong)}.show-card__status--completed{background:var(--surface-strong);color:var(--text-muted);border:1px solid var(--border)}.show-card__status--cancelled{color:var(--text-soft);border:1px solid var(--border);background:0 0}.show-card__venue,.show-card__date{color:var(--text-muted);letter-spacing:-.005em;word-break:break-word;overflow-wrap:break-word;margin:4px 0;font-size:.88rem;font-weight:400}.show-card__progress{background:var(--surface-strong);border-radius:var(--radius-full);height:4px;margin-top:14px;position:relative;overflow:hidden}.show-card__progress-bar{background:var(--primary);border-radius:var(--radius-full);height:100%;transition:width .35s}.show-card__progress-label{color:var(--text-soft);letter-spacing:-.005em;font-size:.78rem;font-weight:600;position:absolute;top:10px;right:0}.show-card__delete,.show-card__duplicate{cursor:pointer;border-radius:var(--radius-sm);min-width:36px;min-height:36px;color:var(--text-soft);touch-action:manipulation;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;font-size:.9rem;transition:background .15s,border-color .15s,color .15s;display:flex;position:absolute;top:10px}.show-card__delete{right:10px}.show-card__duplicate{right:50px}.show-card__delete:hover{background:var(--primary-soft);border-color:var(--primary-soft-border);color:var(--primary)}.show-card__duplicate:hover{background:var(--surface-strong);border-color:var(--border-strong);color:var(--text)}.show-card__delete:active,.show-card__duplicate:active{transform:translateY(1px)}@media (width<=520px){.show-card{padding:14px}.show-card__title{font-size:.95rem}.show-card__venue,.show-card__date{margin:3px 0;font-size:.85rem}.show-card__progress{margin-top:10px}}@media (hover:none){.show-card:active{transform:scale(.98)}.show-card:hover{box-shadow:var(--shadow-sm);transform:none}.show-card:hover:before{transform:scaleX(0)}.show-card{transition:transform .1s}.show-card__delete:hover{color:var(--text-soft);background:0 0;border-color:#0000}}.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(140px,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-soft);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);color:#fff;letter-spacing:-.02em;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;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:#f59e0b}.scene-item__status--filmed{color:#60a5fa}.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);background:var(--primary-soft)}.deadline-indicator{border-radius:var(--radius-full);white-space:nowrap;letter-spacing:-.005em;border:1px solid;align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.deadline-indicator--compact{padding:3px 9px;font-size:.72rem}.deadline-indicator__icon{font-size:.9em;line-height:1}.deadline-indicator__label{line-height:1}.deadline-indicator--completed{background:var(--surface-strong);border-color:var(--border-strong);color:var(--text-muted)}.deadline-indicator--ok{background:var(--surface-strong);border-color:var(--border);color:var(--text-muted)}.deadline-indicator--soon{color:#fbbf24;background:#fbbf241a;border-color:#fbbf2459}.deadline-indicator--urgent{background:var(--primary-soft);border-color:var(--primary-soft-border);color:var(--primary);animation:2s ease-in-out infinite pulse}.deadline-indicator--passed{background:var(--primary);border-color:var(--primary-pressed);color:#fff;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.65}}@media (width<=640px){.deadline-indicator{padding:4px 10px;font-size:.75rem}.deadline-indicator--compact{padding:3px 8px;font-size:.7rem}}.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:20px;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);background:var(--surface);width:100%;min-height:44px;color:var(--text);border-radius:10px;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 #dc26261f}.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:2px dashed var(--border);cursor:pointer;border-radius:14px;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)}.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:1px solid var(--border);border-radius:10px;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:8px;max-width:92vw;max-height:88vh;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{text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--primary);border-radius:999px;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:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.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{object-fit:contain;background:#000;border-radius:8px;width:100%;max-height:240px}.perf-profile__media-empty{color:var(--text-muted);margin:0;font-size:.88rem}.perf-profile__media-error{background:var(--primary-soft);border:1px solid var(--primary-soft-border);color:var(--primary);border-radius:8px;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);background:var(--primary-soft);border:1px solid var(--primary-soft-border);border-radius:8px;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);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);cursor:pointer;text-align:center;border-radius:10px;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:#000000bf;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:90vh;box-shadow:var(--shadow-md);padding:32px;animation:.3s ease-out slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)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:92vh;padding:24px 20px calc(24px + env(safe-area-inset-bottom))}}.show-detail{flex-direction:column;gap:24px;display:flex}@media (width<=768px){.show-detail{gap:16px}}.show-detail__hero{flex-direction:column;gap:10px;display:flex}.show-detail__topbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.show-detail__run-show{border-radius:var(--radius-full);color:#04210f;letter-spacing:.01em;cursor:pointer;background:#34d27b;border:1px solid #2faf68;flex-shrink:0;align-items:center;gap:7px;padding:9px 18px;font-family:inherit;font-size:.9rem;font-weight:800;transition:filter .15s,transform 50ms;display:inline-flex;box-shadow:0 4px 14px #34d27b59}.show-detail__run-show:hover{filter:brightness(1.06)}.show-detail__run-show:active{transform:translateY(1px)}@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{border-radius:var(--radius-full);z-index:9999;pointer-events:none;white-space:nowrap;padding:10px 22px;font-size:.95rem;font-weight:700;position:fixed;bottom:80px;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:#22c55e;background:var(--surface-strong);border:1.5px solid #22c55e;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)}}.show-detail__header{flex-wrap:wrap;align-items:center;gap:12px;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);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{flex-wrap:wrap;align-items:center;gap:10px;margin:16px 0 4px;display:flex}.show-detail__host-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-size:.72rem;font-weight:700}.show-detail__host-input{flex:200px;min-width:0}.show-detail__host-pick{flex:none}.show-detail__meta{color:var(--text-muted);letter-spacing:-.005em;word-break:break-word;overflow-wrap:break-word;flex-wrap:wrap;gap:18px;font-size:.92rem;font-weight:500;display:flex}@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{grid-template-columns:repeat(2,1fr);gap:14px;margin:8px 0;display:grid}@media (width<=900px){.show-detail__sections-accordion{grid-template-columns:1fr;gap:10px}}@media (width<=768px){.show-detail__sections-accordion{gap:8px;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;min-height:88px;transition:box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.accordion-section:before{content:"";background:var(--border);height:3px;transition:background .18s;position:absolute;top:0;left:0;right:0}.accordion-section:hover{box-shadow:var(--shadow-md)}.accordion-section--span2{grid-column:span 2}@media (width<=900px){.accordion-section--span2{grid-column:span 1}}.accordion-section--red:before{background:linear-gradient(90deg, var(--primary), var(--primary))}.accordion-section--red:hover{border-color:var(--primary-soft-border);box-shadow:0 8px 24px #dc262633}.accordion-section--red .accordion-section__count{color:var(--primary);background:var(--primary-soft);border-color:var(--primary-soft-border)}.accordion-section--blue:before{background:linear-gradient(90deg,#2563eb,#3b82f6)}.accordion-section--blue:hover{border-color:#1e3a8a;box-shadow:0 8px 24px #2563eb33}.accordion-section--blue .accordion-section__count{color:#60a5fa;background:#1e3a8a30;border-color:#1e3a8a}.accordion-section--green:before{background:linear-gradient(90deg,#16a34a,#22c55e)}.accordion-section--green:hover{border-color:#14532d;box-shadow:0 8px 24px #16a34a33}.accordion-section--green .accordion-section__count{color:#22c55e;background:#14532d30;border-color:#14532d}.accordion-section--purple:before{background:linear-gradient(90deg,#7c3aed,#a78bfa)}.accordion-section--purple:hover{border-color:#4c1d95;box-shadow:0 8px 24px #7c3aed33}.accordion-section--purple .accordion-section__count{color:#a78bfa;background:#4c1d9530;border-color:#4c1d95}.accordion-section--amber:before{background:linear-gradient(90deg,#d97706,#f59e0b)}.accordion-section--amber:hover{border-color:#78350f;box-shadow:0 8px 24px #d9770633}.accordion-section--amber .accordion-section__count{color:#f59e0b;background:#78350f30;border-color:#78350f}.accordion-section--slate:before{background:linear-gradient(90deg,#475569,#64748b)}.accordion-section--slate:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.accordion-section--complete{background:var(--surface-strong);border-color:#14532d}.accordion-section--complete:before{background:linear-gradient(90deg,#16a34a,#22c55e)}.accordion-section--complete:hover{border-color:#15803d;box-shadow:0 8px 24px #22c55e33}.accordion-section__header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px 18px;transition:background .15s;display:flex}.accordion-section__header:hover{background:var(--surface-strong)}.accordion-section--complete .accordion-section__header:hover{background:#22c55e14}@media (width<=768px){.accordion-section__header{flex-wrap:wrap;gap:12px;padding:16px 18px 14px}}.accordion-section__header-left{flex:1;min-width:0}.accordion-section__title-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:4px;display:flex}.accordion-section__title{color:var(--text);letter-spacing:-.015em;margin:0;font-size:1.15rem;font-weight:700;line-height:1.2}.accordion-section--span2 .accordion-section__title{letter-spacing:-.02em;font-size:1.3rem}@media (width<=768px){.accordion-section__title,.accordion-section--span2 .accordion-section__title{letter-spacing:-.01em;font-size:1.05rem}}.accordion-section__subtitle{color:var(--text-muted);letter-spacing:-.005em;margin:0;font-size:.85rem;font-weight:400;line-height:1.45}.accordion-section--span2 .accordion-section__subtitle{font-size:.9rem}@media (width<=768px){.accordion-section__subtitle,.accordion-section--span2 .accordion-section__subtitle{font-size:.8rem}}.accordion-section__count{color:var(--primary);background:var(--primary-soft);border:1px solid var(--primary-soft-border);white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:600;line-height:1.2}.accordion-section__complete-badge{color:#22c55e;border-radius:var(--radius-xs);white-space:nowrap;background:#14532d30;border:1px solid #14532d;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__expand-icon{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:12px;font-size:.875rem;transition:transform .2s;display:flex}.accordion-section__expand-icon--expanded{transform:rotate(180deg)}.accordion-section__deadline-bar{background:var(--surface-strong);border-top:1px solid var(--border);flex-direction:column;gap:8px;padding:12px 20px;display:flex}.accordion-section--complete .accordion-section__deadline-bar{background:#22c55e0f;border-top-color:#14532d}@media (width<=768px){.accordion-section__deadline-bar{padding:10px 16px}}.accordion-section__deadline-display{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.accordion-section__deadline-editor{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.accordion-section__deadline-editor .section-field__input{flex:1;min-width:160px;max-width:240px}.accordion-section__content{border-top:1px solid var(--border);padding:20px 22px 22px;animation:.22s cubic-bezier(.32,.72,0,1) accordionSlideDown}.accordion-section--complete .accordion-section__content{border-top-color:#14532d}@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);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-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__deadline{border-top:1px solid var(--border);flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;display:flex}.section-card__deadline-display{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.section-card__deadline-editor{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.section-card__deadline-editor .section-field__input{flex:1;min-width:160px}.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);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__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-shrink:0;align-items:center;gap:6px;display:flex}.section-list-item__body{flex-wrap:wrap;flex:1;align-items:center;gap:12px;min-width:0;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: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);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;text-overflow:ellipsis;word-break:break-word;font-size:.95rem;font-weight:600;overflow:hidden}.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);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);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:#22c55e0f;border-color:#14532d}.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(--primary);cursor:pointer;border-radius:var(--radius-xs);border:2px solid #0000;padding:8px 10px;font-size:1.1rem;font-weight:600;transition:all .2s}.section-list-item__delete:hover{background:var(--primary-soft);border-color:var(--primary);transform:scale(1.1)}.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{color:#34d27b;background:#34d27b26;border-color:#34d27b59}.vendor-card__meta{color:var(--text-muted);margin-top:4px;font-size:.85rem}.vendor-card__link{color:#60a5fa;word-break:break-all;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:#22c55e;border-radius:var(--radius-xs);background:#14532d30;border:1px solid #14532d;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);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)}.section-card__deadline-display{flex-direction:column;align-items:stretch}.section-card__deadline-editor{flex-direction:column}.section-card__deadline-editor .section-field__input{width:100%}.section-card__deadline .btn{justify-content:center;width:100%}.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%}}.accordion-section__remove-btn{border-radius:var(--radius-xs);min-width:44px;min-height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;transition:all .15s;display:flex}.accordion-section__remove-btn:hover{background:var(--primary-soft);color:var(--primary)}.hidden-sections{border-top:1px solid var(--border);margin-top:24px;padding-top:16px}.hidden-sections__label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:10px;font-size:.82rem;font-weight:600}.hidden-sections__bubbles{flex-wrap:wrap;gap:8px;display:flex}.hidden-bubble{background:var(--surface-strong);border:1px dashed var(--border-strong);color:var(--text-muted);cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:5px 14px;font-size:.8rem;transition:background .15s,border-color .15s;display:inline-flex}.hidden-bubble:hover{background:var(--surface);border-color:var(--border-strong);color:var(--text)}.hidden-bubble__icon{font-size:.8rem;font-weight:700}.hidden-bubble__title{white-space:nowrap}.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);color:#fff;cursor:pointer;border:1px solid #0000;flex-shrink:0;min-height:40px;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);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:#16a34a;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{color:#6b46c1}.budget-card__value--spent{color:var(--primary)}.budget-card__value--positive{color:#16a34a}.budget-card__value--negative{color:var(--primary)}.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:#6b46c1;box-shadow:0 2px 8px #6b46c140}.receipt-thumb--inline{flex-shrink:0}.receipt-thumb-btn{align-items:center;display:inline-flex}.receipt-lightbox{z-index:9999;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:85vh;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__theme-toggle{letter-spacing:.02em;text-transform:uppercase;padding:6px 12px;font-size:.78rem;font-weight:600}.show-detail--light{--bg:#f6f8fb;--surface:#fff;--surface-strong:#f0f3f8;--text:#0f172a;--text-muted:#475569;--text-soft:#94a3b8;--border:#e2e8f0;--border-strong:#cbd5e1;--primary:#e05555;--primary-pressed:#cc3c3c;--primary-soft:#fee2e2;--primary-soft-border:#fecaca;--shadow-sm:0 2px 8px #0f172a0f;--shadow-md:0 8px 24px #0f172a1a;background:var(--bg);color:var(--text);border-radius:var(--radius-lg);outline:1px solid var(--border);padding:20px}@media (width<=768px){.show-detail--light{border-radius:var(--radius-md);padding:14px}}.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}.expenses-page{max-width:900px;margin:0 auto;padding:24px 16px 100px}.expenses-page__topbar{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}.expenses-page__title{margin:0;font-size:1.5rem;font-weight:700}.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:#60a5fa;white-space:nowrap;background:#3b82f61f;border-radius:5px;padding:3px 9px;font-size:.82rem;font-weight:700;display:inline-block}@media (width<=640px){.expenses-page{padding:16px 12px calc(var(--bottom-nav-height,72px) + env(safe-area-inset-bottom) + 16px)}.expenses-page__title{font-size:1.25rem}.expenses-page__topbar{gap:12px}.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{flex-shrink: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:80vh}.expenses-page .receipt-lightbox__hint{color:#ffffff80;margin-top:16px;font-size:.8rem}:root{--bg:#f7f8fa;--surface:#fff;--surface-strong:#eef0f4;--text:#1a1d24;--text-muted:#5c6470;--text-soft:#8a93a1;--border:#e6e9ee;--border-strong:#d3d8e0;--primary:#c84d5e;--primary-pressed:#b13f50;--primary-bright:#d76d7b;--primary-soft:#f7e9eb;--primary-soft-border:#edd2d6;--primary-glow:none;--danger:#c84d5e;--shadow-sm:0 1px 2px #1018280d;--shadow-md:0 4px 16px #10182812;--app-bar-height:56px;--bottom-nav-height:68px;--radius-xs:6px;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-full:999px}[data-theme=dark]{--bg:#0e1116;--surface:#161a21;--surface-strong:#1e232c;--text:#e7eaf0;--text-muted:#8a91a0;--text-soft:#5a6270;--border:#262c36;--border-strong:#353c48;--primary:#dd7280;--primary-pressed:#c85c6a;--primary-bright:#e88f9b;--primary-soft:#2a1b1f;--primary-soft-border:#43282d;--primary-glow:none;--danger:#dd7280;--shadow-sm:0 2px 8px #0006;--shadow-md:0 10px 30px #00000080}*{box-sizing:border-box;min-width:0}.app{background:var(--bg);min-height:100dvh;color:var(--text);flex-direction:column;width:100%;max-width:100vw;display:flex;overflow-x:hidden}@media (width>=1024px){.app{min-height:unset;grid-template:"sidebar main right-panel"100dvh/220px 1fr 280px;height:100dvh;display:grid;overflow:hidden}.app-main{grid-area:main;min-width:0;overflow-y:auto;width:100%!important;max-width:unset!important;margin:0!important;padding:28px 32px!important}.bottom-nav{display:none!important}.sidebar,.right-panel{display:flex!important}}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;grid-area:sidebar;height:100dvh;padding:20px 12px;display:none;overflow-y:auto}.sidebar__brand{align-items:center;gap:10px;padding:8px 12px 20px;display:flex}.sidebar__brand-dot{background:var(--primary);width:10px;height:10px;box-shadow:0 0 0 3px var(--primary-soft);border-radius:50%;flex-shrink:0}.sidebar__brand-name{letter-spacing:-.02em;color:var(--text);font-size:1rem;font-weight:800}.sidebar__nav-list{flex-direction:column;flex:1;gap:2px;display:flex}.sidebar__footer{border-top:1px solid var(--border);flex-direction:column;gap:2px;margin-top:16px;padding-top:12px;display:flex}.sidebar__item{border-radius:var(--radius-sm);width:100%;color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:10px 12px;font-family:inherit;font-size:.9rem;font-weight:600;transition:background-color .15s,color .15s;display:flex}.sidebar__item:hover{background:var(--surface-strong);color:var(--text)}.sidebar__item--active{background:var(--primary-soft);color:var(--primary)}.sidebar__item-icon{text-align:center;flex-shrink:0;width:22px;font-size:1.1rem}.right-panel{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;grid-area:right-panel;gap:16px;height:100dvh;padding:24px 16px;display:none;overflow-y:auto}.right-panel__section{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}.right-panel__title{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 12px;font-size:.72rem;font-weight:700}.right-panel__stats-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.right-panel__stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;padding:10px 12px}.right-panel__stat-value{letter-spacing:-.03em;margin:0;font-size:1.5rem;font-weight:800;line-height:1}.right-panel__stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:4px 0 0;font-size:.65rem;font-weight:600}.right-panel__show-list{flex-direction:column;gap:6px;display:flex}.right-panel__show-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:left;width:100%;color:var(--text);justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-family:inherit;font-size:.85rem;transition:border-color .15s,background-color .15s;display:flex}.right-panel__show-item:hover{background:var(--surface-strong);border-color:var(--border-strong)}.right-panel__show-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-weight:600;overflow:hidden}.right-panel__show-date{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.72rem}.right-panel__user{background:var(--surface-strong);border-radius:var(--radius-sm);border:1px solid var(--border);margin-top:auto;padding:10px 12px}.right-panel__username{color:var(--text-muted);font-size:.85rem;font-weight:600}.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(.88)}to{opacity:1;border-radius:0;transform:scale(1)}}.app-header{z-index:60;height:calc(var(--app-bar-height) + env(safe-area-inset-top));border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);background:#1a1d24f0;position:fixed;inset:0 0 auto}.app-header__inner{height:var(--app-bar-height);margin-top:env(safe-area-inset-top);justify-content:space-between;align-items:center;gap:12px;padding:0 14px;display:flex}.app-header__left,.app-header__actions{align-items:center;gap:10px;display:flex}.app-header__title{letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;max-width:52vw;margin:0;font-size:1.05rem;font-weight:700;line-height:1;overflow:hidden}.app-header__icon-btn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);min-width:44px;min-height:44px;color:var(--text);cursor:pointer;touch-action:manipulation;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:inline-flex}.app-header__new-show{padding-inline:16px}.app-main{width:min(100%,1080px);padding:20px 20px calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 20px);flex:1;margin:0 auto}@media (width<=768px){.app-header__new-show{display:none!important}.app-main{padding:12px 12px calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 12px)}.app-header__inner{gap:8px;padding:0 8px}.app-header__title{max-width:60vw;font-size:.95rem}.app-header__left,.app-header__actions{gap:6px}.offline-banner{display:none}}.offline-banner{border-radius:var(--radius-md);background:var(--primary-soft);border:1px solid var(--primary-soft-border);color:var(--primary);text-align:center;margin-bottom:12px;padding:10px 12px;font-size:.85rem;font-weight:600}.bento-strip{grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.bento-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;justify-content:center;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.bento-tile:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}button.bento-tile{font:inherit;text-align:left;cursor:pointer;width:100%}.bento-tile--active{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-soft)}.bento-tile--active .bento-tile__value{color:var(--primary)}.bento-tile--hero{background:var(--primary);border-color:#0000;grid-area:span 2/span 2;padding:28px}.bento-tile--hero:hover{background:var(--primary-pressed);border-color:#0000}.bento-tile--hero .bento-tile__label{color:#ffffffa6;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:600}.bento-tile--hero .bento-tile__value{color:#fff;letter-spacing:-.03em;margin:10px 0 6px;font-size:3.5rem;font-weight:800;line-height:1}.bento-tile--hero .bento-tile__meta{color:#ffffff8c;font-size:.82rem}.bento-tile--wide{grid-column:span 2}.bento-tile__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin:0;font-size:.72rem;font-weight:600}.bento-tile__value{color:var(--text);letter-spacing:-.025em;margin:6px 0 0;font-size:1.9rem;font-weight:800;line-height:1.1}.bento-tile__meta{color:var(--text-soft);margin:4px 0 0;font-size:.78rem;font-weight:500}@media (width<=768px){.bento-strip{grid-template-columns:repeat(2,1fr);gap:10px}.bento-tile--hero{grid-area:span 1/span 2}.bento-tile--wide{grid-column:span 2}}@media (width<=640px){.bento-strip{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.bento-tile{border-radius:var(--radius-md);padding:16px}.bento-tile--hero{grid-area:span 1/span 2;padding:20px}.bento-tile--hero .bento-tile__value{font-size:2.5rem}.bento-tile--wide{grid-column:span 2}.bento-tile__value{font-size:1.5rem}}.shows-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.shows-toolbar__search{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:0;color:var(--text);outline:none;flex:240px;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__filters{flex-wrap:wrap;gap:8px;display:flex}.shows-toolbar__sort{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);cursor:pointer;outline:none;padding:9px 12px;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-chip{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:8px 14px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.shows-chip:hover{border-color:var(--border-strong);color:var(--text)}.shows-chip--active{background:var(--primary);border-color:var(--primary);color:#fff}.shows-toolbar__count{color:var(--text-soft);white-space:nowrap;margin-left:auto;font-size:.8rem;font-weight:500}.shows-empty-filter{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:56px 20px;display:flex}.shows-empty-filter__text{color:var(--text-muted);margin:0;font-size:1rem;font-weight:500}.shows-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.rolodex-tile{text-align:center;background:var(--surface);border:1px dashed var(--border-strong);flex-direction:column;justify-content:center;align-items:center;min-height:140px;display:flex}.rolodex-tile:hover{border-style:solid}.rolodex-tile__icon{margin-bottom:8px;font-size:2rem}.rolodex-tile__title{color:var(--text);margin:0;font-size:1rem;font-weight:700}.rolodex-tile__count{color:var(--text-muted);margin:4px 0 0;font-size:.85rem}.rolodex-page{max-width:700px;margin:0 auto}.rolodex-page__topbar{align-items:center;gap:12px;margin-bottom:16px;display:flex}.rolodex-page__title{margin:0;font-size:1.3rem;font-weight:800}.rolodex-page__subtitle{color:var(--text-muted);margin:0 0 16px;font-size:.9rem}.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}@media (width>=840px){.shows-grid{grid-template-columns:repeat(3,1fr);gap:14px}.shows-grid>:first-child{grid-area:span 2/span 2}}@media (width<=520px){.shows-grid{grid-template-columns:1fr;gap:10px}.shows-grid>:first-child{grid-column:span 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);padding:40px 18px}.empty-state__icon{margin-bottom:8px;font-size:2.5rem}.empty-state h2{margin:0 0 8px;font-size:1.2rem}.empty-state p{color:var(--text-muted);margin:0;line-height:1.5}.btn{border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;border:1px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:10px 18px;font-family:inherit;font-size:.95rem;font-weight:600;transition:transform .15s,background-color .15s,box-shadow .15s,border-color .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:active:not(:disabled){transform:translateY(1px)}.btn--primary{background:var(--primary);color:#fff}.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(--primary-soft);border-color:var(--primary-soft-border);color:var(--danger)}.btn--sm{padding-inline:14px;font-size:.87rem}.bottom-nav{z-index:60;height:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));padding:6px 8px calc(6px + env(safe-area-inset-bottom));border-top:1px solid var(--border);-webkit-backdrop-filter:blur(10px);background:#1a1d24f5;justify-content:center;align-items:center;display:flex;position:fixed;inset:auto 0 0}.bottom-nav__menu-btn{border-radius:var(--radius-md);background:var(--primary);color:#fff;cursor:pointer;touch-action:manipulation;min-width:120px;min-height:52px;box-shadow:var(--shadow-sm);border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:.8rem;font-weight:700;transition:transform .1s,background-color .15s;display:flex}.bottom-nav__menu-btn:active{transform:scale(.95)}.bottom-nav__dropdown{bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 8px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);min-width:200px;animation:.2s slideUp;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.bottom-nav__dropdown-item{width:100%;color:var(--text);cursor:pointer;touch-action:manipulation;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:14px 16px;font-size:.95rem;font-weight:600;transition:background-color .15s;display:flex}.bottom-nav__dropdown-item:not(:last-child){border-bottom:1px solid var(--border)}.bottom-nav__dropdown-item:active{background:var(--surface-strong)}.bottom-nav__label{font-size:.8rem;font-weight:700}@media (hover:hover){.btn--secondary:hover:not(:disabled),.btn--ghost:hover:not(:disabled),.app-header__icon-btn:hover{background:var(--surface-strong)}.btn--primary:hover:not(:disabled),.bottom-nav__menu-btn:hover{background:var(--primary-pressed)}.bottom-nav__dropdown-item:hover{background:var(--surface-strong)}}@media (width<=640px){.app-main{padding-inline:12px;padding-top:12px;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}.offline-banner{margin-bottom:10px;padding:8px 10px;font-size:.83rem}}.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:#fff;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)}.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)}.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);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);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);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);color:#fff;cursor:pointer;border:0;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;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);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);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)}.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);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:#fff}.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);background:var(--surface-strong)}.sheet-backdrop{z-index:80;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:90vh;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);border-radius:var(--radius-md);margin-bottom:10px;padding:10px 12px;font-size:.82rem;font-weight:600}.run-show{--rs-blue:#5b8cff;--rs-green:#34d27b;--rs-red:#e05555;z-index:90;color:#fff;background:#06080c;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:#7ee2a8;border-radius:var(--radius-full);cursor:pointer;background:#50c87829;border:1px solid #50c87859;padding:7px 14px;font-family:inherit;font-size:.78rem;font-weight:700}.run-show__finish:hover{background:#50c87847}.run-show__close{border-radius:var(--radius-full);color:#ffffffd9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.run-show__close:hover{background:#ffffff1f}.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)}.rs-timer--warning{color:var(--rs-red);animation:1s ease-in-out infinite rs-timer-flash}@keyframes rs-timer-flash{0%,to{opacity:1}50%{opacity:.25}}.rs-countdown{z-index:120;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:#fff6;font-size:.8rem}.rs-showtime{font-variant-numeric:tabular-nums;color:#fff6;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:#fff6;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)}.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)}.rs-status--behind{color:var(--rs-red)}.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:#fff6;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:#04210f}.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:#0a1230}.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);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:#fff6;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);margin-top:2px;font-size:.85rem}.rs-cues__title{letter-spacing:.1em;text-transform:uppercase;color:#fff6;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);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}}.save-error-banner{z-index:200;padding:calc(12px + env(safe-area-inset-top)) 16px 12px;background:var(--primary-soft);border-bottom:1px solid var(--primary-soft-border);color:var(--primary);align-items:flex-start;gap:12px;display:flex;position:fixed;top:0;left:0;right:0}.save-error-banner__text{flex:1;font-size:.85rem;font-weight:600;line-height:1.4}.save-error-banner__close{color:var(--primary);cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:0 4px;font-size:1.3rem;line-height:1}.app-loading{z-index:150;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex;position:fixed;inset:0}.app-loading__spinner{border:3px solid var(--border-strong);border-top-color:var(--primary);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite app-loading-spin}.app-loading__text{color:var(--text-muted);font-size:.9rem;font-weight:600}@keyframes app-loading-spin{to{transform:rotate(360deg)}}.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:#16a34a;background:#22c55e24}.live-viewer__status--paused{color:#4f7cff;background:#4f7cff24}.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)}.live-viewer__timer--warning{color:var(--danger);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);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:90;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:#34d27b;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:#fff}.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{border-radius:var(--radius-lg);background:linear-gradient(135deg,#34d27b29,#34d27b0a);border:2px solid #34d27b80;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:#34d27b;font-size:.72rem;font-weight:800}.artist-queue__next-pos{color:#34d27b;background:#34d27b29;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);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{color:#02240e;background:#34d27b;border:1px solid #34d27b}.btn--success:hover{background:#2ab86a;border-color:#2ab86a}.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:#ff6b6b;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:#ff6b6b!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:linear-gradient(135deg,#34d27b24,#34d27b0a);border-color:#34d27b66;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:#34d27b;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:linear-gradient(135deg,#34d27b1f,#34d27b0a);border-color:#34d27b66}.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{color:#fff;background:#2a2a2a}.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);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,#dc26261f,#dc262608);border:1px solid #dc262659;flex-direction:column;gap:12px;padding:14px 16px;display:flex;position:relative}.artist-signup__live-badge{letter-spacing:.12em;color:#dc2626;align-self:flex-start;align-items:center;gap:6px;font-size:.7rem;font-weight:800;display:inline-flex}.artist-signup__live-dot{background:#dc2626;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite livePulse}@keyframes livePulse{0%,to{box-shadow:0 0 #dc2626b3}50%{box-shadow:0 0 0 6px #dc262600}}.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);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:#fff;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);border-radius:8px;padding:10px 12px;font-size:.88rem}.artist-signup__success-card{border-radius:var(--radius-md);text-align:center;background:linear-gradient(135deg,#34d27b29,#34d27b0a);border:1px solid #34d27b66;padding:16px}.artist-signup__success-headline{color:#34d27b;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);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:#fff;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{color:#fff;background:#2a2a2a}.artist-signup__entry-tag--color{color:#fff;background:linear-gradient(90deg,#ff6b6b,#ffd93d,#6bcb77,#4d96ff);font-weight:700}.artist-signup__entry-tag--done{color:#34d27b;background:#34d27b33}.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:500;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:#fff;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)}.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(--punk-white);background:var(--punk-surface)!important;border:2px solid var(--punk-white)!important;border-left:6px solid var(--punk-red)!important;border-radius:0!important}.artist-signup__starts-eyebrow{color:var(--punk-red-bright)!important;letter-spacing:.2em!important}.artist-signup__starts-date,.artist-signup__starts-time{color:var(--punk-white);text-transform:uppercase;font-weight:900!important}.artist-signup__nav-btn{box-shadow:4px 4px 0 var(--punk-red);background:var(--punk-bg)!important;border:2px solid var(--punk-white)!important;color:var(--punk-white)!important;border-radius:0!important}.artist-signup__nav-btn:not(:disabled):hover{background:var(--punk-surface)!important}.artist-signup__nav-btn:not(:disabled):active{box-shadow:2px 2px 0 var(--punk-red)!important;transform:translate(2px,2px)!important}.artist-signup__nav-btn--primary{box-shadow:4px 4px 0 var(--punk-white);background:var(--punk-red)!important;border-color:var(--punk-white)!important;color:var(--punk-white)!important}.artist-signup__nav-btn--primary:not(:disabled):hover{background:var(--punk-red-bright)!important;filter:none!important}.artist-signup__nav-icon{border:2px solid var(--punk-white);background:var(--punk-bg)!important;color:var(--punk-white)!important;border-radius:0!important}.artist-signup__nav-btn--primary .artist-signup__nav-icon{background:var(--punk-bg)!important;color:var(--punk-red-bright)!important;border-color:var(--punk-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(--punk-white);background:var(--punk-bg)!important;border-bottom:2px solid var(--punk-red)!important}.artist-signup__back{text-transform:uppercase;background:var(--punk-bg)!important;border:2px solid var(--punk-white)!important;color:var(--punk-white)!important;border-radius:0!important;font-weight:800!important}.artist-signup__subtitle{color:var(--punk-white);text-transform:uppercase;font-weight:900!important}.artist-signup__back-btn{text-transform:uppercase;background:var(--punk-bg)!important;border:2px solid var(--punk-white)!important;color:var(--punk-white)!important;border-radius:0!important;font-weight:900!important}.artist-signup,.live-viewer{--punk-bg:var(--bg);--punk-surface:var(--surface);--punk-surface-2:var(--surface-strong);--punk-white:var(--text);--punk-red:var(--primary);--punk-red-bright:var(--primary-bright);--punk-muted:var(--text-muted);--punk-border:var(--border)}.artist-signup{font-family:Helvetica Neue,Arial Black,Impact,sans-serif;background:var(--punk-bg)!important;color:var(--punk-white)!important}.artist-signup__msg{color:var(--punk-muted)}.artist-signup__hero{position:relative;overflow:visible;background:var(--punk-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(--punk-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(--punk-red);padding:4px 10px;transform:skew(-8deg);color:#fff!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(--punk-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(--punk-red-bright)!important;margin-top:12px!important;font-size:1rem!important;font-weight:800!important}.artist-signup__welcome{color:var(--punk-white);background:var(--punk-surface)!important;border:2px solid var(--punk-white)!important;border-left:6px solid var(--punk-red)!important;border-radius:0!important}.artist-signup__live-card{box-shadow:6px 6px 0 var(--punk-red);background:var(--punk-bg)!important;border:2px solid var(--punk-red)!important;border-radius:0!important}.artist-signup__live-badge{background:var(--punk-red);padding:4px 10px;color:var(--punk-white)!important;letter-spacing:.18em!important;font-size:.72rem!important;font-weight:900!important}.artist-signup__live-dot{background:var(--punk-white)!important}.artist-signup__live-label{text-transform:uppercase;color:var(--punk-red-bright)!important;font-weight:900!important}.artist-signup__live-photo{border:2px solid var(--punk-white)!important;background:var(--punk-surface)!important;color:var(--punk-white)!important;border-radius:0!important}.artist-signup__live-photo--placeholder{background:var(--punk-surface)!important;color:var(--punk-white)!important}.artist-signup__live-name{color:var(--punk-white);text-transform:uppercase;letter-spacing:-.01em;font-weight:900}.artist-signup__live-credits{color:var(--punk-muted)}.artist-signup__section{box-shadow:4px 4px 0 var(--punk-red);background:var(--punk-surface)!important;border:2px solid var(--punk-white)!important;border-radius:0!important}.artist-signup__h2{color:var(--punk-white);text-transform:uppercase;letter-spacing:.02em;border-bottom:2px solid var(--punk-red);padding-bottom:6px;font-weight:900!important}.artist-signup__hint{color:var(--punk-muted)!important}.artist-signup__timeline:before{background:var(--punk-red)!important;width:3px!important}.artist-signup__timeline-dot{transform:rotate(45deg);background:var(--punk-bg)!important;border:3px solid var(--punk-red)!important;border-radius:0!important;width:12px!important;height:12px!important;left:-1px!important}.artist-signup__timeline-time{text-transform:uppercase;color:var(--punk-muted)!important;font-weight:700!important}.artist-signup__timeline-desc{color:var(--punk-white);text-transform:uppercase;letter-spacing:-.005em;font-weight:900!important}.artist-signup__timeline-perf{font-weight:700;color:var(--punk-red-bright)!important}.artist-signup__flash{border:3px solid var(--punk-white)!important;border-radius:0!important}.artist-signup__flash-zoom{text-transform:uppercase;letter-spacing:.06em;font-weight:800;background:var(--punk-red)!important;color:var(--punk-white)!important;border-radius:0!important}.artist-signup__signup-section{background:var(--punk-surface)!important;border:2px solid var(--punk-red)!important;box-shadow:6px 6px 0 var(--punk-white)!important}.artist-signup__field{color:var(--punk-white)!important;font-weight:900!important}.artist-signup__input{font-weight:700;background:var(--punk-bg)!important;border:2px solid var(--punk-white)!important;color:var(--punk-white)!important;border-radius:0!important}.artist-signup__input:focus{border-color:var(--punk-red)!important;box-shadow:4px 4px 0 var(--punk-red)!important}.artist-signup__input::placeholder{color:#555}.artist-signup__seg{background:var(--punk-bg)!important;border:2px solid var(--punk-white)!important;border-radius:0!important;gap:0!important;padding:0!important}.artist-signup__seg-btn{text-transform:uppercase;letter-spacing:.04em;background:var(--punk-bg)!important;color:var(--punk-white)!important;border-right:2px solid var(--punk-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(--punk-surface)!important}.artist-signup__seg-btn--active{background:var(--punk-red)!important;color:var(--punk-white)!important}.artist-signup__seg-btn--active:hover{background:var(--punk-red)!important}.artist-signup__submit{background:var(--punk-red)!important;color:var(--punk-white)!important;border:2px solid var(--punk-white)!important;text-transform:uppercase!important;letter-spacing:.1em!important;box-shadow:4px 4px 0 var(--punk-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(--punk-white)!important;transform:translate(2px,2px)!important}.artist-signup__submit:active:not(:disabled){box-shadow:0 0 0 var(--punk-white)!important;transform:translate(4px,4px)!important}.artist-signup__error{text-transform:uppercase;font-weight:800;background:var(--punk-red)!important;border:2px solid var(--punk-white)!important;color:var(--punk-white)!important;border-radius:0!important}.artist-signup__success-card{box-shadow:6px 6px 0 var(--punk-white);background:var(--punk-bg)!important;border:3px solid var(--punk-red)!important;border-radius:0!important}.artist-signup__success-headline{text-transform:uppercase;letter-spacing:.06em;color:var(--punk-red-bright)!important;font-weight:900!important}.artist-signup__success-pos strong{color:var(--punk-red-bright)!important}.artist-signup__success-sub{color:var(--punk-muted)!important}.artist-signup__list-count{text-transform:uppercase;font-weight:800;color:var(--punk-red-bright)!important}.artist-signup__entry{background:var(--punk-bg)!important;border:2px solid var(--punk-white)!important;border-radius:0!important}.artist-signup__entry--mine{box-shadow:4px 4px 0 var(--punk-red);background:var(--punk-bg)!important;border-color:var(--punk-red)!important}.artist-signup__entry--done{position:relative;opacity:1!important;border-color:var(--punk-muted)!important}.artist-signup__entry--done:after{content:"";background:var(--punk-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(--punk-muted)!important;text-decoration:none!important}.artist-signup__entry-avatar{font-weight:900;background:var(--punk-white)!important;color:var(--punk-bg)!important;border-radius:0!important}.artist-signup__entry--mine .artist-signup__entry-avatar{background:var(--punk-red)!important;color:var(--punk-white)!important}.artist-signup__entry-name{color:var(--punk-white);text-transform:uppercase;letter-spacing:.01em;font-weight:900!important}.artist-signup__entry-you{background:var(--punk-red)!important;color:var(--punk-white)!important;border-radius:0!important;font-weight:900!important}.artist-signup__entry-tag{border:1px solid var(--punk-white);text-transform:uppercase;letter-spacing:.04em;background:var(--punk-surface-2)!important;color:var(--punk-white)!important;border-radius:0!important;font-weight:800!important}.artist-signup__entry-tag--black{background:var(--punk-white)!important;color:var(--punk-bg)!important;border-color:var(--punk-white)!important}.artist-signup__entry-tag--color{background:var(--punk-red)!important;color:var(--punk-white)!important;border-color:var(--punk-red)!important}.artist-signup__entry-tag--done{background:var(--punk-muted)!important;color:var(--punk-bg)!important;border-color:var(--punk-muted)!important}.artist-signup__entry-pos{color:var(--punk-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(--punk-red);background:var(--punk-bg)!important;border:2px solid var(--punk-white)!important;color:var(--punk-white)!important;border-radius:0!important;font-weight:900!important;transition:transform .1s,box-shadow .1s!important}.artist-signup__pay:hover{background:var(--punk-red)!important;border-color:var(--punk-red)!important;color:var(--punk-white)!important;box-shadow:2px 2px 0 var(--punk-white)!important;transform:translate(1px,1px)!important}.artist-signup__pay--cashapp,.artist-signup__pay--venmo{background:var(--punk-bg)!important;color:var(--punk-white)!important;border-color:var(--punk-white)!important}.artist-signup__pay--cashapp:hover,.artist-signup__pay--venmo:hover{background:var(--punk-red)!important;border-color:var(--punk-red)!important;color:var(--punk-white)!important}.artist-signup__lightbox{background:var(--punk-bg)!important}.artist-signup__lightbox img{border:3px solid var(--punk-white);border-radius:0}.artist-signup__lightbox-close{background:var(--punk-red)!important;border:2px solid var(--punk-white)!important;border-radius:0!important}.live-viewer{font-family:Helvetica Neue,Arial Black,Impact,sans-serif;background:var(--punk-bg)!important;color:var(--punk-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(--punk-muted)!important}.live-viewer__show{text-transform:uppercase;letter-spacing:.04em;color:var(--punk-white);font-weight:900}.live-viewer__status{background:var(--punk-white)!important;color:var(--punk-bg)!important;letter-spacing:.16em!important;border-radius:0!important;font-weight:900!important}.live-viewer__status--running{background:var(--punk-red)!important;color:#fff!important}.live-viewer__status--paused{background:var(--punk-white)!important;color:var(--punk-bg)!important}.live-viewer__status--countdown{background:var(--punk-red)!important;color:#fff!important}.live-viewer__status--ended{background:var(--punk-muted)!important;color:var(--punk-bg)!important}.live-viewer__timer{text-transform:uppercase;color:var(--punk-white)!important;font-family:Helvetica Neue,Arial Black,Impact,sans-serif!important}.live-viewer__timer--over,.live-viewer__timer--warning{color:var(--punk-red-bright)!important}.live-viewer__starting{text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--punk-red-bright)!important}.live-viewer__card{box-shadow:6px 6px 0 var(--punk-red);background:var(--punk-bg)!important;border:2px solid var(--punk-white)!important;border-radius:0!important}.live-viewer__label{color:var(--punk-red-bright)!important;font-weight:900!important}.live-viewer__photo{border:2px solid var(--punk-white)!important;border-radius:0!important}.live-viewer__photo--placeholder{background:var(--punk-surface)!important;color:var(--punk-white)!important}.live-viewer__name{color:var(--punk-white);text-transform:uppercase;letter-spacing:-.01em;font-weight:900!important}.live-viewer__credits,.live-viewer__message{color:var(--punk-muted)!important}.live-viewer__pre-label{background:var(--punk-red);padding:4px 12px;display:inline-block;transform:skew(-8deg);color:#fff!important;letter-spacing:.18em!important;font-weight:900!important}.live-viewer__pre-when{text-transform:uppercase;color:var(--punk-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(--punk-red-bright)!important}.live-viewer__note{background:var(--punk-surface)!important;border:2px solid var(--punk-white)!important;border-left:6px solid var(--punk-red)!important;color:var(--punk-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}
