@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&family=Poppins:wght@400;500;600&display=swap";:root{--bg: oklch(95% .02 250);--surface: oklch(98.5% .008 250);--ink: oklch(10% .02 260);--muted: oklch(75% .01 250);--accent: oklch(45% .08 260);--success: oklch(55% .1 140);--line: oklch(86% .012 250);--font-display: "Playfair Display", Georgia, serif;--font-body: "Poppins", sans-serif;--radius: 0;--shadow: 0 22px 60px oklch(10% .02 260 / .08)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased}button,a{font:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.site-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.site-header{min-height:68px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);background:var(--surface)}.brand-mark{display:inline-flex;align-items:center;justify-content:center}.brand-mark img{display:block;width:auto;height:34px;object-fit:contain}.empty-main{min-height:calc(100vh - 116px)}.site-footer{min-height:48px;border-top:1px solid var(--line)}@media(max-width:640px){.site-header{min-height:62px}.brand-mark img{height:30px}.empty-main{min-height:calc(100vh - 104px)}.site-footer{min-height:42px}}
