.brand-backstage{--brand-bg:#fbf6ee;--brand-surface:#fff;--brand-surface-soft:#fffaf0;--brand-fg:#1f1a14;--brand-muted:#7a7066;--brand-muted-soft:#a6a097;--brand-accent:#8b1e2d;--brand-accent-hover:#721826;--brand-accent-fg:#fbf6ee;--brand-warm:#d4a017;--brand-success:#197a3d;--brand-success-bg:#d8eddd;--brand-pending:#b8761c;--brand-pending-bg:#f6e6c8;--brand-border:#ece1cc;--brand-border-soft:#f3ead9;--brand-serif:ui-serif,"Iowan Old Style","Apple Garamond",Baskerville,"Times New Roman",Times,serif;--brand-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--brand-mono:ui-monospace,"SF Mono",Menlo,Consolas,monospace;--brand-radius:14px;--brand-radius-soft:10px;--brand-radius-pill:999px;--brand-shadow:0 1px 2px rgba(31,26,20,.04),0 8px 24px rgba(31,26,20,.06);background-color:var(--brand-bg);color:var(--brand-fg);font-family:var(--brand-sans)}.brand-backstage .brand-nav{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:24px;padding:16px 32px;background-color:hsla(37,62%,96%,.85);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--brand-border-soft)}.brand-backstage .brand-nav-mark{font-family:var(--brand-serif);font-size:24px;font-weight:600;letter-spacing:-.01em;color:var(--brand-fg);text-decoration:none}.brand-backstage .brand-nav-mark:after{content:"";display:inline-block;width:6px;height:6px;border-radius:999px;background-color:var(--brand-accent);margin-left:4px;vertical-align:.45em}.brand-backstage .brand-nav-links{display:flex;align-items:center;gap:28px;margin-left:24px}.brand-backstage .brand-nav-link{font-size:14px;color:var(--brand-muted);text-decoration:none;transition:color .12s ease}.brand-backstage .brand-nav-link:hover{color:var(--brand-fg)}.brand-backstage .brand-nav-link[data-active=true]{color:var(--brand-fg);font-weight:500}.brand-backstage .brand-nav-spacer{flex:1}.brand-backstage .brand-nav-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;background-color:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--brand-radius-pill);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-muted)}.brand-backstage .brand-nav-pill:before{content:"";display:inline-block;width:6px;height:6px;border-radius:999px;background-color:var(--brand-warm)}.brand-backstage .brand-nav-avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background-color:var(--brand-accent);color:var(--brand-accent-fg);font-size:12px;font-weight:600;letter-spacing:.04em}@media (max-width:720px){.brand-backstage .brand-nav{padding:14px 20px}.brand-backstage .brand-nav-links{display:none}}.brand-backstage .brand-page{max-width:1080px;margin:0 auto;padding:40px 32px 80px}@media (max-width:720px){.brand-backstage .brand-page{padding:28px 20px 60px}}.brand-backstage .brand-page-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:24px}.brand-backstage .brand-page-title{font-family:var(--brand-serif);font-size:30px;font-weight:600;letter-spacing:-.01em;margin:0}.brand-backstage .brand-page-meta{font-size:13px;color:var(--brand-muted)}.brand-backstage .brand-balance{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:32px 36px;background-color:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--brand-radius);box-shadow:var(--brand-shadow);margin-bottom:20px}.brand-backstage .brand-balance-label{font-size:13px;color:var(--brand-muted);margin-bottom:6px}.brand-backstage .brand-balance-amount{font-family:var(--brand-serif);font-size:56px;font-weight:600;line-height:1;letter-spacing:-.02em;color:var(--brand-fg)}.brand-backstage .brand-balance-pending{margin-top:10px;font-size:13px;color:var(--brand-muted)}.brand-backstage .brand-balance-pending strong{color:var(--brand-fg);font-weight:500}@media (max-width:640px){.brand-backstage .brand-balance{grid-template-columns:1fr;padding:24px 22px}.brand-backstage .brand-balance-amount{font-size:44px}}.brand-backstage .brand-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;background-color:var(--brand-accent);color:var(--brand-accent-fg);font-family:var(--brand-sans);font-size:14px;font-weight:500;border:1px solid var(--brand-accent);border-radius:var(--brand-radius-pill);cursor:pointer;transition:background-color .12s ease,transform .12s ease,box-shadow .2s ease}.brand-backstage .brand-button:hover{background-color:var(--brand-accent-hover);border-color:var(--brand-accent-hover);transform:translateY(-1px);box-shadow:0 6px 16px rgba(139,30,45,.2)}.brand-backstage .brand-button:active{transform:translateY(0);box-shadow:none}.brand-backstage .brand-button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.brand-backstage .brand-button-quiet{background-color:var(--brand-surface);color:var(--brand-fg);border:1px solid var(--brand-border)}.brand-backstage .brand-button-quiet:hover{background-color:var(--brand-surface-soft);border-color:var(--brand-fg);box-shadow:none}.brand-backstage .brand-button-large{padding:14px 28px;font-size:15px}.brand-backstage .brand-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}@media (max-width:720px){.brand-backstage .brand-stats{grid-template-columns:1fr}}.brand-backstage .brand-stat{padding:22px 24px;background-color:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.brand-backstage .brand-stat-label{font-size:12px;color:var(--brand-muted);margin-bottom:8px;letter-spacing:.02em}.brand-backstage .brand-stat-value{font-family:var(--brand-serif);font-size:26px;font-weight:600;letter-spacing:-.01em;color:var(--brand-fg)}.brand-backstage .brand-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.brand-backstage .brand-section-title{font-family:var(--brand-serif);font-size:20px;font-weight:600;letter-spacing:-.01em;margin:0}.brand-backstage .brand-link{font-size:13px;color:var(--brand-accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .12s ease}.brand-backstage .brand-link:hover{border-bottom-color:var(--brand-accent)}.brand-backstage .brand-table{width:100%;background-color:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--brand-radius);border-collapse:separate;border-spacing:0;overflow:hidden}.brand-backstage .brand-table thead th{text-align:left;font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--brand-muted);padding:14px 22px;background-color:var(--brand-surface-soft);border-bottom:1px solid var(--brand-border)}.brand-backstage .brand-table thead th:last-child{text-align:right}.brand-backstage .brand-table tbody td{padding:16px 22px;font-size:14px;color:var(--brand-fg);border-bottom:1px solid var(--brand-border-soft)}.brand-backstage .brand-table tbody tr:last-child td{border-bottom:none}.brand-backstage .brand-table tbody tr{cursor:pointer;transition:background-color .12s ease}.brand-backstage .brand-table tbody tr:hover{background-color:var(--brand-surface-soft)}.brand-backstage .brand-table tbody td:last-child{text-align:right}.brand-backstage .brand-table-empty{padding:36px 22px;text-align:center;color:var(--brand-muted);font-size:14px}.brand-backstage .brand-pill-status{display:inline-block;padding:4px 11px;border-radius:999px;font-size:12px;font-weight:500;letter-spacing:.02em}.brand-backstage .brand-pill-status[data-status=paid]{background-color:var(--brand-success-bg);color:var(--brand-success)}.brand-backstage .brand-pill-status[data-status=processing]{background-color:var(--brand-pending-bg);color:var(--brand-pending)}.brand-backstage .brand-pill-status[data-status=failed]{background-color:#f6dad8;color:#9c2418}.brand-backstage .brand-fieldset{background-color:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:26px}.brand-backstage .brand-fieldset+.brand-fieldset{margin-top:16px}.brand-backstage .brand-fieldset-title{font-family:var(--brand-serif);font-size:18px;font-weight:600;letter-spacing:-.01em;margin:0 0 4px}.brand-backstage .brand-fieldset-blurb{font-size:13px;color:var(--brand-muted);margin:0 0 18px}.brand-backstage .brand-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}.brand-backstage .brand-label{display:flex;flex-direction:column;gap:6px}.brand-backstage .brand-label[data-full=true]{grid-column:1/-1}.brand-backstage .brand-label-text{font-size:12px;letter-spacing:.02em;color:var(--brand-muted)}.brand-backstage .brand-input{width:100%;padding:11px 14px;background-color:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius-soft);font-family:var(--brand-sans);font-size:14px;color:var(--brand-fg);transition:border-color .12s ease,background-color .12s ease}.brand-backstage .brand-input:focus,.brand-backstage .brand-input:hover{background-color:var(--brand-surface)}.brand-backstage .brand-input:focus{outline:none;border-color:var(--brand-accent)}.brand-backstage .brand-input::placeholder{color:var(--brand-muted-soft)}.brand-backstage .brand-amount-wrap{display:flex;align-items:baseline;gap:10px;padding:26px 28px;background-color:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);margin-bottom:12px}.brand-backstage .brand-amount-currency{font-family:var(--brand-serif);font-size:28px;color:var(--brand-muted);font-weight:500}.brand-backstage .brand-amount-input{flex:1;font-family:var(--brand-serif);font-size:48px;font-weight:600;letter-spacing:-.02em;border:none;background:transparent;color:var(--brand-fg);width:100%}.brand-backstage .brand-amount-input:focus{outline:none}.brand-backstage .brand-amount-input::placeholder{color:var(--brand-muted-soft)}.brand-backstage .brand-amount-meta{display:flex;justify-content:space-between;font-size:13px;color:var(--brand-muted)}.brand-backstage .brand-amount-quick{display:flex;gap:8px;margin-bottom:18px}.brand-backstage .brand-amount-chip{padding:7px 14px;background-color:var(--brand-surface);color:var(--brand-fg);border:1px solid var(--brand-border);border-radius:999px;font-size:12px;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.brand-backstage .brand-amount-chip:hover{border-color:var(--brand-fg)}.brand-backstage .brand-note{padding:12px 16px;background-color:var(--brand-surface-soft);border:1px solid var(--brand-border-soft);border-radius:var(--brand-radius-soft);font-size:13px;color:var(--brand-muted);line-height:1.55}.brand-backstage .brand-note strong{color:var(--brand-fg);font-weight:500}.brand-backstage .brand-detail-card{background-color:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:28px 30px}.brand-backstage .brand-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 32px;margin-top:18px}@media (max-width:640px){.brand-backstage .brand-detail-grid{grid-template-columns:1fr}}.brand-backstage .brand-detail-row dt{font-size:12px;letter-spacing:.02em;color:var(--brand-muted);margin-bottom:4px}.brand-backstage .brand-detail-row dd{margin:0;font-size:15px;color:var(--brand-fg)}.brand-backstage .brand-detail-row dd[data-mono=true]{font-family:var(--brand-mono);font-size:13px}