@layer payload-default;:root{--theme-elevation-0:#0e1525;--theme-elevation-50:#1b2433;--theme-elevation-100:#252f40;--theme-elevation-150:#2d384a;--theme-elevation-200:#354157;--theme-elevation-250:#3d4a64;--theme-elevation-300:#4a5570;--theme-elevation-350:#576081;--theme-elevation-400:#576081;--theme-elevation-500:#7276a3;--theme-elevation-600:#8081b4;--theme-elevation-700:#8e8dc5;--theme-elevation-800:#9d9bd6;--theme-elevation-900:#acb9e7;--theme-elevation-950:#cbd5e1;--theme-elevation-1000:#fff;--theme-bg:#0e1525;--theme-text:#fff;--theme-brand:#f5c55a;--theme-brand-dark:#d4a74a;--theme-brand-light:#f9d979;--theme-brand-subtle:#f5c55a26;--theme-success-100:#f5c55a;--theme-success-200:#f9d979;--theme-success-500:#f5c55a;--theme-success-600:#d4a74a;--theme-success-text:#0e1525;--theme-link-default:#7276a3;--theme-link-hover:#f5c55a;--theme-input-bg:#1b2433;--theme-input-border:#ffffff26;--theme-input-border-focus:#f5c55a;--theme-input-ring-focus:#f5c55a26;--theme-font-sans:"Geist Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=dark]{--theme-bg:#0e1525;--theme-elevation-0:#0e1525;--theme-elevation-50:#1b2433;--theme-elevation-100:#252f40;--theme-elevation-150:#2d384a;--theme-elevation-200:#354157;--theme-elevation-300:#3d4a64;--theme-elevation-400:#4a5570;--theme-elevation-500:#576081;--theme-elevation-600:#646b92;--theme-elevation-700:#7276a3;--theme-elevation-800:#8081b4;--theme-elevation-900:#8e8dc5}[data-theme=light]{--theme-bg:#f8fafc;--theme-elevation-0:#fff;--theme-elevation-50:#f1f5f9;--theme-elevation-100:#e2e8f0;--theme-elevation-200:#cbd5e1;--theme-elevation-300:#94a3b8;--theme-text:#0e1525;--theme-elevation-800:#64748b;--theme-elevation-900:#94a3b8}@layer payload{body,.content,.dashboard,.collection-list,.edit-depth{font-family:var(--theme-font-sans)}.nav__wrap,.nav__list{background:0 0}.nav__item{border-color:#ffffff1a}.nav__link{color:#ffffffbf;font-weight:500;transition:all .2s}.nav__link:hover,.nav__link.active{color:var(--theme-brand);background:var(--theme-brand-subtle)}.header__wrap{background:var(--theme-elevation-50);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-color:#ffffff1a}.header__logo,.header__logo img{display:none}.header__brand:before{content:"";background-image:url(/beaconir-icon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:32px;height:32px;margin-right:.75rem;display:inline-block}.btn--style-primary{background:var(--theme-brand);color:var(--theme-bg);border:none;border-radius:.75rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 15px -3px #f5c55a33,0 4px 6px -2px #f5c55a1a}.btn--style-primary:hover{background:var(--theme-brand-light);transform:translateY(-2px);box-shadow:0 20px 25px -5px #f5c55a4d,0 10px 10px -5px #f5c55a33}.btn--style-primary:active{transform:translateY(0)}.btn--style-secondary{color:var(--theme-brand);border:2px solid var(--theme-brand);background:0 0;border-radius:.75rem;font-weight:600;transition:all .2s}.btn--style-secondary:hover{background:var(--theme-brand-subtle);transform:translateY(-1px)}.btn--disabled{opacity:.5;cursor:not-allowed}.input,.textarea,.select{background:var(--theme-input-bg);border-color:var(--theme-input-border);color:#fff;border-radius:.5rem;transition:all .2s}.input:focus,.textarea:focus,.select:focus{border-color:var(--theme-input-border-focus);box-shadow:0 0 0 3px var(--theme-input-ring-focus);outline:none}select.input,select.select,.select select{appearance:none;background-color:var(--theme-input-bg);background-image:linear-gradient(45deg, transparent 50%, var(--theme-elevation-800) 50%),linear-gradient(135deg, var(--theme-elevation-800) 50%, transparent 50%);background-position:calc(100% - 1.35rem),calc(100% - 1rem);background-repeat:no-repeat;background-size:.35rem .35rem,.35rem .35rem;padding-right:2.75rem}.card,.panel,.list{background:var(--theme-elevation-50);border-color:#ffffff1a;border-radius:.75rem}.table__th{background:var(--theme-elevation-100);color:#ffffffe6;font-weight:600}.table__row:hover{background:var(--theme-brand-subtle)}.tag,.badge{background:var(--theme-elevation-100);color:#ffffffe6;border-radius:.5rem;font-weight:500}.tag--brand,.badge--brand{background:var(--theme-brand);color:var(--theme-bg)}.tab__list{border-color:#ffffff1a}.tab__button{color:#ffffffb3;transition:all .2s}.tab__button:hover{color:#ffffffe6}.tab__button.active{color:var(--theme-brand);border-color:var(--theme-brand)}.modal,.dialog{background:var(--theme-elevation-50);border-color:#ffffff1a;border-radius:1rem}.popover,.tooltip{background:var(--theme-elevation-100);color:#fff;border-color:#ffffff1a;border-radius:.5rem}.payload-toast-item{background:var(--theme-elevation-50);color:#fff;border-color:#ffffff1a;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000004d}.payload-toast-item.toast-success{background:var(--theme-brand);border-color:var(--theme-brand-dark);color:#0e1525!important}.payload-toast-item.toast-success *{color:#0e1525!important}.payload-toast-item.toast-success a{text-decoration:underline;color:#0e1525!important}.payload-toast-item.toast-warning{background:#f59e0b;border-color:#d97706;color:#0e1525!important}.payload-toast-item.toast-warning *{color:#0e1525!important}.payload-toast-item.toast-error{color:#fff!important;background:#1e0f0f!important;border:1px solid #ef4444!important}.payload-toast-item.toast-error *{color:#fff!important}.payload-toast-item.toast-error [data-description]{color:#fffc!important}.payload-toast-item .payload-toast-close-button{background:#ffffff1a;border:1px solid #fff3;color:#fff!important}.payload-toast-item .payload-toast-close-button:hover{background:#fff3}.dashboard{background:var(--theme-bg)}.dashboard .before-dashboard .banner{background:var(--theme-elevation-100);color:#ffffffe6}.dashboard .before-dashboard .banner--type-success{background:var(--theme-brand);color:var(--theme-bg)}.dashboard .before-dashboard .banner__content svg{background-color:var(--theme-elevation-200)}.login .logo path{fill:var(--theme-brand)}.login__brand .graphic-logo{display:none}.template-default .nav__brand .icon path{fill:var(--theme-brand)}.step-nav__home{align-items:center;display:flex}.step-nav__home svg{flex-shrink:0;overflow:visible;width:18px!important;height:18px!important}.pr-wizard{--pr-accent:var(--theme-brand);--pr-accent-strong:var(--theme-brand-light);--pr-accent-ink:var(--theme-bg);--pr-border:color-mix(in srgb, var(--theme-text) 14%, transparent);--pr-border-strong:color-mix(in srgb, var(--theme-text) 24%, transparent);--pr-card:color-mix(in srgb, var(--theme-elevation-50) 90%, transparent);--pr-card-subtle:color-mix(in srgb, var(--theme-elevation-100) 72%, transparent);--pr-control:var(--theme-input-bg);--pr-error:var(--theme-error-500);--pr-error-bg:color-mix(in srgb, var(--theme-error-500) 12%, transparent);--pr-muted:var(--theme-elevation-800);--pr-text:var(--theme-text);box-sizing:border-box;width:min(100%,56rem);color:var(--pr-text);padding:clamp(1rem,2vw,2rem)}.pr-wizard *,.pr-wizard :before,.pr-wizard :after{box-sizing:border-box}.pr-wizard--loading{min-height:12rem}.pr-wizard__header{margin-bottom:1.5rem}.pr-wizard__title{color:var(--pr-text);letter-spacing:0;margin:0;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;line-height:1.15}.pr-wizard__description,.pr-wizard__hint,.pr-wizard__muted{color:var(--pr-muted);line-height:1.55}.pr-wizard__description{margin:.375rem 0 0;font-size:.875rem}.pr-wizard__hint,.pr-wizard__muted{margin:0;font-size:.75rem}.pr-wizard__steps{flex-wrap:wrap;align-items:center;gap:.5rem 0;margin-bottom:2rem;display:flex}.pr-wizard__step{align-items:center;display:flex}.pr-wizard__step-body{align-items:center;gap:.5rem;display:flex}.pr-wizard__step-number{border:1px solid var(--pr-border);border-radius:999px;flex:0 0 1.75rem;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.pr-wizard__step-number--complete,.pr-wizard__step-number--current{background:var(--pr-accent);border-color:var(--pr-accent);color:var(--pr-accent-ink)}.pr-wizard__step-number--current{box-shadow:0 0 0 3px var(--theme-brand-subtle)}.pr-wizard__step-number--upcoming{background:var(--pr-card-subtle);color:var(--pr-muted)}.pr-wizard__step-label{color:var(--pr-muted);font-size:.875rem;display:none}.pr-wizard__step-label--current{color:var(--pr-text);font-weight:600}.pr-wizard__step-rule{background:var(--pr-border);flex:0 0 2rem;width:2rem;height:1px;margin:0 .625rem}.pr-wizard__panel{gap:1.25rem;display:grid}.pr-wizard__panel--compact{gap:.75rem}.pr-wizard__panel--relaxed{gap:1.5rem}.pr-wizard__field{gap:.375rem;display:grid}.pr-wizard__field-row{grid-template-columns:1fr;gap:1rem;display:grid}.pr-wizard__label{color:var(--pr-text);margin:0;font-size:.875rem;font-weight:600;line-height:1.35;display:block}.pr-wizard__required{color:var(--pr-error)}.pr-wizard__input{border:1px solid var(--pr-border);background:var(--pr-control);width:100%;min-height:2.625rem;color:var(--pr-text);font:inherit;border-radius:.5rem;padding:.625rem .75rem;font-size:.875rem;line-height:1.45;transition:border-color .16s,box-shadow .16s,background .16s;display:block}.pr-wizard__input::placeholder{color:color-mix(in srgb, var(--pr-muted) 72%, transparent);opacity:1}.pr-wizard__input:focus{border-color:var(--theme-input-border-focus);box-shadow:0 0 0 3px var(--theme-input-ring-focus);outline:none}select.pr-wizard__input{appearance:none;background-color:var(--pr-control);background-image:linear-gradient(45deg, transparent 50%, var(--pr-muted) 50%),linear-gradient(135deg, var(--pr-muted) 50%, transparent 50%);background-position:calc(100% - 1.35rem),calc(100% - 1rem);background-repeat:no-repeat;background-size:.35rem .35rem,.35rem .35rem;padding-right:2.75rem}.pr-wizard__textarea{resize:vertical;min-height:6.5rem}.pr-wizard__textarea--large{min-height:18rem}.pr-wizard__choice-list,.pr-wizard__nested-fields{gap:.75rem;display:grid}.pr-wizard__nested-fields{margin-top:1rem}.pr-wizard__choice{color:var(--pr-text);cursor:pointer;align-items:center;gap:.625rem;font-size:.875rem;line-height:1.4;display:flex}.pr-wizard__radio{accent-color:var(--pr-accent);flex:none}.pr-wizard__section{border-top:1px solid var(--pr-border);padding-top:1.5rem}.pr-wizard__tags{flex-wrap:wrap;gap:.375rem;margin-top:.5rem;display:flex}.pr-wizard__tag{border:1px solid color-mix(in srgb, var(--pr-accent) 30%, transparent);background:var(--theme-brand-subtle);color:var(--pr-accent-strong);border-radius:999px;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.pr-wizard__eyebrow{color:var(--pr-muted);letter-spacing:.08em;text-transform:uppercase;margin:.5rem 0 0;font-size:.75rem;font-weight:700;line-height:1.4}.pr-wizard__distribution-card{border:1px solid var(--pr-border);background:var(--pr-card);width:100%;color:var(--pr-text);cursor:pointer;text-align:left;border-radius:.75rem;padding:.875rem 1rem;transition:border-color .16s,background .16s,transform .16s;display:block}.pr-wizard__distribution-card:hover{border-color:var(--pr-border-strong);transform:translateY(-1px)}.pr-wizard__distribution-card--selected{border-color:var(--pr-accent);background:var(--theme-brand-subtle)}.pr-wizard__distribution-header,.pr-wizard__distribution-title,.pr-wizard__actions,.pr-wizard__review-row{align-items:center;display:flex}.pr-wizard__distribution-header,.pr-wizard__actions{justify-content:space-between}.pr-wizard__distribution-title{gap:.625rem;min-width:0}.pr-wizard__distribution-radio{border:2px solid var(--pr-border-strong);border-radius:999px;flex:0 0 1rem;justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex}.pr-wizard__distribution-radio--selected{border-color:var(--pr-accent)}.pr-wizard__distribution-radio-dot{background:var(--pr-accent);border-radius:999px;width:.5rem;height:.5rem}.pr-wizard__distribution-name,.pr-wizard__distribution-price{color:var(--pr-text);font-size:.875rem;font-weight:700;line-height:1.35}.pr-wizard__distribution-price{color:var(--pr-accent-strong);white-space:nowrap;margin-left:1rem}.pr-wizard__distribution-placements,.pr-wizard__distribution-description{color:var(--pr-muted);margin:.375rem 0 0 1.625rem;font-size:.75rem;line-height:1.45}.pr-wizard__distribution-description{opacity:.82;margin-top:.125rem}.pr-wizard__review-section{gap:.5rem;display:grid}.pr-wizard__review-list{border:1px solid var(--pr-border);background:var(--pr-card-subtle);border-radius:.75rem;overflow:hidden}.pr-wizard__review-row{align-items:flex-start;gap:.75rem;padding:.625rem 1rem;font-size:.875rem}.pr-wizard__review-row+.pr-wizard__review-row{border-top:1px solid var(--pr-border)}.pr-wizard__review-label{width:7rem;color:var(--pr-muted);flex:0 0 7rem}.pr-wizard__review-value{min-width:0;color:var(--pr-text);overflow-wrap:anywhere}.pr-wizard__error{border:1px solid color-mix(in srgb, var(--pr-error) 38%, transparent);background:var(--pr-error-bg);color:color-mix(in srgb, var(--pr-error) 70%, var(--pr-text));border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.45}.pr-wizard__error--global{margin-bottom:1.5rem}.pr-wizard__actions{border-top:1px solid var(--pr-border);gap:1rem;margin-top:2rem;padding-top:1.5rem}.pr-wizard__button{cursor:pointer;min-height:2.5rem;font:inherit;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700;line-height:1;transition:background .16s,border-color .16s,color .16s,opacity .16s,transform .16s}.pr-wizard__button:hover:not(:disabled){transform:translateY(-1px)}.pr-wizard__button:disabled{cursor:not-allowed;opacity:.45}.pr-wizard__button--primary{border:1px solid var(--pr-accent);background:var(--pr-accent);color:var(--pr-accent-ink)}.pr-wizard__button--primary:hover:not(:disabled){background:var(--pr-accent-strong);border-color:var(--pr-accent-strong)}.pr-wizard__button--secondary{border:1px solid var(--pr-border);color:var(--pr-muted);background:0 0}.pr-wizard__button--secondary:hover:not(:disabled){background:var(--pr-card-subtle);border-color:var(--pr-border-strong);color:var(--pr-text)}@media (min-width:40rem){.pr-wizard__step-label{display:inline}.pr-wizard__field-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:39.98rem){.pr-wizard{padding:1rem}.pr-wizard__step-rule{flex-basis:1.125rem;width:1.125rem;margin-inline:.375rem}.pr-wizard__distribution-header,.pr-wizard__actions{flex-direction:column;align-items:stretch}.pr-wizard__distribution-price{margin:.5rem 0 0 1.625rem}.pr-wizard__review-row{gap:.25rem;display:grid}.pr-wizard__review-label{flex-basis:auto;width:auto}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--theme-bg)}::-webkit-scrollbar-thumb{background:#f5c55a4d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#f5c55a80}.spinner{border-color:#f5c55a33;border-top-color:var(--theme-brand)}:focus-visible{outline:2px solid var(--theme-brand);outline-offset:2px}::selection{color:#fff;background:#f5c55a4d}::selection{color:#fff;background:#f5c55a4d}.beaconir-glow{box-shadow:0 0 20px #f5c55a4d}.beaconir-lift{transition:transform .3s cubic-bezier(.4,0,.2,1)}.beaconir-lift:hover{transform:translateY(-4px)}}