@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&family=Poppins:wght@400;500;600&display=swap";:root{--color-bg: oklch(100% 0 0);--color-surface: oklch(96% .02 250);--color-ink: oklch(12% .02 270);--color-muted: oklch(60% .03 270);--color-accent: oklch(54% .06 95);--color-danger: oklch(45% .07 30);--font-display: "Playfair Display", serif;--font-body: "Poppins", sans-serif;--radius-sm: 2px;--shadow-soft: 0 24px 70px oklch(12% .02 270 / .08);--header-height: 76px}*{box-sizing:border-box}html{background:var(--color-bg)}body{margin:0;min-width:320px;background:var(--color-bg);color:var(--color-ink);font-family:var(--font-body)}a{color:inherit}.site-shell{min-height:100svh;background:var(--color-bg)}.site-header{height:var(--header-height);display:flex;align-items:center;justify-content:center;padding:14px 20px;border-bottom:1px solid oklch(12% .02 270 / .08)}.brand{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm)}.brand img{display:block;width:auto;height:38px;max-width:170px;object-fit:contain}.brand:focus-visible{outline:2px solid var(--color-accent);outline-offset:5px}.empty-main{min-height:calc(100svh - var(--header-height))}@media(max-width:520px){:root{--header-height: 68px}.brand img{height:32px;max-width:148px}}
