*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}html,body{height:100%;overflow:hidden}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,#000,#0a0a0a,#1a1a1a)}#root{height:100vh;width:100vw}.bg-gray-900{background:linear-gradient(135deg,#000,#0a0a0a,#1a1a1a);height:100vh;width:100vw}.text-gray-100{color:#f8fafc}.bg-primary{background:linear-gradient(135deg,#b1a96a,#c4b97a);box-shadow:0 8px 32px #b1a96a4d;transition:all .3s ease}.bg-primary:hover{background:linear-gradient(135deg,#c4b97a,#b1a96a);transform:translateY(-2px);box-shadow:0 12px 40px #b1a96a66}.text-gray-900{color:#0f172a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #b1a96a4d}50%{box-shadow:0 0 40px #b1a96a99}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spaceShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.glass-effect{background:#ffffff08;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.05);border-radius:16px}.animate-fade-in{animation:fadeInUp .8s ease-out}.animate-float{animation:float 3s ease-in-out infinite}.glow-effect{animation:glow 2s ease-in-out infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.modern-button{background:linear-gradient(135deg,#b1a96a,#c4b97a);color:#0f172a;padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #b1a96a4d;display:flex;align-items:center;gap:6px;text-decoration:none;min-width:140px;justify-content:center}.modern-button:hover{background:linear-gradient(135deg,#c4b97a,#b1a96a);transform:translateY(-2px);box-shadow:0 8px 25px #b1a96a66}.modern-button .w-5{width:16px;height:16px}.buttons-container{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%;max-width:300px}@media (min-width: 640px){.buttons-container{flex-direction:row;justify-content:center;gap:16px}}.hero-title{font-size:clamp(2.5rem,8vw,4rem);font-weight:800;background:linear-gradient(135deg,#f8fafc,#b1a96a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(177,169,106,.3);letter-spacing:-.02em}.hero-description{font-size:clamp(1.1rem,3vw,1.25rem);line-height:1.6;color:#cbd5e1;max-width:600px;text-align:center}.main-container{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;position:relative;overflow:hidden;background:linear-gradient(-45deg,#000,#0a0a0a,#1a1a1a,#000);background-size:400% 400%;animation:spaceShift 20s ease infinite}.content-container{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:800px;width:100%}@media (max-width: 768px){.main-container{padding:1rem}.content-container{gap:1.5rem}.glass-effect{padding:1.5rem!important}.modern-button{padding:8px 16px;font-size:13px;min-width:120px}}
