*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.layout-root{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.layout-navbar{z-index:50;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.layout-navbar-content{justify-content:space-between;align-items:center;padding:1rem 4rem;display:flex}.layout-main{flex:1;padding-top:3rem;padding-bottom:3rem}.layout-main-content{padding-left:4rem;padding-right:4rem}.layout-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;margin-top:auto}.layout-footer-content{text-align:center;color:#6b7280;padding:2rem 4rem;font-size:.75rem}.logo{color:#111827;font-size:1.125rem;font-weight:700}.nav-desktop{align-items:center;gap:2rem;display:none}@media (width>=768px){.nav-desktop{display:flex}}.nav-item{cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:500;transition:color .2s}.nav-item.active{color:#2563eb}.nav-item:not(.active){color:#374151}.nav-item:not(.active):hover{color:#111827}.nav-user-info{text-align:right;display:none}@media (width>=640px){.nav-user-info{display:block}}.nav-user-email{color:#111827;font-size:.875rem;font-weight:500}.nav-user-role{color:#2563eb;text-transform:capitalize;background-color:#dbeafe;border-radius:.375rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.nav-logout{color:#4b5563;cursor:pointer;background:0 0;border:none;font-size:.875rem;transition:color .2s}.nav-logout:hover{color:#111827}.nav-mobile-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;font-size:1.25rem;display:none}@media (width<=767px){.nav-mobile-btn{display:block}}.nav-mobile{border-top:1px solid #e5e7eb;flex-direction:column;gap:.25rem;padding:.75rem 4rem;display:flex}.nav-mobile-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.375rem;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:background-color .2s,color .2s}.nav-mobile-item.active{color:#1e3a8a;background-color:#dbeafe;font-weight:500}.nav-mobile-item:not(.active){color:#374151}.nav-mobile-item:not(.active):hover{background-color:#f3f4f6}.page-header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:3rem;display:flex}.page-header-left{align-items:flex-start;gap:1rem;display:flex}.page-header-icon{margin-top:.25rem;font-size:1.875rem}.page-header-title{color:#111827;font-size:2.25rem;font-weight:700}.page-header-desc{color:#4b5563;margin-top:.5rem;font-size:1rem}.page-header-actions{flex-shrink:0;gap:.5rem;display:flex}.card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:2rem;transition:all .2s}.card:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000000d}.card.text-center{text-align:center}.card p-0{padding:0}.stat-card{flex-direction:column;gap:1rem;display:flex}.stat-icon{color:#2563eb;background-color:#eff6ff;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;display:flex}.stat-label{color:#4b5563;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.stat-value{color:#111827;font-size:1.875rem;font-weight:700}.stat-change{padding-top:.5rem;font-size:.875rem;font-weight:500}.stat-change.up{color:#16a34a}.stat-change.down{color:#dc2626}.button{cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.button:disabled{opacity:.5;cursor:not-allowed}.button-sm{padding:.375rem .75rem}.button-md{padding:.5rem 1rem}.button-lg{padding:.75rem 1.5rem}.button-primary{color:#fff;background-color:#2563eb}.button-primary:hover:not(:disabled){background-color:#1d4ed8}.button-secondary{color:#111827;background-color:#fff;border:1px solid #d1d5db}.button-secondary:hover:not(:disabled){background-color:#f9fafb}.button-danger{color:#fff;background-color:#dc2626}.button-danger:hover:not(:disabled){background-color:#b91c1c}.button-ghost{color:#111827;background-color:#0000}.button-ghost:hover:not(:disabled){background-color:#f3f4f6}.badge{border-radius:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-default{color:#1f2937;background-color:#f3f4f6}.badge-success{color:#166534;background-color:#dcfce7}.badge-warning{color:#92400e;background-color:#fef3c7}.badge-danger{color:#991b1b;background-color:#fee2e2}.badge-info{color:#1e3a8a;background-color:#dbeafe}.table-wrapper{overflow-x:auto}.table{border-collapse:collapse;width:100%}.table-head{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.table-header-cell{text-align:left;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;padding:1rem 2rem;font-size:.75rem;font-weight:600}.table-body-row{border-bottom:1px solid #e5e7eb;transition:background-color .15s}.table-body-row:hover{background-color:#f9fafb}.table-cell{color:#111827;padding:1rem 2rem;font-size:.875rem}.grid{grid-template-columns:1fr;gap:2rem;display:grid}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (width>=640px){.grid.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.grid.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.grid.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.space-y-8>*+*{margin-top:2rem}.space-y-12>*+*{margin-top:3rem}.space-y-1>*+*{margin-top:.25rem}.gap-2{gap:.5rem}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.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}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-blue-600{color:#2563eb}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.pt-8{padding-top:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.cursor-pointer{cursor:pointer}.divide-y>*+*{border-top:1px solid #e5e7eb}.transition{transition:all .2s}a{color:inherit;text-decoration:none}a:hover{color:inherit}.auth-container{background:linear-gradient(135deg,#1e293b 0%,#0f172a 50%,#1e293b 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative;overflow:hidden}.auth-bg-blob{filter:blur(3rem);opacity:.1;pointer-events:none;border-radius:9999px;position:absolute}.auth-blob-1{background-color:#3b82f6;width:24rem;height:24rem;animation:4s ease-in-out infinite pulse;top:0;left:25%}.auth-blob-2{background-color:#8b5cf6;width:24rem;height:24rem;animation:4s ease-in-out 1s infinite pulse;bottom:0;right:25%}@keyframes pulse{0%,to{opacity:.1}50%{opacity:.2}}.auth-card{z-index:10;width:100%;max-width:28rem;position:relative}.auth-logo{text-align:center;margin-bottom:3rem}.auth-logo-box{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:.75rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;display:flex;box-shadow:0 20px 25px -5px #3b82f64d}.auth-logo-text{color:#fff;font-size:1.5rem;font-weight:700}.auth-title{color:#fff;margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.auth-subtitle{color:#cbd5e1;font-size:1.125rem}.auth-form-wrapper{-webkit-backdrop-filter:blur(1.5rem);backdrop-filter:blur(1.5rem);background-color:#1e293b80;border:1px solid #4755694d;border-radius:1.5rem;padding:2rem;box-shadow:0 25px 50px -12px #00000040}.auth-error{color:#fca5a5;background-color:#ef44441a;border:1px solid #ef44444d;border-radius:.5rem;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;display:flex}.auth-form{flex-direction:column;gap:2rem;display:flex}.auth-form-group{flex-direction:column;display:flex}.auth-label{color:#f1f5f9;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.auth-input{color:#fff;background-color:#4755694d;border:1px solid #4755694d;border-radius:.75rem;width:100%;padding:.75rem 1.25rem;font-size:1rem;transition:all .2s}.auth-input::placeholder{color:#94a3b8}.auth-input:focus{background-color:#47556980;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.auth-input:disabled{opacity:.5;cursor:not-allowed}.auth-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 0;font-size:1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #3b82f64d}.auth-button:hover:not(:disabled){background:linear-gradient(90deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 20px 25px -5px #3b82f666}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-credentials{border-top:1px solid #4755694d;margin-top:2rem;padding-top:2rem}.auth-credentials-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem;font-weight:600}.auth-credential-item{background-color:#47556933;border:1px solid #47556933;border-radius:.5rem;margin-bottom:.5rem;padding:.75rem}.auth-credential-label{color:#64748b;margin-bottom:.25rem;font-size:.75rem}.auth-credential-value{color:#60a5fa;font-family:monospace;font-size:.875rem}.auth-footer{text-align:center;color:#64748b;margin-top:2rem;font-size:.75rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}@media (width<=767px){.hidden-mobile{display:none}}@media (width>=768px){.hidden-desktop{display:none}}.kanban-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.kanban-header-left h1{color:#1f2937;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.kanban-header-left p{color:#4b5563}.kanban-new-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;box-shadow:0 10px 15px -3px #3b82f64d}.kanban-new-btn:hover{background:linear-gradient(90deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 20px 25px -5px #3b82f666}.kanban-container{gap:2rem;padding-bottom:1.5rem;display:flex;overflow-x:auto}.kanban-column{flex-shrink:0;width:24rem}.kanban-column-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:box-shadow .2s;overflow:hidden;box-shadow:0 1px 2px -1px #0000001a}.kanban-column-card:hover{box-shadow:0 4px 6px -1px #0000001a}.kanban-column-header{background:linear-gradient(90deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1.25rem;display:flex}.kanban-column-header-left{flex:1;align-items:center;gap:.75rem;display:flex}.kanban-column-icon{font-size:1.5rem}.kanban-column-header-info h2{color:#1f2937;font-weight:700}.kanban-column-header-info p{color:#6b7280;margin-top:.25rem;font-size:.75rem}.kanban-column-count{color:#4b5563;background-color:#e5e7eb;border-radius:9999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.kanban-column-content{background-color:#f9fafb;flex-direction:column;gap:.75rem;min-height:24rem;padding:1rem;display:flex}.kanban-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:24rem;display:flex}.kanban-empty-emoji{margin-bottom:.5rem;font-size:2.25rem}.kanban-empty-text{color:#9ca3af;font-size:.875rem;font-weight:500}.kanban-empty-hint{color:#d1d5db;margin-top:.25rem;font-size:.75rem}.kanban-article-card{cursor:grab;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:all .2s}.kanban-article-card:active{cursor:grabbing}.kanban-article-card:hover{border-color:#93c5fd;transform:scale(1.02);box-shadow:0 4px 6px -1px #0000001a}.kanban-article-card.dragging{opacity:.5;transform:scale(.95)}.kanban-article-title{color:#1f2937;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s;display:-webkit-box;overflow:hidden}.kanban-article-card:hover .kanban-article-title{color:#2563eb}.kanban-article-date{color:#6b7280;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.kanban-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding-top:5rem;padding-bottom:5rem;display:flex}.kanban-spinner{border:4px solid #2563eb;border-top-color:#0000;border-radius:9999px;width:3rem;height:3rem;margin-bottom:1rem;animation:1s linear infinite spin;display:inline-block}.kanban-loading-text{color:#4b5563}@keyframes spin{to{transform:rotate(360deg)}}.kanban-error{background-color:#fef2f2;border-left:4px solid #dc2626;border-radius:.5rem;padding:1.5rem}.kanban-error p{color:#991b1b;font-weight:500}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-stops:#3b82f6, #3b82f600}.to-blue-600{--tw-gradient-to:#2563eb}.from-slate-50{--tw-gradient-stops:#f8fafc, #f8fafc00}.to-slate-100{--tw-gradient-to:#f1f5f9}.text-slate-900{color:#0f172a}.text-slate-600{color:#475569}.text-slate-500{color:#64748b}.text-slate-400{color:#94a3b8}.text-slate-300{color:#cbd5e1}.text-slate-200{color:#e2e8f0}.bg-red-50{background-color:#fef2f2}.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}.bg-slate-50{background-color:#f8fafc}.bg-slate-200{background-color:#e2e8f0}.border-red-500{border-color:#ef4444}.border-slate-200{border-color:#e2e8f0}.w-12{width:3rem}.h-12{height:3rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-96{width:24rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pb-6{padding-bottom:1.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.kanban-split-container{grid-template-columns:1fr 1fr;gap:2rem;min-height:calc(100vh - 300px);display:grid}.kanban-split-left{overflow:auto}.kanban-split-right{border-left:1px solid #e5e7eb;padding-left:2rem;overflow-y:auto}.calendar-container{flex-direction:column;gap:1rem;max-width:500px;display:flex}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.calendar-header h2{color:#0f172a;font-size:1.125rem;font-weight:600}.calendar-nav-btn{cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s}.calendar-nav-btn:hover{background-color:#f3f4f6}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:.25rem;display:grid}.calendar-day-header{text-align:center;color:#4b5563;padding:.5rem 0;font-size:.75rem;font-weight:600}.calendar-day{aspect-ratio:1;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:.25rem;flex-direction:column;gap:.125rem;min-height:3rem;padding:.375rem;font-size:.65rem;transition:all .2s;display:flex}.calendar-day:hover{background-color:#f9fafb;border-color:#2563eb}.calendar-day.today{background-color:#dbeafe;border-color:#2563eb}.calendar-day.other-month{color:#d1d5db;background-color:#f9fafb}.calendar-day-number{color:#0f172a;font-size:.75rem;font-weight:600}.calendar-day.other-month .calendar-day-number{color:#d1d5db}.calendar-article-dot{background-color:#2563eb;border-radius:9999px;width:.25rem;height:.25rem}.calendar-articles-list{flex-direction:column;gap:.75rem;display:flex}.calendar-article-item{background-color:#f9fafb;border:1px solid #e5e7eb;border-left:3px solid #2563eb;border-radius:.375rem;padding:.75rem}.calendar-article-title{color:#0f172a;margin-bottom:.125rem;font-size:.8rem;font-weight:600}.calendar-article-date{color:#4b5563;font-size:.7rem}.calendar-article-status{color:#1e40af;background-color:#dbeafe;border-radius:.25rem;margin-top:.375rem;padding:.2rem .4rem;font-size:.65rem;display:inline-block}@media (width<=1024px){.kanban-split-container{grid-template-columns:1fr}.kanban-split-right{border-top:1px solid #e5e7eb;border-left:none;padding-top:2rem;padding-left:0}}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.rounded-lg{border-radius:.5rem}.space-y-3>*+*{margin-top:.75rem}.gap-8{gap:2rem}.overflow-x-auto{overflow-x:auto}.min-h-96{min-height:24rem}.h-96{height:24rem}.animate-spin{animation:1s linear infinite spin}.border-l-4{border-left-width:4px}.editor-container{background:linear-gradient(to bottom right,#f8fafc,#f1f5f9);min-height:100vh}.editor-header{background-color:#fff;border-bottom:1px solid #e2e8f0;margin-bottom:2rem}.editor-header-content{max-width:48rem;margin-left:auto;margin-right:auto;padding:1.5rem 2rem}.editor-header h1{color:#0f172a;font-size:1.875rem;font-weight:600}.editor-header p{color:#475569;margin-top:.25rem}.editor-main{max-width:48rem;margin-left:auto;margin-right:auto;padding-bottom:3rem;padding-left:2rem;padding-right:2rem}.editor-error{color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem}.editor-form{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;gap:2rem;padding:2rem;display:flex}.editor-grid-2{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.editor-grid-2{grid-template-columns:1fr 1fr}}.editor-form-group{flex-direction:column;display:flex}.editor-label{color:#0f172a;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.editor-input,.editor-textarea,.editor-select{color:#0f172a;border:1px solid #cbd5e1;border-radius:.5rem;width:100%;padding:.5rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.editor-input:focus,.editor-textarea:focus,.editor-select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.editor-textarea{resize:none}.editor-textarea.mono{font-family:monospace;font-size:.875rem}.editor-status-badge{color:#1e40af;background-color:#dbeafe;border-radius:.25rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.editor-status-display{color:#0f172a;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;align-items:center;width:100%;padding:.5rem 1rem;display:flex}.editor-form-divider{border-top:1px solid #e2e8f0;padding-top:1.5rem}.editor-actions{border-top:1px solid #e2e8f0;gap:.75rem;padding-top:1.5rem;display:flex}.editor-btn-submit{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 0;font-weight:600;transition:all .2s;display:flex}.editor-btn-submit:hover:not(:disabled){background-color:#1d4ed8}.editor-btn-submit:disabled{cursor:not-allowed;background-color:#cbd5e1}.editor-btn-cancel{color:#0f172a;cursor:pointer;background-color:#f3f4f6;border:none;border-radius:.5rem;flex:1;padding:.625rem 0;font-weight:600;transition:all .2s}.editor-btn-cancel:hover:not(:disabled){background-color:#e5e7eb}.editor-btn-cancel:disabled{cursor:not-allowed;background-color:#f9fafb}.editor-hint{color:#64748b;margin-top:.25rem;font-size:.75rem}.editor-spinner{border:2px solid #fff;border-top-color:#0000;border-radius:9999px;width:1rem;height:1rem;animation:1s linear infinite spin;display:inline-block}.list-container{max-width:1200px;margin:0 auto;padding:2rem}.list-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.list-header h1{color:#0f172a;font-size:2.25rem;font-weight:700}.list-header p{color:#475569}.list-actions{gap:.75rem;display:flex}.list-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.list-error{color:#991b1b;background-color:#fef2f2;border-left:4px solid #dc2626;border-radius:.5rem;padding:1.5rem;font-weight:500}.list-empty{text-align:center;color:#6b7280;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:3rem}.list-table-wrapper{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.list-table{border-collapse:collapse;width:100%}.list-table thead{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.list-table th{text-align:left;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.list-table td{color:#0f172a;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem;font-size:.875rem}.list-table tbody tr:hover{background-color:#f9fafb}.list-table-actions{gap:.5rem;display:flex}.list-table-action-btn{color:#0f172a;cursor:pointer;background-color:#f3f4f6;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:.75rem;transition:all .2s}.list-table-action-btn:hover{background-color:#e5e7eb}.list-table-action-btn.danger{color:#dc2626}.list-table-action-btn.danger:hover{background-color:#fee2e2}.confirm-dialog{z-index:50;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-dialog-content{background-color:#fff;border-radius:.5rem;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.confirm-dialog-title{color:#0f172a;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.confirm-dialog-message{color:#475569;margin-bottom:1.5rem;font-size:.875rem}.confirm-dialog-actions{justify-content:flex-end;gap:.75rem;display:flex}.confirm-btn{cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.confirm-btn-cancel{color:#0f172a;background-color:#f3f4f6}.confirm-btn-cancel:hover{background-color:#e5e7eb}.confirm-btn-danger{color:#fff;background-color:#dc2626}.confirm-btn-danger:hover{background-color:#b91c1c}.form-group{margin-bottom:1.5rem}.form-label{color:#0f172a;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-input,.form-textarea,.form-select{color:#0f172a;border:1px solid #cbd5e1;border-radius:.375rem;width:100%;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;font-family:inherit}.spinner-sm{border:2px solid #2563eb;border-top-color:#0000;border-radius:9999px;width:1rem;height:1rem;animation:1s linear infinite spin;display:inline-block}.spinner-md{border:3px solid #2563eb;border-top-color:#0000;width:2rem;height:2rem}.flex-center{justify-content:center;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.grid-cols-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=768px){.grid-cols-2{grid-template-columns:1fr}}*{transition:background-color .3s,color .3s,border-color .3s}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0000000d}::-webkit-scrollbar-thumb{background:#0003;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0000004d}::selection{color:#fff;background-color:#3b82f6}
