/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-gzzzkw3hkn] {
    background: var(--mg-bg);
    min-height: 100vh;
}

.app-bar.mud-appbar[b-gzzzkw3hkn] {
    background: var(--mg-surface) !important;
    backdrop-filter: saturate(160%) blur(14px);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    border-bottom: 1px solid var(--mg-border);
    height: 64px;
}

.app-bar-inner[b-gzzzkw3hkn] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 8px;
}

.app-brand[b-gzzzkw3hkn] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--mg-text) !important;
    flex-shrink: 0;
    line-height: 1;
    text-decoration: none;
}

.app-brand-mark[b-gzzzkw3hkn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.25), rgba(255, 152, 0, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.app-brand-mark img[b-gzzzkw3hkn] {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.app-brand-text[b-gzzzkw3hkn] {
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
    color: var(--mg-text);
    white-space: nowrap;
    line-height: 1;
}

.app-brand-text-accent[b-gzzzkw3hkn] {
    color: var(--mg-accent);
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

@media (max-width: 480px) {
    .app-bar-inner[b-gzzzkw3hkn] { gap: 8px; padding: 0 4px; }
    .app-brand-mark[b-gzzzkw3hkn] { width: 32px; height: 32px; }
    .app-brand-mark img[b-gzzzkw3hkn] { width: 22px; height: 22px; }
}

@media (max-width: 380px) {
    .app-brand-text[b-gzzzkw3hkn] { display: none; }
}

.app-nav[b-gzzzkw3hkn] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 24px;
}

.app-nav[b-gzzzkw3hkn]  .app-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    color: var(--mg-text);
    opacity: 0.78;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.005em;
    text-decoration: none;
    line-height: 1;
    transition: background-color 140ms ease, color 140ms ease, opacity 140ms ease, box-shadow 140ms ease;
    white-space: nowrap;
}

.app-nav[b-gzzzkw3hkn]  .app-nav-link .mud-icon-root {
    font-size: 1.15rem;
    flex-shrink: 0;
}

.app-nav[b-gzzzkw3hkn]  .app-nav-link:hover {
    color: var(--mg-text);
    opacity: 1;
    background: rgba(255, 255, 255, 0.07);
}

.app-nav[b-gzzzkw3hkn]  .app-nav-link-active {
    background: var(--mg-accent-soft) !important;
    color: var(--mg-text) !important;
    opacity: 1 !important;
    box-shadow: inset 0 0 0 1px rgba(93, 209, 14, 0.35) !important;
}

.app-nav[b-gzzzkw3hkn]  .app-nav-link-active .mud-icon-root {
    color: var(--mg-accent);
}

.app-user-pill-active[b-gzzzkw3hkn],
.app-bar-menu-trigger-active[b-gzzzkw3hkn] {
    background: var(--mg-accent-soft) !important;
    color: var(--mg-text) !important;
    opacity: 1 !important;
    box-shadow: inset 0 0 0 1px rgba(93, 209, 14, 0.35) !important;
}

.app-nav-divider[b-gzzzkw3hkn] {
    width: 1px;
    height: 22px;
    background: var(--mg-border);
    margin: 0 6px;
}

.app-bar-trailing[b-gzzzkw3hkn] {
    display: inline-flex;
    align-items: center;
    gap: var(--mg-space-2);
}

.app-user-pill[b-gzzzkw3hkn] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px 4px 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--mg-border);
    color: var(--mg-text);
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    max-width: 220px;
}

.app-user-pill-button[b-gzzzkw3hkn] {
    cursor: pointer;
    font-family: inherit;
    transition: background-color 120ms ease, border-color 120ms ease;
}

.app-user-pill-button:hover[b-gzzzkw3hkn] {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.14);
}

.app-user-pill-button:focus-visible[b-gzzzkw3hkn] {
    outline: 2px solid var(--mg-accent);
    outline-offset: 2px;
}

.app-user-pill-chevron[b-gzzzkw3hkn] {
    color: var(--mg-text-muted);
    margin-left: -2px;
}

.app-bar-menu-trigger[b-gzzzkw3hkn] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--mg-border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--mg-text);
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    margin-right: 8px;
    transition: background-color 120ms ease, border-color 120ms ease;
}

.app-bar-menu-trigger:hover[b-gzzzkw3hkn] {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.14);
}

.app-bar-menu-trigger:focus-visible[b-gzzzkw3hkn] {
    outline: 2px solid var(--mg-accent);
    outline-offset: 2px;
}

.app-bar-menu-trigger-label[b-gzzzkw3hkn] {
    white-space: nowrap;
}

.app-bar-menu-popover[b-gzzzkw3hkn] {
    min-width: 240px;
}

.app-bar-menu-header[b-gzzzkw3hkn] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
}

.app-bar-menu-header-meta[b-gzzzkw3hkn] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.app-bar-menu-header-name[b-gzzzkw3hkn] {
    font-weight: 700;
    color: var(--mg-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
}

.app-bar-menu-header-role[b-gzzzkw3hkn] {
    font-size: 0.72rem;
    color: var(--mg-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.app-user-avatar-lg[b-gzzzkw3hkn] {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
}

@media (max-width: 1100px) {
    .app-bar-menu-trigger-label[b-gzzzkw3hkn] { display: none; }
    .app-bar-menu-trigger[b-gzzzkw3hkn] { padding: 6px 8px; }
}

@media (max-width: 991.98px) {
    .app-bar-inner .app-user-pill[b-gzzzkw3hkn] { padding: 2px; background: transparent; border: none; gap: 2px; }
    .app-bar-inner .app-user-pill .app-user-name[b-gzzzkw3hkn] { display: none; }
    .app-bar-inner .app-user-pill .app-user-pill-chevron[b-gzzzkw3hkn] { margin-left: 0; }
}

.app-user-pill-block[b-gzzzkw3hkn] {
    display: flex;
    width: 100%;
    max-width: none;
    margin-bottom: 12px;
}

.app-user-avatar[b-gzzzkw3hkn] {
    background: var(--mg-accent);
    color: #102434;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: 800;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.app-user-name[b-gzzzkw3hkn] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-login-btn[b-gzzzkw3hkn] {
    text-transform: none !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
}

.app-drawer.mud-drawer[b-gzzzkw3hkn] {
    background: var(--mg-surface) !important;
    border-left: 1px solid var(--mg-border);
    width: 280px;
    display: flex;
    flex-direction: column;
}

.app-drawer.app-drawer-bottom.mud-drawer[b-gzzzkw3hkn] {
    height: auto;
    max-height: 75vh;
    border-radius: var(--mg-radius-4) var(--mg-radius-4) 0 0;
    border-left: none;
    border-top: 1px solid var(--mg-border);
    width: 100%;
}

.app-drawer-header[b-gzzzkw3hkn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid var(--mg-border);
}

.app-drawer-title[b-gzzzkw3hkn] {
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--mg-text);
}

.app-drawer-footer[b-gzzzkw3hkn] {
    margin-top: auto;
    padding: 16px;
    border-top: 1px solid var(--mg-border);
}

.app-main[b-gzzzkw3hkn] {
    min-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
}

.app-container[b-gzzzkw3hkn] {
    flex: 1;
    padding-top: 24px;
    padding-bottom: 32px;
}

@media (max-width: 600px) {
    .app-container[b-gzzzkw3hkn] {
        padding-top: 16px;
        padding-bottom: 24px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

.app-footer[b-gzzzkw3hkn] {
    border-top: 1px solid var(--mg-border);
    padding: 16px 24px;
    color: var(--mg-text-muted);
    font-size: 0.8rem;
}

.app-footer-inner[b-gzzzkw3hkn] {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--mg-space-2);
    padding: 0 var(--mg-space-4);
}

.app-footer-brand[b-gzzzkw3hkn] {
    font-weight: 700;
    color: var(--mg-text-muted);
}

@media (max-width: 600px) {
    .app-footer[b-gzzzkw3hkn] { padding: 12px 14px; font-size: 0.72rem; }
    .app-footer-inner[b-gzzzkw3hkn] { gap: 4px; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.app-drawer-nav[b-06fvmnf0i4] {
    padding: var(--mg-space-2) 6px;
}

.app-drawer-nav .mud-nav-link[b-06fvmnf0i4] {
    border-radius: var(--mg-radius-2);
    margin: 2px 6px;
    font-weight: 600;
}

.app-drawer-nav .mud-nav-link.active-item[b-06fvmnf0i4],
.app-drawer-nav .mud-nav-link.mud-nav-link-active[b-06fvmnf0i4] {
    background: var(--mg-accent-soft) !important;
    color: var(--mg-text) !important;
}

.app-drawer-section[b-06fvmnf0i4] {
    display: block;
    margin-top: var(--mg-space-2);
    color: var(--mg-text-muted);
    letter-spacing: 0.12em;
    font-weight: 700;
}
/* /Components/Pages/Account/AccessDenied.razor.rz.scp.css */
.access-denied-page[b-9dj9tfimto] {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px);
}
/* /Components/Pages/Account/ForgotPassword.razor.rz.scp.css */
.auth-shell[b-ohp7t6z4ch] {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--mg-space-5) var(--mg-space-3);
}

.auth-card[b-ohp7t6z4ch] {
    max-width: 420px;
    width: 100%;
    padding: var(--mg-space-6) !important;
}

.auth-card-head[b-ohp7t6z4ch] {
    text-align: center;
    margin-bottom: var(--mg-space-5);
}

.auth-card-logo[b-ohp7t6z4ch] {
    width: 64px;
    height: 64px;
    margin-bottom: var(--mg-space-3);
}

.auth-card-title[b-ohp7t6z4ch] {
    font-size: var(--mg-text-24);
    font-weight: 700;
    margin: 0;
}

.auth-card-subtitle[b-ohp7t6z4ch] {
    color: var(--mg-text-muted);
    margin: var(--mg-space-2) 0 0;
}

.auth-label[b-ohp7t6z4ch] {
    display: block;
    margin-bottom: 4px;
    font-size: 0.875rem;
    color: var(--mg-text-muted);
}

.auth-input[b-ohp7t6z4ch] {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--mg-border);
    background: var(--mg-surface-2);
    color: var(--mg-text);
    font: inherit;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 44px;
}

.auth-input:focus[b-ohp7t6z4ch] {
    outline: none;
    border-color: var(--mg-accent);
    box-shadow: 0 0 0 3px var(--mg-accent-soft);
}

.auth-submit[b-ohp7t6z4ch] {
    width: 100%;
    padding: 12px;
    background: var(--mg-accent);
    color: #000;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    min-height: 44px;
}

.auth-submit:hover[b-ohp7t6z4ch] {
    background: var(--mg-accent-hover);
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.auth-shell[b-159zoycjq4] {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--mg-space-5) var(--mg-space-3);
}

.auth-card[b-159zoycjq4] {
    max-width: 420px;
    width: 100%;
    padding: var(--mg-space-6) !important;
}

.auth-card-head[b-159zoycjq4] {
    text-align: center;
    margin-bottom: var(--mg-space-5);
}

.auth-card-logo[b-159zoycjq4] {
    width: 64px;
    height: 64px;
    margin-bottom: var(--mg-space-3);
}

.auth-card-title[b-159zoycjq4] {
    font-size: var(--mg-text-24);
    font-weight: 700;
    margin: 0;
}

.auth-card-subtitle[b-159zoycjq4] {
    color: var(--mg-text-muted);
    margin: var(--mg-space-2) 0 0;
}

.auth-label[b-159zoycjq4] {
    display: block;
    margin-bottom: 4px;
    font-size: 0.875rem;
    color: var(--mg-text-muted);
}

.auth-input[b-159zoycjq4] {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--mg-border);
    background: var(--mg-surface-2);
    color: var(--mg-text);
    font: inherit;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 44px;
}

.auth-input:focus[b-159zoycjq4] {
    outline: none;
    border-color: var(--mg-accent);
    box-shadow: 0 0 0 3px var(--mg-accent-soft);
}

.auth-submit[b-159zoycjq4] {
    width: 100%;
    padding: 12px;
    background: var(--mg-accent);
    color: #000;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    min-height: 44px;
}

.auth-submit:hover[b-159zoycjq4] {
    background: var(--mg-accent-hover);
}
/* /Components/Pages/Account/LoginTwoFactor.razor.rz.scp.css */
.auth-shell[b-3pudc0tv2m] {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--mg-space-5) var(--mg-space-3);
}

