.publisher {color-scheme:light;}
.publisher main {padding-block:36px 80px;}
.publisher h1 {font:750 30px/1.2 var(--body);letter-spacing:-.5px;}
.publisher h2 {font:700 22px/1.3 var(--body);letter-spacing:-.25px;}
.publisher section {margin-top:32px;padding-top:24px;border-top:1px solid var(--line);}
.publisher p {max-width:72ch;}
.publisher .section-heading,.publisher .actions {display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.publisher .actions {justify-content:flex-start;margin-top:20px;}
.publisher button,.publisher .primary {font:600 14px var(--body);display:inline-block;padding:11px 16px;min-height:44px;border:1px solid #9daebb;background:#fff;color:#172c43;border-radius:5px;cursor:pointer;text-decoration:none;}
.publisher .primary {background:#0d594f;color:#fff;border-color:#0d594f;}
.publisher button:hover {background:#e4edf2;}
.publisher .primary:hover {background:#09483f;}
.publisher button:disabled {opacity:.6;cursor:wait;}
.publisher :is(button,a,input,select,textarea):focus-visible {outline:3px solid #167b70;outline-offset:3px;}
.publisher label {display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:14px;}
.publisher input,.publisher select,.publisher textarea {width:100%;min-height:44px;border:1px solid #9daebb;border-radius:4px;padding:9px 11px;font:400 15px var(--body);background:#fff;color:#172c43;}
.publisher textarea {resize:vertical;margin-block:6px 16px;}
.publisher #pick-notes {min-height:360px;line-height:1.65;padding:16px;}
@media(max-width:600px){.publisher #pick-notes{min-height:300px;}}
.publisher form {margin-top:28px;}
.publisher .form-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px;}
.publisher .table-scroll {overflow:auto;border:1px solid var(--line);border-radius:5px;}
.publisher table {width:100%;border-collapse:collapse;background:#fff;}
.publisher th,.publisher td {text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:top;}
.publisher th {background:#e9f0f5;color:#172c43;white-space:nowrap;font-size:13px;}
.publisher td {min-width:100px;font-size:14px;}
.publisher td p {margin-bottom:5px;}
.publisher td button {margin:0 6px 6px 0;}
.publisher #status {padding-block:10px;color:#30566d;min-height:40px;}
.publisher #status.error {color:#9a291f;}
.publisher #signin-note {margin-top:16px;}
@media(max-width:850px){.publisher .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:540px){.publisher .form-grid{grid-template-columns:1fr;}.publisher .shell{width:calc(100% - 32px);}.publisher main{padding-top:24px;}}
.publisher #status:empty{display:none;}
.publisher #identity{margin-bottom:4px;overflow-wrap:anywhere;}
.publisher #account-role{margin-top:0;color:#405b70;}
.profile-layout{display:grid;grid-template-columns:220px minmax(0,540px);gap:40px;margin-top:24px;}
.profile-avatar{display:grid;place-items:center;width:104px;height:104px;border-radius:50%;overflow:hidden;background:#e3ecef;color:#30566d;border:1px solid #9daebb;margin-bottom:16px;}
.profile-avatar svg{width:48px;height:48px;}
.publisher .photo-upload{display:block;}
.publisher .photo-upload input{font-size:12px;margin-block:8px 12px;padding:8px;}
.publisher .field-help{font-size:13px;color:#405b70;line-height:1.5;margin-top:8px;}
.profile-fields label{margin-bottom:8px;}
.profile-fields .field-help{margin-bottom:24px;}
.optional-label{margin-left:5px;color:#5d7183;font-size:12px;font-weight:400;}
#profile-sports-field{margin:0 0 24px;padding:0;border:0;}
#profile-sports-field legend{margin-bottom:4px;font-size:14px;font-weight:700;}
#profile-sports-field .field-help{margin:0 0 12px;}
.sport-pill-options{display:flex;flex-wrap:wrap;gap:9px;}
.publisher .sport-pill-options label{position:relative;display:inline-flex;flex-direction:row;margin:0;font-weight:700;cursor:pointer;}
.sport-pill-options input{position:absolute;width:1px;min-height:1px;opacity:0;}
.sport-pill-options span{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border:1px solid #a9bac7;border-radius:999px;background:#fff;color:#17354a;font-size:13px;}
.sport-pill-options input:checked+span{border-color:#147C0E;background:#e3f8df;color:#105d0c;}
.sport-pill-options input:focus-visible+span{outline:3px solid #147C0E;outline-offset:3px;}
.security-settings{border-top:1px solid var(--line);padding-top:24px;margin-top:32px;}
.security-settings input{max-width:540px;margin-top:8px;}
.publisher #profile-status{color:#30566d;}
@media(max-width:600px){.profile-layout{grid-template-columns:1fr;gap:24px;}.photo-settings{max-width:300px;}}
/* Shared administration tools; authorization is enforced by the API. */
#admin-dashboard { margin:28px 0; padding:28px; border:1px solid var(--line); border-radius:12px; background:white; }
.admin-revenue { padding:20px; background:var(--bg); border-radius:8px; margin:20px 0; }
.admin-revenue strong { font-size:24px; }
.featured-form { display:flex; flex-wrap:wrap; align-items:end; gap:16px; margin:24px 0; }
.featured-form h3,.featured-form > p { flex-basis:100%; margin:0; }
.featured-form label { display:grid; gap:6px; }
.application-card { border:1px solid var(--line); padding:16px; margin-bottom:12px; }
.application-card button { margin-right:10px; }
#application-page{max-width:1050px;margin:32px auto 60px}#application-page>h2{font-size:clamp(32px,5vw,54px);letter-spacing:-.04em;margin:.1em 0}#application-page>p:not(.eyebrow){font-size:18px;line-height:1.55;color:#405b70;max-width:720px}.step-label{color:#147c0e;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800}.apply-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}#application-form section{padding-block:28px 34px;margin-top:0}#application-form h3{margin:0 0 22px}#application-form fieldset{border:0;padding:0;margin:12px 0 25px}#application-form legend{font-weight:700;font-size:14px;margin-bottom:12px}#application-form label{margin-block:8px 18px}#application-form textarea{margin-bottom:0}#application-form .sport-pill-options label{margin:0}#application-form .field-help{margin:8px 0 22px}.required-label{font-size:12px;font-weight:400;color:#405b70}.apply-submit{background:#0d2334;color:#fff;border-radius:12px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:32px}.apply-submit p{margin:0}.apply-submit .primary{background:#147c0e;border-color:#147c0e;white-space:nowrap}@media(max-width:650px){.apply-grid{grid-template-columns:1fr}.apply-submit{display:block}.apply-submit button{margin-top:20px;width:100%}}
.auth-panel{max-width:520px;margin-inline:auto;background:#fff;padding:32px!important;border:1px solid var(--line);border-radius:12px;}
.auth-form{display:grid;gap:16px;}.auth-form[hidden]{display:none;}.auth-form p{margin:0;}.auth-divider{text-align:center;color:var(--muted);margin:24px 0 16px;}
#auth-status{min-height:24px;overflow-wrap:anywhere;}#google-option .primary{display:block;text-align:center;}
#member-account h3{margin-top:28px;} .purchase-card{padding:20px;background:#fff;border:1px solid var(--line);border-radius:8px;margin-bottom:16px;} .purchase-card p{white-space:pre-wrap;}
#public-profile{display:inline-block;margin-bottom:16px;}.profile-fields #profile-username{margin-bottom:18px;}
.account-active-play { padding:18px 0; border-bottom:1px solid var(--line); }
.account-active-play h3 { margin:0 0 6px; font-size:17px; }
#seller-dashboard {background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;margin-block:28px;}
#seller-dashboard h2 {margin:0;}
#seller-dashboard h3 {margin:30px 0 14px;}
#seller-dashboard p {color:#405b70;font-size:14px;line-height:1.6;}
#seller-dashboard .table-scroll {margin-block:20px;font-variant-numeric:tabular-nums;}
#seller-dashboard .seller-net :is(th,td) {background:#e5f3f1;color:#0d594f;font-weight:700;}
.seller-terms {display:flex;align-items:center;gap:32px;background:#0d1f36;color:#fff;padding:22px;margin-top:20px;border-radius:8px;}
.seller-terms span {display:block;font-size:14px;color:#c6e1e2;}
.seller-terms strong {font-size:26px;font-variant-numeric:tabular-nums;}
#seller-dashboard .seller-terms p {color:#e5eff5;margin:0;}
.seller-terms-form {display:flex;flex-wrap:wrap;align-items:end;gap:18px;border-top:1px solid var(--line);padding-top:24px;}
.seller-terms-form h3,.seller-terms-form>p {flex-basis:100%;margin:0;}
.seller-terms-form label {flex:1;min-width:180px;}
@media(max-width:600px){#seller-dashboard{padding:18px;}.seller-terms{align-items:flex-start;flex-direction:column;gap:12px;}#seller-dashboard .section-heading{align-items:flex-start;}#seller-dashboard td,#seller-dashboard th{padding:12px;}}
