:root{--brand:#2563eb;--brand-light:#3b82f6;--brand-lighter:#dbeafe;--brand-dark:#1d4ed8;--brand-bg:#eff6ff;--primary:#4f46e5;--primary-dark:#4338ca;--primary-light:#818cf8;--brand-primary:var(--brand);--mint:#10b981;--mint-light:#d1fae5;--mint-dark:#059669;--orange:#f59e0b;--orange-light:#fef3c7;--orange-dark:#d97706;--orange-darker:#b45309;--orange-darkest:#92400e;--red:#ef4444;--rose:#f43f5e;--rose-light:#ffe4e6;--rose-dark:#be123c;--violet:#8b5cf6;--violet-light:#ede9fe;--yellow-light:#fef9c3;--yellow:#fde68a;--yellow-dark:#a16207;--amber-dark:#92400e;--amber-darker:#7c2d12;--mint-lighter:#dcfce7;--mint-pastel:#86efac;--mint-border:#bbf7d0;--brand-pastel:#93c5fd;--brand-border:#bfdbfe;--brand-darker:#1e40af;--orange-warm:#ea580c;--orange-warmer:#c2410c;--orange-50:#fff7ed;--orange-100:#ffedd5;--orange-300:#fdba74;--orange-800:#9a3412;--mint-50:#f0fdf4;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--bg:var(--gray-50);--surface:var(--white);--border:var(--gray-200);--border-light:var(--gray-100);--text:var(--gray-900);--text-secondary:var(--gray-600);--text-muted:var(--gray-500);--error:#ef4444;--success:var(--mint);--status-working-bg:var(--mint-light);--status-working-text:var(--mint-dark);--status-working-border:var(--mint-border);--status-booked-bg:var(--brand-lighter);--status-booked-text:var(--brand-dark);--status-booked-border:var(--brand-border);--status-off-bg:var(--gray-100);--status-off-text:var(--gray-600);--status-vacation-bg:var(--yellow-light);--status-vacation-text:var(--yellow-dark);--status-vacation-border:var(--yellow);--font-sans:"Inter","Noto Sans JP",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--text-2xs:0.625rem;--text-xs:0.8125rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,.12),0 2px 4px -2px rgba(0,0,0,.08);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.12),0 4px 6px -4px rgba(0,0,0,.08);--transition-fast:150ms ease;--transition-base:200ms ease;--header-h:64px;--sidebar-w:240px;--content-max:1200px;--tap:48px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5;color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}img{display:block;max-width:100%}input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25}p{color:var(--text-secondary);line-height:1.6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border-width:0}