.auth-card[b-3pudc0tv2m] {
    max-width: 420px;
    width: 100%;
    padding: var(--mg-space-6) !important;
}

.auth-card-head[b-3pudc0tv2m] {
    text-align: center;
    margin-bottom: var(--mg-space-5);
}

.auth-card-logo[b-3pudc0tv2m] {
    width: 64px;
    height: 64px;
    margin-bottom: var(--mg-space-3);
}

.auth-card-title[b-3pudc0tv2m] {
    font-size: var(--mg-text-24);
    font-weight: 700;
    margin: 0;
}

.auth-card-subtitle[b-3pudc0tv2m] {
    color: var(--mg-text-muted);
    margin: var(--mg-space-2) 0 0;
}

.auth-label[b-3pudc0tv2m] {
    display: block;
    margin-bottom: 4px;
    font-size: 0.875rem;
    color: var(--mg-text-muted);
}

.auth-input[b-3pudc0tv2m] {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--mg-border);
    background: var(--mg-surface-2);
    color: var(--mg-text);
    font: inherit;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 44px;
}

.auth-input:focus[b-3pudc0tv2m] {
    outline: none;
    border-color: var(--mg-accent);
    box-shadow: 0 0 0 3px var(--mg-accent-soft);
}

.auth-submit[b-3pudc0tv2m] {
    width: 100%;
    padding: 12px;
    background: var(--mg-accent);
    color: #000;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    min-height: 44px;
}

.auth-submit:hover[b-3pudc0tv2m] {
    background: var(--mg-accent-hover);
}
/* /Components/Pages/Account/Profile.razor.rz.scp.css */
.profile-page[b-i0bq0drgvt] {
    max-width: 640px;
    margin: 0 auto;
}
/* /Components/Pages/Account/Register.razor.rz.scp.css */
.auth-shell[b-sreq57ungz] {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--mg-space-5) var(--mg-space-3);
}

.auth-card[b-sreq57ungz] {
    max-width: 420px;
    width: 100%;
    padding: var(--mg-space-6) !important;
}

.auth-card-head[b-sreq57ungz] {
    text-align: center;
    margin-bottom: var(--mg-space-5);
}

.auth-card-logo[b-sreq57ungz] {
    width: 64px;
    height: 64px;
    margin-bottom: var(--mg-space-3);
}

.auth-card-title[b-sreq57ungz] {
    font-size: var(--mg-text-24);
    font-weight: 700;
    margin: 0;
}

.auth-card-subtitle[b-sreq57ungz] {
    color: var(--mg-text-muted);
    margin: var(--mg-space-2) 0 0;
}

.auth-meta[b-sreq57ungz] {
    font-size: 0.9rem;
    color: var(--mg-text-muted);
}

.auth-meta strong[b-sreq57ungz] {
    color: var(--mg-text);
}

.auth-label[b-sreq57ungz] {
    display: block;
    margin-bottom: 4px;
    font-size: 0.875rem;
    color: var(--mg-text-muted);
}

.auth-input[b-sreq57ungz] {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--mg-border);
    background: var(--mg-surface-2);
    color: var(--mg-text);
    font: inherit;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 44px;
}

.auth-input:focus[b-sreq57ungz] {
    outline: none;
    border-color: var(--mg-accent);
    box-shadow: 0 0 0 3px var(--mg-accent-soft);
}

.auth-submit[b-sreq57ungz] {
    width: 100%;
    padding: 12px;
    background: var(--mg-accent);
    color: #000;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    min-height: 44px;
}

.auth-submit:hover[b-sreq57ungz] {
    background: var(--mg-accent-hover);
}
/* /Components/Pages/Account/ResetPassword.razor.rz.scp.css */
.auth-shell[b-104aj1hnxc] {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--mg-space-5) var(--mg-space-3);
}

.auth-card[b-104aj1hnxc] {
    max-width: 420px;
    width: 100%;
    padding: var(--mg-space-6) !important;
}

.auth-card-head[b-104aj1hnxc] {
    text-align: center;
    margin-bottom: var(--mg-space-5);
}

.auth-card-logo[b-104aj1hnxc] {
    width: 64px;
    height: 64px;
    margin-bottom: var(--mg-space-3);
}

.auth-card-title[b-104aj1hnxc] {
    font-size: var(--mg-text-24);
    font-weight: 700;
    margin: 0;
}

.auth-card-subtitle[b-104aj1hnxc] {
    color: var(--mg-text-muted);
    margin: var(--mg-space-2) 0 0;
}

.auth-meta[b-104aj1hnxc] {
    font-size: 0.9rem;
    color: var(--mg-text-muted);
}

.auth-meta strong[b-104aj1hnxc] {
    color: var(--mg-text);
}

.auth-label[b-104aj1hnxc] {
    display: block;
    margin-bottom: 4px;
    font-size: 0.875rem;
    color: var(--mg-text-muted);
}

.auth-input[b-104aj1hnxc] {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--mg-border);
    background: var(--mg-surface-2);
    color: var(--mg-text);
    font: inherit;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 44px;
}

.auth-input:focus[b-104aj1hnxc] {
    outline: none;
    border-color: var(--mg-accent);
    box-shadow: 0 0 0 3px var(--mg-accent-soft);
}

.auth-submit[b-104aj1hnxc] {
    width: 100%;
    padding: 12px;
    background: var(--mg-accent);
    color: #000;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    min-height: 44px;
}

.auth-submit:hover[b-104aj1hnxc] {
    background: var(--mg-accent-hover);
}
/* /Components/Pages/Account/Security.razor.rz.scp.css */
.security-page[b-1gf97f504c] {
    max-width: 720px;
    margin: 0 auto;
}

.auth-label[b-1gf97f504c] {
    display: block;
    margin-bottom: 4px;
    font-size: 0.875rem;
    color: var(--mg-text-muted);
}

.auth-input[b-1gf97f504c] {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--mg-border);
    background: var(--mg-surface-2);
    color: var(--mg-text);
    font: inherit;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 44px;
}

.auth-input:focus[b-1gf97f504c] {
    outline: none;
    border-color: var(--mg-accent);
    box-shadow: 0 0 0 3px var(--mg-accent-soft);
}

.totp-status[b-1gf97f504c] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--mg-border);
    background: var(--mg-surface-2);
}

.totp-status--on[b-1gf97f504c] {
    border-color: rgb(from var(--mg-success, #22c55e) r g b / 0.4);
    background: rgb(from var(--mg-success, #22c55e) r g b / 0.08);
}

.totp-step[b-1gf97f504c] {
    border: 1px solid var(--mg-border);
    border-radius: 12px;
    padding: 16px;
    background: var(--mg-surface-2);
}

.totp-step-header[b-1gf97f504c] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.totp-step-num[b-1gf97f504c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--mg-accent);
    color: #000;
    font-weight: 700;
    font-size: 0.85rem;
    flex: 0 0 28px;
}

.totp-step-body[b-1gf97f504c] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.totp-step-body--column[b-1gf97f504c] {
    flex-direction: column;
    align-items: stretch;
}

.totp-step-text[b-1gf97f504c] {
    flex: 1 1 220px;
    min-width: 0;
}

.totp-key-row[b-1gf97f504c] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.totp-key[b-1gf97f504c] {
    font-family: ui-monospace, Menlo, Consolas, monospace;
    background: var(--mg-surface);
    border: 1px solid var(--mg-border);
    padding: 8px 12px;
    border-radius: 6px;
    word-spacing: 0.4em;
    font-size: 0.95rem;
    user-select: all;
}

.totp-qr[b-1gf97f504c] {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid var(--mg-border);
    line-height: 0;
    flex: 0 0 auto;
}

.totp-qr svg[b-1gf97f504c] {
    width: 200px;
    height: 200px;
    display: block;
}

.totp-verify-form[b-1gf97f504c] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.totp-code-input[b-1gf97f504c] {
    max-width: 220px;
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 540px) {
    .totp-step-body[b-1gf97f504c] {
        flex-direction: column;
    }

    .totp-qr svg[b-1gf97f504c] {
        width: 180px;
        height: 180px;
    }
}
/* /Components/Pages/Achievements/Index.razor.rz.scp.css */
.ach-grid[b-8phwd7xpg5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--mg-space-3);
}

.ach-card[b-8phwd7xpg5] {
    transition: transform var(--mg-motion-fast);
}
.ach-card:hover[b-8phwd7xpg5] { transform: translateY(-2px); }

.ach-icon[b-8phwd7xpg5] { margin-bottom: var(--mg-space-2); }

.ach-earned[b-8phwd7xpg5] {
    background: linear-gradient(135deg, rgba(245, 165, 36, 0.14), rgba(245, 165, 36, 0.06));
    border-color: rgba(245, 165, 36, 0.4) !important;
}

.ach-locked[b-8phwd7xpg5] {
    opacity: 0.7;
    color: var(--mg-text-muted);
}
/* /Components/Pages/Admin/Achievements.razor.rz.scp.css */
.admin-achievements-page[b-uc9zk356pu] {
    max-width: 900px;
    margin: 0 auto;
}
/* /Components/Pages/Admin/CourseDetail.razor.rz.scp.css */
.hole-grid[b-22wq2dyfrv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 8px;
}

.hole-card[b-22wq2dyfrv] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid var(--mg-border);
    border-radius: 8px;
    background: transparent;
    color: var(--mg-text);
    cursor: pointer;
    text-align: left;
    transition: all 0.12s ease;
    min-height: 44px;
}

.hole-card:hover[b-22wq2dyfrv] {
    border-color: var(--mg-accent);
    background: var(--mg-accent-soft);
}

.hole-num[b-22wq2dyfrv] {
    font-weight: 700;
    font-size: 1.05rem;
    min-width: 22px;
    font-variant-numeric: tabular-nums;
}

.hole-par[b-22wq2dyfrv] {
    flex: 1;
    font-size: 0.78rem;
    color: var(--mg-text-muted);
}

.hole-edit-icon[b-22wq2dyfrv] {
    opacity: 0.6;
}

.hole-card:hover .hole-edit-icon[b-22wq2dyfrv] {
    opacity: 1;
    color: var(--mg-accent);
}

@media (max-width: 600px) {
    .hole-grid[b-22wq2dyfrv] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 6px;
    }
    .hole-card[b-22wq2dyfrv] {
        padding: 6px 8px;
        min-height: 40px;
    }
}
/* /Components/Pages/Admin/Courses.razor.rz.scp.css */
.admin-courses-page[b-l3esh4eqjv] {
    max-width: 1280px;
    margin: 0 auto;
}

