@import url("https://fonts.googleapis.com/css2?family=Anton&family=Ultra&family=Inter:wght@400;500;600;700&display=swap");:root{--background:#f3efe8;--surface:#ebe3d8;--surface-strong:#e5d9cf;--surface-soft:rgba(255,248,241,0.76);--card:rgba(255,252,249,0.84);--text:#1c1c1c;--muted:#554c45;--accent:#ffb289;--accent-strong:#f29767;--line:rgba(28,28,28,0.12);--shadow-lg:0 28px 64px rgba(76,49,26,0.14);--shadow-md:0 16px 32px rgba(76,49,26,0.1);--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--content-width:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,rgba(255,178,137,.22),transparent 28%),radial-gradient(circle at top right,rgba(255,221,180,.18),transparent 32%),linear-gradient(180deg,#f6f1ea,#efe5da);color:var(--text);font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}