@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap");@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");:root{color-scheme:light;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--bg-main:#f8f9ff;--bg-primary:#f8f9ff;--bg-card:#fff;--border-card:#e6eeff;--bg-hover:#f1f5f9;--bg-subtle:#f8fafc;--bg-elevated:#fff;--bg-overlay:hsla(0,0%,100%,.95);--primary:#d71920;--primary-glow:rgba(215,25,32,.1);--primary-hover:#ae0011;--secondary:#1d6f42;--secondary-glow:rgba(29,111,66,.1);--warning:#f59e0b;--warning-solid:#d97706;--danger:#ba1a1a;--danger-color:#dc2626;--danger-solid:#dc2626;--danger-glow:rgba(186,26,26,.15);--text-primary:#121c2a;--text-secondary:#5d3f3c;--text-muted:#766a6b;--text-on-primary:#fff;--text-disabled:#94a3b8;--sidebar-width:256px;--border-color:#cbd5e1;--border-light:#e2e8f0;--header-bg:#fff;--input-bg:#fff;--input-disabled-bg:#f1f5f9;--table-header-bg:#f8f9ff;--table-row-hover:#f1f5f9;--error-bg:#fef2f2;--error-border:#fca5a5;--error-text:#b91c1c;--warning-bg:#fffbeb;--warning-border:#fde68a;--warning-text:#b45309;--success-bg:#f0fdf4;--success-border:#bbf7d0;--success-text:#15803d;--success-color:#22c55e;--success-solid:#10b981;--info-bg:#eff6ff;--info-border:#bfdbfe;--info-text:#1d4ed8;--info-color:#3b82f6;--purple-bg:#f5f3ff;--purple-border:#ddd6fe;--purple-text:#7c3aed;--badge-shadow:0 0 0 2px #fff;--card-shadow:0 1px 3px 0 rgba(0,0,0,.05);--card-shadow-hover:0 4px 12px 0 rgba(18,28,42,.08);--avatar-border:#e6bdb8;--scrollbar-thumb:#cbd5e1;--scrollbar-thumb-hover:#94a3b8;--sidebar-bg:#fff;--sidebar-text:#1f2937;--sidebar-text-muted:#6b7280;--sidebar-border:#cbd5e1;--sidebar-active-bg:#fcebec;--sidebar-active-text:#d71920;--strength-met-border:#6ee7b7;--strength-met-text:#059669;--strength-unmet-text:#94a3b8;--strength-dot:#cbd5e1;--dropdown-bg:#fff;--dropdown-border:#e2e8f0;--dropdown-shadow:0 4px 12px rgba(0,0,0,.08);--notification-unread-bg:#fff5f5}[data-theme=dark]{color-scheme:dark;--bg-main:#111827;--bg-primary:#111827;--bg-card:#1e293b;--border-card:#334155;--bg-hover:#334155;--bg-subtle:#1e293b;--bg-elevated:#1e293b;--bg-overlay:rgba(30,41,59,.95);--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--text-on-primary:#fff;--text-disabled:#475569;--border-color:#334155;--border-light:#334155;--header-bg:#1e293b;--input-bg:#1e293b;--input-disabled-bg:#0f172a;--table-header-bg:#0f172a;--table-row-hover:#334155;--error-bg:rgba(127,29,29,.35);--error-border:#ef4444;--error-text:#fca5a5;--warning-bg:rgba(120,53,15,.35);--warning-border:#f59e0b;--warning-text:#fcd34d;--warning-solid:#d97706;--success-bg:rgba(5,150,105,.15);--success-border:#059669;--success-text:#6ee7b7;--success-color:#34d399;--success-solid:#059669;--info-bg:rgba(59,130,246,.15);--info-border:#3b82f6;--info-text:#93c5fd;--info-color:#60a5fa;--danger-color:#f87171;--danger-solid:#dc2626;--purple-bg:rgba(139,92,246,.15);--purple-border:#7c3aed;--purple-text:#c4b5fd;--badge-shadow:0 0 0 2px #1e293b;--card-shadow:0 1px 3px 0 rgba(0,0,0,.3);--card-shadow-hover:0 4px 12px 0 rgba(0,0,0,.4);--avatar-border:#475569;--scrollbar-thumb:#475569;--scrollbar-thumb-hover:#64748b;--sidebar-bg:#0f172a;--sidebar-text:#f8fafc;--sidebar-text-muted:#94a3b8;--sidebar-border:#1e293b;--sidebar-active-bg:rgba(215,25,32,.15);--sidebar-active-text:#f8fafc;--strength-met-border:#059669;--strength-met-text:#34d399;--strength-unmet-text:#475569;--strength-dot:#475569;--dropdown-bg:#1e293b;--dropdown-border:#334155;--dropdown-shadow:0 4px 12px rgba(0,0,0,.4);--notification-unread-bg:rgba(215,25,32,.08)}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-sans)}button,input,select,textarea{color:inherit}input,select,textarea{background-color:var(--input-bg);border-color:var(--border-color)}input::placeholder,textarea::placeholder{color:var(--text-muted);opacity:1}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.icon-button:hover{background-color:var(--bg-hover)!important;color:var(--primary)!important}.icon-button:active{transform:scale(.96)}body,html{background-color:var(--bg-main);color:var(--text-primary);min-height:100vh;overflow-x:hidden;max-width:100%;width:100%;font-size:14px;line-height:1.5;transition:background-color .2s ease,color .2s ease}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;display:inline-block;vertical-align:middle;line-height:1}.glass-panel{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-panel:hover{border-color:var(--text-muted);box-shadow:var(--card-shadow-hover)}.glass-input{background:var(--input-bg);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;padding:10px 14px;font-size:14px;outline:none;transition:all .2s ease;width:100%}.glass-input:focus{border-color:var(--primary);background:var(--input-bg);box-shadow:0 0 0 3px rgba(215,25,32,.1)}.glass-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23121c2a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;padding-right:36px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;text-decoration:none}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 2px 4px rgba(215,25,32,.15)}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 8px rgba(215,25,32,.25)}.btn-primary:active{transform:translateY(1px)}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-main);border-color:var(--text-muted)}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .35s cubic-bezier(.16,1,.3,1) forwards}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.table-row-hover{transition:background-color .2s ease}.table-row-hover:hover{background-color:var(--bg-main)!important}.detail-btn-hover{transition:all .2s ease}.detail-btn-hover:hover{background-color:var(--border-color)!important;color:var(--primary)!important}.download-btn-hover{transition:all .2s ease}.download-btn-hover:hover{background-color:var(--border-card)!important}.toast-container{position:fixed;top:72px;right:24px;z-index:9999;width:380px;max-width:calc(100vw - 48px);display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast-item{pointer-events:auto;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 12px rgba(18,28,42,.08);padding:16px;display:flex;gap:12px;align-items:flex-start;transition:all .2s cubic-bezier(.16,1,.3,1);animation:toastSlideIn .3s cubic-bezier(.16,1,.3,1) forwards}.toast-item.toast-exiting{animation:toastSlideOut .2s cubic-bezier(.16,1,.3,1) forwards}@keyframes toastSlideIn{0%{opacity:0;transform:translateX(100%) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(100%) scale(.95)}}.toast-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-top:1px}.toast-icon-success{color:#22c55e}.toast-icon-error{color:#ef4444}.toast-icon-warning{color:#f59e0b}.toast-icon-info{color:#3b82f6}.toast-content{flex-grow:1;min-width:0}.toast-message{font-size:14px;font-weight:500;color:var(--text-primary);word-break:break-word}.toast-description{font-size:12px;color:var(--text-secondary);margin-top:4px;word-break:break-word}.toast-close-btn{flex-shrink:0;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:2px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease;margin-top:1px}.toast-close-btn:hover{color:var(--text-primary);background:var(--border-color)}.trash-btn-red:hover{color:#dc2626!important;transform:scale(1.15)}.add-col-btn-red:hover{background-color:#fee2e2!important;border-color:#f87171!important;color:#dc2626!important}@media (max-width:768px){:root{--main-content-padding-left:0px;--main-area-padding:16px 16px;--header-padding:0 16px}.sidebar-aside{transform:translateX(-100%)!important}.sidebar-aside.open{transform:translateX(0)!important;box-shadow:4px 0 24px rgba(0,0,0,.15)!important}.header-menu-btn{display:flex!important}.dashboard-filter-row{grid-template-columns:1fr!important}.dashboard-filter-group{flex:1 1 auto!important}.summary-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.summary-card{padding:12px!important;border-radius:12px!important}.summary-card-header-row{margin-bottom:6px!important}.summary-card-title{font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:1 1!important;min-width:0!important;margin-right:8px!important}.summary-card-icon{width:16px!important;height:16px!important;flex-shrink:0!important}.summary-card-icon-wrapper{width:24px!important;height:24px!important;border-radius:6px!important;flex-shrink:0!important}.summary-card-value{font-size:22px!important;margin-bottom:2px!important}.summary-card-subtext{font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (max-width:640px){.header-user-info{display:none!important}}.header-account-trigger{touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.header-account-trigger:hover,.header-account-trigger[aria-expanded=true]{background-color:var(--bg-hover)!important;border-color:var(--primary)!important}.header-account-menu-item:focus-visible,.header-account-trigger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.header-account-menu-item{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.header-account-menu-item:hover{background-color:var(--bg-hover)!important}.header-account-menu-item-danger:hover{background-color:var(--error-bg)!important}@media (max-width:576px){.header-search-container{display:none!important}}@media (max-width:480px){.dashboard-filter-time-row{flex-direction:column!important}}.sidebar-aside{transition:transform .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.notification-dropdown{position:fixed!important;top:60px!important;right:12px!important;left:auto!important;width:320px!important;max-width:calc(100vw - 24px)!important;max-height:400px!important;z-index:1000!important}.notification-dropdown .scroll-container{max-height:330px!important}.notification-header{padding:8px 12px!important}.notification-item{padding:10px 12px!important}.notification-icon-container{margin-right:8px!important}.drawer-container{max-width:calc(100vw - 32px)!important;width:calc(100vw - 32px)!important;border-top-left-radius:16px!important;border-bottom-left-radius:16px!important}}@media (max-width:1200px){.audit-filter-grid{grid-template-columns:1fr 1fr!important}.filter-buttons-stacked{grid-column:1/-1!important;width:100%!important;display:flex!important;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;margin-top:8px!important;height:auto!important}.filter-buttons-stacked button{width:auto!important;flex:none!important}}@media (max-width:768px){.audit-filter-grid{grid-template-columns:1fr!important}.filter-buttons-stacked{grid-column:1/-1!important;width:100%!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;margin-top:8px!important;height:auto!important}.filter-buttons-stacked button{width:100%!important;flex:none!important}}@media (max-width:640px){.btn-text-responsive{display:none!important}.dropzone-action-btn,.help-card-action-btn,.upload-action-btn{padding:8px 10px!important;gap:0!important}}.desktop-only-table{display:block}.mobile-only-cards{display:none!important}@media (max-width:768px){.desktop-only-table{display:none!important}.mobile-only-cards{display:flex!important;flex-direction:column;gap:12px}.mobile-admin-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);display:flex;flex-direction:column;gap:10px}.mobile-card-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--border-color);padding-bottom:8px;gap:8px}.mobile-card-title{font-weight:600;color:var(--primary);font-size:14px}.mobile-card-subtitle{font-size:11px;color:var(--text-muted);font-family:monospace;margin-top:2px}.mobile-card-row{display:flex;justify-content:space-between;align-items:flex-start;font-size:13px;color:var(--text-secondary);line-height:1.5}.mobile-card-label{font-weight:500;color:var(--text-muted);margin-right:8px}.mobile-card-value{color:var(--text-primary);text-align:right;font-weight:500}.mobile-card-actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--border-color);padding-top:8px;margin-top:4px}.admin-user-action-button{width:44px!important;height:44px!important}.filter-buttons-wrapper{grid-column:span 1!important;width:100%!important;justify-content:flex-end!important;gap:8px!important}.filter-buttons-wrapper button{flex:1 1!important;padding:10px 12px!important;white-space:nowrap!important}}.admin-user-action-button:hover{background-color:var(--bg-hover);border-color:var(--text-muted)!important}.admin-user-action-button,.admin-user-action-menu-item{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.admin-user-action-button:focus-visible,.admin-user-action-menu-item:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.admin-user-action-menu-item:hover{background-color:var(--bg-hover)!important}@media (max-width:1200px){.templates-filter-grid{grid-template-columns:1fr 1fr!important}.templates-filter-buttons{grid-column:span 1!important;width:100%!important;justify-content:flex-end!important}}@media (max-width:768px){.templates-filter-grid{grid-template-columns:1fr!important}.templates-filter-buttons{grid-column:span 1!important;width:100%!important;justify-content:space-between!important;display:flex!important}.templates-filter-buttons button{flex:1 1!important}}[data-theme=dark] .glass-select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")}