.mg-link[b-l3esh4eqjv] {
    color: var(--mg-accent-text);
    word-break: break-all;
    text-decoration: none;
}

.mg-link:hover[b-l3esh4eqjv] {
    text-decoration: underline;
}
/* /Components/Pages/Admin/Invitations.razor.rz.scp.css */
.admin-invitations-page[b-3ybdnegw8e] {
    max-width: 1280px;
    margin: 0 auto;
}

.invite-backdrop[b-3ybdnegw8e] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1300;
}

.invite-dialog[b-3ybdnegw8e] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 480px;
    background: var(--mg-surface);
    color: var(--mg-text);
    border-radius: 12px;
    border: 1px solid var(--mg-border);
    box-shadow: var(--mg-shadow-lg);
    z-index: 1301;
    display: flex;
    flex-direction: column;
}

.invite-dialog-header[b-3ybdnegw8e] {
    padding: 16px 24px;
    font-size: 1.25rem;
    font-weight: 600;
    border-bottom: 1px solid var(--mg-border);
}

.invite-dialog-body[b-3ybdnegw8e] {
    padding: 20px 24px;
}

.invite-label[b-3ybdnegw8e] {
    display: block;
    margin: 12px 0 4px;
    font-size: .875rem;
    color: var(--mg-text-muted);
}

.invite-input[b-3ybdnegw8e] {
    width: 100%;
    padding: 10px 12px;
    background: var(--mg-surface-2);
    color: var(--mg-text);
    border: 1px solid var(--mg-border);
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
}

.invite-input:focus[b-3ybdnegw8e] {
    outline: none;
    border-color: var(--mg-accent);
}

.invite-error[b-3ybdnegw8e] {
    margin-top: 12px;
    padding: 10px;
    background: rgba(239, 83, 80, 0.15);
    color: var(--mg-error);
    border-radius: 8px;
    font-size: .875rem;
}

.invite-dialog-actions[b-3ybdnegw8e] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px 24px;
    border-top: 1px solid var(--mg-border);
}

.invite-btn[b-3ybdnegw8e] {
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 500;
}

.invite-btn:disabled[b-3ybdnegw8e] {
    opacity: .6;
    cursor: not-allowed;
}

.invite-btn-text[b-3ybdnegw8e] {
    background: transparent;
    color: var(--mg-text);
}

.invite-btn-text:hover:not(:disabled)[b-3ybdnegw8e] {
    background: var(--mg-accent-soft);
}

.invite-btn-primary[b-3ybdnegw8e] {
    background: var(--mg-accent);
    color: var(--mg-surface);
}

.invite-btn-primary:hover:not(:disabled)[b-3ybdnegw8e] {
    background: var(--mg-accent-hover);
}
/* /Components/Pages/Admin/LiveRounds.razor.rz.scp.css */
.admin-live-rounds-page[b-372h6r0qjq] {
    max-width: 1280px;
    margin: 0 auto;
}
/* /Components/Pages/Admin/ManageCourseDetail.razor.rz.scp.css */
.hole-grid[b-gofn71qjti] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 8px;
}

.hole-card[b-gofn71qjti] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid var(--mg-border);
    border-radius: 8px;
    background: transparent;
    color: var(--mg-text);
    cursor: pointer;
    text-align: left;
    transition: all 0.12s ease;
    min-height: 44px;
}

.hole-card:hover[b-gofn71qjti] {
    border-color: var(--mg-accent);
    background: var(--mg-accent-soft);
}

.hole-num[b-gofn71qjti] { font-weight: 700; font-size: 1.05rem; min-width: 22px; font-variant-numeric: tabular-nums; }
.hole-par[b-gofn71qjti] { flex: 1; font-size: 0.78rem; color: var(--mg-text-muted); }
.hole-edit-icon[b-gofn71qjti] { opacity: 0.6; }
.hole-card:hover .hole-edit-icon[b-gofn71qjti] { opacity: 1; color: var(--mg-accent); }
/* /Components/Pages/Admin/ManageCourses.razor.rz.scp.css */
.manage-courses-page[b-yl353b1z6t] {
    max-width: 1280px;
    margin: 0 auto;
}

.mg-link[b-yl353b1z6t] {
    color: var(--mg-accent-text);
    word-break: break-all;
    text-decoration: none;
}

.mg-link:hover[b-yl353b1z6t] {
    text-decoration: underline;
}
/* /Components/Pages/Admin/Users.razor.rz.scp.css */
.admin-users-page[b-zq3oj9zk7d] {
    max-width: 1280px;
    margin: 0 auto;
}

.admin-users-table .mud-table-cell[b-zq3oj9zk7d],
.admin-users-table td[b-zq3oj9zk7d] {
    word-break: break-word;
    overflow-wrap: anywhere;
}
/* /Components/Pages/Courses/Index.razor.rz.scp.css */
.courses-search[b-nd6leoup1a] {
    min-width: 260px;
    max-width: 320px;
}

.courses-page[b-nd6leoup1a]  .course-card {
    border-radius: var(--mg-radius-4);
    overflow: hidden;
    transition: transform var(--mg-motion-base), box-shadow var(--mg-motion-base), border-color var(--mg-motion-base);
    border: 1px solid var(--mg-border);
    height: 100%;
    padding: 0;
}

.courses-page[b-nd6leoup1a]  .mud-grid-item {
    display: flex;
}

.courses-page[b-nd6leoup1a]  .course-card .mud-card-content {
    flex: 1 1 auto;
}

.courses-page[b-nd6leoup1a]  .course-card .mud-card-actions {
    margin-top: auto;
}

.courses-page[b-nd6leoup1a]  .course-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--mg-shadow-lg);
    border-color: rgba(93, 209, 14, 0.35);
}

.course-card-media[b-nd6leoup1a] {
    position: relative;
    height: 180px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 15%, var(--mg-accent-soft), transparent 55%),
        linear-gradient(135deg, var(--mg-bg) 0%, var(--mg-surface) 100%);
}

.course-card-media img[b-nd6leoup1a] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    box-sizing: border-box;
    transition: transform 0.25s ease;
}

.courses-page[b-nd6leoup1a]  .course-card:hover .course-card-media img {
    transform: scale(1.03);
}

.course-card-media[b-nd6leoup1a]  .course-card-holes {
    position: absolute !important;
    top: 10px;
    right: 10px;
    z-index: 2;
    box-shadow: var(--mg-shadow-md);
}

.course-card-fav[b-nd6leoup1a] {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    backdrop-filter: blur(4px);
}

.courses-page[b-nd6leoup1a]  .course-card-title {
    font-weight: 700;
    line-height: 1.25;
}

.courses-page[b-nd6leoup1a]  .course-card-meta .mud-icon-root {
    color: var(--mg-text-muted);
}

.course-rate-trigger[b-nd6leoup1a] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 8px;
    margin-left: -6px;
    border-radius: var(--mg-radius-pill);
    border: 1px solid transparent;
    background: transparent;
    color: var(--mg-text-muted);
    font: inherit;
    cursor: pointer;
    transition: background-color var(--mg-motion-fast), border-color var(--mg-motion-fast), color var(--mg-motion-fast);
}

.course-rate-trigger:hover[b-nd6leoup1a] {
    background: var(--mg-accent-soft);
    border-color: rgba(93, 209, 14, 0.25);
    color: var(--mg-text);
}

.course-rate-trigger:focus-visible[b-nd6leoup1a] {
    outline: 2px solid var(--mg-accent);
    outline-offset: 2px;
}

.course-rate-trigger-mine[b-nd6leoup1a] {
    color: var(--mg-accent-text);
}

.course-rate-trigger-label[b-nd6leoup1a] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.course-card-desc-wrap[b-nd6leoup1a] {
    cursor: pointer;
    border-radius: var(--mg-radius-1);
    padding: 2px 4px;
    margin-left: -4px;
    transition: background-color var(--mg-motion-fast);
}

.course-card-desc-wrap:hover[b-nd6leoup1a] {
    background-color: var(--mg-accent-soft);
}

.courses-page[b-nd6leoup1a]  .course-card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-details-desc[b-nd6leoup1a] {
    white-space: pre-wrap;
    line-height: 1.6;
}

.courses-page[b-nd6leoup1a]  .course-card-skeleton {
    pointer-events: none;
}

.course-hole-photos[b-nd6leoup1a] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 8px;
}

.course-hole-photo[b-nd6leoup1a] {
    margin: 0;
    border: 1px solid var(--mg-border);
    border-radius: var(--mg-radius-2);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.04);
}

