.app{min-height:100vh;display:flex;flex-direction:column}:root{--bg-primary: #faf9f7;--bg-secondary: #f5f3ef;--bg-card: #ffffff;--text-primary: #2c2c2c;--text-secondary: #5a5a5a;--text-muted: #8a8a8a;--accent: #8b7355;--accent-hover: #6f5a3f;--border: #e0ddd8;--shadow: rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-primary);background:var(--bg-primary);line-height:1.6;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;line-height:1.3;font-weight:600}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin:0}a{color:var(--accent);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-hover)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}@media (max-width: 768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@media print{body{background:#fff}}
