*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);min-height:100vh;color:#fff;display:flex;align-items:center;justify-content:center}.container{text-align:center;padding:2rem}.content{animation:fadeIn 1.5s ease-in-out}.stone-container{position:relative;display:inline-block;margin-bottom:1.5rem}.stone-image{width:200px;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 0 40px #ffd20026,0 10px 40px #00000080;transition:transform .3s ease;filter:saturate(1.1) contrast(1.05)}.stone-image:hover{transform:scale(1.03)}.stone-glow{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:18px;background:radial-gradient(circle at center,rgba(255,210,0,.08) 0%,transparent 70%);pointer-events:none;animation:glowPulse 3s ease-in-out infinite}.welcome-title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#f7971e,#ffd200);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-message{font-size:1.25rem;color:#ccc;margin-bottom:2rem;line-height:1.6}.welcome-message strong{color:#ffd200}.sub-message{font-size:.95rem;color:#888;margin-top:1.5rem}.loader{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.loader span{width:12px;height:12px;background:#ffd200;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.loader span:nth-child(1){animation-delay:-.32s}.loader span:nth-child(2){animation-delay:-.16s}.loader span:nth-child(3){animation-delay:0s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes glowPulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