.course-hole-photo img[b-nd6leoup1a] {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.course-hole-photo figcaption[b-nd6leoup1a] {
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 700;
    color: var(--mg-text-muted);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.course-heatmap[b-nd6leoup1a] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    gap: 6px;
}

.course-heatmap-cell[b-nd6leoup1a] {
    border: 1px solid;
    border-radius: var(--mg-radius-2);
    padding: 6px 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.1;
}

.course-heatmap-num[b-nd6leoup1a] {
    font-weight: 800;
    font-size: 13px;
    color: var(--mg-text-muted);
}

.course-heatmap-avg[b-nd6leoup1a] {
    font-weight: 800;
    font-size: 16px;
}

.course-heatmap-sub[b-nd6leoup1a] {
    font-size: 10px;
    color: var(--mg-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 600px) {
    .courses-search[b-nd6leoup1a] { max-width: 100%; width: 100%; }
}
/* /Components/Pages/Friends/Index.razor.rz.scp.css */
.friends-page[b-yb2we5v2br] { max-width: 900px; margin: 0 auto; }
/* /Components/Pages/Groups/Details.razor.rz.scp.css */
.group-details-page[b-v783wrv7ri] {
    max-width: 1100px;
    margin: 0 auto;
}

.group-detail-grid[b-v783wrv7ri] {
    display: flex;
    flex-direction: column;
    gap: var(--mg-space-5);
}

@media (min-width: 1024px) {
    .group-detail-grid[b-v783wrv7ri] {
        flex-direction: row;
        align-items: flex-start;
    }

    .group-detail-main[b-v783wrv7ri] {
        flex: 2 1 0;
        min-width: 0;
    }

    .group-detail-side[b-v783wrv7ri] {
        flex: 1 1 0;
        position: sticky;
        top: 88px;
    }
}
/* /Components/Pages/Groups/Index.razor.rz.scp.css */
.groups-page[b-f5qm6erga2] {
    max-width: 900px;
    margin: 0 auto;
}
/* /Components/Pages/Home/Index.razor.rz.scp.css */
.home-hero[b-vq1m02vura] {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 15%, var(--mg-accent-soft), transparent 45%),
        radial-gradient(circle at 15% 85%, rgba(93, 209, 14, 0.08), transparent 50%),
        var(--mg-surface);
    border: 1px solid var(--mg-border);
    padding: 24px;
}

.home-hero-overline[b-vq1m02vura] {
    letter-spacing: 0.18em;
    color: var(--mg-accent-text);
    font-weight: 700;
}

.home-hero-title[b-vq1m02vura] {
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, var(--mg-text) 0%, var(--mg-text-muted) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.home-hero-emoji[b-vq1m02vura] {
    -webkit-text-fill-color: initial;
}

.home-hero-sub[b-vq1m02vura] { opacity: 0.85; }

.home-stats[b-vq1m02vura] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 10px;
}

.live-pulse[b-vq1m02vura] {
    animation: live-pulse-b-vq1m02vura 1.6s ease-in-out infinite;
}

@keyframes live-pulse-b-vq1m02vura {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.85); }
}

.home-fav-carousel[b-vq1m02vura] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.home-fav-card[b-vq1m02vura] {
    flex: 0 0 auto;
    width: 240px;
    scroll-snap-align: start;
}

.home-fav-name[b-vq1m02vura] {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-fav-meta[b-vq1m02vura] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 600px) {
    .home-stats[b-vq1m02vura] {
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
        gap: 8px;
    }
}
/* /Components/Pages/Rounds/MyRounds.razor.rz.scp.css */
.myrounds-stats[b-x6pp1z2grn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.myrounds-stat[b-x6pp1z2grn] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: var(--mg-radius-3);
    background: var(--mg-surface);
    border: 1px solid var(--mg-border);
}

.myrounds-stat-value[b-x6pp1z2grn] {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
}

.myrounds-stat-label[b-x6pp1z2grn] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mg-text-muted);
    margin-top: 2px;
}

.myrounds-table[b-x6pp1z2grn] { border-radius: var(--mg-radius-3); overflow: hidden; }

.myrounds-filters[b-x6pp1z2grn] {
    background: var(--mg-surface);
    border: 1px solid var(--mg-border);
    border-radius: var(--mg-radius-3);
}

.myrounds-filter-row[b-x6pp1z2grn] {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr auto;
    gap: 10px;
    align-items: center;
}

@media (max-width: 900px) {
    .myrounds-filter-row[b-x6pp1z2grn] {
        grid-template-columns: 1fr 1fr;
    }
    .myrounds-search[b-x6pp1z2grn] { grid-column: 1 / -1; }
}
/* /Components/Pages/Rounds/New.razor.rz.scp.css */
/* Ball preview circle. The CssClass values seeded in the DB use Tailwind-style names
   (bg-red-600, bg-yellow-400, etc.) but this app does not load Tailwind, so we
   define the visuals explicitly here. */
.ball-icon[b-lxftl49gc0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #555;
    color: var(--mg-text);
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.35),
                inset 2px 2px 4px rgba(0, 0, 0, 0.25),
                0 1px 2px rgba(0, 0, 0, 0.3);
}

.ball-icon-num[b-lxftl49gc0] { pointer-events: none; }

