@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--primary:#2d4236;--primary-light:#3d5a4a;--primary-lighter:#4d6f5e;--primary-dark:#1e2d24;--primary-alpha-10:#2d42361a;--primary-alpha-20:#2d423633;--bg:#f4f4f2;--bg-alt:#eceae6;--surface:#fff;--surface-hover:#fafafa;--surface-border:#0000000f;--surface-shadow:0 1px 3px #0000000a, 0 1px 2px #0000000f;--surface-shadow-lg:0 4px 16px #0000000f, 0 2px 4px #0000000a;--surface-shadow-xl:0 8px 32px #00000014, 0 4px 8px #0000000a;--accent:#d97706;--accent-hover:#b45309;--accent-light:#f59e0b;--accent-alpha-10:#d977061a;--accent-alpha-20:#d9770633;--secondary:#e6dfd3;--secondary-dark:#d4cbbc;--secondary-light:#f0ebe3;--text:#212529;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--text-inverse:#fff;--success:#2d4236;--success-light:#e8f0ec;--success-text:#2d4236;--warning:#d97706;--warning-light:#fef3c7;--warning-text:#92400e;--danger:#dc2626;--danger-light:#fee2e2;--danger-text:#991b1b;--info:#2563eb;--info-light:#dbeafe;--info-text:#1e40af;--sidebar-bg:#2d4236;--sidebar-text:#e6dfd3;--sidebar-text-active:#fff;--sidebar-item-hover:#ffffff14;--sidebar-item-active:#ffffff26;--sidebar-divider:#ffffff1a;--sidebar-width:260px;--sidebar-collapsed-width:72px;--chart-1:#2d4236;--chart-2:#d97706;--chart-3:#e6dfd3;--chart-4:#4d6f5e;--chart-5:#f59e0b;--chart-6:#d4cbbc;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--kpi-number:2rem;--z-sidebar:100;--z-header:90;--z-modal:200;--z-tooltip:300;--z-toast:400}[data-theme=dark]{--primary:#4d8b6a;--primary-light:#5ea67d;--primary-lighter:#6ebd8f;--primary-dark:#3d7258;--primary-alpha-10:#4d8b6a1a;--primary-alpha-20:#4d8b6a33;--bg:#0f1419;--bg-alt:#1a1f2e;--surface:#1e2530;--surface-hover:#252d3a;--surface-border:#ffffff0f;--surface-shadow:0 1px 3px #0000004d, 0 1px 2px #0003;--surface-shadow-lg:0 4px 16px #0006, 0 2px 4px #0000004d;--surface-shadow-xl:0 8px 32px #00000080, 0 4px 8px #0000004d;--accent:#f59e0b;--accent-hover:#d97706;--accent-light:#fbbf24;--accent-alpha-10:#f59e0b1a;--accent-alpha-20:#f59e0b33;--secondary:#3a3428;--secondary-dark:#2d281f;--secondary-light:#4a4438;--text:#e8ecf1;--text-secondary:#94a3b8;--text-tertiary:#64748b;--text-inverse:#0f1419;--success:#4d8b6a;--success-light:#4d8b6a26;--success-text:#6ebd8f;--warning:#f59e0b;--warning-light:#f59e0b26;--warning-text:#fbbf24;--danger:#ef4444;--danger-light:#ef444426;--danger-text:#fca5a5;--info:#3b82f6;--info-light:#3b82f626;--info-text:#93c5fd;--sidebar-bg:#141a22;--sidebar-text:#94a3b8;--sidebar-text-active:#e8ecf1;--sidebar-item-hover:#ffffff0d;--sidebar-item-active:#4d8b6a33;--sidebar-divider:#ffffff0f;--chart-1:#4d8b6a;--chart-2:#f59e0b;--chart-3:#3a3428;--chart-4:#6ebd8f;--chart-5:#fbbf24;--chart-6:#4a4438}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);background-color:var(--bg);color:var(--text);min-height:100dvh;transition:background-color var(--transition-base), color var(--transition-base);overscroll-behavior-y:contain;line-height:1.6;overflow-x:hidden}img,video,svg,canvas{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:var(--font-family);cursor:pointer;color:inherit;touch-action:manipulation;background:0 0;border:none}input,select,textarea{font-family:var(--font-family);color:var(--text);background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);font-size:16px}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-alpha-10);outline:none}::selection{background-color:var(--primary-alpha-20);color:var(--text)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-tertiary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.app-layout{min-height:100dvh;display:flex}.main-content{margin-left:var(--sidebar-width);padding:var(--space-xl);max-width:100%;min-height:100dvh;transition:margin-left var(--transition-base);box-sizing:border-box;flex:1;overflow-x:hidden}@media (max-width:1024px){.main-content{padding:var(--space-lg);padding-top:72px;padding-left:max(var(--space-lg), env(safe-area-inset-left));padding-right:max(var(--space-lg), env(safe-area-inset-right));padding-bottom:max(var(--space-lg), env(safe-area-inset-bottom));width:100vw;max-width:100vw;margin-left:0!important}}@media (max-width:640px){.main-content{padding:var(--space-sm);padding-top:64px;padding-left:max(var(--space-sm), env(safe-area-inset-left));padding-right:max(var(--space-sm), env(safe-area-inset-right));padding-bottom:max(var(--space-sm), env(safe-area-inset-bottom))}}.page-header{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.page-header-left{align-items:center;gap:14px;display:flex}.page-header-icon{border-radius:var(--radius-lg);background:var(--primary-alpha-10);width:48px;height:48px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-header h1{color:var(--text);letter-spacing:-.03em;margin:0;font-size:22px;font-weight:800}.page-header-sub{font-size:var(--font-size-xs);color:var(--text-tertiary);margin-top:2px}.page-header-actions{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}@media (max-width:1024px){.page-header{align-items:flex-start;gap:var(--space-sm);margin-bottom:var(--space-md);flex-direction:column}.page-header-actions{width:100%}.page-header-actions .btn{flex:1;justify-content:center}}@media (max-width:480px){.page-header{margin-bottom:var(--space-sm);gap:6px}.page-header-left{gap:10px}.page-header-icon{border-radius:var(--radius-md);width:38px;height:38px}.page-header-icon svg{width:18px;height:18px}.page-header h1{font-size:18px}.page-header-sub{font-size:11px}}.card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);box-shadow:var(--surface-shadow);padding:var(--space-lg);transition:box-shadow var(--transition-base), transform var(--transition-base), background var(--transition-base)}.card:hover{box-shadow:var(--surface-shadow-lg)}.card-header{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.card-title{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-weight:600}.kpi-grid{gap:var(--space-md);margin-bottom:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:1100px){.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.kpi-grid{gap:var(--space-sm);grid-template-columns:1fr}}.kpi-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--surface-border);box-shadow:var(--surface-shadow);padding:var(--space-lg);min-width:0;transition:all var(--transition-base);position:relative;overflow:visible}@media (max-width:640px){.kpi-card{padding:var(--space-md)}}.kpi-card:before{content:"";border-radius:var(--radius-lg) var(--radius-lg) 0 0;height:3px;transition:background var(--transition-base);position:absolute;top:0;left:0;right:0}.kpi-card--primary:before{background:var(--primary)}.kpi-card--accent:before{background:var(--accent)}.kpi-card--success:before{background:var(--success)}.kpi-card--danger:before{background:var(--danger)}.kpi-card--info:before{background:var(--info)}.kpi-card:hover{box-shadow:var(--surface-shadow-lg);transform:translateY(-2px)}.kpi-label{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:var(--space-sm);font-weight:600}.kpi-value{color:var(--text);letter-spacing:-.02em;white-space:nowrap;font-size:clamp(.875rem,1.5vw + .25rem,2rem);font-weight:800;line-height:1.2}.kpi-value--accent{color:var(--accent)}.kpi-value--success{color:var(--success)}.kpi-value--danger{color:var(--danger)}.kpi-subtitle{font-size:var(--font-size-xs);color:var(--text-tertiary);margin-top:var(--space-xs);align-items:center;gap:var(--space-xs);display:flex}.kpi-trend{font-weight:600;font-size:var(--font-size-xs);border-radius:var(--radius-sm);align-items:center;gap:2px;padding:2px 6px;display:inline-flex}.kpi-trend--up{color:var(--success-text);background:var(--success-light)}.kpi-trend--down{color:var(--danger-text);background:var(--danger-light)}.grid-2{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.grid-3{gap:var(--space-md);grid-template-columns:1fr 1fr 1fr;display:grid}.grid-2-1{gap:var(--space-md);grid-template-columns:2fr 1fr;display:grid}@media (max-width:1200px){.grid-2-1{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr 1fr}}@media (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}@media (max-width:640px){.grid-2,.grid-3,.grid-2-1{gap:var(--space-sm)}}.table-container{border-radius:var(--radius-lg);border:1px solid var(--surface-border);-webkit-overflow-scrolling:touch;scrollbar-width:thin;margin-bottom:var(--space-md);overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:var(--font-size-sm)}.table th{background:var(--bg-alt);color:var(--text-secondary);font-weight:600;font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.05em;padding:var(--space-sm) var(--space-md);text-align:left;white-space:nowrap;border-bottom:1px solid var(--surface-border);z-index:1;position:sticky;top:0}.table td{padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--surface-border);color:var(--text);white-space:nowrap}.table tbody tr{transition:background var(--transition-fast)}.table tbody tr:hover{background:var(--surface-hover)}.table tbody tr:last-child td{border-bottom:none}@media (max-width:768px){.table-container{border:none;overflow-x:visible}.table{border:none}.table thead{display:none}.table tbody{flex-direction:column;gap:8px;display:flex}.table tbody tr{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);grid-template-columns:1fr 1fr;align-items:center;gap:2px 16px;padding:12px;display:grid}.table td{white-space:normal;text-align:left;border-bottom:none;align-items:center;gap:6px;min-width:0;padding:5px 0;font-size:13px;display:flex}.table td:first-child{border-bottom:1px solid var(--surface-border);grid-column:1/-1;margin-bottom:2px;padding-bottom:8px;font-size:14px;font-weight:700}.table td:before{content:attr(data-label) ": ";color:var(--text-tertiary);white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:600}.table td:first-child:before,.table td[data-label=""]:before,.table td:not([data-label]):before{display:none}}.badge{border-radius:var(--radius-full);font-size:var(--font-size-xs);white-space:nowrap;align-items:center;gap:4px;padding:2px 10px;font-weight:600;display:inline-flex}.badge--success{background:var(--success-light);color:var(--success-text)}.badge--warning{background:var(--warning-light);color:var(--warning-text)}.badge--danger{background:var(--danger-light);color:var(--danger-text)}.badge--info{background:var(--info-light);color:var(--info-text)}.badge--neutral{background:var(--primary-alpha-10);color:var(--text-secondary)}.btn{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);font-size:var(--font-size-sm);transition:all var(--transition-fast);white-space:nowrap;min-height:36px;font-weight:600;line-height:1.5;display:inline-flex}.btn--primary{background:var(--primary);color:var(--text-inverse)}.btn--primary:hover{background:var(--primary-light);box-shadow:0 2px 8px var(--primary-alpha-20);transform:translateY(-1px)}.btn--accent{background:var(--accent);color:#fff}.btn--accent:hover{background:var(--accent-hover);box-shadow:0 2px 8px var(--accent-alpha-20);transform:translateY(-1px)}.btn--ghost{color:var(--text-secondary);border:1px solid var(--surface-border);background:0 0}.btn--ghost:hover{background:var(--surface-hover);color:var(--text);border-color:var(--text-tertiary)}.btn--sm{padding:var(--space-xs) var(--space-sm);font-size:var(--font-size-xs);min-height:30px}.btn--lg{padding:var(--space-md) var(--space-xl);font-size:var(--font-size-base)}.btn--icon{border-radius:var(--radius-md);width:36px;height:36px;padding:0}@media (max-width:768px){.btn{min-height:44px;padding:var(--space-sm) var(--space-md)}.btn--sm{min-height:38px;padding:var(--space-xs) var(--space-md)}.btn--icon{width:44px;height:44px}}.alert-list{gap:var(--space-sm);flex-direction:column;display:flex}.alert-item{align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);transition:background var(--transition-fast);cursor:pointer;min-height:44px;display:flex}.alert-item:hover{background:var(--surface-hover)}.alert-avatar{border-radius:var(--radius-full);width:36px;height:36px;font-weight:700;font-size:var(--font-size-xs);flex-shrink:0;justify-content:center;align-items:center;display:flex}.alert-avatar--warning{background:var(--warning-light);color:var(--warning-text)}.alert-avatar--danger{background:var(--danger-light);color:var(--danger-text)}.alert-content{flex:1;min-width:0;overflow:hidden}.alert-name{font-weight:600;font-size:var(--font-size-sm);color:var(--text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.alert-meta{align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.alert-days-badge{border-radius:var(--radius-full);white-space:nowrap;letter-spacing:.02em;flex-shrink:0;align-items:center;padding:1px 7px;font-size:10px;font-weight:700;display:inline-flex}.alert-days-badge--danger{background:var(--danger-light);color:var(--danger-text)}.alert-days-badge--warning{background:var(--warning-light);color:var(--warning-text)}.alert-desc{font-size:var(--font-size-xs);color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;min-width:0;display:block;overflow:hidden}.alert-date{font-size:var(--font-size-xs);color:var(--text-tertiary);white-space:nowrap;flex-shrink:0}@media (max-width:640px){.alert-item{gap:var(--space-sm);padding:var(--space-sm)}.alert-avatar{width:32px;height:32px;font-size:10px}}.section-title{font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:var(--space-md);font-weight:700}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes countUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.animate-fade-in-up{animation:fadeInUp .5s var(--transition-base) forwards}.animate-fade-in{animation:fadeIn .3s var(--transition-base) forwards}.stagger-1{animation-delay:50ms}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.text-accent{color:var(--accent)}.text-success{color:var(--success-text)}.text-danger{color:var(--danger-text)}.text-warning{color:var(--warning-text)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-right{text-align:right}.text-center{text-align:center}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}@media (max-width:640px){.hide-mobile{display:none!important}}@media (max-width:768px){.hide-tablet{display:none!important}}@media (min-width:1025px){.hide-desktop{display:none!important}}@media (max-width:640px){:root{--space-lg:16px;--space-xl:20px;--space-2xl:32px;--space-3xl:40px}.card{padding:var(--space-md);border-radius:var(--radius-md)}.card-header{gap:var(--space-xs);flex-wrap:wrap}}@keyframes spin{to{transform:rotate(360deg)}}
.ProfileModal-module__OV3eCq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;padding:var(--space-md);background:#00000080;justify-content:center;align-items:center;animation:.2s ProfileModal-module__OV3eCq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProfileModal-module__OV3eCq__fadeIn{0%{opacity:0}to{opacity:1}}.ProfileModal-module__OV3eCq__modal{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-xl);width:100%;max-width:420px;max-height:calc(100dvh - 40px);box-shadow:var(--surface-shadow-xl);flex-direction:column;animation:.3s cubic-bezier(.34,1.56,.64,1) ProfileModal-module__OV3eCq__slideUp;display:flex;position:relative;overflow:hidden}@keyframes ProfileModal-module__OV3eCq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ProfileModal-module__OV3eCq__header{padding:var(--space-lg) var(--space-lg) 0;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.ProfileModal-module__OV3eCq__headerTitle{font-size:var(--font-size-lg);color:var(--text);font-weight:800}.ProfileModal-module__OV3eCq__closeBtn{border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-tertiary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.ProfileModal-module__OV3eCq__closeBtn:hover{background:var(--surface-hover);color:var(--text)}.ProfileModal-module__OV3eCq__tabBar{margin:var(--space-md) var(--space-lg) 0;background:var(--bg);border-radius:var(--radius-md);flex-shrink:0;padding:3px;display:flex;position:relative}.ProfileModal-module__OV3eCq__tab{color:var(--text-tertiary);border-radius:calc(var(--radius-md) - 2px);cursor:pointer;z-index:1;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px 0;font-family:inherit;font-size:13px;font-weight:600;transition:color .25s;display:flex;position:relative}.ProfileModal-module__OV3eCq__tab:hover{color:var(--text-secondary)}.ProfileModal-module__OV3eCq__tabActive{color:var(--text)}.ProfileModal-module__OV3eCq__tabIndicator{background:var(--surface);border-radius:calc(var(--radius-md) - 2px);width:calc(50% - 3px);height:calc(100% - 6px);box-shadow:0 1px 3px #0000001f, 0 0 0 1px var(--surface-border);z-index:0;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;top:3px;left:3px}.ProfileModal-module__OV3eCq__tabContent{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;overflow-y:auto}.ProfileModal-module__OV3eCq__tabContent::-webkit-scrollbar{background:0 0;width:0}.ProfileModal-module__OV3eCq__tabContent:hover::-webkit-scrollbar{width:4px}.ProfileModal-module__OV3eCq__tabContent:hover::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:4px}.ProfileModal-module__OV3eCq__tabPanel{animation:.25s ProfileModal-module__OV3eCq__tabFadeIn}@keyframes ProfileModal-module__OV3eCq__tabFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ProfileModal-module__OV3eCq__avatarSection{align-items:center;gap:var(--space-sm);padding:var(--space-lg) 0 var(--space-md);flex-direction:column;display:flex}.ProfileModal-module__OV3eCq__avatarBtn{border-radius:var(--radius-full);cursor:pointer;border:3px solid var(--surface-border);width:76px;height:76px;transition:border-color var(--transition-fast);position:relative;overflow:hidden}.ProfileModal-module__OV3eCq__avatarBtn:hover{border-color:var(--primary)}.ProfileModal-module__OV3eCq__avatarImg{object-fit:cover;width:100%;height:100%}.ProfileModal-module__OV3eCq__avatarInitials{background:var(--primary);color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:22px;font-weight:800;display:flex}.ProfileModal-module__OV3eCq__avatarOverlay{color:#fff;opacity:0;transition:opacity var(--transition-fast);background:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProfileModal-module__OV3eCq__avatarBtn:hover .ProfileModal-module__OV3eCq__avatarOverlay{opacity:1}.ProfileModal-module__OV3eCq__miniSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite ProfileModal-module__OV3eCq__spin}@keyframes ProfileModal-module__OV3eCq__spin{to{transform:rotate(360deg)}}.ProfileModal-module__OV3eCq__avatarHint{font-size:var(--font-size-xs);color:var(--text-tertiary)}.ProfileModal-module__OV3eCq__fields{padding:0 var(--space-lg);gap:var(--space-md);flex-direction:column;display:flex}.ProfileModal-module__OV3eCq__field{flex-direction:column;gap:4px;display:flex}.ProfileModal-module__OV3eCq__fieldLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);font-size:11px;font-weight:700}.ProfileModal-module__OV3eCq__fieldInput{height:42px;padding:0 var(--space-md);background:var(--bg);border:1px solid var(--surface-border);border-radius:var(--radius-md);color:var(--text);font-size:var(--font-size-sm);transition:all var(--transition-fast);outline:none;font-family:inherit}.ProfileModal-module__OV3eCq__fieldInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-alpha-10)}.ProfileModal-module__OV3eCq__fieldInputError{border-color:var(--danger)!important;box-shadow:0 0 0 3px #ef44441a!important}.ProfileModal-module__OV3eCq__fieldDisabled{opacity:.5;cursor:not-allowed}.ProfileModal-module__OV3eCq__fieldHint{color:var(--text-tertiary);font-size:11px;font-weight:500}.ProfileModal-module__OV3eCq__fieldHintError{color:var(--danger);font-size:11px;font-weight:500}.ProfileModal-module__OV3eCq__roleBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;background:var(--surface-hover);color:var(--text-secondary);align-items:center;width:fit-content;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex}.ProfileModal-module__OV3eCq__roleBadgeAdmin{color:var(--accent);background:#d977061a}.ProfileModal-module__OV3eCq__roleBadgeDev{color:#8b5cf6;background:#8b5cf61a}.ProfileModal-module__OV3eCq__pwdHero{padding:var(--space-lg) 0 var(--space-md);text-align:center;flex-direction:column;align-items:center;display:flex}.ProfileModal-module__OV3eCq__pwdIconWrap{border-radius:var(--radius-full);background:var(--primary-alpha-10);width:56px;height:56px;color:var(--primary);margin-bottom:var(--space-sm);justify-content:center;align-items:center;display:flex}.ProfileModal-module__OV3eCq__pwdTitle{font-size:var(--font-size-md);color:var(--text);margin:0;font-weight:800}.ProfileModal-module__OV3eCq__pwdSubtitle{font-size:var(--font-size-xs);color:var(--text-tertiary);margin:4px 0 0;line-height:1.4}.ProfileModal-module__OV3eCq__pwdInputWrap{align-items:center;display:flex;position:relative}.ProfileModal-module__OV3eCq__pwdInputWrap .ProfileModal-module__OV3eCq__fieldInput{width:100%;padding-right:40px}.ProfileModal-module__OV3eCq__pwdEye{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex;position:absolute;right:8px}.ProfileModal-module__OV3eCq__pwdEye:hover{background:var(--surface-hover);color:var(--text)}.ProfileModal-module__OV3eCq__actions{gap:var(--space-sm);padding:var(--space-lg);justify-content:flex-end;display:flex}.ProfileModal-module__OV3eCq__cancelBtn{border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--text-secondary);background:var(--surface-hover);transition:all var(--transition-fast);padding:10px 20px;font-family:inherit;font-weight:600}.ProfileModal-module__OV3eCq__cancelBtn:hover{background:var(--surface-border)}.ProfileModal-module__OV3eCq__saveBtn{border-radius:var(--radius-md);font-size:var(--font-size-sm);color:#fff;background:var(--primary);transition:all var(--transition-fast);padding:10px 24px;font-family:inherit;font-weight:700}.ProfileModal-module__OV3eCq__saveBtn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.ProfileModal-module__OV3eCq__saveBtn:disabled{opacity:.4;cursor:not-allowed}.ProfileModal-module__OV3eCq__toast{border-radius:var(--radius-full);white-space:nowrap;z-index:2;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) ProfileModal-module__OV3eCq__toastIn;display:flex;position:absolute;bottom:72px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}@keyframes ProfileModal-module__OV3eCq__toastIn{0%{opacity:0;transform:translate(-50%)translateY(8px)scale(.95)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.ProfileModal-module__OV3eCq__toastSuccess{background:var(--success);color:#fff}.ProfileModal-module__OV3eCq__toastError{background:var(--danger);color:#fff}@media (max-width:600px){.ProfileModal-module__OV3eCq__overlay{align-items:flex-end;padding:0}.ProfileModal-module__OV3eCq__modal{border-radius:20px 20px 0 0;max-width:100%;max-height:92dvh;animation:.3s cubic-bezier(.16,1,.3,1) ProfileModal-module__OV3eCq__mobileSlideUp}@keyframes ProfileModal-module__OV3eCq__mobileSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.ProfileModal-module__OV3eCq__header{padding:var(--space-md) var(--space-md) 0}.ProfileModal-module__OV3eCq__tabBar{margin:var(--space-sm) var(--space-md) 0}.ProfileModal-module__OV3eCq__avatarSection{padding:var(--space-md) 0}.ProfileModal-module__OV3eCq__avatarBtn{width:60px;height:60px}.ProfileModal-module__OV3eCq__avatarInitials{font-size:18px}.ProfileModal-module__OV3eCq__fields{padding:0 var(--space-md)}.ProfileModal-module__OV3eCq__actions{padding:var(--space-md)}.ProfileModal-module__OV3eCq__pwdHero{padding:var(--space-md) 0 var(--space-sm)}.ProfileModal-module__OV3eCq__pwdIconWrap{width:48px;height:48px}.ProfileModal-module__OV3eCq__pwdIconWrap svg{width:22px;height:22px}.ProfileModal-module__OV3eCq__toast{padding:7px 14px;font-size:11px;bottom:64px}}
.Sidebar-module__chRhja__sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);color:var(--sidebar-text);z-index:9995;transition:width var(--transition-base), transform var(--transition-base);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.Sidebar-module__chRhja__collapsed{width:var(--sidebar-collapsed-width)}.Sidebar-module__chRhja__logo{align-items:center;gap:var(--space-md);padding:var(--space-lg);min-height:64px;display:flex}.Sidebar-module__chRhja__logoIcon{color:#fff;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__chRhja__logoText{font-size:var(--font-size-lg);letter-spacing:.1em;color:#fff;white-space:nowrap;flex:1;font-weight:800}.Sidebar-module__chRhja__collapseBtn{border-radius:var(--radius-full);color:#fff6;width:30px;height:30px;transition:all var(--transition-fast);background:#ffffff0f;border:1px solid #ffffff14;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__chRhja__collapseBtn:hover{color:#fff;background:#ffffff1f;border-color:#ffffff26;transform:scale(1.08)}.Sidebar-module__chRhja__collapseBtn:active{transform:scale(.95)}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__logo{padding:var(--space-md) var(--space-sm);flex-direction:column;justify-content:center;align-items:center;gap:0}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__logoText{display:none}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__collapseBtn{margin-top:var(--space-sm);width:26px;height:26px}.Sidebar-module__chRhja__logoDivider{background:var(--sidebar-divider);height:1px;margin:0 var(--space-md) var(--space-sm)}.Sidebar-module__chRhja__nav{padding:0 var(--space-sm);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;overflow:hidden auto}.Sidebar-module__chRhja__nav::-webkit-scrollbar{width:0}.Sidebar-module__chRhja__navGroup{margin-bottom:var(--space-md)}.Sidebar-module__chRhja__navGroupLabel{letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;padding:var(--space-sm) var(--space-md);white-space:nowrap;margin-bottom:2px;font-size:10px;font-weight:700;display:block}.Sidebar-module__chRhja__navItem{align-items:center;gap:var(--space-md);padding:10px var(--space-md);border-radius:var(--radius-md);color:var(--sidebar-text);font-size:var(--font-size-sm);transition:all var(--transition-fast);white-space:nowrap;margin-bottom:2px;font-weight:500;display:flex;position:relative}.Sidebar-module__chRhja__navItem:hover{background:var(--sidebar-item-hover);color:var(--sidebar-text-active)}.Sidebar-module__chRhja__navItemActive{background:var(--sidebar-item-active);color:var(--sidebar-text-active);font-weight:600}.Sidebar-module__chRhja__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Sidebar-module__chRhja__navLabel{opacity:1;transition:opacity var(--transition-fast)}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__navLabel{opacity:0;width:0;overflow:hidden}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__navGroupLabel{opacity:0;height:0;margin:0;padding:0;overflow:hidden}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__navItem{justify-content:center;padding-left:0;padding-right:0}.Sidebar-module__chRhja__activeIndicator{background:var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Sidebar-module__chRhja__dropdownWrap{margin-bottom:2px}.Sidebar-module__chRhja__dropdownToggle{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;font-family:inherit}.Sidebar-module__chRhja__dropdownChevron{color:#ffffff4d;align-items:center;margin-left:auto;transition:transform .2s;display:flex}.Sidebar-module__chRhja__dropdownChevronOpen{transform:rotate(180deg)}.Sidebar-module__chRhja__dropdownChildren{will-change:max-height;pointer-events:none;border-left:1px solid #ffffff1a;margin-left:18px;padding-left:12px;transition:max-height .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.Sidebar-module__chRhja__dropdownChildrenOpen{pointer-events:auto}.Sidebar-module__chRhja__dropdownChild{padding:8px var(--space-md);font-size:13px}.Sidebar-module__chRhja__dropdownChild .Sidebar-module__chRhja__navIcon{width:18px;height:18px}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__dropdownChildren,.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__dropdownChevron{display:none}.Sidebar-module__chRhja__tooltip{background:var(--surface);color:var(--text);border-radius:var(--radius-md);font-size:var(--font-size-sm);white-space:nowrap;box-shadow:0 4px 24px #0000001f, 0 1px 4px #00000014, 0 0 0 1px var(--surface-border);pointer-events:none;z-index:9996;opacity:0;padding:8px 16px;font-weight:600;transition:opacity .18s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1);position:fixed;transform:translateY(-50%)translate(6px)}.Sidebar-module__chRhja__tooltipVisible{opacity:1;transform:translateY(-50%)translate(0)}.Sidebar-module__chRhja__tooltipArrow{background:var(--surface);border-left:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border);width:10px;height:10px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)rotate(45deg)}.Sidebar-module__chRhja__bottomSection{padding:var(--space-md);border-top:1px solid var(--sidebar-divider)}.Sidebar-module__chRhja__userSection{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);margin-bottom:var(--space-xs);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);display:flex}.Sidebar-module__chRhja__userSection:hover{background:var(--sidebar-item-hover)}.Sidebar-module__chRhja__userSectionCollapsed{padding:var(--space-sm) 0;justify-content:center}.Sidebar-module__chRhja__userAvatar{border-radius:var(--radius-full);width:32px;height:32px;color:var(--sidebar-text-active);background:#ffffff1f;border:1.5px solid #ffffff26;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex;overflow:hidden}.Sidebar-module__chRhja__userAvatarImg{object-fit:cover;width:100%;height:100%}.Sidebar-module__chRhja__userInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Sidebar-module__chRhja__userName{font-size:var(--font-size-xs);color:var(--sidebar-text-active);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.Sidebar-module__chRhja__userRole{text-transform:uppercase;letter-spacing:.06em;color:var(--sidebar-text);opacity:.6;font-size:10px;font-weight:700}.Sidebar-module__chRhja__userRoleAdmin{color:var(--accent);opacity:1}.Sidebar-module__chRhja__userRoleDev{color:#8b5cf6;opacity:1}.Sidebar-module__chRhja__logoutBtn{border-radius:var(--radius-md);width:28px;height:28px;color:var(--sidebar-text);opacity:.4;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__chRhja__logoutBtn:hover{opacity:1;color:var(--danger);background:#dc26261a}.Sidebar-module__chRhja__userSectionReady{animation:.4s cubic-bezier(.4,0,.2,1) both Sidebar-module__chRhja__profileFadeIn}@keyframes Sidebar-module__chRhja__profileFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.Sidebar-module__chRhja__userAvatarShimmer{animation:1.2s ease-in-out infinite Sidebar-module__chRhja__shimmerPulse;background:#ffffff0f!important;border-color:#ffffff0f!important}.Sidebar-module__chRhja__userNameShimmer{border-radius:var(--radius-sm);background:#ffffff0f;width:88px;height:12px;animation:1.2s ease-in-out infinite Sidebar-module__chRhja__shimmerPulse}.Sidebar-module__chRhja__userRoleShimmer{border-radius:var(--radius-sm);background:#ffffff0a;width:64px;height:9px;animation:1.2s ease-in-out .1s infinite Sidebar-module__chRhja__shimmerPulse}.Sidebar-module__chRhja__tachyonBadge{cursor:pointer;border-radius:var(--radius-md);width:100%;transition:all var(--transition-fast);opacity:.5;align-items:center;gap:6px;margin-top:2px;padding:6px 16px;font-family:inherit;display:flex}.Sidebar-module__chRhja__tachyonBadge:hover{opacity:.85}.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__tachyonBadge{justify-content:center;padding:6px 0}.Sidebar-module__chRhja__tachyonLabel{color:#ffffff80;letter-spacing:.04em;font-size:9px;font-weight:600}.Sidebar-module__chRhja__tachyonDot{background:#6ebd8f;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2.5s ease-in-out infinite Sidebar-module__chRhja__tachyonPulse}@keyframes Sidebar-module__chRhja__tachyonPulse{0%,to{opacity:1}50%{opacity:.3}}.Sidebar-module__chRhja__tachyonOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.2s Sidebar-module__chRhja__tachyonFadeIn;display:flex;position:fixed;inset:0}@keyframes Sidebar-module__chRhja__tachyonFadeIn{0%{opacity:0}to{opacity:1}}.Sidebar-module__chRhja__tachyonModal{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-xl);text-align:center;flex-direction:column;width:100%;max-width:520px;max-height:85vh;padding:32px 28px 24px;animation:.3s cubic-bezier(.34,1.4,.64,1) Sidebar-module__chRhja__tachyonModalIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000026,0 4px 16px #0000000f}@keyframes Sidebar-module__chRhja__tachyonModalIn{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.Sidebar-module__chRhja__tachyonModalIcon{border-radius:var(--radius-full);background:var(--primary-alpha-10);width:56px;height:56px;color:var(--primary);justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.Sidebar-module__chRhja__tachyonModalTitle{color:var(--text);letter-spacing:-.02em;margin:0 0 4px;font-size:20px;font-weight:800}.Sidebar-module__chRhja__tachyonModalSub{font-size:var(--font-size-sm);color:var(--text-tertiary);margin:0 0 24px}.Sidebar-module__chRhja__tachyonGrid{text-align:left;flex:1;grid-template-columns:1fr 1fr;gap:8px;min-height:0;margin-bottom:20px;padding-right:4px;display:grid;overflow-y:auto}.Sidebar-module__chRhja__tachyonGrid::-webkit-scrollbar{width:3px}.Sidebar-module__chRhja__tachyonGrid::-webkit-scrollbar-track{background:0 0}.Sidebar-module__chRhja__tachyonGrid::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:3px}.Sidebar-module__chRhja__tachyonGrid::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.Sidebar-module__chRhja__tachyonCard{border-radius:var(--radius-md);background:var(--bg);border:1px solid var(--surface-border);transition:all var(--transition-fast);flex-direction:column;gap:2px;padding:12px;display:flex}.Sidebar-module__chRhja__tachyonCard:hover{border-color:var(--primary-alpha-20);background:var(--surface-hover)}.Sidebar-module__chRhja__tachyonCardIcon{border-radius:var(--radius-md);background:var(--primary-alpha-10);width:28px;height:28px;color:var(--primary);justify-content:center;align-items:center;margin-bottom:4px;display:flex}.Sidebar-module__chRhja__tachyonCardName{color:var(--text);font-size:12px;font-weight:700}.Sidebar-module__chRhja__tachyonCardDesc{color:var(--text-tertiary);font-size:10px;line-height:1.4}.Sidebar-module__chRhja__tachyonModalFooter{color:var(--text-tertiary);justify-content:center;align-items:center;gap:6px;margin-bottom:20px;font-size:11px;font-weight:600;display:flex}.Sidebar-module__chRhja__tachyonDotLg{background:var(--success,#4d8b6a);width:7px;height:7px;box-shadow:0 0 0 3px var(--success-light,#4d8b6a26);border-radius:50%}.Sidebar-module__chRhja__tachyonCloseBtn{font-size:var(--font-size-sm);color:var(--text-secondary);border-radius:var(--radius-lg);transition:all var(--transition-fast);padding:10px 28px;font-family:inherit;font-weight:600}.Sidebar-module__chRhja__tachyonCloseBtn:hover{background:var(--surface-hover);color:var(--text)}@media (max-width:768px){.Sidebar-module__chRhja__tachyonOverlay{align-items:flex-end;padding:0}.Sidebar-module__chRhja__tachyonModal{border-radius:16px 16px 0 0;max-width:100%;max-height:90vh;padding:8px 20px 20px;animation:.3s cubic-bezier(.16,1,.3,1) Sidebar-module__chRhja__tachyonSlideUp}.Sidebar-module__chRhja__tachyonModal:before{content:"";background:var(--surface-border);border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:0 auto 12px;display:block}.Sidebar-module__chRhja__tachyonModalIcon{width:44px;height:44px;margin-bottom:10px}.Sidebar-module__chRhja__tachyonModalIcon svg{width:20px;height:20px}.Sidebar-module__chRhja__tachyonModalTitle{margin-bottom:2px;font-size:17px}.Sidebar-module__chRhja__tachyonModalSub{margin-bottom:16px;font-size:12px}.Sidebar-module__chRhja__tachyonGrid{grid-template-columns:1fr 1fr;gap:6px;margin-bottom:14px;padding-right:0}.Sidebar-module__chRhja__tachyonCard{padding:10px}.Sidebar-module__chRhja__tachyonCardIcon{width:24px;height:24px;margin-bottom:3px}.Sidebar-module__chRhja__tachyonCardIcon svg{width:14px;height:14px}.Sidebar-module__chRhja__tachyonCardName{font-size:11px}.Sidebar-module__chRhja__tachyonCardDesc{font-size:9px}.Sidebar-module__chRhja__tachyonModalFooter{margin-bottom:12px;font-size:10px}.Sidebar-module__chRhja__tachyonCloseBtn{text-align:center;border:1px solid var(--surface-border);border-radius:var(--radius-lg);width:100%;margin-bottom:env(safe-area-inset-bottom,0);padding:12px}}@media (max-width:380px){.Sidebar-module__chRhja__tachyonGrid{grid-template-columns:1fr}.Sidebar-module__chRhja__tachyonCard{flex-direction:row;align-items:center;gap:10px;padding:10px 12px}.Sidebar-module__chRhja__tachyonCardIcon{margin-bottom:0}.Sidebar-module__chRhja__tachyonCardInfo{flex:1;min-width:0}.Sidebar-module__chRhja__tachyonCardDesc{display:none}}@keyframes Sidebar-module__chRhja__tachyonSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.Sidebar-module__chRhja__mobileToggle{top:var(--space-md);left:var(--space-md);z-index:9999;background:var(--sidebar-bg);border-radius:var(--radius-lg);color:#ffffffd9;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:1px solid #ffffff14;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.16,1,.3,1);display:none;position:fixed;box-shadow:0 4px 16px #0003,0 0 0 1px #0000000d}.Sidebar-module__chRhja__mobileToggle:active{transform:scale(.9)}.Sidebar-module__chRhja__mobileToggleOpen{background:var(--surface);color:var(--text);border-color:var(--surface-border);box-shadow:0 4px 20px #00000040}.Sidebar-module__chRhja__hamburgerBar{transform-origin:50%;background:currentColor;border-radius:2px;width:18px;height:2px;transition:all .35s cubic-bezier(.16,1,.3,1);display:block}.Sidebar-module__chRhja__hamburgerWrap{flex-direction:column;align-items:center;gap:4px;display:flex}.Sidebar-module__chRhja__mobileToggleOpen .Sidebar-module__chRhja__hamburgerBar:first-child{transform:translateY(6px)rotate(45deg)}.Sidebar-module__chRhja__mobileToggleOpen .Sidebar-module__chRhja__hamburgerBar:nth-child(2){opacity:0;transform:scaleX(0)}.Sidebar-module__chRhja__mobileToggleOpen .Sidebar-module__chRhja__hamburgerBar:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.Sidebar-module__chRhja__overlay{z-index:9990;-webkit-backdrop-filter:blur(6px);background:#00000080;display:none;position:fixed;inset:0}.Sidebar-module__chRhja__overlayVisible{animation:.3s cubic-bezier(.4,0,.2,1) both Sidebar-module__chRhja__overlayIn}.Sidebar-module__chRhja__overlayClosing{animation:.25s cubic-bezier(.4,0,1,1) both Sidebar-module__chRhja__overlayOut}@keyframes Sidebar-module__chRhja__overlayIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}@keyframes Sidebar-module__chRhja__overlayOut{0%{opacity:1}to{opacity:0}}.Sidebar-module__chRhja__navShimmer{padding:var(--space-md) var(--space-md);flex-direction:column;gap:10px;display:flex}.Sidebar-module__chRhja__navShimmerItem{border-radius:var(--radius-md);background:#ffffff0a;height:36px;animation:1.2s ease-in-out infinite Sidebar-module__chRhja__shimmerPulse}@keyframes Sidebar-module__chRhja__shimmerPulse{0%,to{opacity:.3}50%{opacity:.08}}.Sidebar-module__chRhja__navReady{animation:.4s cubic-bezier(.4,0,.2,1) both Sidebar-module__chRhja__sidebarFadeIn}@keyframes Sidebar-module__chRhja__sidebarFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Sidebar-module__chRhja__sidebar{width:280px;box-shadow:none;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);transform:translate(-100%)}.Sidebar-module__chRhja__mobileOpen{transform:translate(0);box-shadow:8px 0 40px #0000004d}.Sidebar-module__chRhja__mobileClosing{box-shadow:none;transition:transform .3s cubic-bezier(.4,0,1,1),box-shadow .3s cubic-bezier(.4,0,1,1);transform:translate(-100%)}.Sidebar-module__chRhja__mobileToggle{display:flex}.Sidebar-module__chRhja__overlay{display:block}.Sidebar-module__chRhja__collapseBtn{display:none}.Sidebar-module__chRhja__logo{padding-left:var(--space-xl)}.Sidebar-module__chRhja__navItem{min-height:44px}}@media (max-width:480px){.Sidebar-module__chRhja__sidebar{width:85vw;max-width:320px}.Sidebar-module__chRhja__navItem{min-height:48px;font-size:var(--font-size-base)}}
.SessionGuard-module__gYrlpa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999;padding:var(--space-md);background:#000000bf;justify-content:center;align-items:center;animation:.3s SessionGuard-module__gYrlpa__overlayIn;display:flex;position:fixed;inset:0}@keyframes SessionGuard-module__gYrlpa__overlayIn{0%{opacity:0}to{opacity:1}}.SessionGuard-module__gYrlpa__modal{background:var(--surface);border:1px solid var(--surface-border);text-align:center;border-radius:20px;width:100%;max-width:380px;padding:40px 32px 32px;animation:.5s cubic-bezier(.16,1,.3,1) SessionGuard-module__gYrlpa__modalIn;box-shadow:0 24px 48px #00000040,inset 0 0 0 1px #ffffff0d}@keyframes SessionGuard-module__gYrlpa__modalIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.SessionGuard-module__gYrlpa__iconWrap{justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;display:flex;position:relative}.SessionGuard-module__gYrlpa__iconPulse{background:#ef44441a;border-radius:50%;animation:2s cubic-bezier(.4,0,.6,1) infinite SessionGuard-module__gYrlpa__pulse;position:absolute;inset:0}@keyframes SessionGuard-module__gYrlpa__pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.25)}}.SessionGuard-module__gYrlpa__iconCircle{color:#ef4444;z-index:1;background:linear-gradient(135deg,#ef44441f,#fb923c1f);border:2px solid #ef444433;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:.6s cubic-bezier(.34,1.56,.64,1) .2s both SessionGuard-module__gYrlpa__iconBounce;display:flex;position:relative}@keyframes SessionGuard-module__gYrlpa__iconBounce{0%{transform:scale(0)}to{transform:scale(1)}}.SessionGuard-module__gYrlpa__title{color:var(--text);letter-spacing:-.02em;margin:0 0 8px;font-size:20px;font-weight:800}.SessionGuard-module__gYrlpa__description{color:var(--text-secondary);margin:0 0 28px;font-size:14px;line-height:1.6}.SessionGuard-module__gYrlpa__loginBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-family:inherit;font-size:15px;font-weight:700;transition:all .2s;display:flex}.SessionGuard-module__gYrlpa__loginBtn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 4px 16px #2d42364d}.SessionGuard-module__gYrlpa__loginBtn:active{transform:translateY(0)}.SessionGuard-module__gYrlpa__hint{color:var(--text-tertiary);letter-spacing:.01em;margin:16px 0 0;font-size:11px}.SessionGuard-module__gYrlpa__iconPulseRemoved{background:#d977061a;border-radius:50%;animation:2s cubic-bezier(.4,0,.6,1) infinite SessionGuard-module__gYrlpa__pulse;position:absolute;inset:0}.SessionGuard-module__gYrlpa__iconCircleRemoved{color:#d97706;z-index:1;background:linear-gradient(135deg,#d977061f,#f59e0b1f);border:2px solid #d9770640;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:.6s cubic-bezier(.34,1.56,.64,1) .2s both SessionGuard-module__gYrlpa__iconBounce;display:flex;position:relative}.SessionGuard-module__gYrlpa__loginBtnRemoved{color:#fff;cursor:pointer;background:linear-gradient(135deg,#92400e,#b45309);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-family:inherit;font-size:15px;font-weight:700;transition:all .2s;display:flex}.SessionGuard-module__gYrlpa__loginBtnRemoved:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 16px #d977064d}.SessionGuard-module__gYrlpa__loginBtnRemoved:active{transform:translateY(0)}@media (max-width:480px){.SessionGuard-module__gYrlpa__modal{border-radius:16px;padding:32px 24px 24px}.SessionGuard-module__gYrlpa__iconWrap{width:60px;height:60px;margin-bottom:20px}.SessionGuard-module__gYrlpa__iconCircle{width:54px;height:54px}.SessionGuard-module__gYrlpa__iconCircle svg{width:26px;height:26px}.SessionGuard-module__gYrlpa__title{font-size:18px}.SessionGuard-module__gYrlpa__description{margin-bottom:24px;font-size:13px}.SessionGuard-module__gYrlpa__loginBtn{padding:12px 20px;font-size:14px}}
.SourceFAB-module__27sAhq__fabContainer{bottom:24px;left:calc(var(--sidebar-width) + 24px);z-index:100;flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:fixed}.SourceFAB-module__27sAhq__fab{border-radius:var(--radius-full);background:var(--primary);color:#fff;letter-spacing:.02em;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;align-items:center;gap:8px;padding:10px 16px;font-size:12px;font-weight:600;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 12px #2d42364d,0 2px 4px #0000001a}.SourceFAB-module__27sAhq__fab:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 6px 20px #2d423659,0 4px 8px #0000001f}.SourceFAB-module__27sAhq__fabActive{background:var(--primary-dark);box-shadow:0 6px 20px #2d423666,0 0 0 2px #ffffff26}.SourceFAB-module__27sAhq__fabIconWrap{color:#fff;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.SourceFAB-module__27sAhq__fabActive .SourceFAB-module__27sAhq__fabIconWrap{background:0 0}.SourceFAB-module__27sAhq__fabLabel{line-height:1}.SourceFAB-module__27sAhq__fabMenu{pointer-events:none;flex-direction:column;gap:4px;display:flex}.SourceFAB-module__27sAhq__fabMenuOpen{pointer-events:auto}.SourceFAB-module__27sAhq__fabOption{border:1px solid var(--surface-border);border-radius:var(--radius-full);background:var(--surface);color:var(--text-secondary);cursor:pointer;opacity:0;align-items:center;gap:10px;padding:9px 16px;font-size:12px;font-weight:500;transition:opacity .2s,transform .25s cubic-bezier(.34,1.56,.64,1),background .15s,border-color .15s,color .15s;display:flex;transform:translateY(12px)scale(.92);box-shadow:0 2px 8px #00000014,0 1px 2px #0000000a}.SourceFAB-module__27sAhq__fabMenuOpen .SourceFAB-module__27sAhq__fabOption{opacity:1;transform:translateY(0)scale(1)}.SourceFAB-module__27sAhq__fabOption:hover{background:var(--surface-hover);border-color:var(--primary-alpha-20);color:var(--text)}.SourceFAB-module__27sAhq__fabOptionActive{color:#fff;border-color:var(--primary);background:var(--primary);font-weight:600;box-shadow:0 2px 8px #2d423640,0 1px 2px #0000000f}.SourceFAB-module__27sAhq__fabOptionActive:hover{background:var(--primary-light);border-color:var(--primary-light);color:#fff}.SourceFAB-module__27sAhq__fabOptionIcon{opacity:.55;justify-content:center;align-items:center;width:20px;height:20px;transition:opacity .15s;display:flex}.SourceFAB-module__27sAhq__fabOptionActive .SourceFAB-module__27sAhq__fabOptionIcon{opacity:1;color:#fff}.SourceFAB-module__27sAhq__imageIcon{object-fit:cover;filter:grayscale()opacity(.8);border-radius:50%;transition:filter .2s,transform .2s}.SourceFAB-module__27sAhq__fabOptionActive .SourceFAB-module__27sAhq__imageIcon{filter:grayscale()opacity()}.SourceFAB-module__27sAhq__fabIconWrap .SourceFAB-module__27sAhq__imageIcon{filter:grayscale()brightness(1.5)opacity()}.SourceFAB-module__27sAhq__fabOptionLabel{line-height:1}@media (max-width:768px){.SourceFAB-module__27sAhq__fabContainer{bottom:16px;left:16px}}
