:root{color-scheme:light;--color-bg: #f1f1f1;--color-text: #303030;--color-text-secondary: #616161;--color-text-muted: #8a8a8a;--color-text-subtle: #8c9196;--color-text-disabled: #5c5f62;--color-surface: #ffffff;--color-surface-muted: #f6f6f7;--color-surface-sidebar: #ebebeb;--color-border: #e3e3e3;--color-border-input: #c9cccf;--color-border-strong: #c9c9c9;--color-accent: #005bd3;--color-accent-success: #008060;--color-accent-success-border: #8cc4aa;--color-success-bg-start: #f7fbf9;--color-success-bg-end: #edf7f2;--color-success-actions-border: rgba(0, 128, 96, .2);--color-accent-warning: #b98900;--color-accent-warning-border: #e1b878;--color-warning-bg-start: #fffbf0;--color-warning-bg-end: #fff7e6;--color-warning-actions-border: rgba(185, 137, 0, .25);--color-error: #8e0b21;--color-thumb-empty: #d4d4d4;--color-topbar-bg: #1a1a1a;--color-topbar-text: #e3e3e3;--color-topbar-brand: #ffffff;--color-topbar-detail: #b5b5b5;--color-topbar-border: rgba(255, 255, 255, .08);--color-hover-overlay: rgba(0, 0, 0, .06);--color-active-shadow: rgba(0, 0, 0, .05);--color-wizard-current: #303030;--color-wizard-current-shadow: rgba(48, 48, 48, .12);--color-wizard-nav-shadow: rgba(0, 0, 0, .04);--color-on-accent: #ffffff}[data-theme=dark]{color-scheme:dark;--color-bg: #1a1a1a;--color-text: #e3e3e3;--color-text-secondary: #b5b5b5;--color-text-muted: #9a9a9a;--color-text-subtle: #8c9196;--color-text-disabled: #6d7175;--color-surface: #303030;--color-surface-muted: #242424;--color-surface-sidebar: #242424;--color-border: #484848;--color-border-input: #616161;--color-border-strong: #616161;--color-accent: #0091ff;--color-accent-success: #25e3a8;--color-accent-success-border: #1a6649;--color-success-bg-start: #1a2e28;--color-success-bg-end: #152622;--color-success-actions-border: rgba(37, 227, 168, .25);--color-accent-warning: #ffc96b;--color-accent-warning-border: #5e4200;--color-warning-bg-start: #251a00;--color-warning-bg-end: #1f1600;--color-warning-actions-border: rgba(255, 201, 107, .25);--color-error: #fd8693;--color-thumb-empty: #484848;--color-topbar-bg: #121212;--color-topbar-text: #e3e3e3;--color-topbar-brand: #ffffff;--color-topbar-detail: #b5b5b5;--color-topbar-border: rgba(255, 255, 255, .1);--color-hover-overlay: rgba(255, 255, 255, .06);--color-active-shadow: rgba(255, 255, 255, .08);--color-wizard-current: #e3e3e3;--color-wizard-current-shadow: rgba(255, 255, 255, .12);--color-wizard-nav-shadow: rgba(0, 0, 0, .25);--color-on-accent: #ffffff}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell__main{flex:1;min-width:0;display:flex;flex-direction:column}.auth-page{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{width:100%;max-width:22rem}.auth-card--wide{max-width:28rem}.auth-divider{display:flex;align-items:center;gap:.75rem;color:var(--color-text-muted);font-size:.75rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.edition-card{display:flex;flex-direction:column;gap:0;padding:1rem;border:1px solid var(--color-border);border-radius:.75rem;background:var(--color-surface)}.edition-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.edition-card__quota{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.edition-card__quota-heading{margin:0;font-size:.8125rem;font-weight:650;color:var(--color-text)}.edition-countdown{margin:0 0 0 auto;text-align:right;flex-shrink:0}.edition-countdown__eyebrow{margin:0 0 .375rem;font-size:.625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary)}.edition-countdown__grid{display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:nowrap;gap:.125rem}.edition-countdown__unit{position:relative;display:flex;flex-direction:column;align-items:center;min-width:2.5rem;padding:0 .125rem}.edition-countdown__separator{position:absolute;left:-.125rem;top:.05rem;font-size:1.125rem;font-weight:600;line-height:1;color:var(--color-border-input)}.edition-countdown__value{font-size:1.375rem;font-weight:700;line-height:1;letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--color-text)}.edition-countdown__label{margin-top:.25rem;font-size:.5625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary)}.edition-countdown--closed{font-size:.875rem;font-weight:650;color:var(--color-text-muted)}@media(max-width:640px){.edition-card__header{flex-direction:column;align-items:stretch}.edition-countdown{align-self:flex-end}}.app-shell__body{display:flex;flex:1;min-height:0}.app-shell__content{flex:1;min-width:0;overflow:auto}.app-sidebar{width:15rem;flex-shrink:0;background:var(--color-surface-sidebar);border-right:1px solid var(--color-border);padding:.75rem .5rem}.app-sidebar__nav{display:flex;flex-direction:column;gap:.125rem}.app-sidebar__link{display:flex;align-items:center;gap:.625rem;padding:.4375rem .75rem;border-radius:.5rem;color:var(--color-text);text-decoration:none;font-size:.8125rem;font-weight:450;line-height:1.25;border:0;background:transparent;width:100%;text-align:left;cursor:pointer;font-family:inherit}.app-sidebar__link:hover:not(:disabled){background:var(--color-hover-overlay)}.app-sidebar__link--active{background:var(--color-surface);font-weight:600;box-shadow:0 0 0 1px var(--color-active-shadow)}.app-sidebar__link:disabled{opacity:.45;cursor:not-allowed}@media(max-width:768px){.app-sidebar{width:3.25rem;padding:.75rem .375rem}.app-sidebar__link span{display:none}.app-sidebar__link{justify-content:center;padding:.5rem}}.media-asset-card{position:relative}.media-asset-card--with-delete{padding-right:5.5rem}.media-asset-card__delete{position:absolute;top:0;right:0;z-index:1}.media-asset-card__thumb-link{display:inline-flex;flex-shrink:0;text-decoration:none;border-radius:.5rem}.media-asset-card__thumb-link:hover{opacity:.92}.submission-card{position:relative;display:flex;flex-direction:column;gap:0;min-height:100%;padding:1rem;border:1px solid var(--color-border);border-radius:.75rem;background:var(--color-surface)}.submission-card--success{background:linear-gradient(180deg,var(--color-success-bg-start) 0%,var(--color-success-bg-end) 100%);border-color:var(--color-accent-success-border)}.submission-card--success .submission-card__actions{border-top-color:var(--color-success-actions-border)}.submission-card__main{display:flex;align-items:flex-start;gap:1rem}.submission-card__thumb{flex-shrink:0;width:5rem;height:5rem;border-radius:.5rem;overflow:hidden;background:var(--color-thumb-empty)}.submission-card__thumb img{display:block;width:100%;height:100%;object-fit:cover}.submission-card__thumb--empty{border:1px solid var(--color-border-strong)}.submission-card__body{display:flex;flex-direction:column;gap:.375rem;flex:1;min-width:0}.submission-card__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.submission-card__actions-end{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.submission-card__action-link{display:inline-block;text-decoration:none}.action-required-card{display:flex;flex-direction:column;gap:0;padding:1rem;border:1px solid var(--color-accent-warning-border);border-radius:.75rem;background:linear-gradient(180deg,var(--color-warning-bg-start) 0%,var(--color-warning-bg-end) 100%)}.action-required-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.action-required-card__eyebrow{margin:0;font-size:.6875rem;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent-warning)}.action-required-card__main{display:flex;flex-direction:column;gap:.75rem}.action-required-card__actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-warning-actions-border)}.app-top-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:3.5rem;padding:0 1rem;background:var(--color-topbar-bg);color:var(--color-topbar-text);border-bottom:1px solid var(--color-topbar-border)}.app-top-bar__start,.app-top-bar__end{display:flex;align-items:center;gap:.75rem}.app-top-bar__brand{color:var(--color-topbar-brand);font-size:.9375rem;font-weight:600;letter-spacing:-.01em;text-decoration:none}.app-top-bar__brand:hover{color:var(--color-topbar-brand);text-decoration:underline}.app-top-bar__user-trigger{display:inline-flex;align-items:center;gap:.625rem}.app-top-bar s-button[variant=tertiary]{--s-button-color: var(--color-topbar-text)}.app-top-bar__user-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2;text-align:left}.app-top-bar__user-name{font-size:.8125rem;font-weight:600;color:var(--color-topbar-brand)}.app-top-bar__user-detail{font-size:.75rem;color:var(--color-topbar-detail)}.app-top-bar__login-link{text-decoration:none}@media(max-width:640px){.app-top-bar__user-detail{display:none}}.wizard-steps{padding:.25rem 0 .5rem}.wizard-steps__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.wizard-steps__header-main{flex:1 1 auto;min-width:0}.wizard-steps__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem;flex-shrink:0}.wizard-form{margin-top:1.25rem}.wizard-panel[hidden]{display:none!important}.wizard-form__nav{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-border)}.wizard-review{display:flex;flex-direction:column;gap:1rem}.case-detail{margin-top:.25rem}.case-sheet{display:block}.case-sheet__section+.case-sheet__section{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.case-sheet__section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.875rem}.case-sheet__heading{margin:0;font-size:.9375rem;font-weight:650;color:var(--color-text)}.case-sheet__grid{display:grid;gap:.625rem;margin:0}.case-sheet__row{display:grid;grid-template-columns:minmax(8rem,38%) 1fr;gap:.5rem 1rem;align-items:baseline}.case-sheet__label{margin:0;font-size:.8125rem;color:var(--color-text-secondary)}.case-sheet__value{margin:0;font-size:.875rem;color:var(--color-text);word-break:break-word}.case-sheet__value--multiline{white-space:pre-wrap;line-height:1.5}.case-sheet__row--missing .case-sheet__value{color:var(--color-error)}.case-sheet__missing{font-weight:550;color:var(--color-error)}.case-sheet__section>s-banner{margin-bottom:.875rem}.case-sheet__media-list{display:flex;flex-direction:column;gap:.75rem}.case-sheet__empty{margin:0;font-size:.875rem;color:var(--color-text-secondary)}.case-sheet__status{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.case-sheet__status-meta{margin:0;font-size:.875rem;color:var(--color-text-secondary)}.piece-packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1rem}.piece-package-card{display:grid;gap:1rem}.piece-package-card__image-wrap{overflow:hidden;border-radius:.5rem;background:var(--color-surface-muted)}.piece-package-card__image{display:block;width:100%;max-height:12rem;object-fit:cover}.piece-package-card__body{display:flex;flex-direction:column;gap:1rem}.piece-package-card__quantity{display:flex;flex-direction:column;gap:.375rem}.piece-package-card__quantity-controls{display:inline-flex;align-items:center;gap:.375rem;width:fit-content}.piece-package-card__quantity-input{width:4rem;padding:.375rem .5rem;border:1px solid var(--color-border-input);border-radius:.5rem;font:inherit;text-align:center;background:var(--color-surface)}.piece-package-card__quantity-input:focus{outline:2px solid var(--color-accent);outline-offset:1px}.piece-package-card__quantity-input:disabled{background:var(--color-surface-muted);color:var(--color-text-subtle)}.piece-package-card__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.piece-package-card__shopify-form{display:inline-flex}.piece-package-card__mp-link{display:inline-flex;text-decoration:none}.mp-billing-form{display:flex;flex-direction:column;gap:1rem;max-width:28rem}.mp-billing-form__field{display:flex;flex-direction:column;gap:.375rem}.mp-billing-form__field label{font-weight:600}.mp-billing-form__field input{padding:.5rem .75rem;border:1px solid var(--color-border-input);border-radius:.5rem;font:inherit;background:var(--color-surface)}.mp-billing-form__field input:focus{outline:2px solid var(--color-accent);outline-offset:1px}.mp-billing-form__field input[readonly]{background:var(--color-surface-muted);color:var(--color-text-disabled)}.mp-wallet-host--loading{display:flex;align-items:center;padding:.5rem 0}.mp-payment-modal__brick{width:100%;min-height:12rem}shopify-checkout{--shopify-checkout-dialog-width: 720;--shopify-checkout-dialog-height: 800}.surface-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem}.surface-card--base{padding:1rem}.surface-card--large{padding:1.25rem}.checkout-redirect{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 0}.checkout-redirect__spinner{width:2rem;height:2rem;border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:checkout-redirect-spin .8s linear infinite}.checkout-redirect__actions{display:flex;flex-wrap:wrap;gap:.75rem}.checkout-redirect__continue-link{color:inherit;text-decoration:none}@keyframes checkout-redirect-spin{to{transform:rotate(360deg)}}.inline-link{color:inherit;font-weight:550;text-decoration:underline;text-underline-offset:.15em}.inline-link:hover{color:var(--color-accent)}@media(max-width:640px){.case-sheet__row{grid-template-columns:1fr;gap:.125rem}}.wizard-steps__eyebrow{margin:0 0 .25rem;font-size:.75rem;font-weight:550;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary)}.wizard-steps__title{margin:0;font-size:1.125rem;font-weight:650;letter-spacing:-.02em;color:var(--color-text)}.wizard-steps__nav{padding:1rem 1.125rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;box-shadow:0 1px 0 var(--color-wizard-nav-shadow)}.wizard-steps__list{display:flex;align-items:flex-start;gap:0;margin:0;padding:0;list-style:none}.wizard-steps__item{flex:1 1 0;min-width:0}.wizard-steps__track{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;min-height:2rem}.wizard-steps__line{height:2px;background:var(--color-border);align-self:center}.wizard-steps__line--spacer{visibility:hidden}.wizard-steps__line--complete{background:var(--color-accent-success)}.wizard-steps__step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;padding:0;text-decoration:none;color:inherit;background:none;border:none;cursor:default;font:inherit;text-align:center}.wizard-steps__step--button{cursor:pointer;min-width:0}.wizard-steps__step--button:hover .wizard-steps__label{color:var(--color-accent-success)}.wizard-steps__marker{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;font-size:.8125rem;font-weight:650;line-height:1;border:2px solid var(--color-border-input);background:var(--color-surface);color:var(--color-text-secondary);transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.wizard-steps__item--current .wizard-steps__marker{border-color:var(--color-wizard-current);background:var(--color-wizard-current);color:var(--color-on-accent);box-shadow:0 0 0 4px var(--color-wizard-current-shadow)}.wizard-steps__item--complete .wizard-steps__marker{border-color:var(--color-accent-success);background:var(--color-accent-success);color:var(--color-on-accent)}.wizard-steps__check{width:.875rem;height:.875rem;color:var(--color-on-accent)}.wizard-steps__label{max-width:6.5rem;font-size:.75rem;font-weight:500;line-height:1.25;text-align:center;color:var(--color-text-secondary);transition:color .15s ease}.wizard-steps__item--current .wizard-steps__label{color:var(--color-text);font-weight:650}.wizard-steps__item--complete .wizard-steps__label{color:var(--color-accent-success)}@media(max-width:640px){.wizard-steps__header{flex-direction:column;align-items:stretch}.wizard-steps__actions{align-items:flex-start}.wizard-steps__nav{padding:.875rem .75rem}.wizard-steps__label{font-size:.6875rem;max-width:4.5rem}.wizard-steps__marker{width:1.75rem;height:1.75rem;font-size:.75rem}.wizard-steps__track{min-height:1.75rem}}.error-boundary-page{margin:0;font-family:Inter,sans-serif;background:var(--color-bg);color:var(--color-text)}.error-boundary-content{max-width:560px;margin:4rem auto;padding:1.5rem}.staff-sidebar__title{padding:1rem 1rem .5rem;font-size:.75rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted)}.jury-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.jury-piece-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface)}.jury-piece-card__media img,.jury-piece-card__media{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:8px;overflow:hidden}.jury-piece-card__placeholder{display:grid;place-items:center;width:100%;aspect-ratio:16 / 10;border-radius:8px;background:var(--color-surface-muted);color:var(--color-text-muted)}.jury-piece-card__body{display:flex;flex-direction:column;gap:.25rem}.jury-piece-card__actions{margin-top:auto}.jury-score-picker{margin:0;padding:0;border:none;max-width:100%}.jury-score-picker__legend{margin-bottom:.75rem;padding:0;font-size:inherit;font-weight:550}.jury-score-picker__options{display:flex;flex-wrap:wrap;gap:.625rem}.jury-score-picker__option{cursor:pointer}.jury-score-picker__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.jury-score-picker__option:hover .wizard-steps__marker{border-color:var(--color-wizard-current);color:var(--color-text)}.jury-score-picker__input:checked+.wizard-steps__marker{border-color:var(--color-wizard-current);background:var(--color-wizard-current);color:var(--color-on-accent);box-shadow:0 0 0 4px var(--color-wizard-current-shadow)}.jury-score-picker__input:focus-visible+.wizard-steps__marker{outline:2px solid var(--color-accent-success);outline-offset:2px}.media-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.media-gallery__item{margin:0}.media-gallery__thumb-button{display:block;width:100%;padding:0;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:none;cursor:zoom-in}.media-gallery__thumb-button img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.media-gallery__caption{display:flex;justify-content:space-between;gap:.5rem;margin-top:.5rem;font-size:.8125rem}.media-gallery__download{color:var(--color-accent)}.media-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;grid-template-rows:auto 1fr}.media-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000d9;cursor:zoom-out}.media-lightbox__toolbar{position:relative;z-index:2;padding:1rem;background:#000000a6}.media-lightbox__stage{position:relative;z-index:1;display:grid;place-items:center;overflow:auto;padding:1rem}.media-lightbox__image{max-width:min(96vw,1400px);max-height:80vh;transition:transform .15s ease;cursor:grab}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:1rem}.admin-stat{padding:1rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th,.admin-table td{padding:.75rem;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}.admin-select{min-width:280px;padding:.5rem .75rem;border:1px solid var(--color-border-input);border-radius:8px;background:var(--color-surface);color:var(--color-text)}
