:root{--primary:#073020;--secondary:#d3af5e;--tertiary:#0d4a2d;--accent:#e8c872;--danger:#dc3545;--warning:#ffc107;--success:#28a745;--info:#17a2b8;--white:#fff;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#6c757d;--gray-600:#495057;--gray-700:#343a40;--gray-800:#212529;--black:#000;--text-primary:#212529;--text-secondary:#495057;--text-muted:#6c757d;--bg-primary:#fff;--bg-secondary:#f8f9fa;--border-color:#dee2e6}[data-theme=dark]{--text-primary:#f1f5f2;--text-secondary:#b3c0b8;--text-muted:#7a8f83;--bg-primary:#0a140e;--bg-secondary:#12261a;--border-color:#1f3a2a}*{box-sizing:border-box;margin:0;padding:0;transition:background-color .3s,color .3s,border-color .3s}html{scroll-behavior:smooth;font-size:16px}body{color:var(--text-primary);background-color:var(--bg-secondary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin-bottom:1rem;font-family:Playfair Display,serif;font-weight:600;line-height:1.3}h1{font-size:2.25rem}@media (min-width:768px) and (max-width:1023px){h1{font-size:3rem}}h2{font-size:1.875rem}@media (min-width:768px) and (max-width:1023px){h2{font-size:2.25rem}}h3{font-size:1.5rem}@media (min-width:768px) and (max-width:1023px){h3{font-size:1.875rem}}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{color:var(--text-secondary);margin-bottom:1rem}.container{width:100%;margin:0 auto;padding:0 1rem}@media (min-width:768px) and (max-width:1023px){.container{max-width:720px;padding:0 1.5rem}}@media (min-width:1024px){.container{max-width:960px;padding:0 2rem}}@media (min-width:1280px){.container{max-width:90%}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn:focus{outline-offset:2px;outline:2px solid #d3af5e}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{color:#fff;background-color:#073020}.btn-primary:hover:not(:disabled){background-color:#0d4a2d;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-secondary{color:#073020;background-color:#d3af5e}.btn-secondary:hover:not(:disabled){background-color:#e8c872;transform:translateY(-1px)}:focus-visible{outline-offset:2px;outline:2px solid #d3af5e}::selection{color:#073020;background-color:#d3af5e}
