@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";
:root{--color-black:#000;--color-white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--gray-950:#0a0a0a;--accent-blue:#6d6d6d;--accent-green:#10b981;--accent-yellow:#f59e0b;--accent-red:#c72929;--accent-purple:#8b5cf6;--gradient-primary:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);--gradient-secondary:linear-gradient(135deg,#fff 0%,#f5f5f5 100%);--gradient-dark:linear-gradient(180deg,#0a0a0a 0%,#1a1a1a 100%);--gradient-subtle:linear-gradient(135deg,#f5f5f5 0%,#e5e5e5 100%);--gradient-accent:linear-gradient(135deg,#c7c7c7 0%,#909090 100%);--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 25px #00000026;--shadow-xl:0 20px 40px #0003;--font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,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;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--sidebar-width:260px;--sidebar-collapsed-width:72px;--topbar-height:64px;--content-max-width:1400px;--bg-page:var(--gray-50);--bg-component:var(--color-white);--active-bg:var(--color-black);--active-text:var(--color-white)}.dark{--gray-50:#0f0f0f;--gray-100:#171717;--gray-200:#262626;--gray-300:#404040;--gray-400:#525252;--gray-500:#737373;--gray-600:#a3a3a3;--gray-700:#d4d4d4;--gray-800:#e5e5e5;--gray-900:#f5f5f5;--gray-950:#fafafa;--gradient-primary:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);--gradient-secondary:linear-gradient(135deg,#171717 0%,#0a0a0a 100%);--gradient-dark:linear-gradient(180deg,#262626 0%,#171717 100%);--gradient-subtle:linear-gradient(135deg,#262626 0%,#1a1a1a 100%);--gradient-accent:linear-gradient(135deg,#404040 0%,#2a2a2a 100%);--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px #0006;--shadow-lg:0 10px 25px #00000080;--shadow-xl:0 20px 40px #0009;--bg-page:#131313;--bg-component:#000;--active-bg:var(--color-white);--active-text:var(--color-black)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);font-size:var(--font-size-base);color:var(--gray-900);background:var(--bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-base),color var(--transition-base);padding-bottom:env(safe-area-inset-bottom);font-weight:400;line-height:1.6}@media (max-width:768px){.layout-main{padding-bottom:calc(env(safe-area-inset-bottom) + 32px)!important}}h1,h2,h3,h4,h5,h6{color:var(--gray-900);font-weight:600;line-height:1.3}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}p{color:var(--gray-600)}a{color:var(--accent-blue);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-purple)}:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}::selection{background:var(--active-bg);color:var(--active-text)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.container{width:100%;max-width:var(--content-max-width);padding:0 var(--space-6);margin:0 auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s forwards fadeIn}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s ease-in-out infinite pulse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.loading-center{min-height:calc(100vh - var(--topbar-height,64px) - 40px);justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;width:100%;display:flex}.loading-container{justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;flex:1;width:100%;min-height:400px;display:flex}img{max-width:100%;height:auto}.avatar,[class*=avatar] img,[class*=__avatar] img{object-fit:cover;border-radius:50%;width:40px;min-width:40px;height:40px;min-height:40px}[class*=logo] img{width:75px;height:auto;min-height:40px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--gray-200)25%,var(--gray-100)50%,var(--gray-200)75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite shimmer}.skeleton-text{height:1em;margin-bottom:.5em}.skeleton-title{width:60%;height:1.5em;margin-bottom:.75em}.skeleton-avatar{border-radius:50%;width:40px;height:40px}.skeleton-card{width:100%;min-height:120px}.stat-card{min-height:100px}.chart-card{min-height:350px}.chart-card__loading{justify-content:center;align-items:center;min-height:300px;display:flex}.activity-item,.recent-activity-item{min-height:60px}.dashboard-card{min-height:200px}input[type=text],input[type=email],input[type=password],input[type=url],input[type=tel],input[type=number],input[type=date],input[type=time],input[type=datetime-local],input[type=search],textarea,select{background:var(--bg-component)!important;color:var(--gray-900)!important;border-color:var(--gray-300)!important}input::placeholder,textarea::placeholder{color:var(--gray-400)!important}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=date]:focus,input[type=time]:focus,input[type=datetime-local]:focus,input[type=search]:focus,textarea:focus,select:focus{border-color:var(--active-bg)!important;background:var(--bg-component)!important}.form-group input,.form-group textarea,.form-group select{background:var(--bg-component)!important;color:var(--gray-900)!important}.modal,.modal-content,.modal-body{background:var(--bg-component)!important}.meeting-card,.credential-card,.access-item{background:var(--bg-component)!important;border-color:var(--gray-200)!important}.client-project-card:hover{background:var(--bg-component)!important}label,.form-label,.form-group label,.modal label,.modal-header h2,.modal-header h3,.modal h2,.modal h3{color:var(--gray-900)!important}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.5);cursor:pointer;opacity:.8}input[type=time]::-webkit-calendar-picker-indicator{filter:invert(.5);cursor:pointer;opacity:.8}input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(.5);cursor:pointer;opacity:.8}.dark input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.5)brightness(1.2)}.dark input[type=time]::-webkit-calendar-picker-indicator{filter:invert(.5)brightness(1.2)}.dark input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(.5)brightness(1.2)}