/* Light balls need dark text for contrast */
.ball-icon.bg-yellow-400[b-lxftl49gc0],
.ball-icon.bg-sky-300[b-lxftl49gc0],
.ball-icon.bg-purple-300[b-lxftl49gc0],
.ball-icon.bg-white[b-lxftl49gc0] { color: #1f2937; text-shadow: none; }

.ball-icon.bg-red-600[b-lxftl49gc0]    { background-color: #dc2626; }
.ball-icon.bg-orange-500[b-lxftl49gc0] { background-color: #f97316; }
.ball-icon.bg-yellow-400[b-lxftl49gc0] { background-color: #facc15; }
.ball-icon.bg-green-500[b-lxftl49gc0]  { background-color: #22c55e; }
.ball-icon.bg-teal-400[b-lxftl49gc0]   { background-color: #2dd4bf; }
.ball-icon.bg-cyan-600[b-lxftl49gc0]   { background-color: #0891b2; }
.ball-icon.bg-sky-300[b-lxftl49gc0]    { background-color: #7dd3fc; }
.ball-icon.bg-blue-800[b-lxftl49gc0]   { background-color: #1e40af; }
.ball-icon.bg-purple-300[b-lxftl49gc0] { background-color: #d8b4fe; }
.ball-icon.bg-purple-700[b-lxftl49gc0] { background-color: #7e22ce; }
.ball-icon.bg-pink-500[b-lxftl49gc0]   { background-color: #ec4899; }
.ball-icon.bg-black[b-lxftl49gc0]      { background-color: #111111; }
.ball-icon.bg-white[b-lxftl49gc0]      { background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.15); }

.newround-card[b-lxftl49gc0] { border-radius: var(--mg-radius-4); }

.newround-reorder-hint[b-lxftl49gc0] {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    opacity: 0.85;
}

.newround-drop-container[b-lxftl49gc0] { display: block; }
.newround-drop-zone[b-lxftl49gc0] { display: block; }

.newround-player-row[b-lxftl49gc0] {
    display: grid;
    grid-template-columns: auto auto minmax(0, 2fr) minmax(0, 1.2fr) auto;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--mg-border);
}

.newround-can-edit[b-lxftl49gc0] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 90px;
}

.newround-player-row:last-of-type[b-lxftl49gc0] { border-bottom: none; }

.newround-drag-handle[b-lxftl49gc0] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    color: var(--mg-text-muted);
    padding: 4px;
    border-radius: var(--mg-radius-1);
    touch-action: none;
    user-select: none;
}
.newround-drag-handle:hover[b-lxftl49gc0] { color: var(--mg-accent-text); background: var(--mg-accent-soft); }
.newround-drag-handle:active[b-lxftl49gc0] { cursor: grabbing; }

.newround-player-index[b-lxftl49gc0] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
}

/* Wrappers carry the grid placement; the Mud control inside fills the wrapper. */
.newround-name[b-lxftl49gc0],
.newround-color[b-lxftl49gc0] { min-width: 0; }
.newround-color > .mud-select[b-lxftl49gc0] { width: 100%; }

/* Smaller variant used inside the dropdown items — no number, just the ball */
.ball-icon-sm[b-lxftl49gc0] { width: 20px; height: 20px; font-size: 0; }

/* MudBlazor drag visual feedback */
[b-lxftl49gc0] .mud-drop-item-preview-start { opacity: 0.4; }
[b-lxftl49gc0] .mud-drop-item.mud-drop-item-placeholder { opacity: 0.3; }

@media (max-width: 600px) {
    .newround-player-row[b-lxftl49gc0] {
        grid-template-columns: auto auto 1fr auto;
        grid-template-areas:
            "drag idx name remove"
            "drag idx color color"
            "edit edit edit edit";
        row-gap: 8px;
        column-gap: 8px;
    }
    .newround-drag-handle[b-lxftl49gc0] { grid-area: drag; }
    .newround-player-index[b-lxftl49gc0] { grid-area: idx; }
    .newround-name[b-lxftl49gc0] { grid-area: name; }
    .newround-color[b-lxftl49gc0] { grid-area: color; }
    .newround-remove[b-lxftl49gc0] { grid-area: remove; align-self: center; }
    .newround-can-edit[b-lxftl49gc0] { grid-area: edit; padding-left: 0; }
}

@media (min-width: 601px) {
    .newround-remove[b-lxftl49gc0] { display: contents; }
}
/* /Components/Pages/Rounds/Scorecard.razor.rz.scp.css */
/* ---------- Root / layout ---------- */
.scorecard-root[b-z0iqzur6zr] {
    max-width: 1280px;
    margin: 0 auto;
    outline: none;
}

.sc-leader-chip[b-z0iqzur6zr] { font-weight: 600; }

/* ---------- Sticky compact header ---------- */
.sc-header[b-z0iqzur6zr] {
    position: sticky;
    top: 64px;
    z-index: 5;
    background: var(--mg-surface);
    border: 1px solid var(--mg-border);
    border-radius: var(--mg-radius-3);
    padding: var(--mg-space-3);
    margin-bottom: var(--mg-space-3);
    box-shadow: var(--mg-shadow-md);
}

.sc-header-row[b-z0iqzur6zr] {
    display: flex;
    align-items: center;
    gap: var(--mg-space-3);
}

.sc-header-primary[b-z0iqzur6zr] { flex-wrap: nowrap; }

.sc-header-secondary[b-z0iqzur6zr] {
    margin-top: var(--mg-space-2);
    flex-wrap: wrap;
}

.sc-header-icon[b-z0iqzur6zr] { color: var(--mg-success); flex-shrink: 0; }

.sc-header-course[b-z0iqzur6zr] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: var(--mg-text-16);
}

.sc-header-score[b-z0iqzur6zr] {
    font-size: var(--mg-text-24);
    font-weight: 800;
    color: var(--mg-accent-text);
    flex-shrink: 0;
}

.sc-header-progress[b-z0iqzur6zr] {
    font-family: var(--mg-font-mono);
    font-size: var(--mg-text-12);
    color: var(--mg-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    flex-shrink: 0;
}

.sc-header-overflow[b-z0iqzur6zr] { margin-left: auto; }

/* ---------- Hole strip (auto-scroll) ---------- */
.sc-hole-strip[b-z0iqzur6zr] {
    display: flex;
    align-items: center;
    background: var(--mg-surface);
    border: 1px solid var(--mg-border);
    border-radius: var(--mg-radius-3);
    margin-bottom: var(--mg-space-3);
    padding: var(--mg-space-2);
    overflow: hidden;
}

.sc-hole-pager[b-z0iqzur6zr] {
    flex: 0 0 auto;
    align-self: center;
}

.sc-hole-strip-scroll[b-z0iqzur6zr] {
    flex: 1;
    display: flex;
    gap: var(--mg-space-2);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: var(--mg-space-1);
    min-width: 0;
}

.sc-hole-cell[b-z0iqzur6zr] {
    flex: 0 0 auto;
    background: var(--mg-surface-2);
    border: 2px solid transparent;
    border-radius: var(--mg-radius-2);
    padding: var(--mg-space-2) var(--mg-space-3);
    color: var(--mg-text);
    font-family: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 60px;
    scroll-snap-align: center;
    transition: all var(--mg-motion-fast);
}

.sc-hole-cell:hover[b-z0iqzur6zr] {
    border-color: var(--mg-accent);
}

.sc-hole-num[b-z0iqzur6zr] {
    font-size: var(--mg-text-20);
    font-weight: 800;
    line-height: 1;
}

.sc-hole-par[b-z0iqzur6zr] {
    font-size: var(--mg-text-12);
    color: var(--mg-text-muted);
    letter-spacing: 0.06em;
}

.sc-hole-cell-active[b-z0iqzur6zr] {
    border-color: var(--mg-accent);
    background: var(--mg-accent-soft);
}

.sc-hole-cell-complete .sc-hole-num[b-z0iqzur6zr] { color: var(--mg-accent-text); }

.sc-hole-page-indicator[b-z0iqzur6zr] {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
}

.sc-page-dot[b-z0iqzur6zr] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
    background: var(--mud-palette-action-disabled);
    opacity: 0.5;
    transition: all 0.15s ease;
}

.sc-page-dot:hover[b-z0iqzur6zr] {
    opacity: 0.85;
    transform: scale(1.15);
}

.sc-page-dot.active[b-z0iqzur6zr] {
    background: var(--mud-palette-primary);
    opacity: 1;
    width: 18px;
    border-radius: 4px;
}

.sc-hole-chip[b-z0iqzur6zr] {
    flex: 1 1 0;
    min-width: 0;
    padding: 6px 4px;
    border-radius: var(--mg-radius-2);
    border: 1px solid var(--mg-border);
    background: transparent;
    color: var(--mg-text);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-weight: 600;
    transition: all 0.15s ease;
}

.sc-hole-chip:hover[b-z0iqzur6zr] {
    background: var(--mud-palette-action-default-hover);
    border-color: var(--mud-palette-primary);
}

.sc-hole-chip.active[b-z0iqzur6zr] {
    background: var(--mud-palette-primary);
    color: #fff;
    border-color: var(--mud-palette-primary);
    box-shadow: var(--mg-shadow-md);
}

.sc-hole-chip.done[b-z0iqzur6zr] {
    background: var(--mud-palette-success-darken);
    color: #fff;
    border-color: var(--mud-palette-success-darken);
}

.sc-hole-chip.done.active[b-z0iqzur6zr] {
    background: var(--mud-palette-success);
    border-color: var(--mud-palette-success);
}

.sc-hole-chip-num[b-z0iqzur6zr] {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 0.95rem;
    line-height: 1;
}

.sc-hole-chip-bar[b-z0iqzur6zr] {
    display: block;
    width: 80%;
    height: 3px;
    border-radius: 2px;
    background: var(--mud-palette-action-disabled);
    opacity: 0.4;
    overflow: hidden;
}

.sc-hole-chip-bar-fill[b-z0iqzur6zr] {
    display: block;
    height: 100%;
    background: currentColor;
    opacity: 0.9;
    transition: width 0.2s ease;
}

.sc-hole-chip.active .sc-hole-chip-bar[b-z0iqzur6zr] { opacity: 0.6; }

.sc-hole-chip-dots[b-z0iqzur6zr] { display: flex; gap: 3px; }
.sc-hole-dot[b-z0iqzur6zr] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--mud-palette-action-disabled);
    opacity: 0.6;
}
.sc-hole-dot.filled[b-z0iqzur6zr] { background: currentColor; opacity: 1; }

/* ---------- Player row (card surface) ---------- */
.sc-player-row[b-z0iqzur6zr] {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(0, auto) auto;
    align-items: center;
    gap: var(--mg-space-3);
    padding: var(--mg-space-3);
    margin-bottom: var(--mg-space-2);
    background: var(--mg-surface-2);
    border: 1px solid var(--mg-border);
    border-radius: var(--mg-radius-2);
    transition: border-color var(--mg-motion-fast);
}
.sc-player-row:hover[b-z0iqzur6zr] {
    border-color: var(--mg-accent);
}
.sc-player-row:last-child[b-z0iqzur6zr] { margin-bottom: 0; }

.sc-player-identity[b-z0iqzur6zr] {
    display: flex;
    align-items: center;
    gap: var(--mg-space-2);
    min-width: 0;
}

.sc-player-name[b-z0iqzur6zr] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc-hole-rank[b-z0iqzur6zr] {
    flex-shrink: 0;
    min-width: 32px;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 700;
    text-align: center;
    background: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    line-height: 1.2;
}
.sc-hole-rank-empty[b-z0iqzur6zr] {
    background: transparent;
    color: var(--mud-palette-text-disabled);
    border: 1px dashed var(--mg-border);
}

/* ---------- Quick chips ---------- */
.sc-quick-chips[b-z0iqzur6zr] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
}

.sc-quick-chip[b-z0iqzur6zr] {
    --chip-color: #9e9e9e;
    width: 100%;
    min-width: 0;
    padding: 4px 6px;
    border-radius: var(--mg-radius-2);
    border: 1.5px solid var(--chip-color);
    background: transparent;
    color: var(--chip-color);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-weight: 600;
    transition: all 0.12s ease;
    line-height: 1.1;
}

.sc-quick-chip:hover[b-z0iqzur6zr] {
    background: color-mix(in srgb, var(--chip-color) 15%, transparent);
}

.sc-quick-chip.active[b-z0iqzur6zr] {
    background: var(--chip-color);
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Ace chip: always eye-catching, pulses so players notice it. */
.sc-quick-chip.ace[b-z0iqzur6zr] {
    color: #1a1a1a;
    background: radial-gradient(circle at 30% 20%, #FFF2A8 0%, #FFD700 45%, #E6B800 100%);
    border-color: #E6B800;
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.55);
    animation: ace-pulse-b-z0iqzur6zr 2.2s ease-in-out infinite;
}

.sc-quick-chip.ace:hover[b-z0iqzur6zr] {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(255, 215, 0, 0.55);
    animation: none;
}

.sc-quick-chip.ace.active[b-z0iqzur6zr] {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #1a1a1a;
}

.sc-ace-icon[b-z0iqzur6zr] {
    color: #8A6D00;
}

.sc-quick-chip.ace .sc-quick-chip-label[b-z0iqzur6zr],
.sc-quick-chip.ace .sc-quick-chip-value[b-z0iqzur6zr] {
    color: #1a1a1a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

@keyframes ace-pulse-b-z0iqzur6zr {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.55); }
    50%      { box-shadow: 0 0 0 6px rgba(255, 215, 0, 0); }
}

.sc-quick-chip-label[b-z0iqzur6zr] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.85;
}

.sc-quick-chip-value[b-z0iqzur6zr] {
    font-size: 1rem;
    font-weight: 700;
}

/* ---------- Fine adjust ---------- */
.sc-fine-adjust[b-z0iqzur6zr] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.sc-score-display[b-z0iqzur6zr] {
    min-width: 32px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
}

.sc-ace-btn.pulse[b-z0iqzur6zr] { animation: pulse-star-b-z0iqzur6zr 2s ease-in-out infinite; }
.sc-ace-btn:hover[b-z0iqzur6zr] { transform: scale(1.1); }

@keyframes pulse-star-b-z0iqzur6zr {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.1); }
}

/* ---------- Mobile hole strip ---------- */
@media (max-width: 600px) {
    .sc-hole-strip[b-z0iqzur6zr] { padding: 4px; }

    .sc-hole-chip[b-z0iqzur6zr] {
        padding: 5px 2px;
        border-radius: 8px;
        gap: 2px;
    }

    .sc-hole-chip-num[b-z0iqzur6zr] {
        font-size: 0.8rem;
    }

    .sc-hole-chip-bar[b-z0iqzur6zr],
    .sc-hole-chip-dots[b-z0iqzur6zr] { display: none; }
}

@media (max-width: 380px) {
    .sc-hole-strip-scroll[b-z0iqzur6zr] { gap: 2px; }
    .sc-hole-chip[b-z0iqzur6zr] {
        padding: 4px 1px;
        font-size: 0.75rem;
    }
}

/* ---------- Leaderboard ---------- */
.sc-leader-row[b-z0iqzur6zr] {
    display: grid;
    grid-template-columns: 28px 28px 1fr auto auto;
    align-items: center;
    gap: var(--mg-space-2);
    padding: 6px 4px;
    border-bottom: 1px solid var(--mg-border);
}
.sc-leader-row:last-child[b-z0iqzur6zr] { border-bottom: none; }

.sc-leader-rank[b-z0iqzur6zr] { font-size: 1.1rem; text-align: center; }
.sc-leader-name[b-z0iqzur6zr] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sc-leader-total[b-z0iqzur6zr] { font-weight: 700; font-size: 1.1rem; min-width: 28px; text-align: right; }
.sc-leader-diff[b-z0iqzur6zr] { font-size: 0.85rem; font-weight: 600; min-width: 36px; text-align: right; }

/* ---------- Mini scorecard grid ---------- */
.sc-grid-wrapper[b-z0iqzur6zr] { overflow-x: auto; }

.sc-grid[b-z0iqzur6zr] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.sc-grid th[b-z0iqzur6zr],
.sc-grid td[b-z0iqzur6zr] {
    padding: 4px 6px;
    text-align: center;
    border-bottom: 1px solid var(--mg-border);
    min-width: 26px;
}

.sc-grid .sc-grid-player-col[b-z0iqzur6zr] {
    text-align: left;
    min-width: 90px;
    max-width: 110px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc-grid-ball[b-z0iqzur6zr] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
}

.sc-grid-hole[b-z0iqzur6zr] {
    cursor: pointer;
    font-weight: 600;
    color: var(--mg-text-muted);
}

.sc-grid-hole.active[b-z0iqzur6zr],
.sc-grid-cell.active[b-z0iqzur6zr] {
    background: var(--mud-palette-primary);
    color: #fff !important;
}

.sc-grid-par-row td[b-z0iqzur6zr] {
    color: var(--mg-text-muted);
    font-size: 0.72rem;
    text-transform: uppercase;
}

.sc-grid-cell[b-z0iqzur6zr] { cursor: pointer; font-weight: 700; }
.sc-grid-cell:hover[b-z0iqzur6zr] { background: var(--mud-palette-action-default-hover); }

.sc-grid-total[b-z0iqzur6zr],
.sc-grid-total-cell[b-z0iqzur6zr] {
    border-left: 1px solid var(--mg-border);
    font-weight: 700;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 700px) {
    .sc-player-row[b-z0iqzur6zr] {
        grid-template-columns: 1fr;
        gap: var(--mg-space-2);
        padding: var(--mg-space-3) 4px;
    }
    .sc-player-identity[b-z0iqzur6zr] { width: 100%; }
    .sc-quick-chips[b-z0iqzur6zr] { width: 100%; }

    .sc-fine-adjust[b-z0iqzur6zr] {
        justify-content: center;
        gap: 18px;
        width: 100%;
        margin-top: 6px;
        padding-top: 8px;
        border-top: 1px solid var(--mg-border);
    }
    .sc-score-display[b-z0iqzur6zr] {
        min-width: 48px;
        font-size: 1.5rem;
    }
}

@media (max-width: 420px) {
    .sc-quick-chips[b-z0iqzur6zr] { gap: 3px; }
    .sc-quick-chip[b-z0iqzur6zr] {
        padding: 6px 2px;
        min-height: 44px;
        border-width: 1px;
    }
    .sc-quick-chip-label[b-z0iqzur6zr] { font-size: 0.55rem; letter-spacing: 0.02em; }
    .sc-quick-chip-value[b-z0iqzur6zr] { font-size: 0.9rem; }
    .sc-grid th[b-z0iqzur6zr],
    .sc-grid td[b-z0iqzur6zr] { padding: 3px 4px; }
    .sc-grid .sc-grid-player-col[b-z0iqzur6zr] { min-width: 70px; max-width: 90px; }
}

/* ---------- Live scorecard image ---------- */
.sc-image-wrap[b-z0iqzur6zr] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 6px;
}

