.main-layout{background:radial-gradient(circle at 10% -15%,color-mix(in srgb,var(--primary-light)62%,transparent),transparent 30rem),var(--background);isolation:isolate;max-width:100vw;min-height:100vh;overflow-x:hidden}.main-layout--impersonating{padding-top:44px}.nav-header{background:color-mix(in srgb,var(--card)92%,transparent);border-bottom:1px solid var(--border);padding:0 clamp(1rem,2.5vw,2rem);padding-top:var(--safe-top);height:calc(68px + var(--safe-top));z-index:100;box-shadow:0 1px 0 color-mix(in srgb,var(--card)70%,transparent);-webkit-backdrop-filter:blur(16px);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.nav-left{flex:1;align-items:center;gap:clamp(1rem,2vw,1.5rem);display:flex}.nav-links{align-items:center;gap:.25rem;margin-inline-start:auto;padding-inline-end:1.5rem;display:flex}.nav-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.nav-logo-icon{background:0 0;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.nav-logo-image{border-radius:inherit;object-fit:cover;width:100%;height:100%}.nav-logo-image--dark{object-fit:contain}.nav-logo-text-group{flex-direction:column;line-height:1;display:flex}.nav-logo-title{align-items:center;gap:.375rem;display:flex}.nav-logo-brand{color:var(--foreground);letter-spacing:.04em;font-size:1.25rem;font-weight:800}.nav-logo-badge{color:var(--card);letter-spacing:.03em;background:#22c55e;border-radius:.3rem;padding:.125rem .4rem;font-size:.625rem;font-weight:700;line-height:1.3}.nav-logo-subtitle{color:var(--muted-foreground);letter-spacing:.12em;margin-top:.125rem;font-size:.6rem;font-weight:500}.nav-link{border-radius:var(--radius-md);min-height:2.375rem;color:var(--muted-foreground);transition:background-color var(--duration-fast)var(--ease-default),color var(--duration-fast)var(--ease-default);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.nav-link:hover{color:var(--foreground);background-color:var(--muted)}.nav-link.active{color:var(--primary);background-color:var(--accent);font-weight:var(--weight-semibold)}.nav-link .icon{flex-shrink:0;width:16px;height:16px}.nav-dropdown{position:relative}.nav-dropdown-menu{background:var(--card);border-radius:var(--radius-lg);min-width:160px;box-shadow:var(--shadow-floating);border:1px solid var(--border);z-index:9999;margin-top:.5rem;padding:.375rem 0;animation:.15s ease-out fadeSlideIn;position:absolute;top:100%;left:0}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown-item{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:background-color .15s;display:flex}.nav-dropdown-item:hover{background-color:var(--muted)}.nav-dropdown-divider{border-top:1px solid var(--border);margin:.25rem .5rem}.nav-dropdown-group-label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.35rem;padding:.375rem 1rem .25rem;font-size:.625rem;font-weight:700;display:flex}.nav-right{align-items:center;gap:.5rem;display:flex}.nav-profile-btn{border-radius:var(--radius-full);border:1px solid var(--border);cursor:pointer;min-height:2.5rem;transition:background-color var(--duration-fast)var(--ease-default),border-color var(--duration-fast)var(--ease-default);background:0 0;align-items:center;gap:.625rem;padding:.375rem .5rem .375rem 1rem;display:flex}.nav-profile-btn:hover{background-color:var(--muted)}.profile-btn-name{color:var(--foreground);white-space:nowrap;font-size:.875rem;font-weight:500}.profile-btn-avatar{background-color:var(--card);width:32px;height:32px;color:var(--muted-foreground);border-radius:50%;justify-content:center;align-items:center;display:flex}.profile-btn-image,.mobile-profile-image{border-radius:inherit;object-fit:contain;background:#fff;width:100%;height:100%}.mobile-profile-image{object-fit:cover}.profile-dropdown{position:relative}.profile-dropdown-menu{background:var(--card);border-radius:var(--radius-lg);min-width:200px;box-shadow:var(--shadow-floating);border:1px solid var(--border);z-index:9999;margin-top:.5rem;padding:.5rem 0;animation:.15s ease-out fadeSlideIn;position:absolute;top:100%;right:0}.profile-header{border-bottom:1px solid var(--border);padding:.75rem 1rem}.profile-name-display{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.profile-name{color:var(--foreground);margin:0;font-size:.875rem;font-weight:600}.profile-name-edit-btn{width:1.5rem;height:1.5rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.profile-name-edit-btn:hover{color:var(--foreground);background-color:var(--muted)}.profile-name-edit-form{flex-direction:column;gap:.5rem;margin-bottom:.25rem;display:flex}.profile-name-input{border:1px solid var(--border);background-color:var(--background);width:100%;color:var(--foreground);border-radius:.375rem;padding:.375rem .5rem;font-family:inherit;font-size:.875rem}.profile-name-input:focus{border-color:var(--primary)}.profile-name-edit-actions{justify-content:flex-end;align-items:center;gap:.375rem;display:flex}.profile-name-btn{cursor:pointer;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;font-size:.75rem;transition:background-color .2s;display:flex}.profile-name-btn.save{background-color:var(--primary);color:#fff}.profile-name-btn.save:hover:not(:disabled){opacity:.9}.profile-name-btn.save:disabled{opacity:.5;cursor:not-allowed}.profile-name-btn.cancel{background-color:var(--muted);color:var(--foreground)}.profile-name-btn.cancel:hover{background-color:var(--border)}.profile-email{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.75rem}.theme-switcher-row{background-color:var(--muted);border-radius:.5rem;justify-content:space-between;align-items:center;margin:.5rem .5rem .25rem;padding:.25rem;display:flex}.theme-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex:1;justify-content:center;align-items:center;padding:.375rem;transition:all .2s;display:flex}.theme-btn:hover{color:var(--foreground)}.theme-btn.active{background-color:var(--card);color:var(--primary);box-shadow:0 1px 3px var(--shadow-color)}.profile-menu-item{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:background-color .15s;display:flex}.profile-menu-item:hover{background-color:var(--muted)}.profile-menu-item.danger{color:var(--danger)}.profile-menu-item.danger:hover{background-color:var(--danger-light)}.profile-menu-item.admin-link,.mobile-drawer-item.admin-link{color:var(--warning-hover)}.profile-menu-item.admin-link:hover,.mobile-drawer-item.admin-link:hover{color:var(--warning-hover);background-color:#fef3c7}[data-theme=dark] .profile-menu-item.admin-link,[data-theme=dark] .mobile-drawer-item.admin-link{color:#fbbf24}[data-theme=dark] .profile-menu-item.admin-link:hover,[data-theme=dark] .mobile-drawer-item.admin-link:hover{color:#fcd34d;background-color:#f59e0b26}.profile-divider{border-top:1px solid var(--border);margin:.25rem 0}.main-content{width:100%;min-width:0;padding:var(--content-gutter);padding-bottom:calc(var(--content-gutter) + var(--safe-bottom))}.mobile-menu-btn{width:44px;height:44px;color:var(--foreground);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;transition:background-color .15s;display:none}.mobile-menu-btn:hover{background-color:var(--muted)}.mobile-overlay{-webkit-backdrop-filter:blur(4px);z-index:200;background:#0006;animation:.2s fadeIn;position:fixed;inset:0}.mobile-drawer{background:var(--card,var(--card));z-index:250;-webkit-overflow-scrolling:touch;width:min(320px,85vw);height:100dvh;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom);transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 32px #0000001f}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-section{padding:.75rem 1rem}.mobile-drawer-label{color:var(--muted-foreground,var(--gray-400));text-transform:uppercase;letter-spacing:.06em;margin:0 0 .375rem .5rem;font-size:.6875rem;font-weight:600}.mobile-drawer-item{align-items:center;gap:var(--space-2);color:var(--foreground,var(--gray-900));cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.625rem;width:100%;min-height:44px;padding:.75rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.mobile-drawer-item:hover,.mobile-drawer-item:active{background:var(--muted,var(--gray-100))}.mobile-drawer-item.active{color:var(--primary,var(--primary));background:var(--accent,#eff6ff);font-weight:600}.mobile-drawer-item.danger{color:var(--danger)}.mobile-drawer-item.danger:hover,.mobile-drawer-item.danger:active{background:var(--danger-light)}.mobile-drawer-divider{border-top:1px solid var(--border,var(--gray-200));margin:.25rem 1rem}.mobile-profile-header{align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem .5rem;display:flex}.mobile-profile-avatar{background:linear-gradient(135deg,var(--primary),#1e40af);width:40px;height:40px;color:var(--primary-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-profile-name{color:var(--foreground,var(--gray-900));margin:0;font-size:.9375rem;font-weight:600}.mobile-profile-email{color:var(--muted-foreground,var(--gray-400));margin:.125rem 0 0;font-size:.75rem}.mobile-theme-switcher{background:var(--muted,var(--gray-100));border-radius:.5rem;align-items:center;gap:.375rem;margin:0 .5rem .5rem;padding:.25rem;display:flex}.mobile-theme-switcher .theme-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex:1;justify-content:center;align-items:center;gap:.375rem;min-height:40px;padding:.5rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.mobile-theme-switcher .theme-btn.active{background:var(--card,var(--card));color:var(--primary,var(--primary));box-shadow:0 1px 3px var(--shadow-color)}@media (max-width:1024px){.nav-links{display:none}.nav-right{align-items:center;gap:var(--space-2);display:flex}.profile-btn-name{display:none}.mobile-menu-btn{display:flex}.mobile-drawer{display:block}.nav-header{padding-inline:var(--mobile-gutter)}.nav-logo-brand{font-size:1rem}.nav-logo-subtitle{display:none}.main-content{padding:var(--mobile-gutter);max-width:100%;overflow-x:hidden}}@media (max-width:480px){.nav-header{padding-inline:var(--mobile-gutter-sm);height:calc(60px + var(--safe-top))}.nav-logo-icon{border-radius:.625rem;width:34px;height:34px}.nav-logo-icon svg{width:18px;height:18px}.nav-logo-brand{font-size:.9375rem}.main-content{padding:var(--mobile-gutter-sm)}}[data-theme=dark] .nav-header{background:var(--surface-1);border-bottom-color:var(--border)}[data-theme=dark] .nav-logo-icon{background:0 0}[data-theme=dark] .nav-logo-brand{color:var(--text-primary)}[data-theme=dark] .nav-logo-subtitle,[data-theme=dark] .nav-link{color:var(--text-secondary)}[data-theme=dark] .nav-link:hover{color:var(--text-primary);background:var(--hover-bg)}[data-theme=dark] .nav-link.active{color:#60a5fa;background:var(--primary-light)}[data-theme=dark] .nav-section-label{color:var(--text-muted)}[data-theme=dark] .profile-dropdown{background:var(--surface-1);border-color:var(--border);box-shadow:0 10px 40px var(--overlay-bg)}[data-theme=dark] .profile-name{color:var(--text-primary)}[data-theme=dark] .profile-email{color:var(--text-secondary)}[data-theme=dark] .profile-divider{border-color:var(--border)}[data-theme=dark] .profile-menu-item{color:var(--text-secondary)}[data-theme=dark] .profile-menu-item:hover{background:var(--hover-bg);color:var(--text-primary)}[data-theme=dark] .profile-menu-item.logout:hover{background:var(--danger-bg);color:var(--danger)}[data-theme=dark] .theme-btn{background:var(--surface-2);border-color:var(--border);color:var(--text-secondary)}[data-theme=dark] .theme-btn:hover{background:var(--surface-3);color:var(--text-primary)}[data-theme=dark] .theme-btn.active{color:#60a5fa;background:#3b82f626;border-color:#3b82f64d}[data-theme=dark] .mobile-drawer{background:var(--surface-1)}[data-theme=dark] .mobile-drawer-overlay{background:#0009}[data-theme=dark] .mobile-profile-header{background:#ef44440a;border:1px solid #ef44441f;border-radius:8px;margin-bottom:.5rem;padding:.75rem}[data-theme=dark] .mobile-profile-avatar{color:var(--card);background:linear-gradient(135deg,#e11d48,#9f1239);box-shadow:0 2px 8px #e11d4840}[data-theme=dark] .mobile-profile-name{color:var(--text-primary)}[data-theme=dark] .mobile-profile-email,[data-theme=dark] .mobile-drawer-item{color:var(--text-secondary)}[data-theme=dark] .mobile-drawer-item:hover,[data-theme=dark] .mobile-drawer-item.active{color:var(--text-primary);background:var(--hover-bg)}[data-theme=dark] .mobile-drawer-item.active{color:#60a5fa}[data-theme=dark] .mobile-theme-switcher{background:var(--surface-2);border-color:var(--border)}[data-theme=dark] .main-content{background:var(--background)}[data-theme=dark] .profile-trigger{color:var(--text-secondary)}[data-theme=dark] .profile-trigger:hover{background:var(--hover-bg)}[data-theme=dark] .more-menu-btn{color:var(--text-secondary)}[data-theme=dark] .more-menu-btn:hover{background:var(--hover-bg);color:var(--text-primary)}[data-theme=dark] .more-dropdown{background:var(--surface-1);border-color:var(--border);box-shadow:0 8px 32px var(--overlay-bg)}[data-theme=dark] .nav-dropdown-item{color:var(--text-secondary)}[data-theme=dark] .nav-dropdown-item:hover{background-color:var(--hover-bg);color:var(--text-primary)}[data-theme=dark] .nav-profile-btn{background:var(--surface-1);border-color:var(--border)}[data-theme=dark] .nav-profile-btn:hover{background-color:var(--surface-2)}[data-theme=dark] .profile-btn-name{color:var(--text-primary)}[data-theme=dark] .profile-btn-avatar{background-color:var(--surface-2);color:var(--text-secondary)}[data-theme=dark] .profile-dropdown-menu,[data-theme=dark] .nav-dropdown-menu{background:var(--surface-1);border-color:var(--border)}[data-theme=dark] .mobile-menu-btn{color:var(--text-secondary)}.nav-link{line-height:var(--leading-none)}.nav-link>span{line-height:var(--leading-normal)}.nav-logo-title{align-items:baseline}.nav-logo-badge{line-height:var(--leading-none);align-self:center;padding-block:.1875rem}.nav-dropdown-item>svg,.profile-menu-item>svg,.mobile-drawer-item>svg,.nav-right{flex-shrink:0}.nav-profile-btn,.profile-btn-name{line-height:var(--leading-none)}.profile-btn-avatar{flex-shrink:0;overflow:hidden}.mobile-drawer-item>span{line-height:var(--leading-normal)}.mobile-drawer-label--gati{align-items:center;gap:var(--space-1-5);display:flex}.mobile-drawer-label-icon,.mobile-menu-btn>svg,.mobile-theme-switcher .theme-btn>svg,.theme-switcher-row .theme-btn>svg{flex-shrink:0;display:block}
.ks-overlay{z-index:var(--z-modal);background-color:var(--overlay-bg);animation:fadeIn var(--duration-fast)var(--ease-default);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ks-modal{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);width:min(28rem,90vw);max-height:85vh;animation:slideUp var(--duration-normal)var(--ease-smooth);flex-direction:column;display:flex;overflow:hidden}.ks-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.ks-header-left{align-items:center;gap:.625rem;display:flex}.ks-header-icon{color:var(--primary)}.ks-title{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--text-primary);margin:0}.ks-close-btn{border-radius:var(--radius-sm);width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)var(--ease-default);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ks-close-btn:hover{background-color:var(--hover-bg);color:var(--text-primary)}.ks-body{flex:1;padding:1rem 1.5rem;overflow-y:auto}.ks-category{margin-bottom:1.25rem}.ks-category:last-child{margin-bottom:0}.ks-category-title{font-size:var(--text-2xs);font-weight:var(--weight-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:var(--tracking-caps);margin:0 0 .625rem}.ks-list{flex-direction:column;gap:.25rem;display:flex}.ks-item{border-radius:var(--radius-sm);transition:background-color var(--duration-fast)var(--ease-default);justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.ks-item:hover{background-color:var(--hover-bg)}.ks-desc{font-size:var(--text-sm);color:var(--text-secondary)}.ks-keys{align-items:center;gap:.375rem;display:flex}.ks-key{background-color:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-xs);min-width:1.5rem;height:1.5rem;font-family:var(--font-sans);font-size:.6875rem;font-weight:var(--weight-medium);color:var(--text-secondary);box-shadow:0 1px 0 var(--border);white-space:nowrap;justify-content:center;align-items:center;padding:0 .4rem;display:inline-flex}.ks-separator{color:var(--text-muted);font-size:.625rem;font-weight:var(--weight-medium)}.ks-footer{border-top:1px solid var(--border);text-align:center;padding:.875rem 1.5rem}.ks-footer-hint{font-size:var(--text-xs);color:var(--text-muted);margin:0}.ks-key-inline{background-color:var(--surface-2);border:1px solid var(--border);min-width:1.25rem;height:1.25rem;font-family:var(--font-sans);font-size:.625rem;font-weight:var(--weight-medium);color:var(--text-secondary);vertical-align:middle;box-shadow:0 1px 0 var(--border);border-radius:3px;justify-content:center;align-items:center;margin:0 .2rem;padding:0 .3rem;display:inline-flex}
