:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--accent-color: #10b981;--accent-green: #04785790;--accent-purple: #6d28d990;--accent-blue: #1d4ed890;--accent-purple-dark: #6d28d990;--dark-bg: #0f172a;--dark-surface: #1e293b;--text-light: #f1f5f9;--text-dim: #94a3b8;--glass-bg: rgba(30, 41, 59, .7);--glass-border: rgba(255, 255, 255, .1)}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:var(--dark-bg);color:var(--text-light);scroll-behavior:smooth;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1,h2{letter-spacing:-.01em}h1{font-weight:800}h2{font-weight:700}p{margin-bottom:1rem;line-height:1.7}img{max-width:100%;display:block}a{color:var(--primary-light);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-color)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.hero-pattern{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23dcdcdc' fill-opacity='0.09' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}.spotlight-card{position:relative;overflow:hidden;z-index:1}.spotlight-card:before{content:"";position:absolute;top:0;right:0;width:100%;height:150%;background:radial-gradient(circle at 80% 20%,rgba(99,102,241,.1),rgba(79,70,229,.1),rgba(129,140,248,.05),transparent 70%);opacity:0;transition:opacity .5s ease;z-index:-1;transform:translate(10%,-10%)}.spotlight-card:hover:before{opacity:1}@keyframes pulsate{0%{box-shadow:0 0 #6366f199}70%{box-shadow:0 0 0 10px #6366f100}to{box-shadow:0 0 #6366f100}}.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}.inline-cal-btn{background:none;border:0;color:var(--primary-light);cursor:pointer;font:inherit;padding:0;text-align:left;text-decoration:none}.inline-cal-btn:hover{text-decoration:underline}