.sc-image[b-z0iqzur6zr] {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

/* ---------- Notes for current hole (inline section) ---------- */
.sc-memo-list[b-z0iqzur6zr] {
    display: flex;
    flex-direction: column;
    gap: var(--mg-space-2);
}

.sc-memo-row[b-z0iqzur6zr] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: var(--mg-space-3);
    align-items: center;
    padding: var(--mg-space-2);
    border-radius: var(--mg-radius-2);
    background: var(--mg-surface-2);
}

.sc-memo-row-text[b-z0iqzur6zr] { min-width: 0; }

.sc-memo-row-name[b-z0iqzur6zr] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc-memo-note[b-z0iqzur6zr] {
    color: var(--mg-text-muted);
    white-space: pre-wrap;
    word-break: break-word;
}

/* ---------- Page shell ---------- */
/* Mobile-first: every section stacks in markup order
   (editor → leaderboard → notes → grid → image), which matches the
   priority a user cares about while actively scoring. */
.sc-shell[b-z0iqzur6zr] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--mg-space-4);
}

.sc-shell-leader[b-z0iqzur6zr],
.sc-shell-notes[b-z0iqzur6zr],
.sc-shell-grid[b-z0iqzur6zr],
.sc-shell-image[b-z0iqzur6zr],
.sc-shell-editor[b-z0iqzur6zr] { min-width: 0; }

/* Wide screens: the editor + notes form an "action" column on the left,
   while the leaderboard pins to the right and stays in view as the user
   scrolls through notes / mini-grid. The mini-grid + image span both
   columns so the 18-hole table has the room it needs. */
@media (min-width: 1280px) {
    .sc-shell[b-z0iqzur6zr] {
        grid-template-columns: minmax(0, 1fr) 320px;
        grid-template-areas:
            "editor leader"
            "notes  leader"
            "grid   grid"
            "image  image";
    }
    .sc-shell-editor[b-z0iqzur6zr] { grid-area: editor; }
    .sc-shell-leader[b-z0iqzur6zr] {
        grid-area: leader;
        align-self: start;
        position: sticky;
        top: 144px;
    }
    .sc-shell-notes[b-z0iqzur6zr] { grid-area: notes; }
    .sc-shell-grid[b-z0iqzur6zr]  { grid-area: grid; }
    .sc-shell-image[b-z0iqzur6zr] { grid-area: image; }
}

/* Mini-grid breathes once we have ~tablet width or more. */
@media (min-width: 1024px) {
    .sc-grid th[b-z0iqzur6zr],
    .sc-grid td[b-z0iqzur6zr] {
        padding: 6px 4px;
        min-width: 34px;
    }
    .sc-grid .sc-grid-player-col[b-z0iqzur6zr] {
        min-width: 130px;
        max-width: 200px;
    }
}
/* /Components/Pages/Rounds/ScorecardShareDialog.razor.rz.scp.css */
.sc-share-panel[b-jlywj8vey0] {
    background: var(--mg-surface-2);
    border: 1px solid var(--mg-border);
    border-radius: var(--mg-radius-2);
    padding: var(--mg-space-3);
}
/* /Components/Pages/Rounds/Summary.razor.rz.scp.css */
.summary-leader-name[b-d4vweok1dr] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.summary-scorecard-scroll[b-d4vweok1dr] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.summary-scorecard-table[b-d4vweok1dr] {
    min-width: max-content;
}

.summary-actions[b-d4vweok1dr] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--mg-space-3);
}

.summary-share-row[b-d4vweok1dr] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--mg-space-3);
    align-items: center;
}
.summary-share-url[b-d4vweok1dr] { flex: 1 1 240px; min-width: 0; }
.summary-share-buttons[b-d4vweok1dr] { display: flex; gap: var(--mg-space-2); flex-wrap: wrap; }

@media (max-width: 600px) {
    .summary-actions > .mud-button-root[b-d4vweok1dr] { flex: 1 1 calc(50% - 12px); }
    .summary-share-buttons[b-d4vweok1dr] { width: 100%; justify-content: flex-end; }
}

.summary-comment[b-d4vweok1dr] {
    padding: var(--mg-space-2) 0;
    border-bottom: 1px solid var(--mg-border);
}
.summary-comment:last-of-type[b-d4vweok1dr] { border-bottom: none; }

.summary-comment-body[b-d4vweok1dr] {
    margin-top: var(--mg-space-1);
    margin-left: 32px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.summary-comment-form[b-d4vweok1dr] {
    display: flex;
    flex-direction: column;
    gap: var(--mg-space-2);
}
.summary-comment-form .mud-button-root[b-d4vweok1dr] { align-self: flex-end; }

.summary-memos[b-d4vweok1dr] {
    display: grid;
    gap: var(--mg-space-3);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.summary-memo-photo[b-d4vweok1dr] {
    max-width: 100%;
    max-height: 240px;
    border-radius: var(--mg-radius-2);
    display: block;
    margin: var(--mg-space-1) 0;
}

.summary-memo-note[b-d4vweok1dr] {
    white-space: pre-wrap;
    word-break: break-word;
    margin-top: var(--mg-space-1);
}
/* /Components/Pages/Stats/Index.razor.rz.scp.css */
.stats-tiles[b-4bvguspdg7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: var(--mg-space-3);
    margin-bottom: var(--mg-space-4);
}
/* /Components/Pages/Tournaments/Details.razor.rz.scp.css */
.tournament-details-page[b-wwfmq2x7p1] {
    max-width: 1100px;
    margin: 0 auto;
}

.tournament-detail-grid[b-wwfmq2x7p1] {
    display: flex;
    flex-direction: column;
    gap: var(--mg-space-5);
}

@media (min-width: 1024px) {
    .tournament-detail-grid[b-wwfmq2x7p1] {
        flex-direction: row;
        align-items: flex-start;
    }

    .tournament-detail-main[b-wwfmq2x7p1] {
        flex: 2 1 0;
        min-width: 0;
    }

    .tournament-detail-side[b-wwfmq2x7p1] {
        flex: 1 1 0;
        position: sticky;
        top: 88px;
    }
}

.bracket-match[b-wwfmq2x7p1] {
    flex-wrap: wrap;
    padding: var(--mg-space-2) 0;
    border-bottom: 1px solid var(--mg-border);
}

.bracket-match:last-child[b-wwfmq2x7p1] {
    border-bottom: none;
}
/* /Components/Pages/Tournaments/Index.razor.rz.scp.css */
.tournaments-page[b-s47r2hmi1g] {
    max-width: 900px;
    margin: 0 auto;
}
/* /Components/Shared/Design/AppearanceDialog.razor.rz.scp.css */
.ad-title[b-9ycppu218l] {
    font-size: var(--mg-text-20);
    font-weight: 700;
    margin: 0 0 var(--mg-space-2);
}

.ad-subtitle[b-9ycppu218l] {
    color: var(--mg-text-muted);
    margin: 0 0 var(--mg-space-4);
}

.ad-grid[b-9ycppu218l] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--mg-space-3);
}

