*{margin:0;padding:0;box-sizing:border-box;}:root{--black:#000000;--gray-950:#0a0a0a;--gray-900:#171717;--gray-800:#262626;--gray-700:#404040;--gray-600:#525252;--gray-500:#737373;--gray-400:#a3a3a3;--gray-300:#d4d4d4;--gray-200:#e5e5e5;--gray-100:#f5f5f5;--gray-50:#fafafa;--white:#ffffff;--accent:#0066cc;--accent-hover:#0052a3;--accent-light:#e6f0ff;--primary:#0066cc;--primary-dark:#0052a3;--primary-hover:#0052a3;--shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);--success:#16a34a;--danger:#dc2626;--warning:#d97706;--info:#0891b2;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.5rem;--text-2xl:2rem;--space-1:0.125rem;--space-2:0.25rem;--space-3:0.375rem;--space-4:0.5rem;--space-6:0.75rem;--space-8:1rem;--space-12:1.5rem;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--max-width:95%;--sidebar-width:240px;--border-radius:0.375rem;--border-color:var(--gray-300);--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1);--transition:all 0.15s ease;--font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;--line-height:1.5;}body{font-family:var(--font-family);font-size:var(--text-base);line-height:var(--line-height);color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}h1, h2, h3, h4, h5, h6{font-weight:600;line-height:1.2;color:var(--black);}h1{font-size:var(--text-2xl);margin-bottom:var(--space-6);}h2{font-size:var(--text-xl);margin-bottom:var(--space-4);}h3{font-size:var(--text-lg);margin-bottom:var(--space-3);}h4{font-size:var(--text-base);margin-bottom:var(--space-2);}p{margin-bottom:var(--space-4);}a{color:var(--accent);text-decoration:none;transition:var(--transition);}a:hover{color:var(--accent-hover);}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-6);}header{background:var(--gray-900);border-bottom:1px solid var(--gray-800);position:sticky;top:0;z-index:1000;}header .container{display:flex;align-items:center;justify-content:space-between;height:64px;gap:var(--space-8);}.header-left h1{font-size:var(--text-lg);font-weight:700;margin:0;}.header-left h1 a{color:var(--white);}.header-right{display:flex;align-items:center;gap:var(--space-4);}.user-info{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--gray-300);}.user-info a{color:var(--gray-300);}.user-info a:hover{color:var(--white);}main{min-height:calc(100vh - 64px);background:var(--gray-50);}#content{padding:var(--space-8) 0;}.breadcrumb{background:var(--white);padding:var(--space-3) var(--space-6);border-bottom:1px solid var(--gray-200);font-size:var(--text-sm);color:var(--gray-600);display:flex;flex-wrap:wrap;list-style:none;}.breadcrumb a{color:var(--gray-600);}.breadcrumb a:hover{color:var(--accent);}.breadcrumb span, .breadcrumb-item + .breadcrumb-item::before{content:"/";margin:0 var(--space-2);color:var(--gray-500);}.breadcrumb .current, .breadcrumb-item.active{color:var(--gray-900);font-weight:500;}.main-layout{display:flex;min-height:calc(100vh - 64px - 49px);}.sidebar{width:240px;background:var(--white);border-right:1px solid var(--gray-200);padding:var(--space-6) 0;overflow-y:auto;flex-shrink:0;}.sidebar-section{margin-bottom:var(--space-8);padding:0 var(--space-4);}.sidebar-section h4{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--gray-600);margin-bottom:var(--space-3);}.sidebar a{display:block;padding:var(--space-2) var(--space-3);color:var(--gray-700);font-size:var(--text-sm);border-radius:4px;transition:var(--transition);margin-bottom:var(--space-1);}.sidebar a:hover{background:var(--gray-50);color:var(--accent);text-decoration:none;}.sidebar a.active{background:var(--accent-light);color:var(--accent);font-weight:500;}.content-area{flex:1;padding:var(--space-6);overflow-y:auto;}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:var(--space-6);margin-bottom:var(--space-6);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);overflow:hidden;}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-4);padding:var(--space-4) var(--space-6);background-color:var(--gray-50);border-bottom:1px solid var(--gray-200);margin:calc(var(--space-6) * -1) calc(var(--space-6) * -1) var(--space-6);}.card-header h3{margin:0;font-size:1rem;font-weight:600;color:var(--gray-800);}.card-body{padding:0;}table{width:100%;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;overflow:hidden;border-collapse:separate;border-spacing:0;}thead{background:var(--gray-50);}th{padding:var(--space-3) var(--space-4);text-align:left;font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--gray-600);border-bottom:1px solid var(--gray-200);white-space:nowrap;}td{padding:var(--space-4);border-bottom:1px solid var(--gray-100);font-size:var(--text-sm);vertical-align:middle;color:var(--gray-800);}tr:last-child td{border-bottom:none;}tbody tr:hover{background:var(--gray-50);}table.table-striped tbody tr:nth-child(even){background-color:var(--gray-50);}.table-dense th, .table-dense td{padding:0.25rem 0.5rem !important;height:36px;line-height:1.2;}.table-dense tbody tr{height:36px;}td.wrap, td.description{white-space:normal;word-wrap:break-word;word-break:break-word;max-width:300px;}form{display:flex;flex-direction:column;gap:var(--space-4);}.form-group{margin-bottom:var(--space-6);}label, .form-label{display:block;font-size:var(--text-sm);font-weight:500;color:var(--gray-700);margin-bottom:var(--space-1);}.form-label.required::after, label.required::after{content:" *";color:var(--danger);}input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], textarea, select, .form-control{width:100%;padding:var(--space-2) var(--space-3);font-size:var(--text-base);line-height:1.5;color:var(--gray-900);background:var(--white);background-clip:padding-box;border:1px solid var(--gray-300);border-radius:4px;transition:var(--transition);}input:focus, textarea:focus, select:focus, .form-control:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);}input:disabled, textarea:disabled, select:disabled, .form-control:disabled{background-color:var(--gray-100);cursor:not-allowed;opacity:0.6;}input::placeholder, textarea::placeholder, .form-control::placeholder{color:var(--gray-500);}textarea{resize:vertical;min-height:100px;}input[type="checkbox"], input[type="radio"]{width:1rem;height:1rem;margin-right:var(--space-2);vertical-align:middle;cursor:pointer;}.form-control.is-invalid{border-color:var(--danger);}.form-control.is-invalid:focus{border-color:var(--danger);box-shadow:0 0 0 3px rgba(220, 38, 38, 0.1);}.form-control.is-valid{border-color:var(--success);}.form-control.is-valid:focus{border-color:var(--success);box-shadow:0 0 0 3px rgba(22, 163, 74, 0.1);}.form-text{display:block;margin-top:var(--space-1);font-size:var(--text-sm);color:var(--gray-600);}.invalid-feedback{display:none;margin-top:var(--space-1);font-size:var(--text-sm);color:var(--danger);}.form-control.is-invalid ~ .invalid-feedback{display:block;}select.form-control{padding-right:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-4) center;background-size:12px;}button, .button, .btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-2) var(--space-4);font-size:var(--text-sm);font-weight:500;line-height:1.5;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid var(--gray-300);border-radius:4px;background:var(--white);color:var(--gray-700);cursor:pointer;transition:var(--transition);text-decoration:none;}button:hover, .button:hover, .btn:hover{background:var(--gray-50);border-color:var(--gray-400);text-decoration:none;}button[type="submit"], .button-primary, .btn-primary{background:var(--accent);border-color:var(--accent);color:var(--white);}button[type="submit"]:hover, .button-primary:hover, .btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);}.btn-secondary{color:var(--gray-700);background-color:var(--white);border-color:var(--gray-400);}.btn-secondary:hover{background-color:var(--gray-100);border-color:var(--gray-500);}.btn-danger{color:var(--white);background-color:var(--danger);border-color:var(--danger);}.btn-danger:hover{background-color:#c82333;border-color:#bd2130;}button:disabled, .btn:disabled{opacity:0.5;cursor:not-allowed;}.btn-sm{padding:0.125rem 0.5rem;font-size:0.75rem;line-height:1.2;border-radius:0.25rem;}.badge{display:inline-flex;padding:var(--space-1) var(--space-2);font-size:var(--text-xs);font-weight:600;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:4px;text-transform:uppercase;letter-spacing:0.05em;}.badge-success{background:var(--success);color:var(--white);}.badge-danger{background:var(--danger);color:var(--white);}.badge-warning{background:var(--warning);color:var(--white);}.badge-secondary{background:var(--gray-600);color:var(--white);}.badge-info{background:var(--info);color:var(--white);}.alert{padding:var(--space-4);border-radius:4px;margin-bottom:var(--space-4);font-size:var(--text-sm);position:relative;}.alert-success{background:#f0fdf4;border:1px solid #86efac;color:#166534;}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;}.alert-warning{background:#fffbeb;border:1px solid #fcd34d;color:#92400e;}.alert-info{background:#eff6ff;border:1px solid #93c5fd;color:#1e40af;}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:var(--space-6);margin-bottom:var(--space-8);}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:var(--space-6);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);}.stat-card h3{font-size:var(--text-sm);font-weight:500;color:var(--gray-600);margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:0.05em;}.stat-value{font-size:var(--text-2xl);font-weight:700;color:var(--gray-900);line-height:1;}.stat-label{font-size:var(--text-sm);color:var(--gray-500);margin-top:var(--space-1);}.quick-actions{display:flex;gap:var(--space-3);flex-wrap:wrap;}.page-header{margin-bottom:var(--space-8);}.page-header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-4);}.page-title{margin:0;padding:0;border:none;}.page-actions{display:flex;gap:var(--space-2);}.filter-section{background-color:var(--gray-50);padding:var(--space-6);border-radius:var(--border-radius);margin-bottom:var(--space-6);border:1px solid var(--gray-200);}.filter-row{display:flex;gap:var(--space-4);flex-wrap:wrap;align-items:flex-end;}.filter-group{flex:1;min-width:200px;}.empty-state{text-align:center;padding:var(--space-12) var(--space-6);color:var(--gray-500);}.empty-state h3{font-size:1.25rem;color:var(--gray-700);margin-bottom:var(--space-2);}.empty-state p{max-width:400px;margin:0 auto var(--space-6);line-height:1.6;}.empty-state-actions{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap;}.tab-group{display:flex;border-bottom:2px solid var(--gray-200);margin-bottom:var(--space-6);}.tab-button{background:none;border:none;padding:var(--space-2) var(--space-6);font-size:1rem;color:var(--gray-600);cursor:pointer;position:relative;transition:color 0.15s ease;border-radius:0;}.tab-button:hover{color:var(--primary);}.tab-button.active{color:var(--primary);font-weight:600;}.tab-button.active::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:var(--primary);}.text-right{text-align:right;}.text-center{text-align:center;}.text-left{text-align:left;}.text-muted{color:var(--gray-500);}.text-danger{color:var(--danger);}.text-success{color:var(--success);}.text-small{font-size:var(--text-sm);}.font-weight-normal{font-weight:400;}.font-weight-medium{font-weight:500;}.font-weight-semibold{font-weight:600;}.font-weight-bold{font-weight:700;}.htmx-indicator{position:fixed;top:20px;right:20px;background:var(--accent);color:var(--white);padding:var(--space-2) var(--space-4);border-radius:4px;font-size:var(--text-sm);display:none;z-index:1100;}.htmx-request .htmx-indicator{display:block;}*:focus-visible{outline:2px solid var(--primary);outline-offset:2px;}*:focus:not(:focus-visible){outline:none;}@media (max-width:768px){.container{padding:0 var(--space-4);}.stats-grid{grid-template-columns:1fr;}.main-layout{flex-direction:column;}.sidebar{width:100%;border-right:none;border-bottom:1px solid var(--gray-200);padding:var(--space-4) 0;order:2;}.content-area{order:1;}.page-header-content{flex-direction:column;align-items:flex-start;}.filter-row{flex-direction:column;}.filter-group{width:100%;}table{font-size:var(--text-sm);}table thead th, table tbody td{padding:var(--space-2);}}@media print{header, .breadcrumb, .quick-actions, button, .sidebar{display:none;}main{background:white;}table{border:1px solid #000;}}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important;}}@media (prefers-contrast:high){:root{--gray-900:#000000;--gray-800:#1a1a1a;--gray-700:#333333;--gray-200:#e6e6e6;--gray-100:#f2f2f2;--accent:#0052cc;--accent-hover:#0041a3;}button, .btn{border-width:2px;}}.d-none{display:none !important;}.d-block{display:block !important;}.d-inline{display:inline !important;}.d-inline-block{display:inline-block !important;}.d-flex{display:flex !important;}.d-inline-flex{display:inline-flex !important;}.d-table{display:table !important;}.d-table-cell{display:table-cell !important;}.d-grid{display:grid !important;}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr)) !important;}.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr)) !important;}.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr)) !important;}.flex-row{flex-direction:row !important;}.flex-column{flex-direction:column !important;}.flex-wrap{flex-wrap:wrap !important;}.justify-content-start{justify-content:flex-start !important;}.justify-content-end{justify-content:flex-end !important;}.justify-content-center{justify-content:center !important;}.justify-content-between{justify-content:space-between !important;}.justify-content-around{justify-content:space-around !important;}.align-items-start{align-items:flex-start !important;}.align-items-end{align-items:flex-end !important;}.align-items-center{align-items:center !important;}.align-items-baseline{align-items:baseline !important;}.align-items-stretch{align-items:stretch !important;}.gap-0{gap:0 !important;}.gap-1{gap:0.25rem !important;}.gap-2{gap:0.5rem !important;}.gap-3{gap:1rem !important;}.gap-4{gap:1.5rem !important;}.gap-5{gap:3rem !important;}.w-auto{width:auto !important;}.w-25{width:25% !important;}.w-50{width:50% !important;}.w-75{width:75% !important;}.w-100{width:100% !important;}.max-w-sm{max-width:384px !important;}.max-w-md{max-width:448px !important;}.max-w-lg{max-width:512px !important;}.max-w-xl{max-width:576px !important;}.max-w-2xl{max-width:672px !important;}.max-w-3xl{max-width:768px !important;}.max-w-4xl{max-width:896px !important;}.max-w-5xl{max-width:1024px !important;}.max-w-6xl{max-width:1152px !important;}.max-w-7xl{max-width:1280px !important;}.max-w-full{max-width:100% !important;}.w-50px{width:50px !important;}.w-75px{width:75px !important;}.w-100px{width:100px !important;}.w-125px{width:125px !important;}.w-150px{width:150px !important;}.w-175px{width:175px !important;}.w-200px{width:200px !important;}.w-250px{width:250px !important;}.w-300px{width:300px !important;}.h-auto{height:auto !important;}.h-25{height:25% !important;}.h-50{height:50% !important;}.h-75{height:75% !important;}.h-100{height:100% !important;}.m-0{margin:0 !important;}.m-1{margin:0.25rem !important;}.m-2{margin:0.5rem !important;}.m-3{margin:1rem !important;}.m-4{margin:1.5rem !important;}.m-5{margin:3rem !important;}.m-auto{margin:auto !important;}.mt-0{margin-top:0 !important;}.mt-1{margin-top:0.25rem !important;}.mt-2{margin-top:0.5rem !important;}.mt-3{margin-top:1rem !important;}.mt-4{margin-top:1.5rem !important;}.mt-5{margin-top:3rem !important;}.mt-auto{margin-top:auto !important;}.mb-0{margin-bottom:0 !important;}.mb-1{margin-bottom:0.25rem !important;}.mb-2{margin-bottom:0.5rem !important;}.mb-3{margin-bottom:1rem !important;}.mb-4{margin-bottom:1.5rem !important;}.mb-5{margin-bottom:3rem !important;}.mb-auto{margin-bottom:auto !important;}.ml-0{margin-left:0 !important;}.ml-1{margin-left:0.25rem !important;}.ml-2{margin-left:0.5rem !important;}.ml-3{margin-left:1rem !important;}.ml-4{margin-left:1.5rem !important;}.ml-5{margin-left:3rem !important;}.ml-auto{margin-left:auto !important;}.mr-0{margin-right:0 !important;}.mr-1{margin-right:0.25rem !important;}.mr-2{margin-right:0.5rem !important;}.mr-3{margin-right:1rem !important;}.mr-4{margin-right:1.5rem !important;}.mr-5{margin-right:3rem !important;}.mr-auto{margin-right:auto !important;}.mx-0{margin-left:0 !important;margin-right:0 !important;}.mx-1{margin-left:0.25rem !important;margin-right:0.25rem !important;}.mx-2{margin-left:0.5rem !important;margin-right:0.5rem !important;}.mx-3{margin-left:1rem !important;margin-right:1rem !important;}.mx-4{margin-left:1.5rem !important;margin-right:1.5rem !important;}.mx-5{margin-left:3rem !important;margin-right:3rem !important;}.mx-auto{margin-left:auto !important;margin-right:auto !important;}.my-0{margin-top:0 !important;margin-bottom:0 !important;}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-3{margin-top:1rem !important;margin-bottom:1rem !important;}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-5{margin-top:3rem !important;margin-bottom:3rem !important;}.my-auto{margin-top:auto !important;margin-bottom:auto !important;}.p-0{padding:0 !important;}.p-1{padding:0.25rem !important;}.p-2{padding:0.5rem !important;}.p-3{padding:1rem !important;}.p-4{padding:1.5rem !important;}.p-5{padding:3rem !important;}.pt-0{padding-top:0 !important;}.pt-1{padding-top:0.25rem !important;}.pt-2{padding-top:0.5rem !important;}.pt-3{padding-top:1rem !important;}.pt-4{padding-top:1.5rem !important;}.pt-5{padding-top:3rem !important;}.pb-0{padding-bottom:0 !important;}.pb-1{padding-bottom:0.25rem !important;}.pb-2{padding-bottom:0.5rem !important;}.pb-3{padding-bottom:1rem !important;}.pb-4{padding-bottom:1.5rem !important;}.pb-5{padding-bottom:3rem !important;}.pl-0{padding-left:0 !important;}.pl-1{padding-left:0.25rem !important;}.pl-2{padding-left:0.5rem !important;}.pl-3{padding-left:1rem !important;}.pl-4{padding-left:1.5rem !important;}.pl-5{padding-left:3rem !important;}.pr-0{padding-right:0 !important;}.pr-1{padding-right:0.25rem !important;}.pr-2{padding-right:0.5rem !important;}.pr-3{padding-right:1rem !important;}.pr-4{padding-right:1.5rem !important;}.pr-5{padding-right:3rem !important;}.px-0{padding-left:0 !important;padding-right:0 !important;}.px-1{padding-left:0.25rem !important;padding-right:0.25rem !important;}.px-2{padding-left:0.5rem !important;padding-right:0.5rem !important;}.px-3{padding-left:1rem !important;padding-right:1rem !important;}.px-4{padding-left:1.5rem !important;padding-right:1.5rem !important;}.px-5{padding-left:3rem !important;padding-right:3rem !important;}.py-0{padding-top:0 !important;padding-bottom:0 !important;}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-3{padding-top:1rem !important;padding-bottom:1rem !important;}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-5{padding-top:3rem !important;padding-bottom:3rem !important;}.text-left{text-align:left !important;}.text-center{text-align:center !important;}.text-right{text-align:right !important;}.text-justify{text-align:justify !important;}.text-decoration-none{text-decoration:none !important;}.text-decoration-underline{text-decoration:underline !important;}.text-decoration-line-through{text-decoration:line-through !important;}.font-weight-light{font-weight:300 !important;}.font-weight-normal{font-weight:400 !important;}.font-weight-medium{font-weight:500 !important;}.font-weight-semibold{font-weight:600 !important;}.font-weight-bold{font-weight:700 !important;}.text-xs{font-size:0.75rem !important;}.text-sm{font-size:0.875rem !important;}.text-base{font-size:1rem !important;}.text-lg{font-size:1.125rem !important;}.text-xl{font-size:1.25rem !important;}.text-2xl{font-size:1.5rem !important;}.text-3xl{font-size:1.875rem !important;}.text-4xl{font-size:2.25rem !important;}.text-5xl{font-size:3rem !important;}.text-primary{color:var(--primary) !important;}.text-secondary{color:var(--secondary) !important;}.text-success{color:var(--success) !important;}.text-danger{color:var(--danger) !important;}.text-warning{color:var(--warning) !important;}.text-info{color:var(--info) !important;}.text-muted{color:var(--gray-600) !important;}.text-white{color:white !important;}.text-dark{color:var(--gray-900) !important;}.bg-primary{background-color:var(--primary) !important;}.bg-secondary{background-color:var(--secondary) !important;}.bg-success{background-color:var(--success) !important;}.bg-danger{background-color:var(--danger) !important;}.bg-warning{background-color:var(--warning) !important;}.bg-info{background-color:var(--info) !important;}.bg-light{background-color:var(--gray-100) !important;}.bg-dark{background-color:var(--gray-900) !important;}.bg-white{background-color:white !important;}.bg-transparent{background-color:transparent !important;}.bg-danger-light{background-color:#fef2f2 !important;}.bg-success-light{background-color:#f0fdf4 !important;}.bg-warning-light{background-color:#fffbeb !important;}.bg-info-light{background-color:#eff6ff !important;}.border{border:1px solid var(--gray-300) !important;}.border-0{border:0 !important;}.border-top{border-top:1px solid var(--gray-300) !important;}.border-right{border-right:1px solid var(--gray-300) !important;}.border-bottom{border-bottom:1px solid var(--gray-300) !important;}.border-left{border-left:1px solid var(--gray-300) !important;}.rounded-0{border-radius:0 !important;}.rounded-sm{border-radius:0.125rem !important;}.rounded{border-radius:0.25rem !important;}.rounded-md{border-radius:0.375rem !important;}.rounded-lg{border-radius:0.5rem !important;}.rounded-xl{border-radius:0.75rem !important;}.rounded-2xl{border-radius:1rem !important;}.rounded-3xl{border-radius:1.5rem !important;}.rounded-full{border-radius:9999px !important;}.position-static{position:static !important;}.position-relative{position:relative !important;}.position-absolute{position:absolute !important;}.position-fixed{position:fixed !important;}.position-sticky{position:sticky !important;}.top-0{top:0 !important;}.top-1{top:0.25rem !important;}.top-2{top:0.5rem !important;}.top-3{top:1rem !important;}.top-4{top:1.5rem !important;}.top-5{top:3rem !important;}.right-0{right:0 !important;}.right-1{right:0.25rem !important;}.right-2{right:0.5rem !important;}.right-3{right:1rem !important;}.right-4{right:1.5rem !important;}.right-5{right:3rem !important;}.bottom-0{bottom:0 !important;}.bottom-1{bottom:0.25rem !important;}.bottom-2{bottom:0.5rem !important;}.bottom-3{bottom:1rem !important;}.bottom-4{bottom:1.5rem !important;}.bottom-5{bottom:3rem !important;}.left-0{left:0 !important;}.left-1{left:0.25rem !important;}.left-2{left:0.5rem !important;}.left-3{left:1rem !important;}.left-4{left:1.5rem !important;}.left-5{left:3rem !important;}.overflow-auto{overflow:auto !important;}.overflow-hidden{overflow:hidden !important;}.overflow-visible{overflow:visible !important;}.overflow-scroll{overflow:scroll !important;}.shadow-none{box-shadow:none !important;}.shadow-sm{box-shadow:var(--shadow-sm) !important;}.shadow{box-shadow:var(--shadow) !important;}.shadow-md{box-shadow:var(--shadow-md) !important;}.shadow-lg{box-shadow:var(--shadow-lg) !important;}.shadow-xl{box-shadow:var(--shadow-xl) !important;}.cursor-auto{cursor:auto !important;}.cursor-default{cursor:default !important;}.cursor-pointer{cursor:pointer !important;}.cursor-wait{cursor:wait !important;}.cursor-text{cursor:text !important;}.cursor-move{cursor:move !important;}.cursor-not-allowed{cursor:not-allowed !important;}.user-select-all{user-select:all !important;}.user-select-auto{user-select:auto !important;}.user-select-none{user-select:none !important;}.visible{visibility:visible !important;}.invisible{visibility:hidden !important;}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important;}.z-0{z-index:0 !important;}.z-10{z-index:10 !important;}.z-20{z-index:20 !important;}.z-30{z-index:30 !important;}.z-40{z-index:40 !important;}.z-50{z-index:50 !important;}.z-auto{z-index:auto !important;}.float-left{float:left !important;}.float-right{float:right !important;}.float-none{float:none !important;}.clearfix::after{content:"";display:table;clear:both;}.object-contain{object-fit:contain !important;}.object-cover{object-fit:cover !important;}.object-fill{object-fit:fill !important;}.object-none{object-fit:none !important;}.object-scale-down{object-fit:scale-down !important;}@media (min-width:576px){.d-sm-none{display:none !important;}.d-sm-block{display:block !important;}.d-sm-inline{display:inline !important;}.d-sm-inline-block{display:inline-block !important;}.d-sm-flex{display:flex !important;}}@media (min-width:768px){.d-md-none{display:none !important;}.d-md-block{display:block !important;}.d-md-inline{display:inline !important;}.d-md-inline-block{display:inline-block !important;}.d-md-flex{display:flex !important;}}@media (min-width:992px){.d-lg-none{display:none !important;}.d-lg-block{display:block !important;}.d-lg-inline{display:inline !important;}.d-lg-inline-block{display:inline-block !important;}.d-lg-flex{display:flex !important;}}@media (min-width:1200px){.d-xl-none{display:none !important;}.d-xl-block{display:block !important;}.d-xl-inline{display:inline !important;}.d-xl-inline-block{display:inline-block !important;}.d-xl-flex{display:flex !important;}}.data-table{width:100%;border-collapse:collapse;background:white;font-size:0.875rem;}.data-table th, .data-table td{padding:0.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200);}.data-table th{background-color:var(--gray-50);font-weight:600;color:var(--gray-700);white-space:nowrap;position:sticky;top:0;z-index:10;}.data-table tbody tr:hover{background-color:var(--gray-50);}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem;}.data-table th.col-checkbox, .data-table td.col-checkbox{width:40px;text-align:center;}.data-table th.col-id, .data-table td.col-id{width:80px;}.data-table th.col-status, .data-table td.col-status{width:120px;text-align:center;}.data-table th.col-date, .data-table td.col-date{width:110px;white-space:nowrap;}.data-table th.col-amount, .data-table td.col-amount{width:120px;text-align:right;font-weight:600;}.data-table th.col-actions, .data-table td.col-actions{width:150px;text-align:right;white-space:nowrap;}.data-table th.col-actions-lg, .data-table td.col-actions-lg{width:180px;text-align:right;white-space:nowrap;}.data-table th.col-actions-sm, .data-table td.col-actions-sm{width:100px;text-align:right;}.data-table th.col-property, .data-table td.col-property{width:200px;max-width:200px;}.data-table th.col-unit, .data-table td.col-unit{width:80px;}.data-table th.col-year, .data-table td.col-year{width:80px;text-align:center;}.data-table th.col-name, .data-table td.col-name{min-width:180px;}.data-table th.col-email, .data-table td.col-email{min-width:200px;}.data-table th.col-phone, .data-table td.col-phone{width:140px;}.data-table th.col-category, .data-table td.col-category{width:140px;}.data-table th.col-reference, .data-table td.col-reference{width:140px;}.data-table th.col-small, .data-table td.col-small{width:80px;text-align:center;}.data-table th.col-number, .data-table td.col-number{width:100px;text-align:right;}.data-table th.col-description, .data-table td.col-description{min-width:250px;}.data-table td.wrap{white-space:normal;word-wrap:break-word;}.data-table .empty-state{text-align:center;padding:3rem 2rem;color:var(--gray-600);}.data-table .empty-state h3{color:var(--gray-700);margin-bottom:0.5rem;}.data-table .empty-state p{margin:0;}.data-table .text-muted{font-size:0.8125rem;color:var(--gray-600);}.data-table th.sortable{cursor:pointer;user-select:none;}.data-table th.sortable:hover{background-color:var(--gray-100);}.data-table th.sortable::after{content:'↕';margin-left:0.5rem;opacity:0.3;}.data-table th.sort-asc::after{content:'↑';opacity:1;}.data-table th.sort-desc::after{content:'↓';opacity:1;}.data-table.table-compact th, .data-table.table-compact td{padding:0.5rem 0.75rem;font-size:0.8125rem;}.data-table.table-striped tbody tr:nth-child(even){background-color:var(--gray-50);}.data-table.table-financial{font-family:'Courier New', Courier, monospace;}.data-table.table-financial .col-amount{font-family:inherit;}@media (max-width:768px){.data-table{font-size:0.8125rem;}.data-table th, .data-table td{padding:0.5rem;}.data-table .hide-mobile{display:none;}.data-table td.col-actions .btn{display:block;width:100%;margin-bottom:0.25rem;}.data-table td.col-actions .btn:last-child{margin-bottom:0;}}.col-id{width:60px;text-align:center;}.col-checkbox{width:40px;text-align:center;}.col-date{width:90px;white-space:nowrap;}.col-amount, .col-price, .col-total, .col-balance{width:100px;text-align:right;white-space:nowrap;}.col-invoice, .col-number{width:100px;}.col-status{width:80px;text-align:center;}.col-unit{width:80px;}.col-tenant, .col-vendor{width:150px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.col-property{width:120px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.col-account{width:180px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.col-description, .col-memo, .col-notes{width:250px;min-width:200px;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.col-title{width:250px;min-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.col-actions{width:150px;text-align:right;white-space:nowrap;}.col-actions-sm{width:100px;text-align:right;white-space:nowrap;}.table-dense{font-size:0.875rem;}.table-dense th, .table-dense td{padding:0.375rem 0.5rem;}.table-dense .btn-sm{padding:0.125rem 0.375rem;font-size:0.75rem;}.table-fixed{table-layout:fixed;}.container-erp{max-width:95%;padding-left:1rem;padding-right:1rem;margin:0 auto;}@media (min-width:1400px){.container-erp{max-width:1360px;}}.card-dense{padding:1rem;}.card-dense .card-header{padding:0.75rem 1rem;margin:-1rem -1rem 1rem -1rem;}.form-columns-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}.form-columns-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;}@media (max-width:768px){.form-columns-2, .form-columns-3{grid-template-columns:1fr;}}.table-filters{display:flex;gap:0.5rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:1rem;}.table-filters .form-group{margin-bottom:0;flex:0 1 auto;}.table-filters input, .table-filters select{width:auto;}.bulk-actions{display:flex;align-items:center;gap:1rem;padding:0.75rem;background-color:var(--gray-100);border-radius:0.25rem;margin-bottom:1rem;}.bulk-actions.hidden{display:none;}.btn-export{display:inline-flex;align-items:center;gap:0.25rem;}.btn-export::before{content:"⬇";font-size:0.875em;}.table-dense .badge{padding:0.125rem 0.375rem;font-size:0.75rem;}th.sortable{cursor:pointer;user-select:none;position:relative;padding-right:1.5rem;}th.sortable::after{content:"↕";position:absolute;right:0.5rem;opacity:0.3;}th.sortable.asc::after{content:"↑";opacity:1;}th.sortable.desc::after{content:"↓";opacity:1;}.table-hover tbody tr:hover{background-color:var(--gray-50);}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0, 0, 0, 0.02);}.pagination-dense{margin:0.5rem 0;}.pagination-dense .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;}.table tfoot{font-weight:600;border-top:2px solid var(--gray-300);}@media (max-width:768px){.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}.table-responsive > .table{margin-bottom:0;}}table tbody td{padding:0.5rem !important;}.data-table td, .data-table tbody td{padding:0.5rem 0.75rem !important;}.container, .container-erp{max-width:95% !important;padding:0 1rem !important;}header .container{height:48px !important;}.content-area{padding:0.75rem !important;}.card{padding:0.75rem !important;margin-bottom:0.75rem !important;}.card-header{margin-bottom:0.5rem !important;}.table-dense th, .data-table.table-dense th, table.table-dense th{padding:0.25rem 0.5rem !important;font-size:0.75rem !important;height:32px !important;line-height:1.2 !important;}.table-dense td, .data-table.table-dense td, table.table-dense td, .table-dense tbody td, .data-table.table-dense tbody td, table.table-dense tbody td{padding:0.25rem 0.5rem !important;font-size:0.875rem !important;height:36px !important;max-height:36px !important;line-height:1.2 !important;vertical-align:middle !important;}.table-dense tr, .data-table.table-dense tr, table.table-dense tr{height:36px !important;max-height:36px !important;}.table-fixed{table-layout:fixed !important;}.col-checkbox{width:40px !important;text-align:center !important;}.col-id{width:60px !important;text-align:center !important;}.col-date{width:85px !important;white-space:nowrap !important;}.col-amount{width:90px !important;text-align:right !important;white-space:nowrap !important;}.col-number{width:80px !important;text-align:right !important;}.col-status{width:80px !important;text-align:center !important;}.col-unit{width:80px !important;}.col-property{width:150px !important;}.col-tenant{width:180px !important;}.col-vendor{width:150px !important;}.col-description{width:250px !important;}.col-account{width:200px !important;}.col-type{width:100px !important;}.col-actions{width:120px !important;text-align:center !important;}.col-actions-sm{width:80px !important;text-align:center !important;}.col-small{width:60px !important;text-align:center !important;}.col-date, .col-amount, .col-number, .col-status, .col-unit, .col-id{overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;}.col-description, .col-tenant, .col-property, .col-vendor{overflow:hidden !important;text-overflow:ellipsis !important;max-height:36px !important;line-height:1.2 !important;}.text-right{text-align:right !important;}.text-center{text-align:center !important;}.btn-sm{padding:0.125rem 0.5rem !important;font-size:0.75rem !important;height:24px !important;}.badge{padding:0.125rem 0.375rem !important;font-size:0.625rem !important;line-height:1 !important;}.form-control, .form-select{padding:0.25rem 0.5rem !important;font-size:0.875rem !important;height:32px !important;}.sidebar{width:200px !important;padding:0.75rem 0 !important;}.sidebar-section{margin-bottom:1rem !important;padding:0 0.5rem !important;}.sidebar a{padding:0.25rem 0.5rem !important;font-size:0.8125rem !important;margin-bottom:0.125rem !important;}.breadcrumb{padding:0.375rem 1rem !important;}.stat-card{padding:0.75rem !important;}.stat-value{font-size:1.5rem !important;line-height:1 !important;margin:0.25rem 0 !important;}h1, h2, h3, h4{margin-bottom:0.5rem !important;}p{margin-bottom:0.5rem !important;}.pagination{margin:0.75rem 0 !important;}.pagination a, .pagination span{padding:0.25rem 0.5rem !important;font-size:0.8125rem !important;}.filter-section{padding:0.5rem !important;margin-bottom:0.75rem !important;}.filter-group{margin-right:0.75rem !important;}.quick-actions{gap:0.5rem !important;}tr:hover td{background-color:var(--gray-50) !important;}.card, table{border-radius:0 !important;}.table-responsive{overflow-x:auto !important;overflow-y:visible !important;}td{color:var(--gray-900) !important;}th{color:var(--gray-700) !important;background:var(--gray-100) !important;}@media print{.container, .container-erp{max-width:100% !important;}table{font-size:10pt !important;}td, th{padding:2pt 4pt !important;}}