*,:before,:after{box-sizing:border-box}:root{--color-bg:#f5f6f8;--color-surface:#fff;--color-border:#dde1e8;--color-text:#1a1f2e;--color-text-muted:#5c6578;--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-danger:#dc2626;--color-danger-bg:#fef2f2;--color-warning:#d97706;--color-warning-bg:#fffbeb;--color-success:#059669;--color-success-bg:#ecfdf5;--color-info-bg:#eff6ff;--color-overdue:#b91c1c;--color-blocked:#9333ea;--radius:6px;--radius-lg:10px;--shadow:0 1px 3px #00000014;--shadow-lg:0 4px 12px #0000001a;--sidebar-width:220px;--topbar-height:56px;--font:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}html,body{font-family:var(--font);color:var(--color-text);background:var(--color-bg);margin:0;padding:0;font-size:14px;line-height:1.5}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{margin:0 0 .5rem;font-weight:600;line-height:1.3}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}input,select,textarea,button{font-family:inherit;font-size:inherit}.table-wrap{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);overflow-x:auto}table.data-table{border-collapse:collapse;width:100%;font-size:13px}table.data-table th,table.data-table td{text-align:left;border-bottom:1px solid var(--color-border);padding:8px 12px}table.data-table th{white-space:nowrap;background:#f0f2f5;font-weight:600}table.data-table tr:last-child td{border-bottom:none}table.data-table tr:hover td{background:#fafbfc}table.data-table tr.overdue td{background:var(--color-danger-bg)}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.card-list{flex-direction:column;gap:12px;display:flex}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.page-section{margin-bottom:24px}.section-title{color:var(--color-text);margin-bottom:12px;font-size:1rem;font-weight:600}.text-muted{color:var(--color-text-muted)}.text-overdue{color:var(--color-overdue);font-weight:500}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:8px}.gap-md{gap:16px}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=768px){.hide-mobile{display:none!important}}@media (width>=769px){.hide-desktop{display:none!important}}.toast-container.svelte-y14euw{z-index:2000;pointer-events:none;flex-direction:column;gap:8px;width:calc(100vw - 32px);max-width:400px;display:flex;position:fixed;top:16px;right:16px}.toast.svelte-y14euw{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);background:var(--color-surface);border:1px solid var(--color-border);pointer-events:auto;align-items:flex-start;gap:8px;padding:12px 8px 12px 16px;animation:.2s ease-out svelte-y14euw-slide-in;display:flex}.toast__message.svelte-y14euw{color:var(--color-text);flex:1;margin:0;padding-top:4px;font-size:14px;line-height:1.4}.toast--success.svelte-y14euw{border-left:4px solid var(--color-success)}.toast--error.svelte-y14euw{border-left:4px solid var(--color-danger)}.toast--info.svelte-y14euw{border-left:4px solid var(--color-primary)}@keyframes svelte-y14euw-slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}