.ad-option[b-9ycppu218l] {
    background: var(--mg-surface-2);
    border: 2px solid transparent;
    border-radius: var(--mg-radius-3);
    padding: var(--mg-space-4);
    color: var(--mg-text);
    font-family: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--mg-space-2);
    transition: border-color var(--mg-motion-fast), background var(--mg-motion-fast);
}

.ad-option:hover[b-9ycppu218l] { background: var(--mg-surface); }

.ad-option-active[b-9ycppu218l] {
    border-color: var(--mg-accent);
    background: var(--mg-accent-soft);
}

.ad-option-label[b-9ycppu218l] {
    font-weight: 600;
}
/* /Components/Shared/Design/MgCard.razor.rz.scp.css */
.mg-card[b-gm2en4muys] {
    background: var(--mg-surface);
    border: 1px solid var(--mg-border);
    border-radius: var(--mg-radius-4);
    padding: var(--mg-space-4);
    box-shadow: var(--mg-shadow-md);
    color: var(--mg-text);
    transition: transform var(--mg-motion-fast), box-shadow var(--mg-motion-fast);
    display: flex;
    flex-direction: column;
    gap: var(--mg-space-2);
}

.mg-card-interactive[b-gm2en4muys] {
    cursor: pointer;
}

.mg-card-interactive:hover[b-gm2en4muys] {
    transform: translateY(-2px);
    box-shadow: var(--mg-shadow-lg);
}

.mg-card-interactive:focus-visible[b-gm2en4muys] {
    outline: 2px solid var(--mg-accent);
    outline-offset: 2px;
}

.mg-card-live[b-gm2en4muys] {
    border-color: rgba(239, 83, 80, 0.35);
    background: linear-gradient(135deg, rgba(239, 83, 80, 0.06), transparent 60%), var(--mg-surface);
}

.mg-card-accent[b-gm2en4muys] {
    border-color: rgba(93, 209, 14, 0.25);
    background: linear-gradient(135deg, rgba(93, 209, 14, 0.06), transparent 60%), var(--mg-surface);
}
/* /Components/Shared/Design/MgChip.razor.rz.scp.css */
.mg-chip[b-omjdo3q53o] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 9px;
    border-radius: var(--mg-radius-pill);
    font-size: var(--mg-text-12);
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 1px solid transparent;
    line-height: 1.2;
    white-space: nowrap;
}

.mg-chip-label[b-omjdo3q53o] {
    text-transform: uppercase;
}

.mg-chip-dot[b-omjdo3q53o] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 0 currentColor;
}

.mg-chip-dot.pulse[b-omjdo3q53o] {
    animation: mg-pulse 1.6s ease-in-out infinite;
}

.mg-chip-live[b-omjdo3q53o],
.mg-chip-success[b-omjdo3q53o],
.mg-chip-accent[b-omjdo3q53o] {
    background: var(--mg-accent-soft);
    color: var(--mg-accent-text);
    border-color: rgba(93, 209, 14, 0.4);
}

.mg-chip-warning[b-omjdo3q53o] {
    background: rgba(245, 165, 36, 0.14);
    color: var(--mg-warning);
    border-color: rgba(245, 165, 36, 0.4);
}

.mg-chip-error[b-omjdo3q53o] {
    background: rgba(239, 83, 80, 0.14);
    color: var(--mg-error);
    border-color: rgba(239, 83, 80, 0.4);
}

.mg-chip-info[b-omjdo3q53o] {
    background: rgba(66, 165, 245, 0.14);
    color: var(--mg-info);
    border-color: rgba(66, 165, 245, 0.4);
}

.mg-chip-muted[b-omjdo3q53o] {
    background: rgba(165, 165, 165, 0.1);
    color: var(--mg-text-muted);
    border-color: rgba(165, 165, 165, 0.2);
}
/* /Components/Shared/Design/MgEmptyState.razor.rz.scp.css */
.mg-empty[b-7lqted66ku] {
    text-align: center;
    padding: var(--mg-space-7) var(--mg-space-4);
    border: 1px dashed var(--mg-border);
    border-radius: var(--mg-radius-4);
    background: var(--mg-surface-alt);
}

.mg-empty-icon[b-7lqted66ku] {
    color: var(--mg-accent);
    margin-bottom: var(--mg-space-3);
}

.mg-empty-title[b-7lqted66ku] {
    font-size: var(--mg-text-20);
    font-weight: 700;
    margin: 0 0 var(--mg-space-2);
    color: var(--mg-text);
}

.mg-empty-body[b-7lqted66ku] {
    color: var(--mg-text-muted);
    max-width: 50ch;
    margin: 0 auto var(--mg-space-4);
}

.mg-empty-cta[b-7lqted66ku] {
    display: inline-block;
}
/* /Components/Shared/Design/MgPageHeader.razor.rz.scp.css */
.mg-page-header[b-m3mrs1i6ol] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--mg-space-4);
    flex-wrap: wrap;
    margin-bottom: var(--mg-space-5);
}

.mg-page-header-text[b-m3mrs1i6ol] {
    flex: 1 1 auto;
    min-width: 0;
}

.mg-page-header-overline[b-m3mrs1i6ol] {
    font-size: var(--mg-text-12);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: var(--mg-text-muted);
}

.mg-page-header-title[b-m3mrs1i6ol] {
    font-size: var(--mg-text-32);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--mg-text);
    margin: 0;
    line-height: 1.15;
}

.mg-page-header-subtitle[b-m3mrs1i6ol] {
    font-size: var(--mg-text-14);
    color: var(--mg-text-muted);
    margin: 4px 0 0;
    max-width: 60ch;
}

.mg-page-header-actions[b-m3mrs1i6ol] {
    display: flex;
    align-items: center;
    gap: var(--mg-space-2);
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .mg-page-header-title[b-m3mrs1i6ol] { font-size: var(--mg-text-24); }
}
/* /Components/Shared/Design/MgReflowTable.razor.rz.scp.css */
.mg-reflow-table[b-lxaidd2sne] {
    width: 100%;
    border-collapse: collapse;
    background: var(--mg-surface);
    border-radius: var(--mg-radius-4);
    overflow: hidden;
    border: 1px solid var(--mg-border);
}

.mg-reflow-table th[b-lxaidd2sne],
.mg-reflow-table td[b-lxaidd2sne] {
    padding: var(--mg-space-3) var(--mg-space-4);
    text-align: left;
    border-bottom: 1px solid var(--mg-border);
    color: var(--mg-text);
    font-size: var(--mg-text-14);
}

.mg-reflow-table th[b-lxaidd2sne] {
    background: var(--mg-surface-2);
    font-size: var(--mg-text-12);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mg-text-muted);
}

.mg-reflow-table tbody tr:last-child td[b-lxaidd2sne] { border-bottom: none; }
.mg-reflow-table tbody tr:hover td[b-lxaidd2sne] { background: var(--mg-surface-2); }

.mg-reflow-actions-col[b-lxaidd2sne] { width: 1%; white-space: nowrap; text-align: right; }

.mg-reflow-empty[b-lxaidd2sne] {
    padding: var(--mg-space-6);
}

@media (max-width: 767px) {
    .mg-reflow-table[b-lxaidd2sne],
    .mg-reflow-table thead[b-lxaidd2sne],
    .mg-reflow-table tbody[b-lxaidd2sne],
    .mg-reflow-table tr[b-lxaidd2sne],
    .mg-reflow-table td[b-lxaidd2sne] {
        display: block;
        width: 100%;
    }

    .mg-reflow-table thead[b-lxaidd2sne] { display: none; }

    .mg-reflow-table tr[b-lxaidd2sne] {
        background: var(--mg-surface);
        border: 1px solid var(--mg-border);
        border-radius: var(--mg-radius-3);
        margin-bottom: var(--mg-space-3);
        padding: var(--mg-space-3);
        box-shadow: var(--mg-shadow-sm);
    }

    .mg-reflow-table td[b-lxaidd2sne] {
        border: none;
        padding: var(--mg-space-1) 0;
        display: flex;
        justify-content: space-between;
        gap: var(--mg-space-3);
    }

    .mg-reflow-table td[b-lxaidd2sne]::before {
        content: attr(data-label);
        font-size: var(--mg-text-12);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--mg-text-muted);
        font-weight: 700;
        flex: 0 0 auto;
    }

    .mg-reflow-hide-sm[b-lxaidd2sne] { display: none !important; }

    .mg-reflow-actions-col[b-lxaidd2sne] {
        margin-top: var(--mg-space-2);
        width: auto;
        text-align: right;
        justify-content: flex-end;
    }
    .mg-reflow-actions-col[b-lxaidd2sne]::before { display: none; }
}
/* /Components/Shared/Design/MgScore.razor.rz.scp.css */
.mg-score[b-evz45q8ezl] {
    font-weight: 800;
    line-height: 1;
    display: inline-block;
}

.mg-score-sm[b-evz45q8ezl] { font-size: var(--mg-text-16); }
.mg-score-md[b-evz45q8ezl] { font-size: var(--mg-text-24); }
.mg-score-lg[b-evz45q8ezl] { font-size: var(--mg-text-32); }
.mg-score-xl[b-evz45q8ezl] { font-size: var(--mg-text-48); }

.mg-score-under[b-evz45q8ezl]   { color: var(--mg-accent-text); }
.mg-score-even[b-evz45q8ezl]    { color: var(--mg-text); }
.mg-score-over[b-evz45q8ezl]    { color: var(--mg-text-muted); }
.mg-score-neutral[b-evz45q8ezl] { color: var(--mg-text); }
/* /Components/Shared/Design/MgSection.razor.rz.scp.css */
.mg-section[b-n2o6pl0j1z] {
    margin-bottom: var(--mg-space-6);
}

.mg-section-head[b-n2o6pl0j1z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--mg-space-3);
    margin-bottom: var(--mg-space-3);
}

.mg-section-heading-wrap[b-n2o6pl0j1z] {
    display: inline-flex;
    align-items: center;
    gap: var(--mg-space-2);
}

.mg-section-icon[b-n2o6pl0j1z] { color: var(--mg-accent); }

.mg-section-heading[b-n2o6pl0j1z] {
    font-size: var(--mg-text-20);
    font-weight: 700;
    margin: 0;
    color: var(--mg-text);
}

.mg-section-actions[b-n2o6pl0j1z] {
    display: inline-flex;
    align-items: center;
    gap: var(--mg-space-2);
}
/* /Components/Shared/Design/MgStat.razor.rz.scp.css */
.mg-stat[b-hbcnqkn7qg] {
    background: var(--mg-surface-2);
    border: 1px solid var(--mg-border);
    border-radius: var(--mg-radius-3);
    padding: var(--mg-space-3) var(--mg-space-2);
    text-align: center;
}

