:root{--bg-page: #f5f4ef;--bg-card: #ebe9e1;--bg-header: #f5f4ef;--bg-footer: #1a1a1a;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #6b6b6b;--text-inverse: #f8fafc;--text-inverse-secondary: #a0a0a0;--border-subtle: #dcd8cd;--border-dark: #333333;--accent-blue: #2563eb;--font-display: "Lora", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width: 1200px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-page);font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden;min-height:100vh;background-color:var(--bg-page)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-page)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#aaa}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.2;color:var(--text-primary)}p{color:var(--text-secondary);font-weight:400}a{color:inherit;text-decoration:none}.underline-emphasis{text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:4px}.editorial-card{background:var(--bg-card);border-radius:var(--radius-md);padding:32px;display:flex;flex-direction:column}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;font-family:var(--font-body);font-size:.9rem;font-weight:500;color:#fff;background:#1a1a1a;border:1px solid #1a1a1a;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:#333}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:60px 0}@media (max-width: 768px){.section{padding:40px 0}}
