:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f3f0ed;--bg-soft:#efe9e3;--surface:#fbf8f5;--surface-strong:#f7f1eb;--surface-muted:#f0e7df;--border:#ded7d1;--border-strong:#cfc6be;--text:#1f1f1f;--text-soft:#383533;--text-muted:#6f6a64;--sidebar-bg:#111;--sidebar-text:#f5efe9;--sidebar-text-soft:#b7afa8;--accent:#d96c3f;--accent-rgb:217, 108, 63;--accent-soft:#d96c3f1f;--accent-purple:#c9a2e6;--accent-blue:#76a7e8;--accent-peach:#e9a07b;--accent-yellow:#e7be63;--success:#6fae7b;--warning:#d98a4e;--danger:#d96b6b;--radius-xl:10px;--radius-lg:6px;--radius-md:4px;--radius-sm:2px;--radius-button:10px;--shadow-soft:0 4px 12px #5440310a;--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-left:env(safe-area-inset-left,0px);--safe-area-right:env(safe-area-inset-right,0px);--mobile-nav-rail-height:76px;--mobile-nav-offset:calc(var(--mobile-nav-rail-height) + var(--safe-area-bottom));font-family:Aptos,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scrollbar-gutter:stable}body{color:var(--text);background:radial-gradient(circle at 100% 0,#c9a2e614,#0000 30%),radial-gradient(circle at 0 100%,#e9a07b14,#0000 24%),linear-gradient(#f5f1ed 0%,#f3f0ed 60%);margin:0;overflow-y:scroll}button,select,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{grid-template-columns:272px 1fr;min-height:100dvh;display:grid}.boot-screen{place-items:center;min-height:100vh;padding:24px;display:grid}.boot-screen--page{min-height:max(320px,100dvh - 220px);padding:0}.boot-screen__panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);width:min(100%,520px);box-shadow:var(--shadow-soft);padding:28px}.boot-screen__panel h1{margin:10px 0;font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.05}.boot-screen__panel p{color:var(--text-muted);margin:0}.auth-page{place-items:center;min-height:100vh;padding:32px 24px;display:grid}.auth-page__content{width:min(100%,460px)}.auth-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft)}.brand--auth{align-items:flex-start}.brand--auth span{color:var(--text-soft);font-weight:700}.brand--auth p{color:var(--text-muted)}.auth-panel--form{gap:22px;padding:32px;display:grid}.auth-form__header h1{margin:0;font-size:2.2rem;line-height:1.02}.auth-form{gap:18px;display:grid}.field{gap:8px;min-width:0;display:grid}.field__label{color:var(--text-soft);font-size:.84rem;font-weight:600}.field__control{border:1px solid var(--border);background:var(--surface);min-height:52px;color:var(--text-muted);align-items:center;gap:10px;padding:0 14px;transition:border-color .2s,box-shadow .2s;display:flex}.field__control:focus-within{border-color:rgba(var(--accent-rgb), .4);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .08)}.field__control input,.field__control select,.field__control textarea{width:100%;color:var(--text);font:inherit;background:0 0;border:0;outline:0}.field__control input::placeholder,.field__control textarea::placeholder{color:#9b948d}.field__control select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23766B61' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 2px center;background-repeat:no-repeat;background-size:12px 8px;padding-right:30px}.field__control input[type=date]{appearance:none}.field__control input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.8}.form-date{padding:0;position:relative;overflow:hidden}.form-date__display{width:100%;min-height:50px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;padding:0 52px 0 16px;display:inline-flex}.form-date__display:disabled{cursor:not-allowed}.form-date__display:hover:not(:disabled){background:rgba(var(--accent-rgb), .04)}.form-date__value{white-space:nowrap;align-items:center;min-height:20px;display:inline-flex}.form-date__value--placeholder{color:#9b948d}.form-date__native{opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.form-date__native::-webkit-calendar-picker-indicator{opacity:0}.form-date__trigger{background:rgba(var(--accent-rgb), .08);width:28px;height:28px;color:var(--text-soft);box-shadow:inset 0 0 0 1px rgba(var(--accent-rgb), .08);cursor:pointer;border:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.form-date__trigger:hover{background:rgba(var(--accent-rgb), .12);color:var(--accent)}.form-date__trigger:disabled{opacity:.5;cursor:not-allowed}.form-error{color:#8d4747;background:#d96b6b14;border:1px solid #d96b6b33;margin:0;padding:12px 14px}.sidebar{background:var(--sidebar-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-right:1px solid #ffffff14;flex-direction:column;gap:26px;height:100vh;padding:28px 22px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:14px;display:flex}.brand strong{color:var(--sidebar-text);font-size:1rem;display:block}.brand p{color:var(--sidebar-text-soft);margin:3px 0 0;font-size:.86rem}.brand__mark{object-fit:contain;width:44px;height:44px;display:block;position:relative}.brand__mark span{background:#fff;border-radius:999px;width:18px;height:2px;position:absolute}.brand__mark span:first-child{transform:rotate(90deg)translate(5px)}.brand__mark span:last-child{transform:translateY(-5px)}.sidebar__nav,.stack,.page-stack,.setting-list{gap:14px;display:grid}.sidebar-link,.mobile-nav__item{color:var(--sidebar-text-soft);background:0 0;border:1px solid #0000;align-items:center;gap:12px;padding:12px 14px;transition:background-color .2s,border-color .2s,color .2s;display:flex}.sidebar-link:hover,.mobile-nav__item:hover{color:var(--sidebar-text);background:#ffffff0a}.sidebar-link--active,.mobile-nav__item--active{background:rgba(var(--accent-rgb), .14);border-color:rgba(var(--accent-rgb), .28);color:var(--sidebar-text)}.panel,.metric-card,.overview-hero{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft)}.sidebar-workspace{text-align:center;border-bottom:1px solid #ffffff14;padding:0 0 18px}.sidebar-workspace strong{color:var(--sidebar-text);font-size:.98rem;display:block}.sidebar-footer{margin-top:auto}.shell-body{min-width:0}.topbar{justify-content:space-between;gap:24px;padding:28px 32px 0;display:flex}.topbar__copy h1{margin:0 0 8px;font-size:clamp(2rem,4vw,2.8rem);line-height:1.05}.topbar__copy p,.metric-card__meta,.panel__header p,.record-card p,.setting-row__copy span{color:var(--text-muted);margin:0}.topbar__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.artist-switch{min-width:230px;display:grid;position:relative}.mobile-profile-trigger,.mobile-profile-menu{display:none}.artist-switch__trigger{background:var(--surface);border:1px solid var(--border);width:100%;height:48px;color:var(--text);text-align:left;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;display:flex}.artist-switch__value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.artist-switch__chevron{color:var(--text-muted);flex:none;transition:transform .16s}.artist-switch__chevron--open{transform:rotate(180deg)}.artist-switch__menu{z-index:20;border:1px solid var(--border);background:var(--surface);gap:6px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 8px 20px #11111114}.mobile-profile-trigger{color:var(--sidebar-text-soft);background:0 0;border:1px solid #0000;position:relative}.mobile-profile-trigger__icon{color:currentColor;justify-content:center;align-items:center;width:auto;height:auto;display:inline-flex}.mobile-profile-trigger__value{text-overflow:ellipsis;white-space:nowrap;text-align:center;min-width:0;overflow:hidden}.mobile-profile-menu{min-width:min(320px, calc(100vw - 32px - var(--safe-area-left) - var(--safe-area-right)));max-width:calc(100vw - 32px - var(--safe-area-left) - var(--safe-area-right));left:50%;bottom:calc(var(--mobile-nav-offset) + 10px);z-index:26;max-height:calc(100dvh - var(--mobile-nav-offset) - 40px);border-radius:var(--radius-lg);background:#111111fa;border:1px solid #ffffff14;gap:8px;padding:12px;position:fixed;overflow-y:auto;transform:translate(-50%);box-shadow:0 12px 28px #1111112e}.mobile-profile-menu__section{gap:8px;display:grid}.mobile-profile-menu__label{color:var(--sidebar-text-soft);letter-spacing:.04em;text-transform:uppercase;padding:0 4px;font-size:.76rem;font-weight:700}.mobile-profile-menu__option,.mobile-profile-menu__link{color:var(--sidebar-text)}.mobile-profile-menu__link-copy{align-items:center;gap:10px;min-width:0;display:inline-flex}.mobile-profile-menu .artist-switch__option{color:var(--sidebar-text);border-color:#0000}.mobile-profile-menu .artist-switch__option:hover{color:var(--sidebar-text);background:#ffffff0f;border-color:#ffffff14}.mobile-profile-menu .artist-switch__option--active{background:rgba(var(--accent-rgb), .16);border-color:rgba(var(--accent-rgb), .26);color:var(--sidebar-text)}.mobile-profile-menu .artist-switch__option--signout{color:var(--sidebar-text)}.mobile-profile-trigger--open{background:rgba(var(--accent-rgb), .14);border-color:rgba(var(--accent-rgb), .28);color:var(--sidebar-text)}.artist-switch__menu-divider{background:var(--border);height:1px;margin:2px 0}.artist-switch__option{width:100%;min-height:44px;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;display:flex}.artist-switch__option:hover{background:var(--surface-muted);border-color:var(--border)}.artist-switch__option--active{background:rgba(var(--accent-rgb), .08);border-color:rgba(var(--accent-rgb), .18);color:var(--accent)}.artist-switch__option--signout{color:var(--text)}.artist-switch__option-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.icon-button,.avatar,.metric-card__icon,.setting-row__icon{place-items:center;display:grid}.icon-button{border:1px solid var(--border);background:var(--surface);width:48px;height:48px;color:var(--text-soft)}.icon-button:hover,.button:hover,.artist-switch__trigger:hover{border-color:var(--border-strong)}.artist-switch__trigger:focus-visible{border-color:rgba(var(--accent-rgb), .4);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .08);outline:0}.user-chip{color:#f5f5f5;background:0 0;border:0;border-radius:0;align-items:center;gap:12px;min-height:48px;padding:0;display:flex}.user-chip strong,.user-chip span{display:block}.user-chip span{color:inherit;font-size:.84rem}.user-chip--sidebar{justify-content:flex-start;width:100%}.avatar{background:rgba(var(--accent-rgb), .14);width:34px;height:34px;color:var(--accent);border-radius:50%;font-size:.86rem;font-weight:700}.page-content{padding:20px}.overview-hero{background:linear-gradient(135deg, rgba(var(--accent-rgb), .08), #e9a07b12, #c9a2e60d), var(--surface-strong);grid-template-columns:minmax(0,1.5fr) minmax(0,.9fr);gap:20px;padding:28px;display:grid}.overview-hero__copy h2{margin:10px 0;font-size:clamp(2rem,5vw,3.6rem);line-height:1}.overview-hero__copy p{max-width:56ch}.overview-hero__meta{align-content:start;gap:12px;display:grid}.hero-pill{border:1px solid var(--border);background:#fbf8f5e0;padding:16px 18px}.hero-pill span,.metric-card__label{color:var(--text-muted);font-size:.84rem;display:block}.hero-pill strong{margin-top:6px;font-size:1.12rem;display:block}.button-row,.editor-action-row,.entity-editor__actions{flex-wrap:wrap;gap:12px;display:flex}.mobile-view-select{display:none}.button-row{margin-top:24px}.section-tabs,.settings-tabs{flex-wrap:wrap;gap:10px;display:flex}.section-tab,.settings-tab{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--text-soft);justify-content:center;align-items:center;padding:0 16px;display:inline-flex}.section-tab:hover,.settings-tab:hover{border-color:var(--border-strong)}.section-tab--active,.settings-tab--active{border-color:rgba(var(--accent-rgb), .28);background:rgba(var(--accent-rgb), .1);color:var(--accent)}.dashboard-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.dashboard-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.dashboard-columns--wide{grid-template-columns:minmax(0,1.45fr) minmax(340px,.9fr)}.dashboard-hero{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);gap:40px;padding:24px;display:grid}.dashboard-hero__copy{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:center;gap:20px 56px;padding-right:24px;display:grid}.dashboard-hero__main{align-content:start;gap:12px;min-width:0;display:grid}.dashboard-hero__copy>.button-row{grid-area:2/1;justify-self:start;margin-top:8px}.dashboard-hero__copy h2{margin:0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.05}.dashboard-hero__copy p,.dashboard-hero__meta{color:var(--text-muted);margin:0}.dashboard-hero__summary{text-align:right;grid-area:1/2/span 2;align-content:center;align-self:center;justify-items:end;gap:8px;min-width:0;padding:0;display:grid}.dashboard-hero__controls{order:3;width:100%}.dashboard-hero__controls .mobile-collapsible-section__body{gap:8px;width:100%;display:grid}.dashboard-hero__summary .form-select{width:100%;min-width:220px}.dashboard-hero__custom-range{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.dashboard-hero__value{letter-spacing:-.04em;order:1;font-size:clamp(3rem,6vw,4.35rem);line-height:.95}.dashboard-hero__meta{order:2;justify-self:end;font-size:1rem;line-height:1.3}.dashboard-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:12px;display:grid}.dashboard-note{color:var(--text-muted)}.dashboard-hero__stat,.platform-stat{border:1px solid var(--border);background:var(--surface-strong);grid-template-columns:38px 1fr;align-items:center;gap:12px;display:grid}.dashboard-hero__stat{padding:8px 12px}.dashboard-hero__stat span{color:var(--text-muted);font-size:.82rem}.dashboard-hero__stat strong{color:var(--text);margin-top:4px;font-size:1rem;display:block}.dashboard-hero__stat-icon,.platform-stat__icon{background:var(--surface-muted);width:38px;height:38px;color:var(--accent);place-items:center;display:grid}.platform-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.platform-stat{padding:16px}.platform-stat strong{font-size:1rem;display:block}.platform-stat span:last-child{color:var(--text-muted);font-size:.84rem}.platform-period-panel__grouping,.platform-period-panel__controls{margin-bottom:14px}.filter-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end;gap:14px 16px;display:grid}.form-select{width:100%;position:relative}.form-select__trigger{text-align:left;justify-content:space-between;width:100%}.form-select__value{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);overflow:hidden}.form-select__value--placeholder{color:#9b948d}.form-select__chevron{color:var(--text-muted);flex:none;transition:transform .16s}.form-select--open .form-select__chevron{transform:rotate(180deg)}.form-select__menu{z-index:1100;border:1px solid var(--border);background:var(--surface);overscroll-behavior:contain;gap:6px;max-height:280px;padding:8px;display:grid;position:fixed;overflow:auto;box-shadow:0 8px 20px #11111114}.form-select__menu--top{transform-origin:bottom}.form-select__option{width:100%;min-height:44px;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;display:flex}.form-select__option:hover{background:var(--surface-muted);border-color:var(--border)}.form-select__option--active{background:rgba(var(--accent-rgb), .08);border-color:rgba(var(--accent-rgb), .18);color:var(--accent)}.form-select__option-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.purchase-product-picker{position:relative}.purchase-product-picker__trigger{text-align:left;justify-content:flex-start}.purchase-product-picker__value,.purchase-product-picker__placeholder{min-width:0;display:block}.purchase-product-picker__value strong,.purchase-product-picker__value span{display:block}.purchase-product-picker__value strong{color:var(--text)}.purchase-product-picker__value span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.8rem;overflow:hidden}.purchase-product-picker__placeholder{color:#9b948d}.purchase-product-picker__menu{z-index:50;border:1px solid var(--border);background:var(--surface);gap:10px;padding:10px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 8px 20px #11111114}.purchase-product-picker__search{min-height:44px;padding:0 12px}.purchase-product-picker__search svg{color:var(--text-muted);flex:none}.purchase-product-picker__meta{color:var(--text-muted);justify-content:space-between;gap:8px;font-size:.76rem;display:flex}.purchase-product-picker__results{gap:6px;max-height:280px;display:grid;overflow:auto}.purchase-product-picker__option{width:100%;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.purchase-product-picker__option:hover{background:var(--surface-muted);border-color:var(--border)}.purchase-product-picker__option--active{background:rgba(var(--accent-rgb), .08);border-color:rgba(var(--accent-rgb), .18)}.purchase-product-picker__option-copy{min-width:0}.purchase-product-picker__option-copy strong,.purchase-product-picker__option-copy span,.purchase-product-picker__option-side strong,.purchase-product-picker__option-side span{display:block}.purchase-product-picker__option-copy span,.purchase-product-picker__option-side span{color:var(--text-muted);font-size:.78rem}.purchase-product-picker__option-copy span{margin-top:2px}.purchase-product-picker__option-side{text-align:right;white-space:nowrap}.purchase-cart-button{border:1px solid var(--border);background:var(--surface);min-height:48px;color:var(--text);align-items:center;gap:10px;padding:0 14px;display:inline-flex}.purchase-cart-button:hover{border-color:var(--border-strong)}.purchase-cart-button:focus-visible{border-color:rgba(var(--accent-rgb), .4);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .08)}.purchase-cart-button:disabled{opacity:.55}.purchase-cart-button__label{white-space:nowrap}.purchase-cart-button__count{background:rgba(var(--accent-rgb), .08);min-width:28px;height:28px;color:var(--accent);border-radius:999px;place-items:center;padding:0 8px;font-size:.82rem;font-weight:600;display:grid}.purchase-cart-dialog{gap:20px;display:grid}.purchase-cart-dialog__toolbar,.purchase-cart-dialog__summary{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.purchase-cart-dialog__toolbar{justify-content:space-between}.purchase-cart-dialog__summary{color:var(--text-muted)}.purchase-cart-dialog__summary strong{color:var(--text)}.purchase-cart-dialog__groups,.purchase-cart-group__rows,.purchase-cart-family{gap:14px;display:grid}.purchase-cart-group{border:1px solid var(--border);background:var(--surface-muted)}.purchase-cart-group__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.purchase-cart-group__header span,.purchase-cart-line__copy span,.purchase-cart-line__total span,.purchase-cart-family__copy span{color:var(--text-muted)}.purchase-cart-group__rows{padding:10px 14px 14px}.purchase-cart-line{grid-template-columns:minmax(0,1.7fr) 112px 132px auto 48px;align-items:end;gap:12px;display:grid}.purchase-cart-line+.purchase-cart-line,.purchase-cart-family__row+.purchase-cart-family__row{border-top:1px solid var(--border);padding-top:14px}.purchase-cart-line__copy strong,.purchase-cart-line__copy span,.purchase-cart-family__copy strong,.purchase-cart-family__copy span{display:block}.purchase-cart-line__copy span,.purchase-cart-family__copy span{margin-top:2px;font-size:.84rem}.purchase-cart-line__field,.purchase-cart-family__field{margin:0}.purchase-cart-line__total{align-self:center;gap:4px;display:grid}.purchase-cart-line__total strong{color:var(--text)}.purchase-cart-family__row{grid-template-columns:minmax(0,1fr) 120px;align-items:end;gap:14px;display:grid}.purchase-product-picker__empty{border:1px dashed var(--border);color:var(--text-muted);text-align:center;padding:14px 12px}.button{border:1px solid var(--border);min-height:44px;color:var(--text);background:var(--surface);align-items:center;gap:9px;padding:0 16px;display:inline-flex}.button--primary{background:var(--accent);color:#fffaf6;border-color:var(--accent)}.button--secondary{background:var(--surface)}.button--compact{min-height:48px}.button:disabled,.icon-button:disabled{opacity:.6;cursor:not-allowed}.auth-form__submit{justify-content:center;width:100%}.toast-layer{z-index:1200;pointer-events:none;gap:10px;width:min(100vw - 32px,560px);display:grid;position:fixed;top:18px;left:50%;transform:translate(-50%)}.toast{border:1px solid var(--border);text-align:center;background:#fbf8f5f5;gap:4px;padding:14px 18px;display:grid;box-shadow:0 8px 18px #221b1614}.toast__title{font-size:.92rem}.toast__message{color:var(--text-soft)}.toast--success{background:#f0f8f2f5;border-color:#4e9b6638}.toast--warning{background:#fcf6ecf5;border-color:#cc8a3833}.toast--danger{background:#fcf1eff7;border-color:#c45f4d33}.toast--accent{border-color:rgba(var(--accent-rgb), .24);background:rgba(var(--accent-rgb), .12)}.toast--neutral{background:#f9f5f0fa;border-color:#71675f2e}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#14121061;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-surface{border-radius:calc(var(--radius-lg) + 6px);border:1px solid var(--border);background:var(--surface);grid-template-rows:auto minmax(0,1fr);width:min(100%,960px);max-height:min(92vh,980px);display:grid;overflow:hidden;box-shadow:0 10px 28px #221b161a}.modal-surface--md{width:min(100%,640px)}.modal-surface--lg{width:min(100%,820px)}.modal-surface--xl{width:min(100%,1080px)}.modal-surface__topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 18px;display:flex}.modal-surface__copy h2{margin:0 0 6px;font-size:1.45rem}.entity-editor__intro,.modal-surface__copy .entity-editor__intro{color:var(--text-muted);margin:0}.modal-surface__body{min-height:0;padding:24px;overflow:auto}.entity-editor{gap:18px;display:grid}.purchase-editor,.sale-editor{flex-direction:column;gap:18px;display:flex}.sale-editor__notice{border:1px solid rgba(var(--accent-rgb), .16);background:rgba(var(--accent-rgb), .08);color:var(--text-soft);margin:0;padding:14px 16px}.entity-editor__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.entity-editor__section{border:1px solid var(--border);background:var(--surface-strong);gap:16px;padding:18px;display:grid}.entity-editor__section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.entity-editor__section-header h3{margin:0 0 4px;font-size:1rem}.entity-editor__section-header p{color:var(--text-muted);margin:0}.entity-editor__summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.entity-editor__summary-card{background:var(--surface);border:1px solid #d3c9bee6;gap:4px;padding:14px 16px;display:grid}.entity-editor__summary-card span{color:var(--text-muted);font-size:.82rem}.entity-editor__summary-card strong{font-size:1rem;line-height:1.2}.purchase-editor__meta,.sale-editor__meta{align-items:end;gap:16px;display:grid}.purchase-editor__meta{grid-template-columns:minmax(0,1.4fr) minmax(220px,.9fr) minmax(220px,.9fr)}.purchase-editor__field,.purchase-line__product,.sale-line__product{min-width:0}.purchase-line__product,.sale-line__product{gap:8px;display:grid}.purchase-editor .line-editor{width:100%}.sale-editor__meta{grid-template-columns:repeat(3,minmax(0,1fr))}.field--span-2{grid-column:span 2}.entity-editor__footer{justify-content:flex-end;padding-top:4px;display:flex}.entity-editor__footer--split{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px}.entity-editor__actions--secondary{justify-content:flex-start}.confirm-dialog{gap:18px;display:grid}.field__stack{gap:10px;display:grid}.field__help{color:var(--text-muted);font-size:.84rem;line-height:1.4}.field__row{flex-wrap:wrap;gap:10px;display:flex}.field__row .field__control{flex:1}.field__row--actions{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.field__row-actions{flex-wrap:wrap;gap:10px;display:flex}.checkbox-field{border:1px solid var(--border);background:var(--surface);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:14px;display:grid}.checkbox-field input{width:16px;height:16px;accent-color:var(--accent);margin:2px 0 0}.checkbox-field strong,.checkbox-field span{display:block}.checkbox-field strong{color:var(--text)}.checkbox-field span{color:var(--text-muted);margin-top:2px;font-size:.9rem}.access-note{border:1px solid rgba(var(--accent-rgb), .16);background:rgba(var(--accent-rgb), .08);color:var(--text-soft);padding:14px 16px}.membership-editor{border:1px solid var(--border);background:var(--surface-strong);gap:16px;padding:18px;display:grid}.membership-editor__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.membership-editor__header h3{margin:0 0 4px;font-size:1rem}.membership-editor__header p{color:var(--text-muted);margin:0}.membership-editor__search{width:min(100%,320px)}.membership-list{gap:12px;display:grid}.membership-row{border:1px solid var(--border);background:var(--surface);grid-template-columns:minmax(0,1fr) 190px;align-items:center;gap:16px;padding:14px 16px;display:grid}.membership-row__toggle{flex:1;align-items:center;gap:12px;min-width:0;min-height:52px;display:flex}.membership-row__checkbox{width:16px;height:16px;accent-color:var(--accent);margin:0}.membership-row__copy{min-width:0}.membership-row__copy strong,.membership-row__copy small{display:block}.membership-row__copy strong{margin-bottom:2px}.membership-row__copy small{color:var(--text-muted)}.membership-row__role{width:100%}.membership-row__role .field__control{min-height:46px}.membership-row__role select:disabled{color:var(--text-muted)}.line-editor,.product-editor__media,.rule-picker,.variant-inventory{border:1px solid var(--border);background:var(--surface-strong);gap:16px;padding:18px;display:grid}.line-editor__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.line-editor__header h3{margin:0 0 4px;font-size:1rem}.line-editor__header p,.rule-picker__copy p{color:var(--text-muted);margin:0}.line-editor__rows,.rule-picker-list,.variant-inventory__rows{gap:14px;display:grid}.variant-inventory__row{background:var(--surface);border:1px solid #d3c9bee6;grid-template-columns:minmax(0,1fr) minmax(390px,auto);align-items:center;gap:14px;padding:10px 12px;display:grid}.variant-inventory__row--changed{border-color:rgba(var(--accent-rgb), .24);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .05)}.variant-inventory__copy{min-width:0}.variant-inventory__copy strong,.variant-inventory__copy span{display:block}.variant-inventory__copy span{color:var(--text-muted);font-size:.88rem}.variant-inventory__controls{grid-template-columns:repeat(3,minmax(112px,126px));align-items:end;gap:10px;display:grid}.variant-inventory__stock{border:1px solid var(--border);background:var(--surface);align-items:center;min-height:44px;padding:0 12px;display:flex}.variant-inventory__stock-value{color:var(--text);font-size:1rem;line-height:1.1;display:block}.variant-inventory__stock--success{background:#6fae7b14;border-color:#6fae7b3d}.variant-inventory__stock--warning{background:#d98a4e14;border-color:#d98a4e3d}.variant-inventory__stock--danger{background:#d96b6b14;border-color:#d96b6b3d}.variant-inventory__stock--neutral{border-color:var(--border)}.variant-inventory__field{gap:6px;min-width:0}.variant-inventory__field .field__label{font-size:.76rem}.variant-inventory__field .field__control{min-height:44px;padding:0 12px}.line-editor__row{border:1px solid var(--border);background:var(--surface);grid-template-columns:minmax(0,2fr) 120px 140px 52px;align-items:end;gap:14px;padding:16px;display:grid}.line-editor__row--purchase,.line-editor__row--sale{grid-template-columns:minmax(0,1.8fr) 140px 160px 52px}.line-editor__remove{align-self:stretch}.line-editor__remove-label{display:none}.line-editor__summary{color:var(--text-soft);justify-content:space-between;align-items:center;gap:12px;padding-top:6px;display:flex}.line-editor__summary strong{font-size:1.05rem}.line-editor__mobile-summary{display:none}.line-editor__body{display:contents}.line-editor__type-toggle{align-items:center;gap:8px;display:inline-flex}.purchase-editor .line-editor,.sale-editor .line-editor{padding:16px 18px}.purchase-editor .line-editor__rows,.sale-editor .line-editor__rows{gap:0}.purchase-editor .line-editor__row,.sale-editor .line-editor__row{background:0 0;border:0;border-radius:0;padding:14px 0}.purchase-editor .line-editor__row+.line-editor__row,.sale-editor .line-editor__row+.line-editor__row{border-top:1px solid var(--border)}.purchase-editor .line-editor__row--purchase,.sale-editor .line-editor__row--sale{grid-template-columns:minmax(0,2.35fr) minmax(110px,.6fr) minmax(170px,.9fr) 40px}.purchase-editor .line-editor__remove,.sale-editor .line-editor__remove{align-self:end;width:40px;height:40px}.purchase-editor .line-editor__summary,.sale-editor .line-editor__summary{border-top:1px solid var(--border);padding-top:12px}.platform-transfer-editor__meta{grid-template-columns:minmax(0,1.2fr) minmax(220px,1fr) minmax(180px,.8fr);align-items:end}.platform-transfer-editor__row{grid-template-columns:minmax(0,2.5fr) minmax(100px,.55fr) minmax(140px,.8fr) minmax(170px,.9fr) 40px}.transfer-line__product{min-width:0}.transfer-line__cost{flex-direction:column;justify-content:center;align-items:flex-start;gap:.2rem;display:flex}.transfer-line__cost strong{color:var(--text)}.transfer-line__cost span{color:var(--text-muted);font-size:.85rem}.platform-transfer-editor__summary{gap:1rem}.platform-transfer-summary{margin-bottom:1rem}.platform-transfer-summary .mobile-collapsible-section__body{gap:8px;display:grid}.platform-transfer-summary__copy,.platform-transfer-detail__note{color:var(--text-muted);margin:0}.platform-transfer-detail{gap:1rem;display:grid}.platform-transfer-detail__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;display:grid}.platform-transfer-detail__card{background:#ffffffb8;border:1px solid #c4a58a47;gap:.25rem;padding:.9rem 1rem;display:grid}.platform-transfer-detail__card span{color:var(--text-muted);font-size:.82rem}.platform-transfer-detail__card strong{color:var(--text)}.panel-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.record-card__actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.variant-pills,.product-settings__summary,.product-editor__image-grid,.rule-picker__options{flex-wrap:wrap;gap:10px;display:flex}.product-editor__tabs{margin-bottom:18px}.product-editor__sku-view{gap:18px;display:grid}.product-editor__sku-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.product-editor__sku-summary-item{border:1px solid var(--border);background:var(--surface);gap:6px;padding:12px 14px;display:grid}.product-editor__sku-summary-item span{color:var(--text-muted);font-size:.78rem}.product-editor__sku-summary-item strong,.product-editor__sku-cell{color:var(--text);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.84rem}.product-editor__sku-cell{word-break:break-all}.product-editor__sku-link-cell,.product-editor__sku-link-cell .form-select{min-width:240px}.product-editor__sku-link-meta{color:var(--text-muted);margin-top:6px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.74rem;display:block}.product-editor__sku-cards{gap:12px}.product-editor__sku-card,.product-editor__sku-card-rows{gap:12px;display:grid}.product-editor__sku-card-row{border-top:1px solid var(--border);gap:10px;padding-top:12px;display:grid}.product-editor__sku-card-row:first-child{border-top:0;padding-top:0}.product-editor__sku-card-copy{gap:4px;display:grid}.product-editor__sku-card-copy span{color:var(--text-muted);word-break:break-word;font-size:.84rem}.product-editor__sku-card-link{gap:6px;display:grid}.product-editor__sku-group td{vertical-align:top}.product-editor__sku-group+.product-editor__sku-group tr:first-child td{border-top:1px solid var(--border)}.product-editor__sku-combination{align-items:center;min-width:92px;display:flex}.product-editor__sku-combination strong{color:var(--text)}.product-editor__batch-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.product-editor__batch-field{min-width:0}.multi-select-field{gap:10px;display:grid}.multi-select-field__options{flex-wrap:wrap;gap:10px;display:flex}.multi-select-field__option{border:1px solid var(--border);background:var(--surface);min-height:40px;color:var(--text-soft);justify-content:center;align-items:center;padding:0 14px;display:inline-flex}.multi-select-field__option:hover{border-color:var(--border-strong)}.multi-select-field__option--active{border-color:rgba(var(--accent-rgb), .28);background:rgba(var(--accent-rgb), .1);color:var(--accent)}.multi-select-field__option--ghost{background:0 0}.multi-select-field__empty{border:1px dashed var(--border-strong);min-height:52px;color:var(--text-muted);align-items:center;padding:0 16px;display:flex}.product-images__input{display:none}.variant-pill,.product-settings__chip,.rule-pill{min-height:34px;color:var(--text-soft);align-items:center;font-size:.84rem;display:inline-flex}.variant-pill--summary,.product-settings__chip strong{color:var(--text)}.product-settings__chip{gap:8px}.product-settings__chip span{color:var(--text-muted);font-size:.8rem}.rule-picker__copy strong{margin-bottom:4px;display:block}.rule-pill{background:0 0}.rule-pill--active{border-color:rgba(var(--accent-rgb), .28);background:rgba(var(--accent-rgb), .1);color:var(--accent)}.product-editor__image-block{gap:12px;display:grid}.product-editor__image-card{gap:8px;width:120px;display:grid}.product-editor__image-card img{object-fit:cover;border:1px solid var(--border);background:var(--surface);width:120px;height:120px}.product-editor__image-card span{color:var(--text-muted);word-break:break-word;font-size:.8rem}.filter-grid+.setting-list{margin-top:18px}.metric-grid,.content-grid,.settings-grid{gap:18px;display:grid}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid--primary{grid-template-columns:minmax(0,1.55fr) minmax(320px,.9fr)}.settings-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.settings-overview-card__action{align-items:center;display:flex}.metric-card{border:0;padding:18px}.metric-card__head{align-items:center;gap:12px;display:flex}.metric-card__icon,.setting-row__icon{background:var(--surface-muted);width:38px;height:38px}.metric-card--accent .metric-card__icon{background:rgba(var(--accent-rgb), .12);color:var(--accent)}.metric-card--warning .metric-card__icon{color:var(--warning);background:#d98a4e24}.metric-card--danger .metric-card__icon{color:var(--danger);background:#d96b6b24}.metric-card--success .metric-card__icon{color:var(--success);background:#6fae7b24}.metric-card__value{margin-top:20px;font-size:1.7rem;line-height:1.05;display:block}.metric-card__meta{margin-top:10px}.sparkline{width:100%;height:46px;margin-top:16px;overflow:visible}.sparkline polyline{stroke-width:2.8px}.metric-card--accent .sparkline polyline,.sparkline--accent polyline{stroke:var(--accent)}.metric-card--warning .sparkline polyline,.sparkline--warning polyline{stroke:var(--warning)}.metric-card--danger .sparkline polyline,.sparkline--danger polyline{stroke:var(--danger)}.metric-card--success .sparkline polyline,.sparkline--success polyline{stroke:var(--success)}.metric-card--neutral .sparkline polyline,.sparkline--neutral polyline{stroke:#a89d94}.mobile-collapsible-section{min-width:0}.mobile-collapsible-section__toggle{display:none}.mobile-collapsible-section__body{min-width:0}.panel{border:0;padding:22px}.panel__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.panel__action{min-width:0}.panel__header h2{margin:0 0 6px;font-size:1.06rem}.products-panel__toolbar,.products-panel__filters{align-items:center;gap:10px;display:flex}.products-panel__toolbar{grid-template-columns:minmax(0,1fr) auto;justify-content:flex-end;align-items:end;display:grid}.products-panel__select{min-width:180px}.files-page__toolbar{align-items:end;gap:12px;margin-bottom:18px;display:flex}.files-page__search{flex:280px}.files-page__filter,.files-page__upload-select,.files-page__upload-tags{min-width:180px}.files-page__upload-controls,.files-page__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.files-page__hidden-input{display:none}.files-page__tag-filter{gap:10px;margin-bottom:18px;display:grid}.files-page__tag-filter strong{font-size:.84rem;display:block}.files-page__tags{flex-wrap:wrap;gap:8px;display:flex}.file-image-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.file-image-card{gap:12px;display:grid}.file-image-card img{aspect-ratio:1;object-fit:cover;border:1px solid var(--border);background:var(--surface);width:100%}.file-image-card__copy{gap:4px;display:grid}.file-image-card__copy strong{display:block}.file-image-card__copy span{color:var(--text-muted);word-break:break-word;font-size:.85rem}.table-wrap{width:100%;max-width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:680px}.data-table th,.data-table td{text-align:left;vertical-align:top;padding:14px 16px}.data-table thead th{color:var(--text-muted);background:#f6f1ec;font-size:.82rem;font-weight:600}.table-sort{width:100%;color:inherit;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:inline-flex}.table-sort:hover{color:var(--text)}.table-sort:focus-visible{box-shadow:0 0 0 3px rgba(var(--accent-rgb), .14);border-radius:var(--radius-md);outline:0}.table-sort span{align-items:center;gap:8px;display:inline-flex}.data-table tbody tr+tr td{border-top:1px solid var(--border)}.data-table__row--interactive{cursor:pointer}.data-table__row--interactive:hover td{background:rgba(var(--accent-rgb), .04)}.data-table__row--interactive:focus-visible{outline:0}.data-table__row--interactive:focus-visible td{background:rgba(var(--accent-rgb), .08)}.table-primary strong,.record-card strong,.simple-list__item strong,.ranking-list__item strong,.setting-row__copy strong{display:block}.table-primary{min-width:0}.table-primary span,.record-card__meta,.simple-list__item span,.ranking-list__item span{color:var(--text-muted);font-size:.88rem}.table-primary span{display:block}.mobile-cards{display:none}.mobile-card--interactive{cursor:pointer}.mobile-card--interactive:focus-visible{outline:0}.mobile-card--interactive:focus-visible .record-card{box-shadow:0 0 0 3px rgba(var(--accent-rgb), .14)}.record-card{border:1px solid var(--border);background:var(--surface);padding:16px}.inventory-alert-dialog{gap:18px;display:grid}.inventory-alert-dialog__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.inventory-alert-dialog__metric{border:1px solid var(--border);background:#f8f4ef;padding:14px 16px}.inventory-alert-dialog__metric strong{font-size:1.2rem;display:block}.inventory-alert-dialog__metric span{color:var(--text-muted);font-size:.88rem}.record-card__top,.record-card__meta,.simple-list__item,.ranking-list__item,.setting-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.record-card__meta,.ranking-list__meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.simple-list,.ranking-list,.legend-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.simple-list__item,.ranking-list__item{border:1px solid var(--border);background:var(--surface);padding:14px 16px}.simple-list__item--interactive{cursor:pointer}.simple-list__item--interactive:hover{background:rgba(var(--accent-rgb), .04)}.simple-list__item--interactive:focus-visible{box-shadow:0 0 0 3px rgba(var(--accent-rgb), .14);outline:0}.status-badge{text-align:center;vertical-align:middle;white-space:nowrap;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:fit-content;max-width:100%;min-height:28px;padding:0 10px;font-size:.78rem;font-weight:600;line-height:1;display:inline-grid}.status-badge--neutral{color:var(--text-soft);background:#f4efea}.status-badge--accent{background:rgba(var(--accent-rgb), .12);color:var(--accent)}.status-badge--success{color:var(--success);background:#6fae7b21}.status-badge--warning{color:var(--warning);background:#d98a4e21}.status-badge--danger{color:var(--danger);background:#d96b6b21}.donut-chart{gap:20px;display:grid}.donut-chart__ring{aspect-ratio:1;border-radius:50%;place-items:center;width:min(100%,240px);margin:0 auto;padding:24px;display:grid}.donut-chart__center{aspect-ratio:1;background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:50%;place-items:center;width:100%;padding:18px;display:grid}.donut-chart__center span{color:var(--text-muted);font-size:.82rem}.donut-chart__center strong{font-size:1.2rem}.legend-list__item{color:var(--text-soft);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;display:grid}.legend-list__dot{border-radius:50%;width:10px;height:10px}.empty-state{border:1px dashed var(--border-strong);color:var(--text-muted);text-align:center;padding:28px}.setting-row{border:1px solid var(--border);background:var(--surface);flex-wrap:wrap;align-items:flex-start;padding:16px}.setting-list--compact{gap:0}.setting-list--compact .setting-row{background:0 0;border:0;border-radius:0;padding:12px 0}.setting-list--compact .setting-row+.setting-row{border-top:1px solid var(--border)}.setting-list--compact .setting-row__icon{width:34px;height:34px}.setting-row__copy{flex:1;min-width:240px}.setting-row__copy span{display:block}.setting-row__meta,.table-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.table-checkbox{justify-content:center;align-items:center;display:inline-flex}.product-settings__order-controls{justify-content:flex-start;align-items:center;gap:8px;display:inline-flex}.product-settings__order-index{background:var(--surface-muted);min-height:32px;color:var(--text-soft);border-radius:var(--radius-button);align-items:center;gap:6px;padding:0 10px;font-size:.82rem;font-weight:600;display:inline-flex}.product-settings__order-button{border:1px solid var(--border);border-radius:var(--radius-button);background:var(--surface);width:32px;height:32px;color:var(--text);justify-content:center;align-items:center;display:inline-flex}.product-settings__order-button:disabled{opacity:.45;cursor:not-allowed}.record-card__actions--split{justify-content:space-between;align-items:center}.product-settings__order-controls--mobile{flex:auto}.table-checkbox input{width:16px;height:16px;margin:0}.settlement-filters{margin-bottom:16px}.settlement-panel__actions{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.settlement-panel__artist-field{min-width:220px}.settlement-mobile-actions{margin-top:12px}.not-found-page{gap:16px;max-width:560px;display:grid}.audit-scope{min-width:180px}.managed-user-table{display:grid;overflow:hidden}.managed-user-table__head,.managed-user-table__row{grid-template-columns:minmax(200px,1.15fr) minmax(220px,1.15fr) minmax(220px,1.2fr) 120px 112px;align-items:center;gap:12px;padding:12px 14px;display:grid}.managed-user-table__head{color:var(--text-muted);background:#f6f1ec;font-size:.82rem;font-weight:600}.managed-user-table__row+.managed-user-table__row{border-top:1px solid var(--border)}.managed-user-table__cell{min-width:0}.managed-user-table__cell span{color:var(--text-soft)}.managed-user-table__cell--user{display:block}.managed-user-table__copy{min-width:0}.managed-user-table__copy strong{display:block}.managed-user-table__copy span{color:var(--text-muted);margin-top:2px;font-size:.84rem;display:block}.managed-user-table__cell--actions{justify-content:flex-end;display:flex}.audit-log-table{display:grid;overflow:hidden}.audit-log-table__head,.audit-log-table__row{grid-template-columns:minmax(240px,1.5fr) minmax(120px,.75fr) minmax(140px,.9fr) minmax(170px,1fr) minmax(160px,.95fr) 112px;align-items:center;gap:12px;padding:12px 14px;display:grid}.audit-log-table__head{color:var(--text-muted);background:#f6f1ec;font-size:.82rem;font-weight:600}.audit-log-table__row+.audit-log-table__row{border-top:1px solid var(--border)}.audit-log-table__cell{min-width:0}.audit-log-table__cell span{color:var(--text-soft)}.audit-log-table__cell--action{display:block}.audit-log-table__copy{min-width:0}.audit-log-table__copy strong{display:block}.audit-log-table__cell--status{justify-content:flex-end;display:flex}.audit-log-cards{gap:12px;display:grid}.audit-log-card{gap:10px;padding:14px 0;display:grid}.audit-log-card+.audit-log-card{border-top:1px solid var(--border)}.audit-log-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.audit-log-card__title{min-width:0}.audit-log-card__title strong{display:block}.audit-log-card__title p{color:var(--text-soft);margin:4px 0 0;font-size:.94rem}.audit-log-card__meta{color:var(--text-muted);flex-wrap:wrap;gap:6px 16px;font-size:.88rem;display:flex}.field__control,.user-chip,.form-error,.sidebar-link,.mobile-nav__item,.artist-switch__menu,.form-select__menu,.hero-pill,.dashboard-hero__stat,.platform-stat,.purchase-product-picker__menu,.purchase-product-picker__empty,.purchase-cart-group,.access-note,.membership-editor,.membership-row,.line-editor,.line-editor__row,.product-editor__media,.rule-picker,.variant-inventory,.variant-inventory__row,.product-editor__image-card img,.toast,.modal-surface,.sale-editor__notice,.platform-transfer-detail__card,.multi-select-field__empty,.record-card,.inventory-alert-dialog__metric,.simple-list__item,.ranking-list__item,.setting-row,.mobile-collapsible-section__toggle,.empty-state{border-radius:var(--radius-lg)}.button,.icon-button,.purchase-cart-button,.artist-switch__trigger,.artist-switch__option,.form-select__trigger,.form-select__option,.section-tab,.settings-tab,.multi-select-field__option{border-radius:var(--radius-button)}.form-date__trigger,.dashboard-hero__stat-icon,.platform-stat__icon,.metric-card__icon,.setting-row__icon,.purchase-product-picker__option,.variant-inventory__stock,.table-sort{border-radius:var(--radius-md)}.mobile-nav{display:none}@media (width<=1200px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid,.content-grid--primary{grid-template-columns:1fr}.dashboard-strip,.platform-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-columns--wide{grid-template-columns:1fr}}@media (width<=980px){.app-shell{grid-template-columns:1fr;min-height:100dvh}.sidebar{display:none}.topbar{flex-direction:column;padding:22px 20px 0}.topbar__actions{justify-content:flex-start;width:100%}.artist-switch{flex:240px;min-width:0}.artist-switch--desktop{display:none}.page-content{padding:0 0 calc(var(--mobile-nav-offset) + 12px)}.modal-backdrop{padding:16px 12px calc(12px + var(--safe-area-bottom));place-items:end center}.modal-surface,.modal-surface--md,.modal-surface--lg,.modal-surface--xl{border-radius:20px 20px 0 0;width:min(100%,900px);max-height:min(92dvh,980px)}.modal-surface__topbar{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fbf8f5f5;padding:16px 16px 14px;position:sticky;top:0}.modal-surface__body{padding:16px;padding-bottom:calc(20px + var(--safe-area-bottom))}.mobile-nav{width:auto;min-height:var(--mobile-nav-offset);background:#111;justify-content:center;align-items:stretch;gap:0;padding:0;display:flex;position:fixed;bottom:0;left:0;right:0;transform:none}.mobile-profile-trigger{display:flex}.mobile-profile-menu{display:grid}.mobile-nav__item{width:100%;min-width:0;min-height:60px;padding:10px 8px calc(10px + var(--safe-area-bottom));border:0;border-radius:0;flex-direction:column;flex:1 1 0;justify-content:center;gap:6px;font-size:.74rem}}@media (width<=760px){.boot-screen--page{text-align:center;place-items:center}.boot-screen--page .boot-screen__panel{text-align:center;justify-items:center}.topbar{gap:10px;padding:14px 14px 0}.topbar__copy h1{margin-bottom:2px;font-size:clamp(1.5rem,7vw,1.9rem)}.topbar__copy p{-webkit-line-clamp:1;-webkit-box-orient:vertical;max-width:44ch;font-size:.88rem;line-height:1.4;display:-webkit-box;overflow:hidden}.topbar__actions{gap:8px}.page-content{padding:0 0 calc(var(--mobile-nav-offset) + 12px)}.field__control{min-height:48px;padding:0 12px}.panel{padding:16px}.panel__header{flex-direction:column;align-items:stretch;gap:8px;margin-bottom:10px}.panel__header h2{margin-bottom:2px;font-size:.98rem}.panel__header p{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.84rem;line-height:1.4;display:-webkit-box;overflow:hidden}.panel__header>.button,.panel__header>.button-row,.panel__header>.panel-actions,.panel__header>.products-panel__toolbar,.panel__action{width:100%}.panel__header>.button-row,.panel__header>.panel-actions{flex-direction:column;align-items:stretch;gap:8px}.panel__header>.button,.panel__header>.button-row .button,.panel__header>.panel-actions .button{justify-content:center;width:100%}.entity-editor__section-header p,.line-editor__header p,.field__help,.record-card p,.setting-row__copy span,.table-primary span{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.35;display:-webkit-box;overflow:hidden}.simple-list__item span,.ranking-list__item span{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.35;display:-webkit-box;overflow:hidden}.setting-row__copy{min-width:0}.metric-card{padding:12px}.metric-card__head{gap:10px}.metric-card__icon,.setting-row__icon,.dashboard-hero__stat-icon,.platform-stat__icon{width:34px;height:34px}.metric-card__value{margin-top:14px;font-size:1.45rem}.metric-card__meta{margin-top:6px;font-size:.82rem}.section-tabs,.settings-tabs{padding-inline:16px 10px;flex-wrap:nowrap;padding-bottom:2px;scroll-padding-inline:16px;overflow-x:auto}.section-tab,.settings-tab{white-space:nowrap;flex:none}.mobile-view-select{display:block}.section-tabs--mobile-hidden,.settings-tabs--mobile-hidden{display:none}.metric-grid{scroll-snap-type:x proximity;grid-template-columns:none;grid-auto-columns:minmax(220px,84vw);grid-auto-flow:column;padding-bottom:2px;overflow-x:auto}.section-tabs,.settings-tabs,.metric-grid,.dashboard-hero__stats,.platform-stats{scrollbar-width:none}.section-tabs::-webkit-scrollbar{width:0;height:0;display:none}.settings-tabs::-webkit-scrollbar{width:0;height:0;display:none}.metric-grid::-webkit-scrollbar{width:0;height:0;display:none}.dashboard-hero__stats::-webkit-scrollbar{width:0;height:0;display:none}.platform-stats::-webkit-scrollbar{width:0;height:0;display:none}.metric-grid>*{scroll-snap-align:start;min-width:0}.mobile-collapsible-section{gap:8px;display:grid}.mobile-collapsible-section__toggle{width:100%;color:var(--text-primary);box-shadow:none;background:0 0;border:0;justify-content:space-between;align-items:flex-start;gap:10px;padding:0;display:flex}.mobile-collapsible-section__title{text-align:left;min-width:0;font-size:.94rem;font-weight:600}.mobile-collapsible-section__icon{color:var(--text-muted);flex-shrink:0;transition:transform .16s}.mobile-collapsible-section--open .mobile-collapsible-section__icon{transform:rotate(180deg)}.mobile-collapsible-section--static .mobile-collapsible-section__body{gap:8px;display:grid}.content-grid{grid-template-columns:1fr}.files-page__toolbar,.files-page__upload-controls{gap:8px;margin-bottom:12px;display:grid}.files-page__upload-controls>.button{justify-content:center;width:100%}.files-page__filter,.files-page__upload-select,.files-page__search{width:100%;min-width:0}.files-page__tag-filter{gap:8px;margin-bottom:12px}.overview-hero{grid-template-columns:1fr;gap:12px;padding:14px}.overview-hero__copy h2{margin:6px 0 8px;font-size:clamp(1.7rem,9vw,2.3rem)}.overview-hero__copy p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.4;display:-webkit-box;overflow:hidden}.hero-pill{padding:12px 14px}.dashboard-strip,.dashboard-columns,.dashboard-hero{grid-template-columns:1fr}.dashboard-columns,.content-grid,.content-grid--primary,.page-stack{gap:12px}.dashboard-hero{gap:14px;padding:14px}.dashboard-hero__copy{grid-template-columns:1fr;align-items:start;gap:10px;padding-right:0}.dashboard-hero__copy h2{font-size:clamp(1.45rem,8vw,1.9rem)}.dashboard-hero__copy p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.4;display:-webkit-box;overflow:hidden}.dashboard-hero__copy>.button-row{grid-area:auto;gap:8px;width:100%;margin-top:6px;display:grid}.dashboard-strip{gap:8px}.dashboard-hero__stats,.platform-stats{scroll-snap-type:x proximity;grid-template-columns:none;grid-auto-columns:minmax(220px,84vw);grid-auto-flow:column;gap:10px;padding-bottom:2px;display:grid;overflow-x:auto}.dashboard-hero__stats>*,.platform-stats>*{scroll-snap-align:start;min-width:0}.dashboard-hero__stats>:last-child:nth-child(odd){grid-column:auto}.dashboard-hero__summary{text-align:left;grid-area:auto;justify-items:start;gap:6px;padding:0}.dashboard-hero__summary .form-select{min-width:0}.dashboard-hero__custom-range{grid-template-columns:1fr}.dashboard-hero__value{font-size:clamp(2rem,11vw,2.7rem)}.dashboard-hero__meta{justify-self:start;font-size:.88rem}.auth-page{padding:20px}.auth-panel--form{padding:24px}.modal-backdrop{padding:0}.modal-surface,.modal-surface--md,.modal-surface--lg,.modal-surface--xl{border-radius:0;width:100%;min-height:100dvh;max-height:100dvh}.modal-surface__topbar{z-index:2;padding:calc(12px + env(safe-area-inset-top)) 16px 16px;background:var(--surface);position:sticky;top:0}.modal-surface__copy h2{font-size:1.2rem}.modal-surface__body{padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.button,.button--compact{min-height:42px;padding:0 14px}.button-row,.editor-action-row,.entity-editor__actions{gap:8px}.button-row{margin-top:16px;display:grid}.button-row .button{justify-content:center;width:100%}.artist-switch{width:100%;min-width:0}.products-panel__toolbar{grid-template-columns:1fr;justify-content:flex-start;gap:8px}.products-panel__select{width:100%;min-width:0}.products-panel__filters{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;padding-bottom:0;display:grid;overflow:visible}.filter-grid{grid-template-columns:1fr;gap:8px}.settlement-panel__actions{grid-template-columns:1fr;align-items:stretch;gap:8px;display:grid}.field__label{font-size:.78rem}.form-date__display{min-height:46px;padding:0 44px 0 14px}.purchase-cart-button{justify-content:space-between;width:100%}.user-chip{width:100%}.table-wrap{display:none}.table-wrap--mobile-visible{display:block}.mobile-cards{gap:10px;display:grid}.table-actions,.files-page__actions,.settlement-mobile-actions{gap:8px;width:100%}.table-actions .button,.files-page__actions .button,.settlement-mobile-actions .button{flex:140px;justify-content:center}.managed-user-table{border:0;gap:12px}.managed-user-table__head{display:none}.managed-user-table__row{background:var(--surface);grid-template-columns:1fr;padding:14px}.managed-user-table__row+.managed-user-table__row{border-top:0}.managed-user-table__cell--actions{justify-content:flex-start}.audit-log-table{border:0;gap:12px}.audit-log-table__head{display:none}.audit-log-table__row{background:var(--surface);grid-template-columns:1fr;padding:14px}.audit-log-table__row+.audit-log-table__row{border-top:0}.audit-log-table__cell--status{justify-content:flex-start}.settlement-filters{grid-template-columns:1fr}.settlement-panel__actions{flex-direction:column;align-items:stretch}.settlement-panel__artist-field{width:100%;min-width:0}.entity-editor__grid{grid-template-columns:1fr}.entity-editor__section{gap:12px;padding:14px}.entity-editor__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.entity-editor__summary-card{padding:12px}.inventory-alert-dialog__summary{grid-template-columns:1fr}.purchase-editor__meta,.sale-editor__meta,.platform-transfer-editor__meta{grid-template-columns:1fr;align-items:stretch}.field--span-2{grid-column:auto}.membership-editor__header,.membership-row{grid-template-columns:1fr;display:grid}.line-editor__row{grid-template-columns:1fr}.line-editor__type-toggle{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.line-editor__type-toggle .button{justify-content:center;width:100%}.line-editor__mobile-summary{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text);background:#f6f1ecb8;align-items:center;gap:10px;padding:12px;display:flex}.line-editor__mobile-summary-copy{text-align:left;flex:auto;min-width:0}.line-editor__mobile-summary-copy strong,.line-editor__mobile-summary-copy span{display:block}.line-editor__mobile-summary-copy strong{font-size:.92rem}.line-editor__mobile-summary-copy span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.78rem;overflow:hidden}.line-editor__mobile-summary-values{text-align:right;flex-shrink:0;justify-items:end;gap:2px;display:grid}.line-editor__mobile-summary-values strong{font-size:.9rem}.line-editor__mobile-summary-values span{color:var(--text-muted);font-size:.76rem}.line-editor__mobile-summary-icon{color:var(--text-muted);flex-shrink:0;transition:transform .16s}.line-editor__mobile-summary--open .line-editor__mobile-summary-icon{transform:rotate(180deg)}.line-editor__summary{flex-direction:column;align-items:flex-start}.field__row--actions,.platform-transfer-editor__row,.purchase-cart-line,.purchase-cart-family__row,.product-editor__sku-summary{grid-template-columns:1fr}.purchase-editor .line-editor,.sale-editor .line-editor{background:0 0;border:0;padding:0}.purchase-editor .line-editor__header,.sale-editor .line-editor__header,.purchase-editor .line-editor__rows,.sale-editor .line-editor__rows{gap:10px}.purchase-editor .line-editor__row,.sale-editor .line-editor__row{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:1fr;gap:10px;padding:12px}.purchase-editor .line-editor__row+.line-editor__row,.sale-editor .line-editor__row+.line-editor__row{border-top:0}.purchase-editor .line-editor__row--purchase,.sale-editor .line-editor__row--sale{grid-template-columns:1fr}.purchase-editor .line-editor__body,.sale-editor .line-editor__body{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.purchase-editor .line-editor__body--collapsed,.sale-editor .line-editor__body--collapsed{display:none}.purchase-editor .purchase-line__product,.sale-editor .sale-line__product{grid-column:1/-1}.purchase-editor .line-editor__remove,.sale-editor .line-editor__remove{grid-column:1/-1;justify-content:center;align-items:center;gap:8px;width:100%;height:auto;min-height:42px;padding:0 14px;display:inline-flex}.line-editor__remove-label{display:inline}.purchase-editor .line-editor__summary,.sale-editor .line-editor__summary{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:12px 14px}.purchase-cart-line__total{justify-items:flex-start}.purchase-product-picker__option{grid-template-columns:1fr}.purchase-product-picker__option-side{text-align:left}.variant-inventory__row{grid-template-columns:1fr}.variant-inventory__controls{grid-template-columns:1fr;align-items:stretch}.product-editor__batch-grid{grid-template-columns:1fr}.modal-surface__body .entity-editor__footer{bottom:calc(-16px - env(safe-area-inset-bottom));padding:12px 0 calc(12px + env(safe-area-inset-bottom));background:linear-gradient(#fbf8f500,#fbf8f5f5 20%,#fbf8f5f5);margin-top:4px;position:sticky}.modal-surface__body .entity-editor__actions{width:100%}.modal-surface__body .entity-editor__actions .button{flex:1 1 0;justify-content:center}.membership-editor__search,.membership-row__role{width:100%}.record-card{padding:14px 12px}.record-card__top,.record-card__meta,.simple-list__item,.ranking-list__item,.setting-row{align-items:flex-start;gap:10px}.record-card__meta,.ranking-list__meta{flex-direction:column;align-items:flex-start;gap:6px}.simple-list,.ranking-list,.legend-list{gap:10px}.simple-list__item,.ranking-list__item{padding:12px 14px}.record-card__actions{flex-direction:column;align-items:stretch;gap:8px;margin-top:12px}.record-card__actions .button{justify-content:center;width:100%;min-width:0}.empty-state{padding:18px}}