.mg-stat-value[b-hbcnqkn7qg] {
    font-size: var(--mg-text-24);
    font-weight: 800;
    color: var(--mg-text);
    line-height: 1;
}

.mg-stat-accent .mg-stat-value[b-hbcnqkn7qg] {
    color: var(--mg-accent-text);
}

.mg-stat-label[b-hbcnqkn7qg] {
    font-size: var(--mg-text-12);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--mg-text-muted);
    margin-top: 6px;
}
/* /Components/Shared/HolePhotoManager.razor.rz.scp.css */
.hole-photos-strip[b-b7dr1eqc3u] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}

.hole-photo-card[b-b7dr1eqc3u] {
    position: relative;
    border: 1px solid var(--mg-border);
    border-radius: 8px;
    overflow: hidden;
    background: var(--mg-surface-2);
}

.hole-photo-card.is-primary[b-b7dr1eqc3u] {
    border-color: var(--mg-accent);
    box-shadow: 0 0 0 1px var(--mg-accent);
}

.hole-photo-card img[b-b7dr1eqc3u] {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hole-photo-primary-pill[b-b7dr1eqc3u] {
    position: absolute;
    top: 6px;
    left: 6px;
    background: var(--mg-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 2px 6px;
    border-radius: 999px;
}

.hole-photo-actions[b-b7dr1eqc3u] {
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    gap: 2px;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(4px);
    border-radius: 999px;
    padding: 2px;
}

.hole-photo-caption[b-b7dr1eqc3u] {
    padding: 6px 8px;
    font-size: 12px;
    color: var(--mg-text-muted);
    background: var(--mg-surface-2);
}
/* /Components/Shared/HolePhotoViewer.razor.rz.scp.css */
.hole-photo-viewer-strip[b-sll0wxmj57] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.hole-photo-viewer-item[b-sll0wxmj57] {
    margin: 0;
    border: 1px solid var(--mg-border);
    border-radius: 8px;
    overflow: hidden;
    background: var(--mg-surface-2);
}

.hole-photo-viewer-item img[b-sll0wxmj57] {
    display: block;
    width: 100%;
    max-height: 60vh;
    object-fit: contain;
    background: #000;
}

.hole-photo-viewer-item figcaption[b-sll0wxmj57] {
    padding: 8px 10px;
    font-size: 13px;
    color: var(--mg-text-muted);
}
/* /Components/Shared/PwaIndicator.razor.rz.scp.css */
.pwa-offline-chip[b-sfeaqb6cpb] { animation: pwa-pulse-b-sfeaqb6cpb 2s ease-in-out infinite; }

@keyframes pwa-pulse-b-sfeaqb6cpb {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.7; }
}
/* /Components/Shared/ScorecardLayoutEditor.razor.rz.scp.css */
.sl-editor[b-hwg5hmi0p4] { width: 100%; }

.sl-grid[b-hwg5hmi0p4] {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 16px;
}

@media (max-width: 900px) {
    .sl-grid[b-hwg5hmi0p4] { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .sl-grid[b-hwg5hmi0p4] { gap: 8px; }
    .sl-fields[b-hwg5hmi0p4] {
        max-height: 200px;
    }
    .sl-field[b-hwg5hmi0p4] {
        font-size: 0.8rem;
        padding: 5px 8px;
    }
    .sl-field-rect[b-hwg5hmi0p4] {
        font-size: 0.65rem;
    }
    .sl-axis-fields[b-hwg5hmi0p4] {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .sl-numeric-label[b-hwg5hmi0p4] {
        min-width: 48px;
        font-size: 0.75rem;
    }
    .sl-zoom-toolbar[b-hwg5hmi0p4] {
        gap: 0;
    }
    .sl-zoom-pct[b-hwg5hmi0p4] {
        font-size: 0.7rem;
        min-width: 36px;
    }
    .sl-canvas-scroll[b-hwg5hmi0p4] {
        max-height: 50vh;
    }
    .sl-actions[b-hwg5hmi0p4] {
        flex-wrap: wrap;
    }
    .sl-edit-header[b-hwg5hmi0p4] {
        margin-bottom: 8px;
    }
}

.sl-fields[b-hwg5hmi0p4] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 4px;
}

.sl-section[b-hwg5hmi0p4] {
    color: var(--mg-text-muted);
    margin-top: 8px;
}

.sl-field[b-hwg5hmi0p4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 10px;
    border: 1px solid var(--mg-border);
    background: transparent;
    color: var(--mg-text);
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.85rem;
    text-align: left;
    transition: all 0.12s ease;
}

.sl-field:hover[b-hwg5hmi0p4] {
    background: var(--mg-accent-soft);
    border-color: var(--mg-accent);
}

.sl-field.active[b-hwg5hmi0p4] {
    background: var(--mg-accent);
    color: #fff;
    border-color: var(--mg-accent);
}

.sl-field.set:not(.active)[b-hwg5hmi0p4] {
    border-color: var(--mg-success);
}

.sl-field-rect[b-hwg5hmi0p4] {
    font-size: 0.7rem;
    opacity: 0.75;
    font-family: monospace;
}

.sl-par[b-hwg5hmi0p4] {
    font-size: 0.7rem;
    opacity: 0.6;
    font-weight: 400;
}

.sl-actions[b-hwg5hmi0p4] {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    position: sticky;
    bottom: 0;
    background: var(--mg-surface);
    padding-top: 8px;
}

.sl-canvas-wrap[b-hwg5hmi0p4] {
    display: flex;
    flex-direction: column;
}

.sl-canvas[b-hwg5hmi0p4] {
    position: relative;
    width: 100%;
    cursor: crosshair;
    touch-action: none;
    user-select: none;
    background: var(--mg-surface-2);
    border-radius: 6px;
    overflow: hidden;
}

.sl-img[b-hwg5hmi0p4] {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.sl-rect[b-hwg5hmi0p4] {
    position: absolute;
    border: 2px solid var(--mg-info);
    background: rgba(66, 165, 245, 0.15);
    box-sizing: border-box;
    pointer-events: none;
    font-size: 0.7rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    padding: 1px 4px;
}

.sl-rect.active[b-hwg5hmi0p4] {
    border-color: var(--mg-accent);
    background: var(--mg-accent-soft);
}

.sl-rect-drag[b-hwg5hmi0p4] {
    border-color: var(--mg-accent);
    border-style: dashed;
    background: var(--mg-accent-soft);
}

.sl-edit-header[b-hwg5hmi0p4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.sl-axis-block + .sl-axis-block[b-hwg5hmi0p4] {
    margin-top: 10px;
}

.sl-axis-title[b-hwg5hmi0p4] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--mg-text-muted);
    margin-bottom: 6px;
}

.sl-axis-fields[b-hwg5hmi0p4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px 16px;
}

.sl-numeric-row[b-hwg5hmi0p4] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sl-numeric-row .sl-numeric-input[b-hwg5hmi0p4] {
    flex: 1;
    min-width: 0;
}

.sl-numeric-label[b-hwg5hmi0p4] {
    font-size: 0.78rem;
    font-weight: 600;
    min-width: 50px;
    color: var(--mg-text-muted);
}

.sl-zoom-toolbar[b-hwg5hmi0p4] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.sl-zoom-pct[b-hwg5hmi0p4] {
    font-size: 0.8rem;
    min-width: 48px;
    text-align: center;
    font-variant-numeric: tabular-nums;
    color: var(--mg-text-muted);
}

.sl-canvas-scroll[b-hwg5hmi0p4] {
    width: 100%;
    max-height: 70vh;
    overflow: auto;
    border-radius: 6px;
    background: var(--mg-surface-2);
}
/* /Components/Shared/ScorecardSplitter.razor.rz.scp.css */
.ss-root[b-n06lz7b0tp] { width: 100%; }

.ss-controls[b-n06lz7b0tp] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
}

.ss-control-group[b-n06lz7b0tp] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ss-control-label[b-n06lz7b0tp] {
    font-size: 0.8rem;
    color: var(--mg-text-muted);
    min-width: 70px;
}

.ss-rotation-slider[b-n06lz7b0tp] { width: 160px; }

.ss-canvas[b-n06lz7b0tp] {
    position: relative;
    width: 100%;
    background: var(--mg-surface-2);
    border-radius: 6px;
    overflow: hidden;
    touch-action: none;
    user-select: none;
    cursor: crosshair;
}

.ss-img[b-n06lz7b0tp] {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    transform-origin: center center;
}

.ss-band[b-n06lz7b0tp] {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
}

.ss-band-header[b-n06lz7b0tp] { top: 0; background: rgba(66, 165, 245, 0.18); }
.ss-band-score[b-n06lz7b0tp]  { background: rgba(93, 209, 14, 0.20); border-top: 2px solid var(--mg-accent); border-bottom: 2px solid var(--mg-accent); box-sizing: border-box; }
.ss-band-footer[b-n06lz7b0tp] { background: rgba(245, 165, 36, 0.18); bottom: 0; }

.ss-edge[b-n06lz7b0tp] {
    position: absolute;
    left: 0;
    right: 0;
    height: 18px;
    margin-top: -9px;
    cursor: ns-resize;
    z-index: 5;
}

.ss-edge-label[b-n06lz7b0tp] {
    position: absolute;
    right: 8px;
    top: -22px;
    background: var(--mg-accent);
    color: #fff;
    font-size: 0.7rem;
    padding: 1px 6px;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none;
}

.ss-edge-bottom .ss-edge-label[b-n06lz7b0tp] { top: auto; bottom: -22px; }

.ss-drag-band[b-n06lz7b0tp] {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(93, 209, 14, 0.30);
    border: 2px dashed var(--mg-accent);
    box-sizing: border-box;
    pointer-events: none;
    z-index: 3;
}

.ss-existing-stack[b-n06lz7b0tp] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ss-existing-row[b-n06lz7b0tp] {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
    align-items: center;
}

.ss-existing-label[b-n06lz7b0tp] {
    font-size: 0.8rem;
    color: var(--mg-text-muted);
    font-weight: 600;
}

.ss-existing-img[b-n06lz7b0tp] {
    max-width: 100%;
    max-height: 140px;
    border: 1px solid var(--mg-border);
    border-radius: 4px;
    display: block;
}

.ss-existing-empty[b-n06lz7b0tp] {
    font-size: 0.8rem;
    color: var(--mg-text-muted);
    font-style: italic;
}
