@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:ital,wght@0,500;0,600;0,700;1,500&display=swap";.loading-wordmark{font-family:Montserrat,sans-serif;font-weight:500;font-size:48px;letter-spacing:-.02em;background:linear-gradient(90deg,#0a1f1c,#0a1f1c 30%,#78716c 45%,#d6d3d1,#78716c 55%,#0a1f1c 70%,#0a1f1c);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:sweep 2.4s ease-in-out infinite}@keyframes sweep{0%{background-position:100% 0}to{background-position:-100% 0}}:root{--stone-50: #fafaf9;--stone-100: #f5f5f4;--stone-200: #e7e5e4;--stone-300: #d6d3d1;--stone-400: #a8a29e;--stone-500: #78716c;--stone-600: #57534e;--stone-700: #44403c;--stone-800: #292524;--stone-900: #1c1917;--forest: #0a1f1c;--sidebar-width: 220px;--brand-height: 92px}.sidebar{width:var(--sidebar-width);height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;background-color:#fff;border-right:1px solid var(--stone-200);z-index:1000}.sidebar-header{display:flex;align-items:center;height:var(--brand-height);padding:0 24px;flex-shrink:0}.sidebar-brand{cursor:pointer;display:flex;align-items:center}.sidebar-brand-text{font-family:Montserrat,sans-serif;font-weight:500;font-size:24px;color:var(--forest);letter-spacing:-.01em}.sidebar-separator{height:2px;background-color:var(--stone-100);margin:0 24px;flex-shrink:0}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:20px 12px 8px;flex:1;overflow-y:auto}.sidebar-nav-item{display:flex;align-items:center;gap:10px;width:100%;height:38px;padding:0 12px;border:none;border-radius:6px;background:transparent;color:var(--stone-500);font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease;text-align:left;line-height:1}.sidebar-nav-item:hover{background-color:var(--stone-50);color:var(--stone-700)}.sidebar-nav-item-active{background-color:var(--stone-100);color:var(--forest);font-weight:600}.sidebar-nav-item-active:hover{background-color:var(--stone-100);color:var(--forest)}.sidebar-nav-icon{display:flex;align-items:center;justify-content:center;width:18px;font-size:16px;flex-shrink:0}.sidebar-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{flex-shrink:0;padding:12px;border-top:1px solid var(--stone-100)}.sidebar-user{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.sidebar-user:hover{background-color:var(--stone-50)}.sidebar-user-avatar{width:32px;height:32px;border-radius:50%;background-color:var(--stone-100);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user-info{display:flex;flex-direction:column;min-width:0;line-height:1.3}.sidebar-user-name{font-size:13px;font-weight:500;color:var(--stone-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:12px;color:var(--stone-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ant-drawer-body{background-color:#fff;padding:24px}.ant-drawer-header{display:none}.ant-drawer .ant-card{border-radius:10px;border:1px solid #e7e5e4}.ant-drawer .ant-card-head{border-bottom:1px solid #f5f5f4}.ant-drawer .ant-table{border-radius:6px}.ant-drawer .ant-table-thead>tr>th{background-color:#fafaf9;color:#0a1f1c;font-weight:600}.unchecked-row{background-color:#f5f5f4!important;opacity:.4;color:#78716c!important}.unchecked-row:hover{background-color:#e7e5e4!important;opacity:.5}.primary-button{border:none!important;color:#fff!important;background-color:#0a1f1c!important;outline:none!important;border-radius:6px!important;font-weight:500!important;transition:all .2s ease-in-out!important}.primary-button:hover{background-color:#0e2925!important}.primary-button:active{background-color:#0e2925!important;transform:scale(.98)!important}.primary-button:disabled{background-color:#a8a29e!important;color:#fff!important;box-shadow:none!important;cursor:not-allowed!important}.secondary-button{border:1px solid #e7e5e4!important;color:#0a1f1c!important;background-color:#fff!important;outline:none!important;border-radius:6px!important;font-weight:500!important;transition:all .2s ease-in-out!important}.secondary-button:hover{background-color:#fafaf9!important;border-color:#d6d3d1!important}.secondary-button:active{background-color:#f5f5f4!important}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-size:14px;--stone-50: #fafaf9;--stone-100: #f5f5f4;--stone-200: #e7e5e4;--stone-300: #d6d3d1;--stone-400: #a8a29e;--stone-500: #78716c;--stone-600: #57534e;--stone-700: #44403c;--stone-800: #292524;--stone-900: #1c1917;--forest: #0a1f1c;--text-primary: var(--forest);--text-secondary: var(--stone-600);--text-tertiary: var(--stone-500);--bg-primary: #ffffff;--bg-secondary: var(--stone-50);--bg-page: var(--stone-100);--border-base: var(--stone-200);color:var(--text-primary);background-color:var(--bg-page);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:var(--bg-page);-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Inter,sans-serif;font-weight:500;line-height:1.2;margin:0;color:var(--forest);letter-spacing:-.02em}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}p{margin:0;line-height:1.7;color:var(--text-secondary)}a{color:var(--stone-600);text-decoration:none;transition:color .2s ease}a:hover{color:var(--forest)}.font-montserrat{font-family:Montserrat,sans-serif}button{font-family:inherit}*:focus-visible{outline:2px solid var(--stone-300);outline-offset:2px}::selection{background:var(--forest);color:#fff}::-moz-selection{background:var(--forest);color:#fff}
