/* Operational forms reuse the existing brand tokens and AdminLTE form anatomy. */
.operational-shell,
.operational-review {
    --op-brand: #b4233d;
    --op-brand-hover: #8f172e;
    --op-brand-soft: #fff1f2;
    --op-paper: #ffffff;
    --op-canvas: #f8f7f6;
    --op-ink: #1e1b1c;
    --op-muted: #686164;
    --op-border: #e6e1e2;
    --op-control-border: #bdb4b7;
    --op-success: #16724b;
    --op-success-soft: #edf8f2;
    --op-warning: #986600;
    --op-error: #b42318;
    --op-error-soft: #fff1f0;
    --op-radius: 8px;
    --op-surface-radius: 12px;
    --op-control-size: 48px;
    --op-control-padding: 16px;
    --op-select-space: 44px;
    --op-select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23686164' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    color: var(--op-ink);
    color-scheme: light;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
:is(.operational-shell, .operational-review)[data-site="canarias"] {
    --op-brand: #9f1d35;
    --op-brand-hover: #7d1429;
    --op-brand-soft: #fff4f2;
}
.operational-shell {
    --site-brand-600: var(--op-brand);
    --site-brand-700: var(--op-brand-hover);
    --site-brand-50: var(--op-brand-soft);
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    background: var(--op-canvas);
}
:is(.operational-shell, .operational-review) :is(a, button, input, textarea, select, summary):focus-visible { outline: 3px solid var(--op-brand); outline-offset: 3px; box-shadow: none; }
.op-account-header { position: relative; z-index: 20; border-bottom: 1px solid var(--op-border); background: var(--op-paper); }
.op-account-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1360px; min-height: 88px; margin-inline: auto; padding: 12px clamp(16px, 2.5vw, 32px); }
.op-account-brand { display: inline-flex; align-items: center; min-width: 0; min-height: 48px; flex: 0 1 240px; }
.op-account-brand img { display: block; width: 100%; height: auto; max-height: 48px; object-fit: contain; object-position: left; }
.op-account-links { display: flex; align-items: center; justify-content: center; flex: 1; gap: 28px; font-size: 15px; }
.op-account-links a { display: inline-flex; align-items: center; min-height: 48px; color: var(--op-muted); text-decoration: none; }
.op-account-links a[aria-current] { color: var(--op-brand-hover); text-decoration: underline; text-underline-offset: 6px; font-weight: 650; }
.op-account-menu { position: relative; flex-shrink: 0; }
.operational-shell .op-account-menu > summary { gap: 10px; min-height: 44px; padding-inline: 14px; font-size: 14px; list-style: none; }
.op-account-menu > summary::-webkit-details-marker { display: none; }
.op-account-menu[open] > summary > svg:last-child { transform: rotate(180deg); }
.op-account-menu-panel { position: absolute; top: calc(100% + 12px); right: 0; width: min(280px, calc(100vw - 32px)); border: 1px solid var(--op-control-border); border-radius: var(--op-surface-radius); background: var(--op-paper); padding: 8px; }
.op-account-name { margin: 0; padding: 12px; color: var(--op-muted); font-size: 14px; overflow-wrap: anywhere; }
.op-account-menu-panel > a,
.op-account-menu-panel button { display: flex; align-items: center; width: 100%; min-height: 48px; border: 0; border-radius: var(--op-radius); padding: 12px; color: var(--op-ink); background: transparent; font: inherit; font-size: 15px; text-align: left; text-decoration: none; }
.op-account-menu-panel > a:hover,
.op-account-menu-panel button:hover { color: var(--op-brand-hover); background: var(--op-canvas); }
.op-account-menu-panel form { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--op-border); }
.op-account-menu-panel > .op-account-mobile-link { display: none; }
.op-skip-link { position: absolute; z-index: 30; left: 16px; top: 8px; padding: 12px 16px; border-radius: var(--op-radius); background: var(--op-paper); color: var(--op-brand-hover); transform: translateY(-200%); }
.op-skip-link:focus { transform: translateY(0); }
:is(.operational-shell, .operational-review) ::selection { color: var(--op-ink); background: var(--op-brand-soft); }
:is(.operational-shell, .operational-review) :is(h1, h2, h3, p, dd) { overflow-wrap: anywhere; }
:is(.operational-shell, .operational-review) :is(h1, h2, h3) { text-wrap: balance; }
:is(.operational-shell, .operational-review) :is(.btn, .button-primary, .button-secondary, .button-ghost, .button-danger) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: var(--op-control-size);
    max-width: 100%;
    border: 1px solid var(--op-control-border);
    border-radius: var(--op-radius);
    padding: 11px 18px;
    background: var(--op-paper);
    color: var(--op-ink);
    font: inherit;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    box-shadow: none;
    transform: none;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease;
}
:is(.operational-shell, .operational-review) :is(.btn-primary, .button-primary) { background: var(--op-brand); border-color: var(--op-brand); color: var(--op-paper); }
:is(.operational-shell, .operational-review) :is(.btn-primary, .button-primary):hover { background: var(--op-brand-hover); border-color: var(--op-brand-hover); }
:is(.operational-shell, .operational-review) :is(.btn-secondary, .button-secondary, .button-ghost):hover { background: var(--op-canvas); border-color: var(--op-muted); }
:is(.operational-shell, .operational-review) :is(.btn-outline-danger, .button-danger) { color: var(--op-error); border-color: var(--op-error); background: var(--op-paper); }
:is(.operational-shell, .operational-review) :is(.btn-outline-danger, .button-danger):hover { background: var(--op-error-soft); }
:is(.operational-shell, .operational-review) :is(.btn, .button-primary, .button-secondary):disabled { opacity: .55; cursor: not-allowed; }
:is(.operational-shell, .operational-review) :is(.form-control, .field-input, .field-select, .field-textarea) {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: var(--op-control-size);
    height: auto;
    border: 1px solid var(--op-control-border);
    border-radius: var(--op-radius);
    padding: 11px var(--op-control-padding);
    background-color: var(--op-paper);
    color: var(--op-ink);
    font: inherit;
    line-height: 1.5;
    box-shadow: none;
    caret-color: var(--op-brand);
}
:is(.operational-shell, .operational-review) select:is(.form-control, .field-select):not([multiple]):not([size]),
.operational-shell .ac-profile select:not([multiple]):not([size]) {
    appearance: none;
    -webkit-appearance: none;
    padding-inline-end: var(--op-select-space);
    background-image: var(--op-select-arrow);
    background-position: right var(--op-control-padding) center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
}
:is(.operational-shell, .operational-review) select:is(.form-control, .field-select):not([multiple]):not([size]):dir(rtl),
.operational-shell .ac-profile select:not([multiple]):not([size]):dir(rtl) { background-position: left var(--op-control-padding) center; }
:is(.operational-shell, .operational-review) :is(.form-control, .field-input, .field-select, .field-textarea):focus { border-color: var(--op-brand); box-shadow: none; }
:is(.operational-shell, .operational-review) :is(.form-control, .field-input, .field-select, .field-textarea):focus-visible,
.operational-shell .ac-profile :is(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select, textarea):focus-visible { border-color: var(--op-brand); outline: 2px solid var(--op-brand); outline-offset: -2px; box-shadow: none; }
:is(.operational-shell, .operational-review) :is(.form-control, .field-input, .field-select, .field-textarea):disabled { background-color: var(--op-canvas); color: var(--op-muted); cursor: not-allowed; }
@media (forced-colors: active) {
    :is(.operational-shell, .operational-review) select:is(.form-control, .field-select):not([multiple]):not([size]),
    .operational-shell .ac-profile select:not([multiple]):not([size]) { appearance: auto; -webkit-appearance: auto; background-image: none; padding-inline-end: var(--op-control-padding); }
}
:is(.operational-shell, .operational-review) textarea { resize: vertical; }
:is(.operational-shell, .operational-review) input::placeholder,
:is(.operational-shell, .operational-review) textarea::placeholder { color: var(--op-muted); opacity: 1; }
.operational-shell input:is([type="checkbox"], [type="radio"]) { accent-color: var(--op-brand); color: var(--op-brand); flex-shrink: 0; }
.operational-shell input:is([type="checkbox"], [type="radio"]):checked { background-color: var(--op-brand); border-color: var(--op-brand); }
.operational-shell input:is([type="checkbox"], [type="radio"]):not(.sr-only) { width: 20px; height: 20px; }
.operational-shell .field-label,
.operational-review label { display: block; margin-bottom: 8px; color: var(--op-ink); font-size: 14px; font-weight: 650; }
.operational-shell .field-requirement { min-height: 0; margin-left: 4px; padding: 0; border-radius: 0; background: none; color: var(--op-muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
.operational-shell .surface { border: 1px solid var(--op-border); border-radius: var(--op-surface-radius); background: var(--op-paper); box-shadow: none; }
.operational-shell [data-publication-request-form] > section { padding: 28px; }
.operational-shell [data-publication-request-form] > section > p:first-child { color: var(--op-muted); font-size: 13px; font-weight: 500; }
.operational-shell [data-publication-request-form] h2 { color: var(--op-ink); font-size: 24px; line-height: 1.25; }
.operational-shell [data-step-actions] { border-top: 1px solid var(--op-border); padding-top: 24px; gap: 12px; }
.operational-shell .publication-step-link { color: var(--op-muted); min-height: 56px; }
.operational-shell .publication-step-link[aria-current="step"] { color: var(--op-brand-hover); background: var(--op-brand-soft); }
.operational-shell .publication-step-link[aria-disabled="true"] { cursor: default; }
.operational-shell .publication-plan-option { display: block; border-color: var(--op-border); border-radius: var(--op-radius); background: var(--op-paper); box-shadow: none; }
.operational-shell .publication-plan-option:has(:checked) { border-color: var(--op-brand); background: var(--op-brand-soft); }
.operational-shell :is(.publication-plan-option, [data-publication-duration]):focus-within { outline: 2px solid var(--op-brand); outline-offset: -2px; }
.operational-shell .publication-plan-option .rounded-full { border-radius: 0; padding-inline: 0; background: transparent; }
.operational-shell .publication-plan-option [id$="-description"] { max-width: 65ch; }
.operational-shell [data-publication-duration-options] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.operational-shell [data-publication-duration] { min-height: 72px; flex-direction: column; justify-content: center; gap: 4px; padding: 12px 8px; }
.operational-shell [data-publication-duration]:has(:checked) { border-color: var(--op-brand); background: var(--op-brand-soft); }
.operational-shell [data-publication-duration] [data-duration-price] { font-size: 13px; }
.operational-shell [data-tag-options] { scrollbar-width: thin; scrollbar-color: var(--op-control-border) var(--op-canvas); }
.operational-shell label:has(input[type="file"]) { border-color: var(--op-control-border); border-radius: var(--op-radius); background: var(--op-canvas); }
.operational-shell label:has(input[type="file"]):focus-within { outline: 2px solid var(--op-brand); outline-offset: -2px; }
.operational-shell [hidden] { display: none !important; }
.op-requests, .operational-review { width: 100%; max-width: 1360px; margin-inline: auto; padding: 28px clamp(16px, 2.5vw, 32px) 48px; }
.op-page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.op-page-heading h1 { margin: 0; font-size: clamp(26px, 2.8vw, 34px); font-weight: 750; line-height: 1.2; letter-spacing: -.025em; }
.op-page-heading p { max-width: 70ch; margin: 8px 0 0; color: var(--op-muted); font-size: 15px; }
.op-page-heading > .op-status { flex-shrink: 0; margin-top: 5px; }
.op-notices { max-width: 1360px; margin-inline: auto; padding: 24px 24px 0; }
.op-notice { margin-bottom: 24px; padding: 16px 20px; border: 1px solid var(--op-border); border-radius: var(--op-radius); color: var(--op-ink); background: var(--op-canvas); }
.op-notice p { margin: 0; }
.op-notice p + p { margin-top: 8px; }
.op-notice ul { margin: 8px 0 0; padding-left: 20px; list-style: disc; }
.op-notice--success { border-color: var(--op-success); color: var(--op-success); background: var(--op-success-soft); }
.op-notice--error { border-color: var(--op-error); color: var(--op-error); background: var(--op-error-soft); }
.op-status { display: inline-flex; align-items: center; width: fit-content; max-width: 100%; padding: 5px 10px; border: 1px solid var(--op-border); border-radius: 6px; background: var(--op-canvas); color: var(--op-muted); font-size: 13px; font-weight: 650; line-height: 1.4; }
.op-status:is([data-status="Publicado"], [data-status="Verificada"]) { color: var(--op-success); background: var(--op-success-soft); border-color: var(--op-success); }
.op-status:is([data-status="Rechazado"], [data-status="Suspendido"]) { color: var(--op-error); background: var(--op-error-soft); border-color: var(--op-error); }
.op-review-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 24px; }
.op-review-main, .op-review-aside { min-width: 0; }
.operational-review .op-section { display: block; margin: 0 0 24px; border: 1px solid var(--op-border); border-radius: var(--op-surface-radius); background: var(--op-paper); box-shadow: none; }
.operational-review .card-header { padding: 20px 24px 16px; border: 0; border-bottom: 1px solid var(--op-border); background: transparent; }
.operational-review .card-title { float: none; margin: 0; color: var(--op-ink); font-size: 18px; font-weight: 700; line-height: 1.35; }
.operational-review .card-body { padding: 24px; }
.operational-review h3 { margin: 0 0 8px; color: var(--op-ink); font-size: 16px; font-weight: 700; line-height: 1.4; }
.operational-review .op-listing-title { font-size: 20px; }
.op-prose { max-width: 70ch; margin: 0; white-space: pre-line; }
.op-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 28px; margin: 24px 0 0; padding-top: 24px; border-top: 1px solid var(--op-border); }
.op-details dt, .op-offer-summary dt { margin: 0 0 4px; color: var(--op-muted); font-size: 13px; font-weight: 500; }
.op-details dd { margin: 0; font-weight: 550; }
.op-detail-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--op-border); }
.op-detail-note + .op-notice { margin-top: 24px; }
.operational-review .op-field-help { margin: 0 0 12px; color: var(--op-muted); font-size: 14px; line-height: 1.5; }
.op-separated-form { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--op-border); }
.op-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.op-actions--stacked { flex-direction: column; }
.op-other-actions { margin-top: 16px; border-top: 1px solid var(--op-border); padding-top: 8px; }
.op-other-actions summary { min-height: 44px; padding: 10px 0; color: var(--op-muted); font-size: 14px; cursor: pointer; }
.op-other-actions summary:focus-visible { outline: 3px solid var(--op-brand); outline-offset: 3px; }
.op-field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.operational-review .form-group { min-width: 0; margin: 0 0 16px; }
.op-offer-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; margin: 0; }
.op-offer-summary dd { margin: 0; font-size: 16px; font-weight: 650; font-variant-numeric: tabular-nums; }
.op-offer-note { margin-top: 20px; color: var(--op-muted); font-size: 14px; }
.op-count { margin-left: 6px; color: var(--op-muted); font-size: 14px; font-weight: 400; font-variant-numeric: tabular-nums; }
.op-media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 28px 20px; }
.op-media-item { min-width: 0; margin: 0; }
.op-media-link { display: block; border: 1px solid var(--op-border); border-radius: var(--op-radius); background: var(--op-canvas); }
.op-media-item img { display: block; width: 100%; height: auto; max-height: 360px; object-fit: contain; border-radius: var(--op-radius); }
.op-media-item figcaption { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; margin: 12px 0 16px; font-size: 13px; color: var(--op-muted); }
.op-actions--media .btn { flex: 1 1 100%; }
.op-video { display: block; width: 100%; max-height: 400px; border-radius: var(--op-radius); background: var(--op-canvas); }
.op-request-list { border-top: 1px solid var(--op-border); }
.op-request-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--op-border); }
.op-request-content { min-width: 0; }
.op-request-row h2 { margin: 0; font-size: 20px; line-height: 1.3; font-weight: 700; }
.op-request-row h2 a { color: var(--op-ink); text-decoration: none; }
.op-request-row h2 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.op-request-row > .button-secondary { flex-shrink: 0; }
.op-request-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; margin: 12px 0 0; color: var(--op-muted); font-size: 14px; }
.op-request-note { max-width: 70ch; margin: 12px 0 0; color: var(--op-muted); font-size: 14px; white-space: pre-line; }
.op-empty { padding: 40px 0; }
.op-empty h2 { margin: 0 0 8px; font-size: 20px; font-weight: 700; }
.op-empty p { margin: 0; color: var(--op-muted); }
.op-pagination { margin-top: 24px; }
.op-registration { width: 100%; max-width: 760px; margin-inline: auto; padding: 36px 24px 48px; }
.op-registration .op-page-heading { margin-bottom: 28px; }
.operational-shell main:has(> .op-registration) > .op-notices { max-width: 760px; }
.operational-shell main:has(> .op-auth-panel) > .op-notices { max-width: 640px; }
.op-auth-panel { max-width: 640px; }
.op-auth-fields { display: grid; gap: 24px; }
.op-auth-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.op-auth-panel > .op-auth-actions { justify-content: center; text-align: center; }
.operational-shell .op-code-input { font-variant-numeric: tabular-nums; letter-spacing: .18em; font-size: 20px; }
.op-auth-status { margin-top: 24px; margin-bottom: 0; }
.op-registration-form { padding: 28px; border: 1px solid var(--op-border); border-radius: var(--op-surface-radius); background: var(--op-paper); }
.op-registration-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.op-registration-fields > div { min-width: 0; }
.op-registration .op-field-wide { grid-column: 1 / -1; }
.op-registration .op-field-help { margin-top: 8px; color: var(--op-muted); font-size: 13px; }
.op-field-error { margin-top: 8px; color: var(--op-error); font-size: 14px; }
.op-registration-consent { margin-top: 24px; }
.op-registration-consent > .g-recaptcha { display: flex; justify-content: center; }
.op-registration .op-checkbox-label { display: flex; align-items: flex-start; gap: 12px; min-height: 44px; font-size: 14px; line-height: 1.6; }
.op-checkbox-label input { margin-top: 2px; }
.op-registration :is(.op-checkbox-label, .op-registration-privacy) a { color: var(--op-brand-hover); text-decoration: underline; text-underline-offset: 3px; }
.op-registration-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--op-border); }
.op-registration-actions > a { display: inline-flex; align-items: center; min-height: 44px; color: var(--op-muted); text-decoration: underline; text-underline-offset: 4px; font-size: 14px; }
.op-registration-privacy { margin-top: 28px; color: var(--op-muted); font-size: 13px; line-height: 1.6; }
.op-registration-privacy h2 { margin: 0 0 8px; color: var(--op-ink); font-size: 14px; font-weight: 650; }
.op-registration-privacy p + p { margin-top: 8px; }
@media (max-width: 1100px) {
    .op-review-grid { grid-template-columns: minmax(0, 1fr); }
    .op-review-aside { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; }
}
@media (max-width: 760px) {
    .op-account-header-inner { min-height: 76px; gap: 16px; }
    .op-account-brand { flex-basis: 208px; }
    .op-account-links { display: none; }
    .op-account-menu-panel > .op-account-mobile-link { display: flex; }
}
@media (max-width: 640px) {
    .op-registration { padding: 28px 16px 40px; }
    .op-auth-actions { align-items: stretch; flex-direction: column; }
    .op-auth-actions > form > button { width: 100%; }
    .op-registration-form { padding: 24px 20px; }
    .op-registration-fields { grid-template-columns: minmax(0, 1fr); gap: 20px; }
    .op-registration-actions { flex-direction: column; align-items: stretch; }
    .op-registration-actions > a { justify-content: center; }
    .op-page-heading { flex-direction: column; gap: 16px; margin-bottom: 24px; }
    .op-page-heading > .button-primary { width: 100%; }
    .op-page-heading > .op-status { margin-top: 0; }
    .operational-shell [data-publication-request-form] > section { padding: 20px 16px; }
    .operational-shell [data-step-actions] { flex-wrap: wrap; }
    .operational-shell [data-step-actions] > button { flex: 1 1 100%; }
    .operational-shell [data-publication-duration-options] { gap: 8px; }
    .operational-shell [data-publication-duration] { padding-inline: 4px; font-size: 14px; }
    .op-review-aside { display: block; }
    .operational-review .card-header { padding: 18px 16px 14px; }
    .operational-review .card-body { padding: 20px 16px; }
    .op-media-grid { grid-template-columns: minmax(0, 1fr); }
    .op-media-item img { max-height: 420px; }
    .op-actions .btn { width: 100%; }
    .op-request-row { align-items: flex-start; flex-direction: column; gap: 16px; }
    .op-request-row > .button-secondary { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    :is(.operational-shell, .operational-review) :is(.btn, .button-primary, .button-secondary) { transition: none; }
}

/* Approved account composition: shared shell; admin review remains outside it. */
.operational-shell > main { flex: 1; min-width: 0; }
.operational-shell .op-icon { flex-shrink: 0; }
.operational-shell .op-account-header-inner { display: flex; max-width: 1360px; min-height: 80px; padding-inline: 32px; }
.operational-shell .op-account-brand { width: 280px; flex: 0 1 280px; }
.op-account-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.op-view-site, .op-return-link { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; color: var(--op-muted); text-decoration: none; }
.op-return-link { color: var(--op-brand-hover); }
.op-view-site:hover, .op-return-link:hover { color: var(--op-brand-hover); text-decoration: underline; text-underline-offset: 4px; }
.op-account-tabs { display: flex; justify-content: center; gap: 12px; width: fit-content; max-width: calc(100% - 32px); margin: 20px auto 0; border-bottom: 1px solid var(--op-border); }
.op-account-tabs a { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 60px; padding: 16px 24px; border-bottom: 3px solid transparent; color: var(--op-muted); text-decoration: none; font-size: 16px; }
.op-account-tabs a > .op-icon { display: none; }
.op-account-tabs a:hover { color: var(--op-brand-hover); background: var(--op-brand-soft); }
.op-account-tabs a[aria-current] { color: var(--op-brand-hover); font-weight: 650; border-bottom-color: var(--op-brand); }
.op-account-footer { border-top: 1px solid var(--op-border); background: var(--op-paper); color: var(--op-muted); font-size: 14px; }
.op-account-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1360px; min-height: 88px; margin-inline: auto; padding: 20px 32px; }
.op-account-footer nav { display: flex; align-items: center; gap: 24px; }
.op-account-footer a { display: inline-flex; align-items: center; min-height: 44px; color: inherit; text-decoration: none; }
.op-account-footer a:hover { color: var(--op-brand-hover); text-decoration: underline; text-underline-offset: 4px; }
.operational-shell--focused > main { display: flex; flex-direction: column; justify-content: center; padding-block: 48px; }
.operational-shell--focused .op-account-footer { border: 0; background: transparent; }
.operational-shell--focused .op-account-footer-inner { justify-content: center; }
.op-verification-panel { max-width: 624px; padding: 0 24px; }
.op-verification-panel .op-registration-form { padding: 40px; text-align: center; }
.op-verification-icon { display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; margin: 0 auto 24px; border-radius: 50%; background: var(--op-brand-soft); color: var(--op-brand-hover); }
.op-verification-icon .op-icon { width: 40px; height: 40px; }
.op-verification-panel .op-page-heading { display: block; margin-bottom: 24px; }
.op-verification-panel .op-page-heading h1 { font-size: 32px; }
.op-verification-panel .op-page-heading p { margin-top: 16px; font-size: 16px; line-height: 1.6; }
.op-verification-destination { margin: 24px 0 12px; padding: 14px 16px; border-radius: var(--op-radius); background: var(--op-canvas); font-size: 16px; overflow-wrap: anywhere; }
.op-verification-panel .op-field-help, .op-capture-note { color: var(--op-muted); font-size: 14px; line-height: 1.6; }
.op-capture-note { margin-top: 12px; }
.op-verification-panel .op-auth-actions { flex-direction: column; align-items: stretch; gap: 12px; }
.op-verification-panel .op-auth-actions > form > button { width: 100%; }
.op-auth-text-link { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; color: var(--op-brand-hover); text-decoration: underline; text-underline-offset: 4px; }
.op-auth-signout { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--op-border); }
.op-auth-signout button { color: var(--op-muted); font: inherit; background: transparent; border: 0; cursor: pointer; }
.operational-shell .operational-review { max-width: 1360px; padding: 40px 32px 64px; }
.operational-shell .op-requests { max-width: 1360px; padding: 40px 32px 64px; }
.operational-shell .ac-workflow-heading { border-bottom: 0; background: transparent; }
.operational-shell .ac-workflow-heading > .container-shell { width: 100%; max-width: 1360px; padding: 40px 32px 28px; }
.operational-shell .ac-workflow-heading h1 { font-size: clamp(28px, 3.2vw, 40px); line-height: 1.15; }
.operational-shell .ac-workflow-content { width: 100%; max-width: 1360px; padding: 0 32px 64px; }
.operational-shell .ac-workflow-content > aside { min-width: 0; }
@media (max-width: 760px) {
    .operational-shell .op-account-header-inner { padding-inline: 16px; min-height: 80px; gap: 16px; }
    .operational-shell .op-account-brand { flex: 1 1 0; max-width: 220px; min-width: 0; }
    .op-account-header-actions { gap: 0; flex-shrink: 0; }
    .op-view-site { display: none; }
    .op-account-menu > summary > .op-icon { display: none; }
    .op-account-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: none; margin-top: 0; gap: 0; background: var(--op-paper); }
    .op-account-tabs a { justify-content: flex-start; min-height: 52px; padding: 12px 20px; gap: 12px; font-size: 14px; border-bottom-width: 3px; }
    .op-account-tabs a:nth-child(odd) { border-right: 1px solid var(--op-border); }
    .op-account-tabs a:nth-child(-n+2):not([aria-current]) { border-bottom: 1px solid var(--op-border); }
    .op-account-tabs a > .op-icon { display: block; width: 22px; height: 22px; }
    .op-account-footer-inner { flex-wrap: wrap; justify-content: center; gap: 4px 24px; padding: 20px 16px; }
    .op-account-footer-inner > span { width: 100%; text-align: center; }
    .operational-shell .operational-review, .operational-shell .op-requests { padding: 28px 20px 40px; }
    .operational-shell .ac-workflow-heading > .container-shell { padding: 28px 20px 24px; }
    .operational-shell .ac-workflow-content { padding: 0 20px 40px; }
}
@media (max-width: 480px) {
    .operational-shell--focused .op-account-header-inner { flex-wrap: wrap; justify-content: center; gap: 0 16px; }
    .operational-shell--focused .op-account-brand { flex: 0 1 200px; }
    .op-return-link { font-size: 14px; }
    .operational-shell--focused > main { padding-block: 28px; }
    .op-verification-panel { padding-inline: 16px; }
    .op-verification-panel .op-registration-form { padding: 28px 20px; }
    .op-verification-panel .op-page-heading h1 { font-size: 28px; }
    .op-verification-icon { width: 64px; height: 64px; }
    .op-verification-icon .op-icon { width: 32px; height: 32px; }
}
