.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;overflow:hidden;background:#0a0a0a}.splash-background{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/dungeonbrick.png);background-size:200px;background-repeat:repeat;opacity:.4}.splash-road{position:absolute;bottom:0;left:0;width:100%;height:40%;object-fit:cover;object-position:bottom;mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 20%,black 40%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 20%,black 40%)}.splash-logo{position:absolute;top:60px;left:50%;transform:translate(-50%);width:473px;height:auto;filter:drop-shadow(0 5px 10px rgba(0,0,0,.5));animation:logoFadeIn .6s ease-out forwards;will-change:opacity,transform}@keyframes logoFadeIn{0%{opacity:.3;transform:translate(-50%) scale(.9)}to{opacity:1;transform:translate(-50%) scale(1)}}.splash-characters{position:absolute;bottom:40%;left:0;width:100%;height:120px;pointer-events:none}.splash-character{position:absolute;width:80px;height:120px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));will-change:transform,opacity;bottom:-245px;left:0;opacity:0}.splash-fade-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a;opacity:0;pointer-events:none;transition:opacity .3s ease-out}.splash-fade-overlay.active{opacity:1}.splash-screen.fade-out{animation:fadeOutComplete .3s ease-out forwards}@keyframes fadeOutComplete{to{opacity:0}}@media (max-width: 768px){.splash-logo{top:40px;width:338px}.splash-character{width:60px;height:90px;bottom:-270px}.splash-road{height:35%}}@media (max-width: 480px){.splash-logo{top:30px;width:280px}.splash-character{width:50px;height:75px;bottom:-290px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .3s ease-out}.modal-content{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:2px solid rgba(200,160,96,.3);border-radius:24px;padding:48px 40px;max-width:500px;width:100%;text-align:center;animation:modalSlideIn .4s ease-out;box-shadow:0 20px 60px #00000080}.modal-icon{width:100px;height:100px;margin:0 auto 24px;background:linear-gradient(135deg,#c8a06033,#8b6f3e33);border:2px solid rgba(200,160,96,.4);border-radius:20px;display:flex;align-items:center;justify-content:center;animation:iconBounce .6s ease-out}.modal-icon-inner{font-size:48px;animation:spin 2s linear infinite}.modal-title{font-size:32px;font-weight:700;line-height:120%;margin-bottom:16px;background:linear-gradient(135deg,#c8a060,#8b6f3e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-description{font-size:18px;line-height:150%;color:#b0b0b0;margin-bottom:24px}.subscribe-form{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;width:100%}.email-input{width:100%;padding:14px 18px;font-size:16px;border:2px solid rgba(200,160,96,.3);border-radius:12px;background:#0000004d;color:#fff;transition:all .3s ease;font-family:inherit}.email-input::placeholder{color:#666}.email-input:focus{outline:none;border-color:#c8a06099;background:#00000080}.email-input:disabled{opacity:.5;cursor:not-allowed}.subscribe-button{background:linear-gradient(135deg,#c8a060,#8b6f3e);color:#fff;border:none;border-radius:12px;padding:14px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #c8a0604d}.subscribe-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #c8a06066}.subscribe-button:active:not(:disabled){transform:translateY(0)}.subscribe-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.success-message{background:#22c55e1a;border:2px solid rgba(34,197,94,.3);border-radius:12px;padding:24px;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;gap:8px;animation:slideIn .3s ease-out}.success-icon{font-size:32px;color:#22c55e}.success-message p{font-size:16px;color:#b0b0b0;margin:0}.error-message{font-size:14px;color:#ef4444;margin:0;text-align:left}.info-message{font-size:14px;color:#3b82f6;margin:0;text-align:left}.modal-button{background:linear-gradient(135deg,#c8a060,#8b6f3e);color:#fff;border:none;border-radius:12px;padding:14px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #c8a0604d}.modal-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c8a06066}.modal-button:active{transform:translateY(0)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes iconBounce{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.modal-content{padding:40px 24px}.modal-title{font-size:24px}.modal-description{font-size:16px}}.character-explosion{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.explosion-particle{position:absolute;width:80px;height:80px;object-fit:contain;transform-origin:center;animation:explode 2s cubic-bezier(.25,.46,.45,.94) forwards;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}@keyframes explode{0%{transform:translate(0) rotate(0) scale(var(--scale));opacity:1}20%{opacity:1}to{transform:translate(var(--velocity-x),calc(var(--velocity-y) + 800px)) rotate(var(--rotation)) scale(var(--scale));opacity:0}}@media (max-width: 768px){.explosion-particle{width:60px;height:60px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 24px;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(/dungeonbrick.png);background-repeat:repeat;background-size:auto;opacity:.3}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0a33,#0a0a0a4d,#0a0a0a66)}.hero-content{position:relative;z-index:1;max-width:1000px;text-align:center;animation:fadeInUp .8s ease-out}.hero-logo{width:946px;max-width:100%;height:auto;margin-bottom:40px;filter:drop-shadow(0 4px 24px rgba(255,255,255,.1));transition:transform .3s ease;cursor:pointer}.hero-logo:hover{transform:scale(1.05)}.hero-title{font-family:Cinzel,serif;font-size:48px;font-weight:900;line-height:120%;margin-bottom:24px;color:#f5e6d3;text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 20px rgba(200,160,96,.5),0 2px 4px rgba(0,0,0,.8),0 4px 8px rgba(0,0,0,.6),2px 2px 0px rgba(139,111,62,.8)}.hero-description{font-size:20px;line-height:150%;color:#b0b0b0;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:16px 32px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#c8a060,#8b6f3e);color:#fff;box-shadow:0 4px 16px #c8a0604d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #c8a06066}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d}@media (max-width: 768px){.hero{padding:60px 20px}.hero-logo{width:100%;margin-bottom:32px}.hero-title{font-size:36px}.hero-description{font-size:18px}.hero-cta{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%}}.characters{padding:120px 24px;background:linear-gradient(180deg,#0a0a0a,#1a1410,#0a0a0a);position:relative}.characters:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/dungeonbrick.png);background-size:200px;opacity:.03;pointer-events:none}.characters-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.characters-header{text-align:center;margin-bottom:80px}.characters-title{font-size:48px;font-weight:700;line-height:120%;margin-bottom:16px;color:#fff}.characters-subtitle{font-size:20px;line-height:150%;color:#b0b0b0;max-width:600px;margin:0 auto}.characters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.character-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;text-align:center;transition:all .3s ease;animation:fadeInScale .6s ease-out backwards}.character-card:hover{background:#ffffff0d;border-color:#c8a06066;transform:translateY(-8px);box-shadow:0 12px 32px #c8a06033}.character-image-wrapper{width:315px;height:315px;margin:0 auto 24px;border-radius:50%;background:linear-gradient(135deg,#c8a06033,#8b6f3e1a);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .3s ease}.character-card:hover .character-image-wrapper{transform:scale(1.05)}.character-image{width:263px;height:263px;object-fit:contain}.character-name{font-size:28px;font-weight:700;line-height:120%;margin-bottom:12px;color:#c8a060}.character-description{font-size:16px;line-height:150%;color:#909090;margin-bottom:24px}.character-stats{list-style:none;display:flex;flex-direction:column;gap:8px}.character-stats li{font-size:14px;color:#b0b0b0;padding:8px 16px;background:#ffffff0d;border-radius:6px;border-left:3px solid #c8a060}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.characters{padding:80px 20px}.characters-header{margin-bottom:60px}.characters-title{font-size:36px}.characters-subtitle{font-size:18px}.characters-grid{grid-template-columns:1fr;gap:24px}.character-image-wrapper{width:100%;max-width:315px;height:auto;aspect-ratio:1}.character-image{width:80%;height:80%}}.features{padding:120px 24px;background:#0a0a0a}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:80px}.features-title{font-size:48px;font-weight:700;line-height:120%;margin-bottom:16px;color:#fff}.features-subtitle{font-size:20px;line-height:150%;color:#b0b0b0;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:120px}.feature-card{padding:32px;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s ease;animation:fadeIn .6s ease-out backwards}.feature-card:hover{background:#ffffff0a;border-color:#c8a0604d;transform:translateY(-4px)}.feature-icon{width:56px;height:56px;margin-bottom:20px;background:linear-gradient(135deg,#c8a06026,#8b6f3e1a);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon-inner{width:24px;height:24px;background:#c8a060;border-radius:4px}.feature-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.feature-title{font-size:22px;font-weight:700;line-height:120%;color:#fff;margin:0}.coming-soon-badge{font-size:11px;font-weight:600;padding:4px 10px;background:#c8a06026;border:1px solid rgba(200,160,96,.3);border-radius:12px;color:#c8a060;text-transform:uppercase;letter-spacing:.5px}.feature-description{font-size:16px;line-height:150%;color:#909090}.features-cta{position:relative;background:linear-gradient(135deg,#c8a0601a,#8b6f3e0d);border:1px solid rgba(200,160,96,.2);border-radius:20px;padding:60px;display:flex;align-items:center;justify-content:flex-end;min-height:400px;overflow:hidden}.features-cta-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.features-preview{width:100%;height:100%;object-fit:cover;border-radius:20px;mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 20%,black 40%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 20%,black 40%)}.features-cta-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:24px;max-width:550px;padding:40px;background:linear-gradient(135deg,#000000d9,#000000bf);border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.features-cta-title{font-size:36px;font-weight:700;line-height:120%;color:#fff}.features-cta-description{font-size:18px;line-height:150%;color:#b0b0b0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 968px){.features-cta{padding:40px;justify-content:center;min-height:500px}.features-cta-content{max-width:100%}}@media (max-width: 768px){.features{padding:80px 20px}.features-header{margin-bottom:60px}.features-title{font-size:36px}.features-subtitle{font-size:18px}.features-grid{grid-template-columns:1fr;gap:24px;margin-bottom:80px}.features-cta{padding:24px;min-height:450px}.features-cta-content{padding:32px 24px}.features-cta-title{font-size:28px}.features-cta-description{font-size:16px}}.gameplay{padding:120px 24px;position:relative;background:#0a0a0a}.gameplay-container{max-width:1200px;margin:0 auto}.gameplay-header{text-align:center;margin-bottom:80px;animation:fadeInUp .6s ease-out}.gameplay-title{font-size:48px;font-weight:700;line-height:120%;margin-bottom:16px;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gameplay-subtitle{font-size:20px;line-height:150%;color:#b0b0b0;max-width:600px;margin:0 auto}.gameplay-content{animation:fadeInUp .8s ease-out}.gameplay-placeholder{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:80px 40px;text-align:center;max-width:800px;margin:0 auto}.gameplay-placeholder-icon{width:120px;height:120px;margin:0 auto 32px;background:linear-gradient(135deg,#c8a0601a,#8b6f3e1a);border:2px solid rgba(200,160,96,.3);border-radius:20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.gameplay-placeholder-icon-inner{width:60px;height:60px;background:linear-gradient(135deg,#c8a060,#8b6f3e);border-radius:12px;opacity:.6;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.gameplay-placeholder-title{font-size:32px;font-weight:700;line-height:120%;margin-bottom:16px;color:#fff}.gameplay-placeholder-description{font-size:18px;line-height:150%;color:#b0b0b0;max-width:500px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.gameplay{padding:80px 20px}.gameplay-header{margin-bottom:60px}.gameplay-title{font-size:36px}.gameplay-subtitle{font-size:18px}.gameplay-placeholder{padding:60px 24px}.gameplay-placeholder-icon{width:100px;height:100px}.gameplay-placeholder-icon-inner{width:50px;height:50px}.gameplay-placeholder-title{font-size:24px}.gameplay-placeholder-description{font-size:16px}}.footer{background:#050505;border-top:1px solid rgba(255,255,255,.08);padding:80px 90px 32px}.footer-container{max-width:1200px;margin:0 auto 60px;display:grid;grid-template-columns:2fr 3fr;gap:60px}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{width:160px;height:auto}.footer-tagline{font-size:16px;color:#707070;line-height:150%}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-column ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-heading{font-size:16px;font-weight:700;color:#fff;margin-bottom:16px}.footer-column a{font-size:15px;color:#909090;text-decoration:none;transition:color .2s ease}.footer-column a:hover{color:#c8a060}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:32px;border-top:1px solid rgba(255,255,255,.06);text-align:center}.footer-bottom p{font-size:14px;color:#606060}@media (max-width: 768px){.footer{padding:60px 20px 24px}.footer-container{grid-template-columns:1fr;gap:40px;margin-bottom:40px}.footer-links{grid-template-columns:1fr;gap:32px}.footer-logo{width:140px}}.brick-border{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999}.brick-row,.brick-column{position:absolute;display:flex;pointer-events:none}.brick-row{width:100%;height:64px;left:0;right:0}.brick-row.top{top:0;justify-content:space-between}.brick-row.bottom{bottom:0;justify-content:space-between}.brick-row.falling.top{animation:fall-top .8s ease-in forwards}.brick-row.falling.bottom{animation:fall-bottom .8s ease-in forwards}.brick-row.hidden{display:none}.brick-column{height:100%;width:64px;top:0;bottom:0;flex-direction:column;justify-content:space-between}.brick-column.left{left:0}.brick-column.right{right:0}.brick{background-size:cover;background-position:center;background-repeat:no-repeat;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.brick-horizontal{width:64px;height:64px}.brick-vertical{width:64px;height:64px;transform:rotate(90deg)}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}@keyframes wiggle-vertical{0%,to{transform:rotate(90deg)}25%{transform:rotate(87deg)}75%{transform:rotate(93deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes bounce-vertical{0%,to{transform:rotate(90deg) translateY(0)}50%{transform:rotate(90deg) translateY(-12px)}}.brick-horizontal.wiggle{animation:wiggle .6s ease-in-out}.brick-horizontal.bounce{animation:bounce .6s ease-in-out}.brick-vertical.wiggle{animation:wiggle-vertical .6s ease-in-out}.brick-vertical.bounce{animation:bounce-vertical .6s ease-in-out}@keyframes fall-top{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(-120px) rotate(-5deg);opacity:0}}@keyframes fall-bottom{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(120px) rotate(5deg);opacity:0}}@media (max-width: 768px){.brick-column{display:none}}.scroll-indicator{position:fixed;bottom:40px;left:50%;transform:translate(-50%);z-index:10000;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none;animation:fadeInBounce 1s ease-out .5s both}.scroll-text{color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 8px rgba(0,0,0,.5);animation:pulse 2s ease-in-out infinite}.scroll-arrow{color:#fff;animation:bounce-arrow 2s ease-in-out infinite;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}@keyframes fadeInBounce{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes bounce-arrow{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width: 768px){.scroll-indicator{bottom:30px}.scroll-text{font-size:12px}.scroll-arrow svg{width:28px;height:28px}}.app{width:100%;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff}#root{min-height:100vh}
