@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--gp-black: #111827;--gp-muted: #6B7280;--gp-white: #FFFFFF;--gp-background: #F9FAFB;--gp-dark: #FFFFFF;--gp-card: #FFFFFF;--gp-border-dark: #E5E7EB;--gp-border-light: #E5E7EB;--gp-blue: #3B82F6;--gp-blue-dim: #2563EB;--gp-blue-glow: rgba(59, 130, 246, .08);--gp-red: #EF4444;--gp-green: #10B981;--gp-amber: #F59E0B;--gp-purple: #8B5CF6;--gp-off-white: #F3F4F6;--sidebar-width: 240px;--topbar-height: 56px;--close-btn-display: none}html.dark{--gp-black: #F9FAFB;--gp-muted: #9CA3AF;--gp-white: #0A0A0A;--gp-background: #0A0A0A;--gp-dark: #111111;--gp-card: #1C1C1C;--gp-border-dark: #2A2A2A;--gp-border-light: #2A2A2A;--gp-blue: #38BDF8;--gp-blue-dim: #0EA5E9;--gp-blue-glow: rgba(56, 189, 248, .12);--gp-off-white: #1C1C1C}*,*:before,*:after{border-radius:0!important;box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100vw;overflow-x:hidden}body{font-family:Inter,sans-serif;background-color:var(--gp-white);color:var(--gp-black);line-height:1.5;max-width:100vw;overflow-x:hidden}.app-main{max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:Inter,sans-serif}input,select,textarea{font-family:Inter,sans-serif;background-color:var(--gp-card);color:var(--gp-black);border:1px solid var(--gp-border-light)}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--gp-muted)}input::placeholder,textarea::placeholder{color:var(--gp-muted)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--gp-dark)}::-webkit-scrollbar-thumb{background:var(--gp-blue-dim)}::-webkit-scrollbar-thumb:hover{background:var(--gp-blue)}table{border-collapse:collapse;width:100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.progress-bar{height:6px;background:var(--gp-border-light);overflow:hidden}.progress-bar-fill{height:100%;background:var(--gp-blue);transition:width .3s ease}.progress-bar-fill.amber{background:var(--gp-amber)}.progress-bar-fill.red{background:var(--gp-red)}.progress-bar-fill.green{background:var(--gp-green)}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.toast-container{position:fixed;top:16px;right:16px;z-index:9999;display:flex;flex-direction:column;gap:8px}.toast{width:320px;background:var(--gp-dark);border:1px solid var(--gp-border-dark);color:var(--gp-black);padding:12px 16px;animation:slideInRight .3s ease;display:flex;align-items:flex-start;gap:10px;cursor:pointer}.toast.info{border-left:3px solid var(--gp-blue)}.toast.success{border-left:3px solid var(--gp-green)}.toast.warning{border-left:3px solid var(--gp-amber)}.toast.error{border-left:3px solid var(--gp-red)}@media print{.sidebar,.topbar,.no-print,.pagination-controls,button,.filters-bar{display:none!important}body{background:#fff;color:#000;font-size:11pt}.print-header{display:block!important}.page-break{page-break-before:always}table{width:100%}}.sidebar{transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}@media(max-width:1024px){:root{--close-btn-display: block}.sidebar-overlay{display:block!important}.topbar{left:0!important}.app-main{margin-left:0!important}}@media(max-width:768px){div[style*="display: grid"]:not([style*="repeat(7"]):not([style*="repeat(7"]):not([style*="gridTemplateColumns: 'repeat(7"]){grid-template-columns:1fr!important}main[style*="padding: 24px"],main{padding:16px!important}div[style*="gridTemplateColumns: '1fr 1fr'"],div[style*="gridTemplateColumns: '1fr 2fr'"]{grid-template-columns:1fr!important;gap:16px!important}.settings-layout{flex-direction:column!important;gap:16px!important}.settings-sidebar{width:100%!important;flex-direction:row!important;overflow-x:auto!important;border-bottom:1px solid var(--gp-border-light);padding-bottom:8px}.settings-sidebar button{white-space:nowrap!important;padding:8px 12px!important;border-left:none!important;border-bottom:3px solid transparent}.profile-header-card{flex-direction:column!important;align-items:center!important;text-align:center!important;padding:16px!important;gap:16px!important}.profile-header-card>div[style*="flex: 1"]{width:100%!important}.profile-header-card div[style*="justify-content: space-between"],.profile-header-card div[style*="justifyContent: 'space-between'"]{flex-direction:column!important;align-items:center!important;gap:12px!important}.list-item-row{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:16px!important}.list-item-row>div[style*="display: flex"],.list-item-row>div{width:100%!important;justify-content:flex-start!important}.auth-page-wrapper{padding:16px!important}.auth-form-card{padding:24px 16px!important;border:none!important;background:transparent!important;box-shadow:none!important;width:100%!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.mobile-only-branding{display:flex!important}input,select,textarea{font-size:16px!important}.documents-layout{flex-direction:column!important;gap:16px!important}.documents-sidebar{width:100%!important;border-right:none!important;border-bottom:1px solid var(--gp-border-light)!important;padding-right:0!important;padding-bottom:16px!important}.documents-categories-list{flex-direction:row!important;overflow-x:auto!important;padding-bottom:4px!important;gap:12px!important}.documents-categories-list li{white-space:nowrap!important;padding:6px 12px!important;background:var(--gp-card);border:1px solid var(--gp-border-light)}}
