*{margin:0;padding:0;box-sizing:border-box}body{font-family:Courier New,monospace;background:#ffffff;color:#333;overflow-x:hidden}.app{min-height:100vh}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.header-content{display:flex;justify-content:center;align-items:center;max-width:1200px;margin:0 auto}.header-left{display:flex;flex-direction:column;align-items:center}.header-right{display:none;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.header-preorder-btn{background:rgba(255,255,255,.85);color:#333;padding:.8rem 1.8rem;border-radius:25px;text-decoration:none;font-weight:400;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;cursor:pointer;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:.5rem}.header-preorder-btn .cart-icon{font-size:1rem}.header-preorder-btn .order-text{font-size:.9rem}.header-preorder-btn:hover{background:rgba(255,255,255,.95);color:#000;transform:translateY(-2px);box-shadow:0 6px 16px #00000040;border-color:#0003}.logo{font-size:1.5rem;font-weight:700;color:#2c2c2c;text-align:center;margin-bottom:.75rem}.logo-subtitle{font-size:1rem;color:#666;text-align:center;font-weight:400;margin:0;line-height:1.2}.section{min-height:100vh;padding:2rem 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;margin-top:4rem;opacity:0;transform:translateY(50px);animation:fadeInUp 1s ease-out forwards}.section:nth-child(2){animation-delay:.2s}.section:nth-child(3){animation-delay:.4s}.section:nth-child(4){animation-delay:.6s}.section:nth-child(5){animation-delay:.8s}.section:nth-child(6){animation-delay:1s}.section:nth-child(7){animation-delay:1.2s}.section:nth-child(8){animation-delay:1.4s}.section:nth-child(9){animation-delay:1.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.section-number{font-size:.9rem;color:#666;margin-bottom:.5rem;font-weight:700;letter-spacing:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-title{font-size:2rem;margin-bottom:1rem;color:#2c2c2c;font-weight:700}.intro-section{background:#ffffff;position:relative;overflow:hidden}.intro-section .video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.intro-section .content-overlay{position:relative;z-index:1;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:2rem;border-radius:20px;margin:1rem;transform:translateY(-60px)}.intro-subtitle{font-size:1.2rem;margin-bottom:2rem;color:#555;font-weight:400}.toy-container{margin:2rem 0;perspective:1000px}.toy{width:200px;height:240px;background:linear-gradient(145deg,#f0ead6,#ddd5b8);border-radius:25px;position:relative;box-shadow:0 10px 30px #0003,inset 0 1px #ffffff4d;transition:all .3s ease;cursor:pointer}.toy:hover{transform:translateY(-5px) rotateY(5deg);box-shadow:0 15px 40px #00000040}.toy-screen{width:120px;height:120px;background:#000;border-radius:15px;position:absolute;top:30px;left:50%;transform:translate(-50%);overflow:hidden;border:3px solid #333}.face-image{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.face-image.sleepy{filter:brightness(.8) sepia(.2)}.face-image.happy{filter:brightness(1.1) saturate(1.2)}.shaking{animation:shake .5s ease-in-out infinite}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px) rotate(-1deg)}75%{transform:translate(5px) rotate(1deg)}}.customization{margin-top:2rem;max-width:300px}.customization h4{font-size:1.1rem;margin-bottom:1rem;color:#2c2c2c}.customization ul{list-style:none;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.love-text{font-style:italic;color:#666;font-size:.9rem}.truly-yours-section{background:#ffffff;padding:2rem 1rem;position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.truly-yours-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:900px;min-height:70vh;margin:0 auto;gap:3rem;padding-top:2rem}.character-text{text-align:center;z-index:2;padding:1rem;order:1;width:100%;max-width:600px}.character-image-container{display:flex;align-items:center;justify-content:center;width:100%;gap:1rem;margin-top:1rem;position:relative}.character-image{display:flex;justify-content:center;z-index:1;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;flex:1;max-width:280px}.character-img{width:100%;max-width:280px;height:auto;border-radius:15px;filter:sepia(.1) contrast(1.1);transition:all .3s ease;will-change:transform,filter}.character-img:hover{filter:sepia(.05) contrast(1.2);transform:scale(1.02)}.carousel-arrow{background:rgba(255,255,255,.9);border:2px solid rgba(0,0,0,.1);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#333;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a;z-index:3;-webkit-user-select:none;user-select:none;flex-shrink:0}.carousel-arrow:hover{background:rgba(255,255,255,1);border-color:#0003;transform:scale(1.1);box-shadow:0 6px 20px #00000026}.carousel-arrow:active{transform:scale(.95)}.carousel-arrow-left{margin-right:.5rem}.carousel-arrow-right{margin-left:.5rem}.greeting-text{font-size:1.1rem;margin-bottom:.8rem;color:#333;line-height:1.3}.rotating-name{font-weight:700;color:#2c2c2c;transition:all .3s ease;display:inline-block;animation:nameGlow .5s ease-in-out}@keyframes nameGlow{0%{transform:scale(1);color:#2c2c2c}50%{transform:scale(1.05);color:#444}to{transform:scale(1);color:#2c2c2c}}.customize-text{font-size:.95rem;margin-bottom:.5rem;color:#333}.feature-list{list-style:none;margin-bottom:1rem;font-size:.9rem;line-height:1.4}.feature-list li{color:#333;margin:.2rem 0}.description-text{font-size:.85rem;color:#555;line-height:1.4;max-width:280px}@media (max-width: 767px){.truly-yours-content{min-height:80vh;gap:.5rem;padding-top:0rem}.character-img{max-width:220px}.character-image-container{gap:.5rem}.carousel-arrow{width:40px;height:40px;font-size:20px}.carousel-arrow-left{margin-right:.25rem}.carousel-arrow-right{margin-left:.25rem}}@media (max-width: 480px){.character-image-container{gap:.25rem}.carousel-arrow{width:35px;height:35px;font-size:18px}.character-text{max-width:90%}.greeting-text{font-size:1rem}.customize-text{font-size:.9rem}.feature-list{font-size:.85rem}.description-text{font-size:.8rem;max-width:100%}.hear-section .content-overlay{margin:.5rem;padding:1.5rem}.hear-section .interaction-buttons{max-width:90%;gap:.4rem;margin:1rem auto}.interaction-btn{font-size:.75rem;padding:.5rem .8rem}}.hear-section{background:#ffffff;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}.hear-section-image{width:100%;max-width:400px;margin:2rem 0;border-radius:20px}.hear-content-container{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}@media (min-width: 768px){.hear-content-container{flex-direction:row;justify-content:center;align-items:center;gap:3rem;max-width:1000px;margin:0 auto}.hear-content-container .section-description{width:45%;text-align:left;max-width:500px}.hear-content-container .image-interaction-container{width:45%}}.image-interaction-container{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:400px}.interaction-buttons{position:absolute;bottom:80px;display:flex;flex-direction:column;gap:.5rem;width:90%;max-width:280px}@media (min-width: 768px){.interaction-buttons{gap:1rem;max-width:320px}}.interaction-btn{background:rgba(255,255,255,.4);border:2px solid rgba(255,255,255,.6);border-radius:20px;padding:.6rem 1rem;font-size:.8rem;color:#333;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);font-family:inherit;font-weight:500;text-shadow:0 1px 2px rgba(255,255,255,.9)}.interaction-btn:hover{background:rgba(255,255,255,.6);border-color:#fffc;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.interaction-btn:active{transform:translateY(0)}.feel-section{background:#ffffff;position:relative;overflow:hidden}.feel-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.75);z-index:1;pointer-events:none}.feel-section .video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;filter:blur(1px)}.feel-section .content-overlay{position:relative;z-index:2;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:2rem;border-radius:20px;margin:1rem}.feel-section .section-description{color:#333;font-weight:500;text-shadow:none;position:relative;z-index:2}.feel-section .section-title,.feel-section .section-number{color:#333}.remember-section .section-description{color:#000;font-weight:500;text-shadow:0 0 10px rgba(255,255,255,.8)}.hand-container{position:relative;margin:2rem 0}.hand{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);font-size:3rem;animation:wave 2s ease-in-out infinite}@keyframes wave{0%,to{transform:translate(-50%) rotate(0)}50%{transform:translate(-50%) rotate(15deg)}}.remember-section{background:#ffffff;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.remember-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.75);z-index:1;pointer-events:none}.remember-section .video-background{width:50%;height:auto;object-fit:contain;border-radius:20px;margin-bottom:2rem}.remember-section .content-overlay{background:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;margin:0;text-align:center;position:relative;z-index:2}.remember-section .remember-content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh}.remember-section .text-container{position:relative;width:90%;max-width:450px;background:none;padding:1.5rem;border-radius:10px;text-align:center;z-index:2;margin-top:2rem}.remember-section .remember-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;filter:blur(1px)}.remember-section .section-description{color:#333;text-shadow:none;font-weight:500;max-width:none;width:100%;margin-top:0;text-align:center}.remember-section .section-title,.remember-section .section-number{color:#333}.find-section{background:#ffffff;min-height:100vh;position:relative;overflow:hidden}.find-section .content-overlay{position:relative;z-index:1;padding:2rem;margin:1rem;text-align:center}.find-section .find-subtitle{font-size:1.1rem;color:#333;margin-bottom:2rem;max-width:350px;line-height:1.4}.find-section .social-links{margin-top:2rem}.find-section .social-links h4{font-size:1.2rem;margin-bottom:1.5rem;color:#2c2c2c}.find-section .social-link{display:block;font-size:1.1rem;color:#333;text-decoration:none;margin:1rem 0;transition:all .3s ease;position:relative}.find-section .social-link:hover{color:#555;transform:translate(10px)}.find-section .social-link:before{content:"→";position:absolute;left:-20px;opacity:0;transition:all .3s ease}.find-section .social-link:hover:before{opacity:1;left:-25px}.find-section .discord-button{display:inline-block;background:#000;color:#fff;font-size:1.2rem;font-weight:700;padding:.9rem 2rem .9rem 3.5rem;text-decoration:none;border-radius:25px;margin:1rem 0;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 5px 15px #0000004d;border:3px solid transparent;position:relative}.find-section .discord-button:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;background-image:url(/discord_logo.png);background-size:contain;background-repeat:no-repeat;background-position:center}.find-section .discord-button:hover{background:#333;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 20px #0006;border-color:#666}.find-section .other-socials{margin-top:1.5rem;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.find-section .other-socials .social-link{margin:.5rem 0;font-size:1rem}.find-section .section-image{width:100%;max-width:400px;height:auto;border-radius:20px;margin-top:2rem;box-shadow:0 10px 30px #0000001a}.section-description{max-width:320px;line-height:1.6;color:#555;margin-top:2rem}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.popup{background:#ffffff;border-radius:20px;padding:2rem;max-width:300px;text-align:center;position:relative;box-shadow:0 20px 60px #0000004d;animation:popupIn .3s ease-out}@keyframes popupIn{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;transition:color .3s ease}.popup-close:hover{color:#333}.popup h3{margin-bottom:1rem;color:#2c2c2c}.popup p{margin-bottom:1.5rem;color:#555;line-height:1.4}.discord-btn{background:#f5f5dc;color:#333;padding:.8rem 2rem;border-radius:25px;text-decoration:none;font-weight:700;transition:all .3s ease;display:inline-block;border:2px solid #ddd}.discord-btn:hover{background:#f0ead6;color:#222;transform:translateY(-2px);box-shadow:0 5px 15px #0003;border-color:#ccc}.preorder-section{margin-top:3rem;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.preorder-main-btn{background:#000;color:#fff;font-size:1.8rem;font-weight:700;padding:1.2rem 3rem;text-decoration:none;border-radius:25px;margin:1.5rem 0;transition:all .3s ease;text-transform:uppercase;letter-spacing:2px;box-shadow:0 8px 25px #0006;display:inline-block;border:3px solid transparent;animation:pulse 2s infinite;cursor:pointer;font-family:inherit}.preorder-text{white-space:nowrap}.preorder-main-btn:hover{background:#333;transform:translateY(-5px) scale(1.05);box-shadow:0 15px 35px #00000080;border-color:#666}@keyframes pulse{0%{box-shadow:0 8px 25px #0006}50%{box-shadow:0 8px 25px #0009,0 0 30px #0003}to{box-shadow:0 8px 25px #0006}}.preorder-btn{background:#000;color:#fff;padding:1rem 2.5rem;border-radius:25px;text-decoration:none;font-weight:700;transition:all .3s ease;display:inline-block;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;box-shadow:0 5px 15px #0000004d;margin-bottom:1rem;border:none;cursor:pointer;font-family:inherit}.preorder-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 20px #0006}.popup-secondary{padding-top:1rem;border-top:1px solid #eee;margin-top:1rem}.popup-secondary p{font-size:.9rem;margin-bottom:.5rem;color:#666}.discord-link{color:#5865f2;text-decoration:none;font-weight:500;transition:color .3s ease}.discord-link:hover{color:#4752c4;text-decoration:underline}@media (max-width: 767px){.section-number{font-size:.8rem;letter-spacing:1px}.find-section .find-subtitle{max-width:320px}.preorder-main-btn{font-size:1.4rem;padding:1.1rem 2.2rem;letter-spacing:1px;margin:1.5rem 0;box-shadow:0 12px 30px #00000080;animation:mobilePulse 2.5s infinite;position:relative;overflow:hidden;cursor:pointer}.preorder-main-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.preorder-main-btn:active:before{left:100%}.preorder-main-btn:active{transform:scale(.96);box-shadow:0 8px 20px #0009}.preorder-section{margin-top:1.5rem;margin-bottom:1rem}.preorder-text{white-space:nowrap;display:inline-block;font-weight:900;text-shadow:0 2px 4px rgba(0,0,0,.3)}@keyframes mobilePulse{0%{box-shadow:0 12px 30px #00000080}50%{box-shadow:0 15px 40px #000000b3,0 0 40px #0000004d}to{box-shadow:0 12px 30px #00000080}}.find-section .discord-button{font-size:1rem;padding:.8rem 1.5rem .8rem 3rem;margin:.8rem 0}.find-section .discord-button:before{width:16px;height:16px;left:.8rem}}@media (min-width: 768px){.section{padding:3rem 2rem}.section-title{font-size:2.5rem}.toy{width:250px;height:300px}.toy-screen{width:150px;height:150px}.interaction-buttons{gap:1rem;max-width:320px}.interaction-btn{font-size:.8rem;padding:.7rem 1rem}.preorder-main-btn{cursor:pointer}.header-right{display:block}.intro-section .video-background{width:60%;height:60vh;object-fit:contain;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:20px}.truly-yours-content{text-align:center;align-items:center;gap:1rem;padding-top:1rem}.character-text{text-align:center;display:flex;flex-direction:column;align-items:center;padding:.5rem}.character-image-container{margin-top:0}.description-text{text-align:center;max-width:400px}.feel-section .video-background,.remember-section .remember-video{width:50%;height:50vh;object-fit:contain;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:20px}}.floating-preorder-btn{position:fixed;bottom:20px;right:20px;background:rgba(255,255,255,.85);color:#333;padding:.8rem 1.2rem;border-radius:25px;text-decoration:none;font-weight:700;font-size:.9rem;box-shadow:0 8px 25px #00000026;border:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease;cursor:pointer;display:none;animation:fadeInUp .3s ease-out;align-items:center;justify-content:center;gap:.5rem}.floating-preorder-btn .cart-icon{font-size:1.1rem}.floating-preorder-btn .order-text{font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;font-weight:400}.floating-preorder-btn:hover{background:rgba(255,255,255,.95);color:#000;transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #00000040;border-color:#0003}.floating-preorder-btn:active{transform:translateY(-1px) scale(1.02)}@media (max-width: 1024px){.floating-preorder-btn{display:flex}}@media (max-width: 480px){.floating-preorder-btn{bottom:15px;right:15px;padding:.6rem .9rem;font-size:.8rem;gap:.3rem}.floating-preorder-btn .cart-icon{font-size:.9rem}.floating-preorder-btn .order-text{font-size:.75rem}}html{scroll-behavior:smooth;scroll-padding-top:80px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.dress-up-section{background:#ffffff}.dress-up-section .dress-up-content{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.dress-up-section .text-container{max-width:500px;text-align:center}.dress-up-section .outfit-image{display:flex;justify-content:center;width:100%}.dress-up-section .outfit-img{width:60%;max-width:300px;height:auto;border-radius:20px}@media (min-width: 768px){.dress-up-section .dress-up-content{flex-direction:row;justify-content:center;align-items:center;gap:3rem;max-width:1000px;margin:0 auto}.dress-up-section .text-container{width:45%;text-align:left;max-width:500px}.dress-up-section .outfit-image{width:45%}.dress-up-section .outfit-img{width:100%;max-width:400px}}.hear-section .section-description{transform:translateY(0);margin:0 auto}.disclaimer p{font-size:.8rem;color:#aaa;line-height:1.5}.friends-section .friends-image{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:2rem}.friends-section .friends-img{width:600px;max-width:90%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a;transform:none;transition:none;margin:0 auto}.friends-section .friends-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.friends-section .text-container{max-width:500px;text-align:center}.friends-section .section-description{text-align:center;margin:0 auto}@media (min-width: 768px){.friends-section .friends-content{flex-direction:column;align-items:center;justify-content:center;text-align:center}.friends-section .text-container{text-align:center;width:100%}.friends-section .friends-img{width:600px;max-width:70%}}.preorder-page{min-height:100vh;background:#ffffff;font-family:Courier New,monospace;color:#333}.preorder-header{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 0;position:sticky;top:0;z-index:100}.container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.back-link{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:#000}.logo{font-size:1.5rem;font-weight:700;color:#2c2c2c;margin:0}.preorder-container{max-width:800px;margin:0 auto;padding:2rem}.preorder-content{background:#ffffff}.page-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #f0ead6}.page-header h1{font-size:2.5rem;margin-bottom:1rem;color:#2c2c2c;font-weight:700}.limited-notice{margin-top:1rem}.limited-badge{background:#f0ead6;color:#2c2c2c;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:700;display:inline-block;border:2px solid #ddd5b8}.limited-notice p{margin-top:.5rem;color:#666;font-size:1rem}section{margin-bottom:3rem;padding:2rem;background:#fafafa;border-radius:10px;border:1px solid #eee}section h2{font-size:1.5rem;margin-bottom:1rem;color:#2c2c2c;font-weight:700}section p{color:#666;line-height:1.6;margin-bottom:1rem}.price-guarantee{background:#f0ead6;padding:1.5rem;border-radius:8px;border:1px solid #ddd5b8;margin-bottom:2rem}.price-guarantee h3{color:#2c2c2c;margin-bottom:.5rem;font-size:1.2rem}.price-guarantee p{color:#555;margin:0;font-size:.95rem}.first-backer-perks h3{margin-bottom:1rem;color:#2c2c2c}.perks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.perk-item{background:#ffffff;padding:1rem;border-radius:8px;border:1px solid #ddd;text-align:center}.perk-item strong{display:block;color:#2c2c2c;margin-bottom:.5rem;font-size:.95rem}.perk-item p{color:#666;margin:0;font-size:.85rem;line-height:1.4}.price-input-container{margin-bottom:1.5rem}.price-input-container label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.price-input-wrapper{display:flex;align-items:center;border:2px solid #ddd;border-radius:8px;padding:.5rem;background:white;max-width:200px}.price-input-wrapper span{font-size:1.2rem;font-weight:700;color:#333;margin-right:.5rem}.price-input{border:none;outline:none;font-size:1.2rem;font-weight:700;width:100%;color:#333;font-family:inherit}.price-error{background:#f8d7da;color:#721c24;padding:.8rem;border-radius:8px;margin-top:.5rem;font-size:.9rem;line-height:1.4;border:1px solid #f1aeb5}.contribution-breakdown{background:#ffffff;border:1px solid #ddd;border-radius:8px;padding:1rem;margin-bottom:1rem}.breakdown-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.breakdown-item:last-child{border-bottom:none}.breakdown-total{display:flex;justify-content:space-between;padding:.5rem 0;font-weight:700;font-size:1.1rem;color:#2c2c2c;border-top:2px solid #333;margin-top:.5rem}.perk-preview{background:#f0ead6;padding:1rem;border-radius:8px;border:1px solid #ddd5b8}.perk-description{margin:0;color:#555;font-style:italic;font-size:.9rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{margin-bottom:.5rem;color:#333;font-weight:500;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:#ffffff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#333}.form-group textarea{resize:vertical;min-height:100px}.shipping-note{background:#f0ead6;padding:1.5rem;border-radius:8px;border:1px solid #ddd5b8}.shipping-note p{margin:0;color:#555;font-size:.95rem;line-height:1.5}.stripe-info-section{margin-bottom:2rem}.stripe-info{background:#f0ead6;padding:1.5rem;border-radius:8px;border:1px solid #ddd5b8;text-align:center}.stripe-info h2{color:#2c2c2c;margin-bottom:1rem;font-size:1.5rem}.stripe-info p{color:#555;margin-bottom:1rem;font-size:1rem;line-height:1.5}.features-list{text-align:left;max-width:300px;margin:0 auto}.features-list p{margin:.5rem 0;color:#2c2c2c;font-weight:500}.faq-section{margin-bottom:2rem}.faq-section h2{color:#2c2c2c;margin-bottom:1.5rem;font-size:1.8rem;text-align:center}.faq-container{max-width:600px;margin:0 auto}.faq-item{border:1px solid #ddd5b8;border-radius:8px;margin-bottom:.5rem;overflow:hidden;background:#ffffff}.faq-question{width:100%;padding:1.2rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit;font-size:1.1rem;font-weight:400;color:#2c2c2c;transition:background-color .3s ease}.faq-question:hover{background-color:#f8f8f8}.faq-question.active{background-color:#f0ead6;border-bottom:1px solid #ddd5b8}.faq-icon{font-size:1.2rem;font-weight:700;color:#666;transition:transform .3s ease}.faq-question.active .faq-icon{color:#2c2c2c}.faq-answer{padding:1.5rem;background-color:#f9f9f9;animation:fadeIn .3s ease}.faq-answer p{margin:0 0 1rem;color:#555;line-height:1.6;font-size:1rem}.faq-answer .faq-inline-link{color:#000;font-weight:600;text-decoration:underline;transition:color .3s ease}.faq-answer .faq-inline-link:hover{color:#555}.faq-link{display:inline-block;background:#2c2c2c;color:#fff;padding:.8rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;margin-top:.5rem;transition:background-color .3s ease}.faq-link:hover{background:#1a1a1a;color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.terms-content{background:#f0ead6;padding:1.5rem;border-radius:8px;border:1px solid #ddd5b8}.terms-text{margin-bottom:1.5rem}.terms-text ul{margin:1rem 0;padding-left:1.5rem}.terms-text li{margin:.5rem 0;color:#555;line-height:1.5}.checkbox-container{display:flex;align-items:center;cursor:pointer;font-weight:500;color:#333}.checkbox-container input[type=checkbox]{margin-right:.5rem;transform:scale(1.2)}.checkout-section{background:#2c2c2c;color:#fff;text-align:center}.checkout-summary{margin-bottom:1.5rem}.total-amount{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.secure-notice{color:#ccc;font-size:.9rem;margin:0}.checkout-btn{background:#000;color:#fff;font-size:1.2rem;font-weight:700;padding:1rem 2rem;border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;width:100%;max-width:400px;font-family:inherit}.checkout-btn:hover:not(:disabled){background:#4752c4;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.checkout-btn:not(:disabled){background:#5865F2;animation:pulse 2s infinite}.checkout-btn:disabled{background:#666;cursor:not-allowed;transform:none}@keyframes pulse{0%{box-shadow:0 5px 15px #5865f233}50%{box-shadow:0 8px 25px #5865f24d,0 0 20px #5865f21a}to{box-shadow:0 5px 15px #5865f233}}@media (max-width: 767px){.container{padding:0 1rem}.preorder-container{padding:1rem}.page-header h1{font-size:2rem}section{padding:1.5rem}.form-grid,.perks-grid{grid-template-columns:1fr}.perk-item{text-align:left}.breakdown-item{font-size:.9rem}.total-amount{font-size:1.5rem}.checkout-btn{font-size:1rem;padding:.9rem 1.5rem}}.tiers-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.tier-card{background:#ffffff;border:2px solid #ddd;border-radius:10px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease}.tier-card:hover{border-color:#333;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.tier-card.selected{border-color:#333;background:#f0ead6;transform:translateY(-2px);box-shadow:0 5px 15px #00000026}.tier-card h3{color:#2c2c2c;margin-bottom:.5rem;font-size:1.1rem}.tier-card .price{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:.5rem}.tier-card .price-note{font-size:.9rem;color:#666;font-style:italic;margin-bottom:1rem;margin-top:-.25rem}.tier-card .perks{text-align:left}.tier-card .perks p{margin:.3rem 0;font-size:.9rem;color:#555}@media (min-width: 768px){.form-grid,.perks-grid{grid-template-columns:repeat(2,1fr)}.tiers-grid{grid-template-columns:1fr;max-width:500px}}@media (max-width: 767px){.tiers-grid{grid-template-columns:1fr}.tier-card .price{font-size:1.5rem}}.success-page{min-height:100vh;background:#ffffff;display:flex;justify-content:center;align-items:center;padding:2rem 1rem;font-family:Courier New,monospace}.success-container{background:white;border-radius:20px;box-shadow:0 20px 60px #0000001a;padding:3rem 2rem;max-width:600px;width:100%;text-align:center;animation:successIn .6s ease-out}@keyframes successIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.success-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0ead6}.section-number{font-size:.9rem;color:#666;margin-bottom:.5rem;font-weight:700;letter-spacing:2px}.success-container h1{color:#2c2c2c;font-size:2.2rem;margin-bottom:1rem;font-weight:700}.success-message{margin-bottom:2rem}.success-message h2{color:#28a745;font-size:1.5rem;margin-bottom:.5rem}.success-message p{color:#666;font-size:1.1rem;line-height:1.5}.first-backer-status{background:#f0ead6;padding:1.5rem;border-radius:10px;margin-bottom:2rem;border:2px solid #ddd5b8}.status-badge{font-size:1.1rem;font-weight:700;color:#2c2c2c;margin-bottom:.5rem;background:#2c2c2c;color:#fff;padding:.5rem 1rem;border-radius:25px;display:inline-block;letter-spacing:1px}.first-backer-status p{color:#555;font-weight:500;margin:0;margin-top:1rem}.what-happens-next{margin-bottom:2rem;text-align:left}.what-happens-next h3{color:#2c2c2c;font-size:1.3rem;margin-bottom:1rem;text-align:center}.timeline{display:flex;flex-direction:column;gap:1rem}.timeline-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:10px;border-left:4px solid #007bff}.timeline-dot{width:40px;height:40px;background:#2c2c2c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.timeline-content strong{color:#2c2c2c;font-size:1rem;display:block;margin-bottom:.3rem}.timeline-content p{color:#666;font-size:.9rem;margin:0;line-height:1.4}.community-invite{background:#fafafa;padding:1.5rem;border-radius:10px;margin-bottom:2rem;border:1px solid #eee}.community-invite h3{color:#2c2c2c;margin-bottom:.5rem}.community-invite p{color:#666;margin-bottom:1rem}.discord-btn{background:#f0ead6;color:#2c2c2c;padding:.8rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;display:inline-block;transition:all .3s ease;border:2px solid #ddd5b8}.discord-btn:hover{background:#ddd5b8;color:#2c2c2c;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.order-info{background:#f8f9fa;padding:1rem;border-radius:10px;margin-bottom:1.5rem;border:1px solid #e9ecef}.session-id{font-family:monospace;color:#666;font-size:.9rem;margin-bottom:.5rem}.support-info{color:#666;font-size:.9rem;margin:0}.support-info a{color:#007bff;text-decoration:none}.support-info a:hover{text-decoration:underline}.return-home{margin-top:1rem}.home-btn{background:#000;color:#fff;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:700;display:inline-block;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.home-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}@media (max-width: 767px){.success-page{padding:1rem .5rem}.success-container{padding:2rem 1.5rem}.success-container h1{font-size:1.8rem}.success-message h2{font-size:1.3rem}.timeline-item{padding:.8rem}.timeline-content strong{font-size:.9rem}.timeline-content p{font-size:.85rem}}
