@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;background-color:#000;color:#fff;font-family:"Inter",Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-section{position:relative;height:100vh;background:linear-gradient(to bottom right,#1e1b4b,#3b0764,#000);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.hero-card{position:relative;z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.2);border-radius:1rem;padding:2rem;max-width:500px;text-align:center;box-shadow:0 0 20px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.1rem;margin-bottom:1rem;font-family:"Inter",Arial,Helvetica,sans-serif}.hero-funfact{font-size:.9rem;color:#d2d7dd}.hero-buttons{display:flex;grid-gap:.6rem;gap:.6rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.hero-btn{display:flex;flex-direction:column;align-items:center;grid-gap:.2rem;gap:.2rem;background:linear-gradient(180deg,rgba(120,80,200,.18),rgba(90,50,160,.12));border:1px solid rgba(180,130,230,.12);color:#fff;padding:.6rem .7rem;border-radius:12px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;min-width:72px}.hero-btn:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(100,60,200,.12)}.hero-btn .btn-label{font-size:.85rem;color:#efe8ff}.modal-backdrop{position:fixed;inset:0;background:rgba(10,6,20,.6);display:flex;align-items:center;justify-content:center;z-index:60;padding:1rem}.modal-card{width:100%;max-width:900px;max-height:90vh;overflow:auto;background:linear-gradient(180deg,rgba(20,10,40,.9),rgba(30,10,50,.85));border-radius:14px;border:1px solid rgba(150,100,220,.12);padding:1.25rem;position:relative}.modal-close{position:absolute;right:12px;top:12px;background:transparent;color:#eee;border:none;font-size:1.1rem;cursor:pointer}.modal-content{color:#fff}.bubbles-container{position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0;z-index:0;pointer-events:none}.bubble{position:absolute;bottom:-50px;border-radius:50%;background:rgba(247,244,244,.1);animation:floatUp 10s ease-in infinite}.bubble:first-child{left:10%;width:40px;height:40px;animation-delay:0s}.bubble:nth-child(2){left:30%;width:30px;height:30px;animation-delay:2s}.bubble:nth-child(3){left:50%;width:30px;height:30px;animation-delay:4s}.bubble:nth-child(4){left:70%;width:35px;height:35px;animation-delay:1s}.bubble:nth-child(5){left:85%;width:70px;height:70px;animation-delay:3s}@keyframes floatUp{0%{transform:translateY(0) scale(1);opacity:1}50%{opacity:1}to{transform:translateY(-120vh) scale(1.5);opacity:1}}.hero-title{font-family:"DM Serif Display",serif}.hero-funfact,.hero-subtitle{font-family:"Inter",sans-serif}.hoverText{font-family:"Outfit",sans-serif;font-weight:700;color:#aab3ff;font-size:60px;text-align:center;display:inline-block;line-height:1.2}.hoverText span{display:inline-block;transition:font-weight .35s,color .35s;white-space:pre;cursor:default}
/*# sourceMappingURL=main.dcecb174.chunk.css.map */