:root{--color-accent: #3f5c3a;--color-accent-dark: #2f4a2c;--color-accent-light: #c8d6c2;--color-bg: #faf7ee;--color-surface: #ffffff;--color-text: #1f2a1b;--color-text-muted: #6b7264;--color-border: #e5e1d2;--color-success: #4f8a4a;--color-success-bg: #dce9d8;--color-warning: #b7892c;--color-warning-bg: #f3e7c9;--color-danger: #b2483f;--color-danger-bg: #f0d5d2;--color-info: #4a6b8a;--color-info-bg: #d5e1ec;--color-pastel-vege: #dce9d8;--color-pastel-vegan: #c8d6c2;--color-pastel-gf: #efe3c7;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 64px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-2xl: 24px;--shadow-sm: 0 1px 2px rgba(31, 42, 27, .04);--shadow-md: 0 4px 12px rgba(31, 42, 27, .06);--shadow-lg: 0 12px 32px rgba(31, 42, 27, .08);--font-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;--font-sans: "Inter", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--sidebar-width: 220px;--header-height: 88px;--page-max: 1280px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{border:0;background:transparent;font:inherit;color:inherit;cursor:pointer;padding:0}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:700;letter-spacing:0;margin:0;color:var(--color-text)}h1{font-size:2.5rem;line-height:1.05}h2{font-size:1.875rem;line-height:1.08}h3{font-size:1.5rem;line-height:1.12}h4{font-size:1.125rem;line-height:1.3}p{margin:0}.body-lg{font-size:1.0625rem;line-height:1.5}.body-sm{font-size:.875rem;line-height:1.5}.caption{color:var(--color-text-muted);font-size:.8125rem;line-height:1.4}.muted{color:var(--color-text-muted)}.page-stack{display:flex;flex-direction:column;gap:var(--space-6)}.section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4)}.section-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.section-grid--wide-left{grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}.section-grid--seating{grid-template-columns:260px minmax(0,1fr) 260px;align-items:start}.surface{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm)}.panel{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-5)}.panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.panel__eyebrow{color:var(--color-text-muted);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.metric{display:flex;flex-direction:column;gap:var(--space-2);min-height:128px}.metric__value{font-family:var(--font-serif);font-size:2rem;font-weight:700;line-height:1}.metric__meta{color:var(--color-text-muted);font-size:.875rem;line-height:1.45}.toolbar{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.toolbar:has(.field){align-items:flex-end}.chip,.badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:28px;border-radius:999px;padding:4px 10px;font-size:.8125rem;font-weight:700;line-height:1.2;white-space:nowrap}.chip{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text)}.badge--success{background:var(--color-success-bg);color:var(--color-success)}.badge--warning{background:var(--color-warning-bg);color:var(--color-warning)}.badge--danger{background:var(--color-danger-bg);color:var(--color-danger)}.badge--info{background:var(--color-info-bg);color:var(--color-info)}.badge--neutral{background:var(--color-bg);color:var(--color-text-muted)}.button-like{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--color-accent);border-radius:var(--radius-md);padding:0 var(--space-4);background:var(--color-accent);color:#fff;font:inherit;font-weight:700;text-decoration:none;cursor:pointer;gap:var(--space-2)}.button-like--secondary{background:var(--color-surface);color:var(--color-accent)}.button-like--ghost{border-color:transparent;background:transparent;color:var(--color-text-muted)}.table-wrap{overflow-x:auto}.data-table{width:100%;min-width:720px;border-collapse:collapse}.data-table th,.data-table td{border-bottom:1px solid var(--color-border);padding:var(--space-3);text-align:left;vertical-align:middle}.data-table th{color:var(--color-text-muted);font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.list{display:flex;flex-direction:column;gap:var(--space-3)}.list-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);background:color-mix(in srgb,var(--color-bg) 58%,white)}.list-item__title{font-weight:800}.list-item__meta{color:var(--color-text-muted);font-size:.875rem}.progress{overflow:hidden;height:8px;border-radius:999px;background:var(--color-border)}.progress__bar{height:100%;border-radius:inherit;background:var(--color-accent)}.progress__bar--warning{background:var(--color-warning)}.progress__bar--danger{background:var(--color-danger)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.field{display:flex;flex-direction:column;gap:var(--space-2)}.field label{color:var(--color-text-muted);font-size:.8125rem;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:11px 12px;background:var(--color-surface);color:var(--color-text);font:inherit}.field textarea{min-height:88px;resize:vertical}.checkbox-field{grid-column:1/-1;display:flex;align-items:center;gap:var(--space-2);width:fit-content;cursor:pointer}.checkbox-field input[type=checkbox]{width:18px;height:18px;margin:0;flex:none;accent-color:var(--color-accent)}.modal-backdrop{position:fixed;inset:0;display:grid;place-items:center;z-index:1200;padding:var(--space-5);background:#1f2a1b6b}.modal{width:min(100%,560px);max-height:calc(100vh - 40px);overflow:auto}.empty-state{display:grid;place-items:center;min-height:180px;border:1px dashed var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-muted);text-align:center}.kanban-section{display:flex;flex-direction:column;gap:var(--space-3);border-radius:var(--radius-lg);padding:var(--space-4)}.kanban-section--danger{background:var(--color-danger-bg)}.kanban-section--warning{background:var(--color-warning-bg)}.kanban-section--future{background:var(--color-info-bg)}.round-table-grid{display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:var(--space-4)}.round-table{display:grid;place-items:center;aspect-ratio:1;border:2px solid var(--color-accent-light);border-radius:50%;background:color-mix(in srgb,var(--color-accent-light) 32%,white);text-align:center}.round-table strong{display:block;font-family:var(--font-serif);font-size:1.5rem;font-weight:700}@media(max-width:1100px){.section-grid,.section-grid--two,.section-grid--wide-left,.section-grid--seating{grid-template-columns:1fr}}@media(max-width:767px){.panel{padding:var(--space-4)}.form-grid,.round-table-grid{grid-template-columns:1fr}.list-item,.panel__header{align-items:flex-start;flex-direction:column}}@media print{app-header,app-sidebar,app-mobile-bottom-nav,app-toast-host{display:none!important}.app-shell{display:block!important}.app-shell__content{padding:0!important;max-width:none!important;margin:0!important}}
