@font-face {
font-family: 'Inter';
    src: url('../../fonts/inter/Inter-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: 'Inter';
    src: url('../../fonts/inter/Inter-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: 'Inter';
    src: url('../../fonts/inter/Inter-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: 'Inter';
    src: url('../../fonts/inter/Inter-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
--gsw-font-family: 'Inter', 'Segoe UI', Tahoma, sans-serif;
    --gsw-badge-bg: color-mix(in srgb, var(--primary) 12%, #ffffff 88%);
    --gsw-badge-border: transparent;
    --gsw-badge-text: color-mix(in srgb, var(--primary) 70%, #0f172a 30%);
    --gsw-badge-radius: 999px;
    --gsw-scrollbar-size: 2px;
    --gsw-scrollbar-thumb: rgba(203, 213, 225, .78);
    --gsw-scrollbar-thumb-hover: rgba(226, 232, 240, .94);
}

html,
body,
button,
input,
select,
textarea {
font-family: var(--gsw-font-family);
}

input,
textarea,
select,
option,
label,
p,
span,
li,
td,
th,
small {
font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
.ui-button,
[class*='title'],
[class*='heading'],
.ui-badge,
.ui-badge,
.chip,
.highlight,
.emphasis {
font-weight: 600 !important;
}

input::placeholder,
textarea::placeholder {
font-weight: 400 !important;
}

body.gsw-shell {
margin: 0; font-family: 'Inter', sans-serif; background: var(--bg-body); color: var(--text-main); display: flex; height: 100vh; overflow: hidden;
}

body.login-view {
margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    background-image: none;
    animation: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    isolation: isolate;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.login-scene {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.login-scene-dot,
.login-scene-icon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: loginSceneFloat linear infinite;
}

.login-scene-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--primary, #2563eb) 18%, #cbd5e1 82%);
    box-shadow: 0 0 0 6px rgba(255,255,255,.16);
    opacity: .68;
}

.login-scene-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(191,203,221,.52);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(148,163,184,.08);
    color: color-mix(in srgb, var(--primary, #2563eb) 38%, #64748b 62%);
    font-size: 1rem;
    backdrop-filter: none;
    opacity: .84;
}

.login-scene .dot-1 { top: 18%; left: 12%; animation-duration: 19s; }
.login-scene .dot-2 { top: 26%; left: 61%; animation-duration: 24s; animation-delay: -6s; }
.login-scene .dot-3 { top: 55%; left: 18%; animation-duration: 21s; animation-delay: -11s; }
.login-scene .dot-4 { top: 72%; left: 58%; animation-duration: 20s; animation-delay: -9s; }
.login-scene .dot-5 { top: 63%; left: 76%; animation-duration: 26s; animation-delay: -7s; }
.login-scene .dot-6 { top: 34%; left: 44%; animation-duration: 22s; animation-delay: -14s; }
.login-scene .dot-7 { top: 14%; left: 78%; animation-duration: 18s; animation-delay: -5s; }
.login-scene .dot-8 { top: 82%; left: 8%; animation-duration: 25s; animation-delay: -12s; }
.login-scene .dot-9 { top: 78%; left: 84%; animation-duration: 21s; animation-delay: -15s; }
.login-scene .icon-1 { top: 4%; left: 3%; animation-duration: 28s; }
.login-scene .icon-2 { top: 17%; left: 42%; width: 42px; height: 42px; animation-duration: 26s; animation-delay: -8s; }
.login-scene .icon-3 { top: 6%; right: 4%; animation-duration: 24s; animation-delay: -12s; }
.login-scene .icon-4 { top: 40%; left: 47%; width: 64px; height: 64px; animation-duration: 30s; animation-delay: -4s; }
.login-scene .icon-5 { top: 27%; right: 22%; width: 46px; height: 46px; animation-duration: 27s; animation-delay: -16s; }
.login-scene .icon-6 { bottom: 16%; left: 26%; width: 44px; height: 44px; animation-duration: 25s; animation-delay: -10s; }
.login-scene .icon-7 { bottom: 8%; right: 5%; animation-duration: 29s; animation-delay: -5s; }
.login-scene .icon-8 { bottom: 35%; right: 14%; width: 46px; height: 46px; animation-duration: 23s; animation-delay: -13s; }
.login-scene .icon-9 { top: 52%; left: 12%; width: 40px; height: 40px; animation-duration: 27s; animation-delay: -9s; }
.login-scene .icon-10 { bottom: 22%; right: 31%; width: 40px; height: 40px; animation-duration: 24s; animation-delay: -11s; }

@keyframes loginSceneFloat {
    0% { transform: translate3d(0, 0, 0) rotate(0deg); }
    30% { transform: translate3d(10px, -18px, 0) rotate(4deg); }
    60% { transform: translate3d(-12px, 12px, 0) rotate(-5deg); }
    100% { transform: translate3d(0, 0, 0) rotate(0deg); }
}

* {
box-sizing: border-box; outline: none; -webkit-tap-highlight-color: transparent;
}

html,
body,
* {
scrollbar-width: none;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
width: 0;
    height: 0;
    background: transparent;
}

*::-webkit-scrollbar-track {
background: transparent;
}

*::-webkit-scrollbar-thumb {
background: transparent;
    border: 0;
    border-radius: 999px;
    background-clip: border-box;
}

*::-webkit-scrollbar-thumb:hover {
background: transparent;
    border: 0;
    background-clip: border-box;
}

*::-webkit-scrollbar-corner {
background: transparent;
}

[hidden] {
display: none !important;
}

:is(#panelTutorial, #missingProfileModal, #appUpdateOverlay, #gswDeleteOverlay)[aria-hidden="true"] {
display: none !important;
}

a {
text-decoration: none; color: inherit;
}

.ui-button,
.ui-button.ui-button-primary,
.ui-button-primary {
--button-surface: var(--btn-gradient);
    --button-border: var(--primary);
    --button-text: #ffffff;
    --button-shadow: 0 16px 28px -18px color-mix(in srgb, var(--primary) 68%, transparent 32%);
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid var(--button-border);
    border-radius: 12px;
    background: var(--button-surface);
    color: var(--button-text);
    font-size: .95rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: var(--button-shadow);
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, filter .16s ease, opacity .16s ease;
}

.ui-button.ui-button-plain,
.ui-button-plain {
--button-surface: #ffffff;
    --button-border: #dbe5f2;
    --button-text: #334155;
    --button-shadow: 0 10px 18px -16px rgba(15, 23, 42, .16);
}

.ui-button.ui-button-danger,
.ui-button-danger {
--button-surface: linear-gradient(180deg, #fff1f2 0%, #ffe4e6 100%);
    --button-border: #fecaca;
    --button-text: #dc2626;
    --button-shadow: 0 10px 18px -16px rgba(220, 38, 38, .28);
}

:is(.ui-button, .ui-button-primary, .ui-button-plain, .ui-button-danger):hover {
filter: brightness(.94) saturate(1.04);
}

:is(.ui-button, .ui-button-primary, .ui-button-plain, .ui-button-danger):disabled {
opacity: .7;
    cursor: not-allowed;
    filter: none;
    box-shadow: none;
}

/* Banner action proxies should not look faded after async save flows. */
#adminSectionBannerActions :is(button, a)[data-banner-proxy="1"]:disabled {
    opacity: 1 !important;
    filter: none !important;
}

.ui-toolbar-button,
.ui-button-icon,
.ui-button-icon-compact,
.ui-button-icon-field {
    white-space: nowrap;
    flex-shrink: 0;
}

.ui-filter-control {
    width: auto;
}

.ui-button :is(i, svg) {
color: inherit;
    fill: currentColor;
}

.ui-page-head {
display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.ui-page-title {
margin: 0;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.ui-page-subtitle {
margin: 5px 0 0;
    color: #64748b;
}

.ui-page-actions {
display: flex;
    gap: 10px;
    flex: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.ui-row-inline {
display: flex;
    gap: 10px;
}

.ui-row-inline-gap-sm {
display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.ui-row-inline-wrap {
display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ui-hidden {
display: none !important;
}

.ui-empty-state {
text-align: center;
    padding: 30px;
    color: #94a3b8;
}

.ui-empty-cell {
text-align: center;
    color: #94a3b8;
}

.ui-empty-cell.ui-empty-cell-padded {
padding: 20px;
}

.ui-cell-right {
text-align: right !important;
}

.ui-contact-primary {
font-weight: 600;
    font-size: 0.9rem;
    color: #334155;
    word-break: break-all;
}

.ui-contact-secondary {
font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 3px;
}

.ui-role-muted {
color: #64748b;
    font-size: 0.85rem;
}

.ui-note-sm {
color: #94a3b8;
    font-size: .78rem;
}

.ui-loading-inline {
padding: 10px;
    color: #64748b;
}

.ui-time-strong {
font-weight: 600;
}

.ui-status-text {
font-weight: 700;
}

.ui-status-success {
color: #10b981;
}

.ui-status-warning {
color: #f59e0b;
}

.ui-status-danger {
color: #ef4444;
}

.ui-title-icon-indigo {
color: #6366f1;
}

.ui-title-icon-success {
color: #10b981;
}

.ui-alert-success {
border-color: #bbf7d0 !important;
    background: #f0fdf4 !important;
    color: #166534 !important;
}

.ui-mt-sm {
margin-top: 10px !important;
}

.ui-mt-xs {
margin-top: 8px !important;
}

.ui-upload-input {
position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 1 !important;
    display: block !important;
}

.ui-upload-preview {
max-height: 150px;
}

.ui-upload-icon {
font-size: 2rem;
    color: #cbd5e1;
}

.ui-inline-actions-sm {
display: flex;
    gap: 8px;
}

.ui-shell-load-error {
max-width: 440px;
    margin: 0 auto;
}

.gsw-mobile-shell-head {
justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 10px;
}

.gsw-mobile-shell-title {
font-weight: 800;
    font-size: 1.1rem;
    color: var(--text-main);
}

.gsw-mobile-shell-avatar {
    --gsw-avatar-size: 46px;
    --gsw-avatar-radius: 14px;
    --gsw-avatar-font-size: 1rem;
    box-shadow: none;
}

.ui-scroll-panel {
max-height: 300px;
    overflow-y: auto;
}

.ui-w-full {
width: 100% !important;
}

.ui-min-w-0 {
min-width: 0;
}

.ui-icon-opacity-50 {
opacity: 0.5;
}

.ui-icon-opacity-60 {
opacity: 0.6;
}

.warning-toast.warning-toast-amber {
    background: #ffffff;
}

.gsw-global-tooltip {
position: fixed;
    left: 0;
    top: 0;
    z-index: 2147483647;
    display: block;
    width: max-content;
    max-width: min(320px, calc(100vw - 24px));
    padding: 6px 9px;
    border-radius: 8px;
    background: rgba(15, 23, 42, .96);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    pointer-events: none;
    opacity: 0;
    transform: translateY(2px);
    transition: opacity .08s ease, transform .08s ease;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .18);
    border: 1px solid rgba(15, 23, 42, .25);
    background-clip: padding-box;
    isolation: isolate;
    overflow: visible;
    clip-path: none;
    -webkit-mask-image: none;
    mask-image: none;
    will-change: transform, opacity, left, top;
}

.gsw-global-tooltip[hidden] {
display: none !important;
}

.gsw-global-tooltip.is-visible {
opacity: 1;
    transform: translateY(0);
}

.gsw-global-tooltip.is-below {
transform: translateY(-2px);
}

.gsw-global-tooltip.is-below.is-visible {
transform: translateY(0);
}

.ui-badge,
.ui-badge {
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: var(--gsw-badge-radius, 999px);
    border: 1px solid var(--gsw-badge-border, transparent);
    background: var(--gsw-badge-bg, color-mix(in srgb, var(--primary) 12%, #ffffff 88%));
    color: var(--gsw-badge-text, color-mix(in srgb, var(--primary) 70%, #0f172a 30%));
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.2;
    min-height: 28px;
    white-space: nowrap;
    box-shadow: none;
}

.ui-badge.s-section-title,
.ui-badge-section {
    align-self: flex-start;
    min-height: 28px;
    margin-bottom: 12px;
}

body[data-theme-mode="dark"] .ui-badge {
    --gsw-badge-bg: color-mix(in srgb, var(--primary) 20%, #0f172a 80%);
    --gsw-badge-border: transparent;
    --gsw-badge-text: color-mix(in srgb, var(--primary) 34%, #f8fafc 66%);
}

body[data-theme-mode="dark"] :is(.admin-banner .ui-badge, #app .ui-badge, body.gsw-standalone .ui-badge) {
    color: var(--gsw-badge-text, color-mix(in srgb, var(--primary) 34%, #f8fafc 66%)) !important;
    -webkit-text-fill-color: var(--gsw-badge-text, color-mix(in srgb, var(--primary) 34%, #f8fafc 66%)) !important;
}

.ui-badge.ue-btn-badge {
    height: auto;
    min-height: 0;
    padding: 6px 10px;
}

.ui-badge.ue-btn-badge:hover {
    filter: none;
}

:is(.ui-badge, .ui-badge) :is(i, svg) {
color: inherit;
    fill: currentColor;
}

:is(.ui-badge, .ui-badge) :is(span, small, strong, b, em, label) {
font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    text-transform: inherit !important;
}

.ui-card {
border-radius: 18px;
    border: 1px solid #dbe7f3;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 34px -28px rgba(15, 23, 42, 0.5);
}

.sidebar {
width: var(--sidebar-width); height: 100%; background: var(--bg-sidebar); color: white; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; position: fixed; left: 0; top: 0; z-index: 100; transition: all 0.3s ease; padding-top: 0;
}

.sidebar-header {
position: relative;
    padding-top: 20px;
    background: var(--bg-sidebar);
    z-index: 2;
}

.sidebar-header h2 {
min-height: 68px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    white-space: nowrap;
    gap: 10px;
}

.sidebar-header .brand-mark {
width: auto;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sidebar-header .brand-title {
display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
}

.sidebar-header h2.brand-has-logo {
justify-content: center;
    padding: 10px 18px 6px;
    min-height: 84px;
}

.sidebar-header .brand-logo {
max-width: min(220px, calc(var(--sidebar-width) - 52px));
    max-height: 72px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    transition: .3s;
}

.sidebar-header .brand-logo.site-logo {
height: auto;
    max-height: clamp(42px, calc(var(--sidebar-logo-size) + 16px), 72px);
    width: auto;
    max-width: calc(var(--sidebar-width) - 52px);
    border-radius: 0;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transform: translateZ(0);
}

.sidebar-header .brand-favicon {
width: 48px;
    height: 48px;
    border-radius: 0;
    border: 0;
    background: transparent;
    object-fit: contain;
    padding: 0;
    display: block;
}

.sidebar-header .brand-mark-logo {
width: auto;
    min-width: 36px;
}

.sidebar-header .brand-mark-favicon-only {
display: none;
    min-width: 0;
}

.menu {
list-style: none; padding: 20px 10px 16px; margin: 0; min-height: 0; overflow-y: auto; overflow-x: hidden;
}

.menu li {
margin-bottom: 6px;
}

.menu a {
display: flex; align-items: center; height: 50px; border-radius: 12px; color: #9ca3af; text-decoration: none; transition: 0.2s; font-weight: 400; padding: 0 15px; white-space: nowrap; overflow: hidden; width: 100%;
}

.menu a:hover, .menu a.active {
background: rgba(255,255,255,0.1); color: #fff;
}

.menu a.active {
background: var(--btn-gradient); box-shadow: 0 0 15px var(--primary); color: white;
}

.menu a i {
width: 30px; font-size: 1rem; text-align: center; margin-right: 10px; transition: 0.3s; flex-shrink: 0;
}

.sidebar-footer {
padding: 16px 14px; border-top: 1px solid rgba(255,255,255,0.1); overflow: hidden; transition: 0.3s; min-height: 0;
}

.user-card {
display: flex; align-items: center; gap: 12px; white-space: nowrap;
}

.user-card.user-card-account {
display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
}

.sidebar-footer .user-card {
background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.user-meta {
min-width: 0;
    overflow: hidden;
    display: grid;
    gap: 2px;
}

.user-actions {
display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.sidebar-footer .user-card .user-info-text {
min-width: 0;
}

.sidebar-footer .user-card small {
color: rgba(226, 232, 240, 0.64) !important;
    font-size: .75rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

.sidebar-footer .user-card .theme-toggle-link,
.sidebar-footer .user-card .logout-link {
background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.sidebar-footer .user-card .name {
display: block;
    min-width: 0;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gsw-avatar,
.user-avatar {
    --gsw-avatar-size: 72px;
    --gsw-avatar-radius: 20px;
    --gsw-avatar-font-size: 1.42rem;
    --avatar-bg: linear-gradient(145deg, #e2e8f0 0%, #cbd5e1 100%);
    --avatar-border: #cbd5e1;
    --avatar-text: #334155;
    width: var(--gsw-avatar-size);
    height: var(--gsw-avatar-size);
    border-radius: var(--gsw-avatar-radius);
    border: 1px solid var(--avatar-border);
    background: var(--avatar-bg);
    color: var(--avatar-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 var(--gsw-avatar-size);
    flex-shrink: 0;
    font-weight: 1000;
    font-size: var(--gsw-avatar-font-size);
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 14px 22px -24px rgba(15, 23, 42, .45);
    user-select: none;
}

.sidebar-footer .gsw-avatar,
.sidebar-footer .user-avatar {
    --gsw-avatar-size: 40px;
    --gsw-avatar-radius: 50%;
    --gsw-avatar-font-size: 14px;
    box-shadow: none;
}

.gsw-table-head {
    --gsw-table-head-bg: #eef2f6;
    --gsw-table-head-border: #d8e0eb;
    padding: 14px 16px;
    border: 1px solid var(--gsw-table-head-border) !important;
    border-radius: 14px;
    background: var(--gsw-table-head-bg) !important;
    background-color: var(--gsw-table-head-bg) !important;
    background-image: none !important;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #64748b !important;
}

.gsw-list-grid {
    display: grid;
    grid-template-columns: var(--gsw-list-grid-columns, 1fr);
    gap: 12px;
    align-items: center;
}

.ui-action-menu {
    position: relative;
    z-index: 20;
}

.ui-action-menu.is-dropup .ui-action-menu-panel {
    top: auto;
    bottom: calc(100% + 10px);
}

.gsw-table-head > th {
    padding: 14px 16px;
    border-top: 1px solid var(--gsw-table-head-border) !important;
    border-bottom: 1px solid var(--gsw-table-head-border) !important;
    background: var(--gsw-table-head-bg) !important;
    background-color: var(--gsw-table-head-bg) !important;
    background-image: none !important;
    color: #64748b !important;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.gsw-table-head > th:first-child {
    border-left: 1px solid var(--gsw-table-head-border) !important;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.gsw-table-head > th:last-child {
    border-right: 1px solid var(--gsw-table-head-border) !important;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.theme-toggle-link, .logout-link {
display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .2s;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
}

.sidebar-footer .theme-toggle-link {
color: #f8fafc;
}

.sidebar-footer .theme-toggle-link.is-dark {
color: #facc15;
}

.sidebar-footer .logout-link {
color: #ef4444;
}

.theme-toggle-link i, .logout-link i {
font-size: 1rem; line-height: 1;
}

.theme-toggle-link i {
transform: scale(1.08); transform-origin: center;
}

.theme-toggle-link {
color: #f8fafc;
}

.theme-toggle-link.is-dark {
color: #fbbf24;
}

.logout-link {
color: #ef4444;
}

.theme-toggle-link:hover {
background: rgba(255,255,255,.12);
}

.logout-link:hover {
background: rgba(239,68,68,.15);
}

.content {
margin-left: var(--sidebar-width); flex: 1; padding: 30px; overflow-y: auto; height: 100vh; position: relative; transition: margin-left 0.3s ease;
}

.toggle-btn, .mobile-close-btn {
position: absolute; right: -14px; top: 18px; width: 28px; height: 28px;
    background: #ffffff; color: #000000; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; border: 1px solid #e2e8f0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); font-size: 0.8rem;
    z-index: 101;
}

.toggle-btn:hover, .mobile-close-btn:hover {
transform: none;
}

.mobile-close-btn {
display: none;
}

.mobile-only {
display: none;
}

.modern-menu-btn {
width: 46px; height: 46px; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; display: flex; align-items: center; justify-content: center; cursor: pointer;
}

.content input[type="text"],
.content input[type="email"],
.content input[type="password"],
.content input[type="number"],
.content input[type="tel"],
.content input[type="url"],
.content input[type="search"],
.content input[type="date"],
.content input[type="time"],
.content input[type="datetime-local"],
.content input[type="month"],
.content input[type="week"],
.content select,
.content textarea {
border: 1px solid #d1d5db;
}

.content textarea {
padding: 8px 12px;
}

.content input[type="text"]:focus,
.content input[type="email"]:focus,
.content input[type="password"]:focus,
.content input[type="number"]:focus,
.content input[type="tel"]:focus,
.content input[type="url"]:focus,
.content input[type="search"]:focus,
.content input[type="date"]:focus,
.content input[type="time"]:focus,
.content input[type="datetime-local"]:focus,
.content input[type="month"]:focus,
.content input[type="week"]:focus,
.content select:focus,
.content textarea:focus {
border-color: #cbd5e1;
    box-shadow: none;
}

