@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--app-bg: #f5f1e8;--stage-bg: #f5f1e8;--text-primary: #07356b;--text-secondary: #07356b;--accent-color: #07356b;--brand-primary: #07356b;--section-dark: #07356b;--section-light: #f5f1e8;--border-color: #07356b20;--radius-full: 9999px;--radius-lg: 24px;--elegant-font: "Great Vibes";--vh: 1vh;--app-height: 100%}:root[data-theme=dark]{--background: #000000;--foreground: #ffffff;--text-primary: #ffffff;--text-secondary: #888888}:root[data-theme=light]{--background: #ffffff;--foreground: #000000;--text-primary: #000000;--text-secondary: #666666}body{background-color:var(--app-bg);color:var(--text-primary);font-family:Inter,-apple-system,sans-serif;margin:0;line-height:1.6;letter-spacing:-.025em;min-height:100vh}::selection{background-color:#07356b33}*{transition-property:opacity,background-color,color,border-color;transition-duration:.1s}@keyframes bounce-x{0%,to{transform:translate(-4px)}50%{transform:translate(0)}}@keyframes glow{0%,to{opacity:.6;filter:drop-shadow(0 0 2px rgba(255,255,255,.3))}50%{opacity:1;filter:drop-shadow(0 0 8px rgba(255,255,255,.5))}}@keyframes float-up{0%{opacity:0;transform:translateY(6px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.lighting-button{animation:bounce-x 1.5s ease-in-out infinite}.lighting-button:hover{animation:none;transform:translate(0)}.light-glow{animation:glow 2s ease-in-out infinite}.word-float{animation:float-up .8s cubic-bezier(.23,1,.32,1) forwards;will-change:transform,opacity,filter;transform-style:preserve-3d;backface-visibility:hidden}.institute-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:#f5f1e8;position:sticky;top:0;z-index:1000}.nav-links{display:flex;gap:2.5rem}.nav-item{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#07356b;opacity:.7;cursor:pointer;transition:opacity .2s}.nav-item:hover{opacity:1}.site-footer{background:#07356b;color:#f5f1e8;padding:8rem 10% 4rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}.footer-column h3{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;opacity:.5}.footer-column li{margin-bottom:1rem;color:#f5f1e8;opacity:.8;font-size:.9rem;cursor:pointer}.footer-logo-circle{width:50px;height:50px;background:#f5f1e8;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#07356b;font-weight:900}.subpage-container{padding:6rem 10%;max-width:1300px;margin:0 auto;background:#f5f1e8;min-height:100vh}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--app-bg)}::-webkit-scrollbar-thumb{background:#07356b40;border:3px solid var(--app-bg);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#07356b80}@layer components{.footer-link{@apply hover:text-[#07356b];}.footer-dot{@apply mx-2 text-[#07356b]/40;}}
