@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:#1f2937}p{margin-bottom:1rem;font-size:1.1rem;color:#6b7280;line-height:1.6}a{color:#2563eb;text-decoration:none;transition:color .3s ease}a:hover{color:#1d4ed8}img{max-width:100%;height:auto}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background:#2563eb;color:#fff}::-moz-selection{background:#2563eb;color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.animate-fade-in{animation:fadeIn .8s ease-out}.animate-slide-up{animation:slideUp .8s ease-out}.animate-slide-down{animation:slideDown .8s ease-out}.animate-slide-left{animation:slideLeft .8s ease-out}.animate-slide-right{animation:slideRight .8s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){body{font-size:16px}h1{font-size:clamp(2rem,8vw,3rem)}h2{font-size:clamp(1.75rem,6vw,2.5rem)}h3{font-size:clamp(1.25rem,4vw,1.75rem)}p{font-size:1rem}}@media (max-width: 480px){body{font-size:14px}}@media (prefers-color-scheme: dark){body{background-color:#0f172a;color:#e2e8f0}h1,h2,h3,h4,h5,h6{color:#f8fafc}p{color:#cbd5e1}a{color:#60a5fa}a:hover{color:#93c5fd}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569}::-webkit-scrollbar-thumb:hover{background:#64748b}}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.no-print{display:none!important}}.App{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}:root{--haven-primary: #8b4513;--haven-secondary: #a0522d;--haven-accent: #cd853f;--haven-success: #228b22;--haven-warning: #ff8c00;--haven-danger: #dc143c;--haven-dark: #2f2f2f;--haven-light: #f8f8ff;--haven-gray: #696969;--haven-white: #ffffff;--haven-gradient: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);--haven-gradient-light: linear-gradient(135deg, #cd853f 0%, #8b4513 100%);--haven-gradient-hero: linear-gradient( 135deg, #8b4513 0%, #a0522d 50%, #654321 100% )}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1rem;font-size:1.1rem;color:var(--haven-gray)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease;gap:.5rem}.btn-primary{background:var(--haven-gradient);color:var(--haven-white);box-shadow:0 4px 15px #2563eb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.btn-secondary{background:var(--haven-white);color:var(--haven-primary);border:2px solid var(--haven-primary)}.btn-secondary:hover{background:var(--haven-primary);color:var(--haven-white);transform:translateY(-2px)}.btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:var(--haven-white);border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.text-center{text-align:center}.text-primary{color:var(--haven-primary)}.text-gray{color:var(--haven-gray)}.bg-light{background:var(--haven-light)}.bg-gradient{background:var(--haven-gradient)}.animate-fadeInUp{animation:fadeInUp .8s ease-out}.animate-fadeInLeft{animation:fadeInLeft .8s ease-out}.animate-fadeInRight{animation:fadeInRight .8s ease-out}.animate-pulse{animation:pulse 2s infinite}.animate-float{animation:float 3s ease-in-out infinite}@media (max-width: 768px){.container{padding:0 1rem}.section{padding:3rem 0}.btn{width:100%;justify-content:center}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}
