@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Open+Sans:wght@400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Lato:wght@300;400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800;900&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Nunito:wght@400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Lato:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Orbitron:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Montserrat:wght@300;400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Lato:wght@300;400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap);.main-header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:#141e3fe6;border-bottom:1px solid #ffffff14;box-shadow:0 4px 20px #00000026;min-width:75rem;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;width:100%;z-index:10000}.main-header.grimdark{background-color:#0f0f12cc;box-shadow:0 1px 2px #ffef98,0 0 12px #fff}.top-bar{background:#0000;font-family:var(--font-helvetica);font-size:.95rem;height:3.5rem;justify-content:space-between;letter-spacing:.02em;width:100%}.left-nav,.top-bar{align-items:center;display:flex}.left-nav{font-weight:600;height:100%;padding:0 1.5rem}.logo-container{align-items:center;display:flex;margin-right:1.5rem;padding:0;text-decoration:none;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.logo-container:hover{background:#0000!important;transform:scale(1.05)}.logo-img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:2.2rem;width:auto}.nav-link-item{border-radius:.5rem;color:var(--color3);margin:0 .25rem;padding:.5rem 1rem;position:relative;text-align:center;text-decoration:none;transition:all .2s ease;width:auto}.nav-link-item:hover{background-color:#ffffff1f;color:#fff;text-shadow:0 0 10px #ffffff80;transform:translateY(-1px)}.right-nav{align-items:center;display:flex;gap:1.25rem;padding:1.5625rem;position:absolute;right:0}.login-link,.logout-link{background:#ffffff1a;border:1px solid #fff3;border-radius:4px;box-shadow:none;color:var(--color3);font-family:var(--font-helvetica);font-size:.85rem;font-weight:600;letter-spacing:.05em;padding:.5rem 1rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.login-link:hover,.logout-link:hover{background:#fff3;border-color:#fff6;box-shadow:0 0 10px #ffffff1a;color:#fff;transform:translateY(-1px)}.right-nav span{color:#fff;max-width:31.25rem;overflow:clip}.cart-icon-container{align-items:center;display:flex!important;justify-content:center;padding:.5rem!important;position:relative}.cart-icon{stroke:#fff;transition:transform .2s ease}.cart-icon-container:hover .cart-icon{transform:scale(1.1)}.cart-badge{align-items:center;background-color:#ff4d4f;border:1px solid var(--color4d);border-radius:.5625rem;box-shadow:0 2px 5px #0003;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:1.125rem;justify-content:center;min-width:1.125rem;padding:0 4px;position:absolute;right:-8px;top:-4px;z-index:10}.hamburger-menu{background:none;border:none;cursor:pointer;display:none;padding:.625rem;z-index:1001}.hamburger-box{display:inline-block;height:1.5rem;position:relative;width:1.875rem}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:var(--color3);border-radius:.125rem;height:.1875rem;position:absolute;transition:transform .3s ease,background-color .3s ease;width:100%}.hamburger-inner{top:50%;transform:translateY(-50%)}.hamburger-inner:after,.hamburger-inner:before{content:"";left:0}.hamburger-inner:before{top:-.5rem}.hamburger-inner:after{top:.5rem}.hamburger-menu.is-active .hamburger-inner{background-color:initial}.hamburger-menu.is-active .hamburger-inner:before{transform:translateY(.5rem) rotate(45deg)}.hamburger-menu.is-active .hamburger-inner:after{transform:translateY(-.5rem) rotate(-45deg)}.mobile-nav{align-items:flex-start;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:#141e3ff2;box-sizing:border-box;display:none;flex-direction:column;left:0;overflow-y:auto;padding:1.25rem;position:fixed;top:3.5rem;transform:translateX(-100%);transition:transform .3s ease-in-out;width:100%;z-index:999}.mobile-nav.is-active{display:flex;transform:translateX(0)}.mobile-nav .mobile-nav-dropdown-toggle,.mobile-nav .mobile-nav-user,.mobile-nav a{background:none;border:none;border-top:1px solid #fff3;box-sizing:border-box;color:var(--color3);display:block;font-family:var(--font-helvetica);font-size:.875rem;padding:.875rem .375rem;text-align:left;text-decoration:none;width:100%}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:hover{background-color:#fff3}.mobile-nav hr{border:none;border-top:1px solid #fff6;margin:.9375rem 0;width:100%}.mobile-nav-link,.mobile-nav-link img{display:inline-block;vertical-align:middle}.mobile-nav-link img{height:2rem;margin-right:.5rem}.mobile-nav-dropdown{width:100%}.mobile-nav-dropdown-toggle:hover{background-color:#ffffff1a}.mobile-nav-dropdown-toggle span{display:inline-block;font-size:1.2rem;transition:transform .2s}.mobile-nav-dropdown-toggle.open span{transform:rotate(90deg)}.mobile-nav-dropdown-menu{display:none;padding-left:1.25rem}.mobile-nav-dropdown-menu.show{display:block}@media (max-width:768px){.main-header{min-width:auto}.top-bar{height:auto}.right-nav{padding:.75rem 1rem;position:relative}.right-nav span{max-width:12.5rem}.hamburger-menu{display:block;padding-right:1rem}.mobile-nav{height:calc(100vh - 3.5rem);top:3.5rem}.left-nav{display:none}}.dropdown-container{display:inline-block;position:relative}.top-bar-dropdown-trigger{color:#fff;cursor:pointer;display:inline-block;padding:.5rem 0;text-decoration:none}.dropdown-menu{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 .5rem 1rem #0003;cursor:default;display:none;flex-direction:column;gap:.25rem;left:50%;padding:.25rem;position:absolute;top:2.3rem;transform:translateX(-50%);width:10rem;z-index:10}.dropdown-menu.show{display:flex}.dropdown-menu a{color:var(--color-text-dark-gray);cursor:default;display:block;justify-self:center;padding:.375rem 0;text-align:center;text-decoration:none;width:90%}.dropdown-menu a:hover{background-color:#f0f0f0}.login-modal-overlay{align-items:center;background-color:#00000080;box-sizing:border-box;display:flex;height:100vh;justify-content:center;padding:1rem;position:fixed;top:0;width:100vw;z-index:20000}.login-modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;color:var(--color4);font-family:var(--font-helvetica);max-height:90vh;max-width:400px;overflow-y:auto;padding:2rem;position:relative;width:100%}.login-modal-close{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;position:absolute;right:15px;top:10px}.login-modal-content h2{color:var(--color4);margin-bottom:1.5rem;margin-top:0;text-align:center}.login-modal-form-group{margin-bottom:1rem}.login-modal-form-group label{color:var(--color-text-dark-gray);display:block;font-size:.9rem;margin-bottom:.5rem}.login-modal-form-group input{border:1px solid var(--color4a);border-radius:4px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.recaptcha-container{align-items:center;display:flex;justify-content:center;margin-bottom:.5rem;margin-top:.5rem;overflow:hidden;width:100%}.login-modal-submit-btn{background-color:var(--color4);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem;transition:background-color .3s;width:100%}.login-modal-submit-btn:hover{background-color:#2c3e50}.login-modal-footer{font-size:.9rem;margin-top:1.5rem;text-align:center}.toggle-link{color:var(--color4d);cursor:pointer;font-weight:700;text-decoration:underline}.login-modal-error-message{background-color:#fdeaea;color:var(--color-cancelled)}.login-modal-error-message,.login-modal-success-message{border-radius:4px;font-size:.9rem;margin-bottom:1rem;padding:.5rem;text-align:center}.login-modal-success-message{background-color:#e8f5e9;color:#2b6c3b}.login-modal-options{margin-bottom:1.5rem}.google-btn-container{display:flex;justify-content:center;min-height:40px;width:100%}.login-modal-divider{align-items:center;color:#888;display:flex;font-size:.9rem;margin:1.5rem 0;text-align:center}.login-modal-divider:after,.login-modal-divider:before{border-bottom:1px solid #e0e0e0;content:"";flex:1 1}.login-modal-divider:before{margin-right:1rem}.login-modal-divider:after{margin-left:1rem}@media screen and (max-width:350px){#recaptcha-container{transform:scale(.9);transform-origin:center}}.site-footer{background-color:#222;box-sizing:border-box;color:#ecf0f1;font-family:var(--font-helvetica);padding:1rem 2rem}.footer-content{display:flex;flex-wrap:wrap;gap:8rem;justify-content:center;margin:0 auto;max-width:1200px}.footer-column{align-items:flex-start;display:flex;flex-direction:column;gap:.4rem;min-width:8rem}.footer-column h4{border-bottom:2px solid var(--color4c);color:#fff;display:inline-block;font-size:.93rem;font-weight:700;margin-bottom:.2rem;margin-top:.4rem;padding-bottom:.5rem;width:100%}.footer-column-items{display:flex;flex-direction:row}.footer-column-items span{color:var(--color4c);margin:0 .5rem}.footer-column a{color:#bdc3c7;font-size:.93rem;text-decoration:none;transition:color .2s ease-in-out}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--color4c);color:#7f8c8d;font-size:.875rem;margin-top:1.2rem;padding-top:.5rem;text-align:center}.footer-bottom p{margin:.2rem 0}.footer-legal-links{margin-top:.5rem}.footer-legal-links a{color:#bdc3c7;margin:0 .5rem;text-decoration:none;transition:color .2s ease-in-out}.footer-legal-links a:hover{color:#fff}.footer-legal-links span{color:#7f8c8d}@media (max-width:768px){.site-footer{padding:1rem}.footer-content{align-items:flex-start;flex-direction:row;gap:10%;text-align:center}.footer-column{align-items:center;min-width:40%}.footer-column-items{align-items:flex-start;flex-direction:column;gap:.4rem}.footer-column-items span{display:none}.footer-column h4{width:80%}}@media screen and (min-width:2560px){html{font-size:24px}.site-footer{padding:4rem 3rem}.footer-content{max-width:1800px}}.photo-prompt-page-container{display:flex;flex-direction:column;min-height:800px;overflow-x:hidden;overflow-y:auto;position:relative;scroll-behavior:smooth;scroll-snap-type:y mandatory;width:100%;z-index:0}.photo-prompt-page-screens{flex-shrink:0;min-height:50rem;position:relative}.photo-prompt-page-screen{align-items:center;background-color:#fff;display:flex;z-index:4}.photo-prompt-page-screen-info-insert{background-color:var(--color4);bottom:0;box-shadow:0 2px 24px #0000001a;box-sizing:border-box;color:#fff;display:block;font-family:var(--font-helvetica);font-size:.9rem;font-weight:lighter;left:50%;min-height:70px;min-width:340px;overflow-wrap:break-word;padding:.5rem 2rem 3rem;pointer-events:auto;position:absolute;text-align:center;transform:translate(-50%);white-space:normal;width:100%;word-break:break-word;z-index:9}.photo-prompt-page-screen-info-insert a{color:#07c;font-weight:500;text-decoration:underline;transition:color .2s;white-space:nowrap}.photo-prompt-page-screen-info-insert a:hover{color:#005099}.main-screen-halloweenircle-backdrop{aspect-ratio:3/1;background-color:var(--color4);border-radius:50%;display:block;left:50%;position:absolute;transform:translate(-50%,-63%);transition:background-color .3s ease;width:60%;z-index:2}#DIDIGAInlineLogo{height:2rem}#DIDIGALogo{-webkit-user-drag:none;height:auto;left:50%;pointer-events:none;position:absolute;top:8%;transform:translate(-50%);user-select:none;-webkit-user-select:none;width:20%;z-index:10}.photo-prompt-page-screen-left{background-color:initial;flex-direction:row;padding:0;width:100%}.photo-prompt-page-hero-media,.photo-prompt-page-screen-left{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center}.photo-prompt-page-hero-media{flex:1 1;padding:.5rem}.photo-prompt-page-hero-media img{-webkit-user-drag:none;border-radius:1rem;box-shadow:0 .5rem 1rem #0003;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}.photo-prompt-page-hero-content{align-items:flex-start;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;height:100%;justify-content:center;padding:4rem}.photo-prompt-page-hero-title{color:var(--color-text-dark-gray);font-family:var(--font-guardian-egyptt);font-size:3rem;font-weight:700;line-height:1.1;margin:0}.photo-prompt-page-hero-subtext{color:var(--color-text-dark-gray);font-family:var(--font-helvetica);font-size:1.5rem;line-height:1.5;margin:0;max-width:80%}.photo-prompt-page-hero-button{background-color:var(--color-landing-btn);border:none;border-radius:10.5rem;box-shadow:0 .25rem .5rem #7a753b4d;color:#fff;cursor:pointer;display:inline-block;font-family:var(--font-helvetica);font-size:1.25rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.photo-prompt-page-hero-button:hover{background-color:#c73333;box-shadow:0 .5rem 1rem #9e00204d;transform:translateY(-2px)}.photo-prompt-page-intro{align-items:center;background-color:#f9f5e5;background-image:radial-gradient(#e6e0cc 1px,#0000 0);background-size:20px 20px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;overflow:hidden;padding:4rem 0;position:relative;z-index:5}.photo-prompt-page-intro-wrapper{display:flex;flex-direction:column;gap:0;height:100%;justify-content:stretch;max-width:1400px;padding:0;width:100%}.photo-prompt-page-intro-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:4rem;height:auto;padding:2rem;width:100%}.photo-prompt-page-intro-row-card{background-color:initial;border-radius:4px;box-shadow:none;overflow:visible}.photo-prompt-page-intro-row-card-text{background-color:#fff;border:1px solid #e6e0cc;border-radius:2px;box-shadow:3px 3px 0 #5d40371a;padding:4rem}.photo-prompt-page-photo-prompt-page-about h2{color:#5d4037;font-family:var(--font-guardian-egyptt);font-size:2rem;font-style:italic;margin-bottom:1rem}.photo-prompt-page-photo-prompt-page-about p{color:#4a4a4a;font-family:var(--font-garamond);font-size:1.25rem}.photo-prompt-page-intro-row-card-image img{background-color:#fff;border:8px solid #fff;border-radius:2px;box-shadow:0 5px 15px #0000001a;box-sizing:border-box;transform:rotate(1deg)}.intro-cta-button{background-color:#5d4037;border:none;border-radius:50px;box-shadow:0 .25rem .5rem #7a753b4d;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:var(--font-guardian-egyptt);font-size:1.25rem;margin-top:2rem;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.intro-cta-button:hover{background-color:#8d6e63;box-shadow:0 .5rem 1rem #2121214d;transform:translateY(-2px)}.photo-prompt-page-about{align-items:center;background-color:#f9f5e5;background-image:radial-gradient(#e6e0cc 1px,#0000 0);background-size:20px 20px;display:flex;flex-direction:column;justify-content:center;padding:4rem 0;transition:all .5s ease;z-index:2}.photo-prompt-page-about-texts{color:var(--color-text-dark-gray);text-align:center;transition:all .3s ease;width:70%}.photo-prompt-page-about-texts h2{color:#5d4037;display:inline-block;font-family:var(--font-guardian-egyptt);font-size:2rem;font-style:italic;margin:2rem 0 0;padding-bottom:.5rem;position:relative}.photo-prompt-page-about-texts h2:after{content:"✨";font-size:1rem;position:absolute;right:-20px;top:-5px}.photo-prompt-page-about-texts h3{color:var(--color-text-dark-gray);font-family:var(--font-garamond);font-size:1.3rem;font-weight:lighter;line-height:1.6;margin:.5rem 0}.photo-prompt-page-about-texts h3 a{color:var(--color-text-dark-gray)}.photo-prompt-page-about-images{box-sizing:border-box;display:flex;flex-direction:row;gap:1rem;justify-content:center;margin:2.5rem 0;transform:rotate(-1deg);width:100%}.photo-prompt-page-about-images img{-webkit-user-drag:none;border:5px solid #fff;border-radius:4px;box-shadow:0 5px 15px #0000001a;object-fit:contain;pointer-events:none;transform:rotate(2deg);user-select:none;-webkit-user-select:none;width:20rem}.photo-prompt-page-about-images img:nth-child(2){transform:rotate(-3deg) translateY(10px)}.photo-prompt-page-about-subscription{align-items:center;display:flex;flex-direction:column;width:100%}.photo-prompt-page-about-subscription h3{color:var(--color-text-dark-gray);font-family:var(--font-verdana);font-size:1rem;font-weight:400;margin-bottom:1rem;margin-top:6rem;text-align:center}#subscribeForm{align-items:stretch;background-color:#fff;border:2px solid #5d4037;border-radius:5px;box-shadow:4px 4px 0 #5d4037;display:flex;flex-direction:row;justify-content:center;margin:0 auto;max-width:500px;width:90%}#subscribeEmail{background-color:#fff;border-radius:0;color:#333;flex-grow:1;font-family:var(--font-garamond);font-style:italic;margin:.8rem}#subscribeEmail,#subscribeForm button{border:none;font-size:1rem;transition:background-color .3s ease}#subscribeForm button{background-color:#5d4037;border-radius:0;color:#fff;cursor:pointer;font-family:var(--font-guardian-egyptt);font-weight:700;padding:.8rem 1.2rem;text-decoration:none;white-space:nowrap}#subscribeForm button:hover{background-color:#c73333}.photo-prompt-page-about-subscription p{font-family:var(--font-helvetica);font-size:1rem;height:2rem;text-align:center}.photo-prompt-page-examples{background-color:var(--color-main-2);display:none;z-index:1}.photo-prompt-page-circle-backdrop{background-color:var(--color-main-1);border-radius:50%;height:34rem;position:absolute;transform:translate(-50%,-50%);width:400%;z-index:-1}.photo-prompt-page-examples-left{display:flex;justify-content:center;overflow:clip;position:relative;width:100%;z-index:3}.photo-prompt-page-examples-left-overlay{background-color:#fff;height:100vh;position:absolute;width:100vw;z-index:4}.main-background-image{-webkit-user-drag:none;height:100%;min-height:37.5rem;object-fit:cover;overflow-x:clip;pointer-events:none;position:absolute;transition:filter 1s ease;transition:opacity .4s ease-in-out;user-select:none;-webkit-user-select:none;z-index:5}.main-background-image.loaded{opacity:.95}.photo-prompt-page-loading-text{align-self:center;color:#fff;font-family:var(--font-garamond);font-size:1.75rem;font-weight:300;justify-self:center;letter-spacing:.09375rem;position:absolute;text-align:center;text-shadow:0 0 .3125rem #ffffffb3,0 0 .9375rem #ffffff80,0 0 1.5625rem #ffffff4d;transition:opacity .4s ease-in-out,visibility .4s ease-in-out;width:100%;z-index:6}.photo-prompt-page-loading-text.fading{opacity:0}.photo-prompt-page-loading-text.unloaded{opacity:0;visibility:hidden}.photo-prompt-page-carousel-container{align-items:center;backdrop-filter:blur(.25rem);-webkit-backdrop-filter:blur(.25rem);background-color:#fff3;display:flex;flex-direction:column;gap:2.5rem;height:35rem;justify-content:center;left:0;opacity:0;overflow:hidden;padding:1.875rem 0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:opacity .5s ease-in-out;user-select:none;-webkit-user-select:none;visibility:hidden;z-index:6}.photo-prompt-page-carousel-container.loaded{opacity:1;visibility:visible}.photo-prompt-page-carousel-track{animation:scroll-left 60s linear infinite;display:flex;margin-bottom:7.5rem;will-change:transform}.main-carousel-image-wrapper{display:inline-block;flex-shrink:0;height:auto;margin-left:3.75rem;margin-right:3.75rem;position:relative;vertical-align:top}.main-carousel-image-wrapper img{-webkit-user-drag:none;background-color:#ffffff4d;border-radius:1.5rem;box-shadow:0 .125rem .3125rem #0000001a;display:block;max-height:26.25rem;object-fit:contain;pointer-events:none;transform:translateZ(0);user-select:none;-webkit-user-select:none;width:auto}.main-carousel-image-caption{background-color:#00000080;border-radius:1.5rem;box-sizing:border-box;color:#fff;font-family:var(--font-helvetica);font-size:1.25rem;left:0;line-height:1.4;margin:0 auto;overflow-wrap:break-word;padding:.625rem 1.25rem;position:absolute;right:0;top:26.875rem;white-space:normal;width:100%;word-break:break-word;z-index:10}.main-carousel-image-prompt{font-size:1rem;font-weight:lighter}@keyframes scroll-left{0%{transform:translateX(40%)}to{transform:translateX(-10%)}}.photo-prompt-page-examples-right{display:flex;flex-direction:column;padding:0;position:relative;width:30rem}.photo-prompt-page-modn-logo{align-items:flex-end;display:flex;height:11.25rem;justify-content:center}h1{font-size:4rem;margin-bottom:.5rem}.photo-prompt-page-example-subtitle{color:#fff;font-family:var(--font-helvetica);font-size:1.3rem;font-weight:lighter;line-height:1.1;margin-bottom:2.5rem;margin-top:10rem;padding:0 3.125rem;text-align:left}.photo-prompt-page-start-create{align-self:flex-start;background-color:var(--color-main-1);border:2px solid var(--color-main-1);border-radius:1.5rem;color:var(--color-text-dark-gray);font-family:var(--font-helvetica);font-size:1.25rem;margin-left:3.125rem;padding:.75rem 1.5rem;text-decoration:none;transition:border-color .3s ease,background-color .3s ease,color .3s ease}.photo-prompt-page-start-create:hover{background-color:var(--color4);border-color:var(--color4);color:#fff}#MODNLogo{-webkit-user-drag:none;height:auto;pointer-events:none;user-select:none;-webkit-user-select:none;width:80%}.photo-prompt-page-container .fade-in-element{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out;will-change:opacity,transform}.photo-prompt-page-container .fade-in-element.is-visible{opacity:1;transform:translateY(0)}@media screen and (max-width:900px){.photo-prompt-page-screen-left{flex-direction:column;height:auto}.photo-prompt-page-hero-media{min-height:400px;padding:0!important}.photo-prompt-page-hero-content,.photo-prompt-page-hero-media{flex:none!important;height:auto!important;width:100%!important}.photo-prompt-page-hero-content{align-items:center!important;padding:3rem 2rem!important;text-align:center}.photo-prompt-page-hero-subtext{font-size:1.2rem!important;max-width:100%!important}.photo-prompt-page-intro-wrapper{padding-top:2rem}.photo-prompt-page-intro-row{flex-direction:column!important;gap:0!important;height:auto!important;margin-bottom:2rem;min-height:auto!important;padding:1rem}.reverse-row{flex-direction:column-reverse!important}.photo-prompt-page-intro-row-card{border-radius:0!important;padding:2rem}.photo-prompt-page-intro-row-card-image{height:auto!important;padding:0;position:relative;top:-1rem;width:97%!important}.photo-prompt-page-intro-row-card-image img{height:auto!important;max-height:500px;width:100%!important}.data-card-grid{grid-template-columns:1fr!important}.photo-prompt-page-about-texts h2:after{right:-15px;top:15px}}@media (max-width:768px){.photo-prompt-page-container{min-width:100%;width:100%}.photo-prompt-page-screens{height:auto;min-height:auto;min-width:100%}.photo-prompt-page-screen{flex-direction:column;height:auto;min-height:100vh;width:100%}.photo-prompt-page-screen-left{flex-direction:column;height:auto;margin-bottom:8rem;padding:0;width:100%}.photo-prompt-page-hero-media{border-bottom:5px solid var(--color-main-1);flex:none;height:auto;min-height:300px;padding:0;width:100%}.photo-prompt-page-hero-media img{border-radius:0}.photo-prompt-page-hero-content{align-items:center;flex:none;gap:1.5rem;padding:3rem 1.5rem;text-align:center;width:100%}.photo-prompt-page-hero-title{font-size:2.25rem;text-align:center}.photo-prompt-page-hero-subtext{font-size:1.25rem;max-width:100%;text-align:center}.photo-prompt-page-hero-button{display:block;max-width:320px;text-align:center;width:70%}.photo-prompt-page-about{height:auto;min-width:0;padding:0 0 3rem}.photo-prompt-page-about-texts{width:90%}.photo-prompt-page-about-texts h2,.photo-prompt-page-about-texts h3{text-align:start}.photo-prompt-page-about-images{align-items:center;flex-direction:column;gap:1rem}.photo-prompt-page-about-images img{width:100%}.photo-prompt-page-about-subscription{width:90%}.photo-prompt-page-examples{flex-direction:column;height:auto;min-height:0;min-width:auto;overflow-y:visible;scroll-snap-type:none}.photo-prompt-page-circle-backdrop{border-radius:50%;height:50vw;left:50%;top:0;transform:translate(-50%,calc(100px - 50vw));width:200vw}.photo-prompt-page-examples-left,.photo-prompt-page-examples-right{width:100%}.photo-prompt-page-examples-left{min-height:auto;order:2;overflow:hidden}.photo-prompt-page-examples-right{height:auto;order:1;padding-top:1.875rem;text-align:center}.photo-prompt-page-screen-info-insert{border-radius:1rem;bottom:0;box-sizing:border-box;font-size:1.08rem;left:50%;margin-bottom:1rem;max-width:none;min-height:50px;min-width:0;padding:1rem .5rem 1.5rem;position:absolute;top:auto;transform:translate(-50%);width:95%;z-index:10}.main-background-image{display:block;min-height:0;object-fit:cover;width:100%}.photo-prompt-page-loading-text{font-size:1.25rem}.photo-prompt-page-carousel-container{background-color:#fff3;height:auto;left:auto;margin-bottom:5rem;margin-top:5rem;padding:1.25rem 0;position:relative;right:auto;top:auto;transform:none}.photo-prompt-page-carousel-track{margin-bottom:6.25rem}.photo-prompt-page-carousel-track img{max-height:18.75rem}.main-carousel-image-caption{font-size:1rem;line-height:1.2;padding:.5rem .75rem;top:19.375rem}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.photo-prompt-page-modn-logo{align-items:center;height:auto;margin-bottom:1.25rem}#MODNLogo{max-width:11.25rem;width:50%}.photo-prompt-page-example-subtitle{align-self:center;font-size:1.25rem;margin-bottom:1.875rem;margin-top:3.125rem;padding:0 .625rem;text-align:center;width:85%}.photo-prompt-page-start-create{align-self:center;display:inline-block;font-size:1rem;margin-bottom:1.25rem;margin-left:0}}@media screen and (min-width:2560px){html{font-size:24px}.photo-prompt-page-intro{padding:6rem 4rem}.photo-prompt-page-intro-wrapper{gap:15rem;max-width:100vw}.photo-prompt-page-intro-row{gap:3rem;height:40vh;min-height:600px}.photo-prompt-page-intro-row-card-text{padding:5rem}.photo-prompt-page-intro-text-content h2{font-size:3.5rem;margin-bottom:2rem}.photo-prompt-page-intro-text-content p{font-size:1.75rem;line-height:1.6}.intro-cta-button{font-size:1.5rem;margin-top:1.5rem;padding:1rem 2.5rem}.photo-prompt-page-screen{min-height:100rem;min-width:150rem}.photo-prompt-page-screen-left,.photo-prompt-page-screen-right{gap:2.5rem;padding:5rem}.photo-prompt-page-hero-title{font-size:5rem}.photo-prompt-page-hero-subtext{font-size:2rem;height:8rem;max-width:85%}.photo-prompt-page-screen-images-container{gap:2.5rem;height:60%}.photo-prompt-page-screen-image-small{border-radius:1.5rem}.photo-prompt-page-hero-button{border-radius:2.5rem;font-size:2rem;padding:1.25rem 3.5rem}.photo-prompt-page-container,.photo-prompt-page-examples{min-height:75rem;min-width:112.5rem}.photo-prompt-page-examples-right{width:45rem}.photo-prompt-page-about{height:75vh;min-height:0}}.model-viewer-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;color:var(--color4);display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%}.viewer-main{background-color:#f0f0f0;flex:2 1;position:relative}.canvas-container{height:100%;width:100%}.viewer-reference-image{border:2px solid #fff;border-radius:4px;box-shadow:0 2px 8px #0003;height:100px;left:20px;object-fit:cover;position:absolute;top:20px;width:100px;z-index:10}.viewer-status-overlay{align-items:center;background-color:#fffc;box-sizing:border-box;display:flex;flex-direction:column;font-family:var(--font-helvetica);font-weight:700;height:100%;justify-content:center;left:50%;padding:1rem 2rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:"top 0.5s ease-in-out, left 0.5s ease-in-out";width:100%;z-index:20}.viewer-status-overlay-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:20px;margin:10px auto;width:20px}.viewer-model-control-guide{background-color:#0009;border-radius:12px;bottom:30px;color:#fff;font-size:.8rem;left:50%;padding:.4rem .8rem;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap}.viewer-model-control-guide p{margin:0}.viewer-model-touch-guide{display:none}.viewer-controls{background-color:#fff;border-left:1px solid var(--color4a);box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;overflow-y:auto;padding:1.5rem}.viewer-controls h3{border-bottom:2px solid var(--color2);color:var(--color4);font-size:1.25rem;margin-top:0;padding-bottom:.5rem}.control-section{display:flex;flex-direction:column;gap:.75rem}.control-section label{color:var(--color4c);font-size:.9rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.color-grid{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.color-swatch{border:2px solid #e0e0e0;border-radius:50%;box-shadow:0 2px 4px #0000001a;cursor:pointer;height:32px;transition:all .2s ease;width:32px}.color-swatch:hover{box-shadow:0 4px 8px #00000026;transform:scale(1.1)}.color-swatch.selected{border:2px solid var(--color2);box-shadow:0 0 0 2px #fff,0 4px 8px #0003;transform:scale(1.15)}.radio-group{background-color:var(--color3);border-radius:6px;display:flex;gap:.5rem;padding:4px}.radio-group button{background:#0000;border:none;border-radius:4px;color:var(--color4c);cursor:pointer;flex:1 1;font-size:.9rem;padding:.5rem;transition:all .2s}.radio-group button.model-viewer-active{background-color:#fff;box-shadow:0 1px 3px #0000001a;color:var(--color4);font-weight:600}.color-picker-custom{align-items:center;border:1px solid var(--color4a);border-radius:4px;display:flex;gap:1rem;padding:.5rem}.current-color{border:1px solid #0000001a;border-radius:50%;height:24px;width:24px}.size-buttons{display:flex;gap:.5rem}.size-buttons button{background-color:#fff;border:1px solid var(--color4a);border-radius:4px;color:var(--color4);cursor:pointer;flex:1 1;padding:.5rem;transition:background .2s ease,border-color .2s ease,color .2s ease}.size-buttons button.model-viewer-active{background-color:var(--color1);border-color:var(--color1);color:#fff;font-weight:600}.size-buttons button:hover:not(.model-viewer-active){background-color:#f5f5f5;border-color:var(--color4c);font-weight:600}.size-buttons button p{margin:.3rem 0 0}.custom-dimensions{gap:.5rem;margin-top:.5rem}.custom-dimensions,.dim-input{display:flex;flex-direction:column}.dim-input{align-items:flex-start;font-size:.9rem;gap:4px}.dim-label{font-weight:700;margin-bottom:2px}.dim-input input{border:1px solid var(--color4a);border-radius:4px;padding:4px;text-align:right;width:60px}input[type=range]{width:100%}.disabled-controls{cursor:not-allowed;opacity:.6}.disabled-controls,.disabled-controls .color-swatch,.disabled-controls button,.disabled-controls input{pointer-events:none}.model-viewer-price-summary{border-top:1px solid var(--color4a);margin-top:auto;padding-top:1rem}.model-viewer-price-row{color:var(--color4c);display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:.5rem}.model-viewer-price-row.total{color:var(--color1);font-size:1.2rem;font-weight:700;margin-top:.5rem}.cart-actions-row{display:flex;gap:1rem;margin-top:1.5rem}.add-to-cart-button,.checkout-button{border:2px solid var(--color1);border-radius:50px;box-shadow:0 4px 6px #0000001a;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:700;letter-spacing:1px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .2s ease}.checkout-button{background-color:var(--color1);color:#fff}.add-to-cart-button{background-color:#fff;border:2px solid var(--color1);color:var(--color1)}.add-to-cart-button:hover,.checkout-button:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.add-to-cart-button:active,.checkout-button:active{transform:translateY(0)}.add-to-cart-button:disabled,.checkout-button:disabled{background-color:var(--color4b);border:none;box-shadow:none;color:#fff;cursor:not-allowed;opacity:.7;transform:none}.instruction-guide{color:var(--color4c);font-size:.85rem;font-style:italic;line-height:1.4;margin:0}.custom-instruction-input{background-color:#fafafa;border:1px solid var(--color4a);border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:.9rem;padding:.75rem;resize:vertical;transition:border-color .2s;width:100%}.custom-instruction-input:focus{background-color:#fff;border-color:var(--color2);outline:none}@media (max-width:900px){.model-viewer-container{border-radius:0;flex-direction:column;height:auto!important}.viewer-main{flex:none;height:50vh;min-height:400px}.viewer-controls{border-left:none;border-top:1px solid var(--color4a);flex:none;gap:1.25rem;padding:1.5rem;width:100%}.cart-actions-row{flex-direction:column;gap:.75rem}.viewer-model-mouse-guide{display:none}.viewer-model-touch-guide{display:block}.viewer-reference-image{height:80px;left:10px;top:10px;width:80px}.viewer-status-overlay{font-size:.9rem;padding:.75rem;text-align:center}}@media (min-width:1920px){.viewer-controls{gap:2rem;padding:2.5rem}.viewer-controls h3{font-size:1.5rem;padding-bottom:.75rem}.control-section label{font-size:1rem}.model-viewer-price-row{font-size:1.1rem}.model-viewer-price-row.total{font-size:1.4rem;margin-top:1rem}.add-to-cart-button,.checkout-button{font-size:1.1rem;padding:1rem 2rem}.color-swatch{height:40px;width:40px}.radio-group button{font-size:1rem;padding:.75rem}}.publish-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.publish-modal-content{animation:modal-fade-in .3s cubic-bezier(.25,.8,.25,1);background:#fff;border:none;border-radius:12px;box-shadow:0 20px 40px #00000026;color:#333;font-family:Inter,sans-serif;max-width:750px;padding:2.5rem;position:relative;width:90%}@keyframes modal-fade-in{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.publish-modal-close{background:none;border:none;color:#999;cursor:pointer;font-size:2rem;line-height:1;position:absolute;right:1.5rem;top:1.5rem;transition:color .2s,transform .2s}.publish-modal-close:hover{color:#111}.publish-modal-heading{color:#111;font-family:Lora,serif;font-size:1.8rem;font-weight:600;letter-spacing:0;margin-bottom:2rem;margin-top:0;text-shadow:none}.publish-modal-body{display:flex;gap:3rem}.publish-modal-left{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.publish-modal-image-preview{align-items:center;aspect-ratio:1;background-color:#f4f4f4;border:1px solid #eee;border-radius:8px;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.publish-modal-image-preview img{height:100%;mix-blend-mode:multiply;object-fit:contain;width:100%}.publish-modal-nav-arrow{background:#111111b3;font-size:1.2rem;top:50%;transform:translateY(-50%)}.publish-modal-delete-btn,.publish-modal-nav-arrow{align-items:center;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;transition:all .2s;width:32px;z-index:10}.publish-modal-delete-btn{background:#e63946e6;font-size:1.5rem;line-height:1;right:10px;top:10px}.publish-modal-delete-btn:hover{background:#d90429;transform:scale(1.05)}.publish-modal-nav-arrow:hover{background:#111}.publish-modal-nav-arrow.left{left:10px}.publish-modal-nav-arrow.right{right:10px}.publish-modal-image-counter{background:#111111b3;border-radius:12px;bottom:10px;color:#fff;font-size:.8rem;font-weight:500;padding:4px 10px;position:absolute;right:10px;z-index:10}.publish-modal-upload-btn{background-color:#f9f9f9;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 20px;transition:all .2s ease}.publish-modal-upload-btn:hover{background-color:#eee;border-color:#ccc}.publish-modal-toggle{background:#fafafa;border:1px solid #eee;border-radius:8px;margin-top:.5rem;padding:12px 20px;width:100%}.publish-modal-toggle label{align-items:center;color:#444;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;gap:10px;justify-content:center;letter-spacing:0}.publish-modal-toggle input[type=checkbox]{accent-color:#111;cursor:pointer;height:18px;width:18px}.publish-modal-right{display:flex;flex:1.5 1;flex-direction:column;gap:1.5rem}.publish-modal-field{display:flex;flex-direction:column;gap:.5rem}.publish-modal-field label{color:#666;font-size:.9rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.publish-modal-field .required{color:#e63946}.publish-modal-field input,.publish-modal-field textarea{background:#fff;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;color:#111;font-family:inherit;font-size:1rem;padding:12px;transition:all .2s ease;width:100%}.publish-modal-field input:focus,.publish-modal-field textarea:focus{border-color:#111;outline:none}.publish-modal-field input::placeholder,.publish-modal-field textarea::placeholder{color:#aaa}.publish-modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:auto;padding-top:1rem}.publish-modal-cancel-btn{background:#0000;border:1px solid #ccc;border-radius:6px;color:#666;cursor:pointer;font-weight:500;padding:12px 24px;transition:all .2s}.publish-modal-cancel-btn:hover{background:#fafafa;border-color:#999;color:#111}.publish-modal-submit-btn{background:#111;border:1px solid #111;border-radius:6px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-weight:500;letter-spacing:1px;padding:12px 30px;text-transform:uppercase;transition:all .2s ease}.publish-modal-submit-btn:hover{background:#333}.publish-modal-submit-btn:disabled{background:#f0f0f0;border-color:#eee;color:#999;cursor:not-allowed}@media screen and (max-width:600px){.publish-modal-content{border-radius:0;height:100vh;max-height:100vh;overflow-y:auto;padding:1.5rem;width:100%}.publish-modal-body{flex-direction:column;gap:1.5rem}.publish-modal-heading{font-size:1.5rem}}@media screen and (min-width:601px) and (max-width:1024px){.publish-modal-content{max-width:800px;padding:2rem;width:95%}.publish-modal-body{flex-direction:column;gap:2rem}}@media screen and (min-width:2000px){.publish-modal-content{max-width:1000px;padding:4rem}.publish-modal-heading{font-size:2.2rem}.publish-modal-cancel-btn,.publish-modal-field input,.publish-modal-field label,.publish-modal-field textarea,.publish-modal-submit-btn{font-size:1.2rem}}.figurine-page-container{background-color:#fcfbf9;border-radius:3rem;color:#4a4a4a;font-family:Open Sans,Segoe UI,sans-serif;margin:4rem auto;max-width:1200px;min-height:100vh;padding:3rem 2rem}.figurine-page-layout{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1.2fr 1fr;margin-bottom:3rem}.figurine-page-left-column{display:flex;flex-direction:column;gap:2rem}.figurine-page-viewer-section{display:flex;flex-direction:column;gap:1rem}.figurine-page-main-viewer{align-items:center;aspect-ratio:1;background-color:#f7f5f2;border:1px solid #e8e4dc;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.figurine-page-main-viewer img{max-height:100%;max-width:100%;object-fit:contain}.figurine-page-carousel-arrow{align-items:center;background:#fffc;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#4a4a4a;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;width:40px;z-index:5}.figurine-page-carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.figurine-page-carousel-arrow.left{left:15px}.figurine-page-carousel-arrow.right{right:15px}.figurine-page-model-wrapper{height:100%;width:100%}.figurine-page-viewer-main{background-color:#f0f0f0;height:100%;left:0;position:absolute;top:0;width:100%}.figurine-page-canvas-container{height:100%;width:100%}.figurine-page-viewer-reference-image{border:2px solid #fff;border-radius:4px;box-shadow:0 2px 8px #0003;height:100px;left:20px;object-fit:cover;position:absolute;top:20px;width:100px;z-index:10}.figurine-page-viewer-control-guide{background-color:#0009;border-radius:12px;bottom:30px;color:#fff;font-size:.8rem;left:50%;padding:.4rem .8rem;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap}.figurine-page-viewer-control-guide p{margin:0}.figurine-page-viewer-model-touch-guide{display:none}.figurine-page-viewer-custom-dimensions{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.figurine-page-viewer-custom-dimensions input[type=range]{width:100%}.figurine-page-viewer-range-values{color:#666;display:flex;font-size:.8rem;justify-content:space-between}.figurine-page-thumbnails-track{display:flex;gap:12px;overflow-x:auto;padding:4px 0;scrollbar-width:thin}.figurine-page-instruction-guide{color:#666;font-size:.85rem;font-style:italic;margin-bottom:8px}.figurine-page-thumbnail{border:2px solid #0000;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;flex-shrink:0;height:80px;object-fit:cover;transition:all .2s;width:80px}.figurine-page-thumbnail.active,.figurine-page-thumbnail:hover{border-color:#8c7b70;transform:translateY(-2px)}.figurine-page-thumbnail img{height:100%;object-fit:cover;width:100%}.figurine-page-custom-instruction-input{background-color:#fafafa;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:inherit;font-size:.9rem;padding:.75rem;resize:vertical;width:100%}.figurine-page-QA-section-monitor{background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 2px 8px #00000008;padding:2rem}.figurine-page-section-title{color:#2c2724;font-family:Merriweather,serif;font-size:1.4rem;margin-bottom:1.5rem}.figurine-page-info-accordion{border-top:1px solid #f0f0f0}.figurine-page-accordion-item{border-bottom:1px solid #f0f0f0}.figurine-page-accordion-header{align-items:center;color:#555;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:1.2rem 0;transition:color .2s}.figurine-page-accordion-header:hover{color:#8c7b70}.figurine-page-accordion-icon{color:#ccc}.figurine-page-accordion-content{color:#666;font-size:.95rem;line-height:1.6;padding-bottom:1.5rem}.figurine-page-details-section{display:flex;flex-direction:column;padding:1rem 0}.figurine-page-product-title{color:#2c2724;font-family:Merriweather,serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.figurine-page-product-subtitle{color:#7d7d7d;font-size:1.1rem;font-style:italic;margin-bottom:1.5rem}.figurine-page-product-price{align-items:baseline;color:#8c7b70;display:flex;font-size:2rem;font-weight:600;margin-bottom:2rem}.figurine-page-product-price strong{text-decoration:underline}.figurine-page-price-unit{color:#999;font-size:1rem;font-weight:400;margin-left:.5rem}.figurine-page-options-container{background:#fff;border:1px solid #eee;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.figurine-page-options-group{margin-bottom:1.5rem}.figurine-page-options-group:last-child{margin-bottom:0}.figurine-page-options-group label{color:#4a4a4a;display:block;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.8rem;text-transform:uppercase}.figurine-page-color-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.figurine-page-options-grid{display:flex;flex-wrap:wrap;gap:10px}.figurine-page-option-price{font-size:.8rem;margin-top:2px;opacity:.9}.figurine-page-option-btn{background:#fff;border:1px solid #e0e0e0;border-radius:20px;color:#555;cursor:pointer;font-size:.95rem;padding:10px 18px;transition:all .2s}.figurine-page-option-btn:hover{background:#fafafa;border-color:#b0a49d;color:#333}.figurine-page-option-btn.selected{background:#4a4a4a;border-color:#4a4a4a;box-shadow:0 2px 4px #0003;color:#fff}.figurine-page-option-btn:disabled{background:#f0f0f0;color:#555;cursor:not-allowed;opacity:.5}.figurine-page-option-btn span{font-weight:700}.figurine-page-option-help-text{color:#888;font-size:.85rem;margin-left:5px;margin-top:5px}.figurine-page-option-help-text span{color:#333;font-weight:700}.figurine-page-quantity-selector{align-items:center;background:#f5f5f5;border-radius:8px;display:inline-flex;padding:4px}.figurine-page-qty-btn-enhanced{align-items:center;background:#fff;border:none;border-radius:6px;box-shadow:0 1px 2px #0000001a;color:#333;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.figurine-page-qty-btn-enhanced:hover:not(:disabled){background:#fff;box-shadow:0 2px 4px #00000026;transform:translateY(-1px)}.figurine-page-qty-btn-enhanced:disabled{background:#f0f0f0;cursor:not-allowed;opacity:.5}.qty-display-enhanced{color:#333;font-size:1rem;font-weight:600;text-align:center;width:40px}.figurine-page-publish-btn{align-items:center;background:#fff;border:1px solid #4a4a4a;border-radius:20px;color:#4a4a4a;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;justify-content:center;padding:12px 20px;transition:all .2s;width:100%}.figurine-page-publish-btn:hover{background:#4a4a4a;box-shadow:0 4px 8px #0000001a;color:#fff;transform:translateY(-1px)}.figurine-page-publish-btn:disabled{background:#f0f0f0;border-color:#ddd;cursor:not-allowed;opacity:.5}.figurine-page-actions-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.add-to-cart-container{display:flex;gap:15px}.figurine-page-primary-btn{align-items:center;background:#e66b4c;border:2px solid #e66b4c;border-radius:30px;box-shadow:0 4px 10px #e66b4c4d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:center;padding:18px;transition:all .2s;width:100%}.figurine-page-primary-btn:hover{background:#d15638;border-color:#d15638;box-shadow:0 6px 14px #e66b4c66;transform:translateY(-2px)}.figurine-page-pulse-animation{animation:pulse 2s infinite}.figurine-page-secondary-btn{align-items:center;background:#0000;border:2px solid #4a4a4a;border-radius:30px;color:#4a4a4a;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:center;margin-top:30px;padding:18px;transition:all .2s;width:100%}.figurine-page-secondary-btn:hover{background:#4a4a4a;box-shadow:0 4px 10px #00000026;color:#fff;transform:translateY(-2px)}.figurine-page-secondary-action{text-align:center}.figurine-page-text-btn{background:none;border:none;color:#999;cursor:pointer;font-size:.9rem;text-decoration:underline}.figurine-page-text-btn:hover{color:#666}.figurine-page-features-section{background:#fdfae3;border:1px dashed #e8e0c5;border-radius:12px;padding:1.5rem}.feature-item{align-items:center;color:#5d5650;display:flex;font-size:.95rem;font-weight:500;gap:12px;margin-bottom:1rem}.feature-item:last-child{margin-bottom:0}.feature-icon{color:#8c7b70;flex-shrink:0}.figurine-page-QA-section-phone{display:none}.figurine-page-loading-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:1000}.figurine-page-spinner{animation:spin 1s linear infinite;border:4px solid #f3e5d8;border-radius:50%;border-top-color:#e66b4c;height:50px;margin-bottom:1rem;width:50px}@media (max-width:968px){.figurine-page-container{background-color:#fff;border-radius:0;box-shadow:none;margin:0;padding:0;width:100%}.figurine-page-layout{display:flex;flex-direction:column;gap:0;margin-bottom:0}.figurine-page-viewer-section{background-color:#f7f5f2;flex-direction:column-reverse;gap:0}.figurine-page-main-viewer{aspect-ratio:1/1;border:none;border-radius:0;box-shadow:none;height:auto;width:100%}.figurine-page-viewer-reference-image{height:80px;left:10px;top:10px;width:80px}.figurine-page-viewer-model-mouse-guide{display:none}.figurine-page-viewer-model-touch-guide{display:block}.figurine-page-thumbnails-track{padding:.5rem 1rem}.figurine-page-instruction-guide{margin:.3rem}.figurine-page-left-column{gap:0}.figurine-page-QA-section-monitor{display:none}.figurine-page-details-section{padding:1.5rem}.figurine-page-product-title{font-size:1.2rem;margin-bottom:.2rem;margin-top:0}.figurine-page-product-subtitle{font-size:.875rem;margin-bottom:.2rem}.figurine-page-product-price{font-size:1rem;margin-bottom:.5rem}.figurine-page-price-unit{font-size:.875rem;margin:0}.figurine-page-options-group label{margin-bottom:.3rem}.figurine-page-options-container{border:none;margin-bottom:2rem;padding:0}.figurine-page-options-group{margin-bottom:1rem}.figurine-page-option-btn{font-size:.875rem;padding:6px 12px}.figurine-page-qty-btn-enhanced{height:24px;width:24px}.figurine-page-publish-btn{font-size:.875rem;padding:8px 16px}.figurine-page-primary-btn{font-size:1rem;padding:8px}.figurine-page-secondary-btn{font-size:1rem;margin-top:1rem;padding:8px}.figurine-page-QA-section-phone{display:block}}.home-gate-container{display:flex;flex-direction:column;font-family:sans-serif;min-height:100vh}.home-gate-container .fade-in-element.is-visible{opacity:1;transform:translateY(0)}.fade-in-element{transition:opacity .6s ease-out,transform .6s ease-out}.gate-entries-container{display:flex;flex-direction:row;height:100vh;width:100%}.gate-entry{align-items:center;cursor:pointer;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;padding:2rem;position:relative;text-decoration:none;transition:all .4s ease}.gate-entry:hover{box-shadow:0 20px 40px #0006;filter:saturate(1.2);transform:scale(1.01);z-index:10}.gate-cta-button{border-radius:50px;font-size:1rem;font-weight:700;letter-spacing:1px;margin-top:1.5rem;padding:.8rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.gate-entry-storybook{background-color:#f9f5e5;background-image:radial-gradient(#e6e0cc 1px,#0000 0);background-size:20px 20px;border-right:1px solid #e6e0cc;color:#5d4037}.gate-entry-storybook .gate-cta-button{background-color:#5d4037;border:1px solid #5d4037;color:#f9f5e5;font-family:Guardian-EgypTT,Charter,serif}.gate-entry-storybook .gate-cta-button:hover{background-color:#8d6e63;border-color:#8d6e63;color:#fff}.gate-entry-storybook h2{font-family:Guardian-EgypTT,Charter,serif;font-size:2.5rem;font-style:italic;margin-bottom:1rem;text-align:center}.gate-entry-storybook p{color:#4a4a4a;font-family:Garamond,serif;font-size:1.2rem;max-width:80%;text-align:center}.gate-entry-solarpunk{background-color:#f0f7f4;background-image:linear-gradient(#f0f7f4cc,#f0f7f4e6),url(/static/media/bg-cartographer.684928c6dd791afe1081.png);border-right:1px solid #d0e0d8;color:#2e4d3a;overflow:hidden;position:relative}.gate-entry-solarpunk:before{background:radial-gradient(circle,#d4af371a 0,#0000 70%);content:"";height:300px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:300px}.gate-entry-solarpunk h2{color:#57748c;display:inline-block;font-family:Montserrat,Josefin Sans,sans-serif;font-size:2.5rem;letter-spacing:1px;margin-bottom:1rem;position:relative;text-align:center;text-shadow:1px 1px 0 #fffc;text-transform:uppercase}.gate-entry-solarpunk h2:after{background:#d4af37;border-radius:2px;content:"";display:block;height:3px;margin:.5rem auto 0;width:60px}.gate-entry-solarpunk p{color:#556b2f;font-family:Lato,sans-serif;font-size:1.2rem;line-height:1.6;max-width:80%;text-align:center}.gate-entry-solarpunk .gate-cta-button{background-color:#57748c;border:none;box-shadow:0 4px 6px #0000001a;color:#fff;font-family:Montserrat,Josefin Sans,sans-serif}.gate-entry-solarpunk .gate-cta-button:hover{background-color:#569ad1;box-shadow:0 6px 8px #00000026;transform:translateY(-2px)}.gate-entry-grimdark{background-color:#191818;background-image:radial-gradient(circle at 80% 50%,#28141966 0,#0000 70%),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAaVBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////b29v////a2tppo89WAAAAI3RSTlMjJCEfNx0cFhoYFRMmEQ4PNDAMNTIuLQorKAcIOQUBKgADAB4rIb4AAAa+SURBVHheJZRHsmVZkOMA9yPFferriFTd+19kVVZiyBnNQKKkKO8gaPAn9GpLKa23SAf1C8yuWBCIE7GJSlh1FJADw31JbMCnrOikrkYN4z74EKhWs4NEh56lNzijV+4M6jTIbwEVFoegAaWiOIIXsk4la5aA2kV224Ou1IcyRhVeQw46okCPzmkuBIHOo7KBOWNPmXYHP5ACcjf+az+KVZjAogmcHvmYK2EmdugZtmXJxMaEXk9aheuZItag02Gg1iKcROdXp5Eh/2WE27se7ojvQwlqi80GmWl9mvYYHTaQHKHEoTOCswkkglVa5ZysMzpMk271sx0ZUasr4nQlLJMOus5mBD/T6UdomCwWpZQo5VGe7PV67bX3Pctn+V/eP79j9fVr7b0u3t7eS3krz1L3Xr9Xv+8NkAfFCzqZyAOJCC5f9WjWmbwpTsAV5k89tPEHkQJ2lqzKhlGA8Ih3ZLZFi0dAPXBYuA1ECIKpg2Vz0vK0d87IXSF3i0FkhWezeincM6AF5INBAPXUrxbYQkcBDzK8rSk4sAyAM0bdDio6/STRCHEduJLuKQoDGYsQI6RMSWyde2f2damFQaUx4SYME08ZDasSt9a9i3l/S4M65nQ7jApYIDBQL+2VINqHThvAog9gXO1hsMgINg2GM88DJrDIfPVWKxwocE5WZTUPMcHiIanIxZA+o59CRDOtcEcEohe3MIHVgs6KsFhPDeLV9zCg0s47r7Vu63ZbPT5LlPL5eCv9tX7tr/Xa93j7/ij/mvXkr/V73ffvebf8x2cRAnIIZUyZIfWGDgyiEDYJ6++boTTH5wbNUel0xYTzREBwMVW4KHZm9tryDjQa5pMu3CA3NBlNKKEMAzbilM4HFRXqVgDGLvUySe9t06a1Q1LskWcKq+mGpBcyFyMu94STLsZDcaTpn5BOkFqkIuiCcB7hsZHuqOtWo8ppzEJWJnDrVE6tACWMpoOzGtMp1iK0mofak5jMKsWOiNcLMjK0nQIImeMrzjiyuD4Sh41124hhmKUxOG1SfxOYBtQCaHK8g7Q8ZFGjRT3zdwDAaO82alSOiy6A4QcGgO0K5WYaJWN60mAOnCCUgUS1snh/K+8/pTwe9mt/rd1vu5ZnKcXne3HPfbvm3ns+fz7+fba30q691rper5nEnACLBUFE1TebTejsBIgeWTqIP8Eag2gMRqGx8G5wt29GDygJA2z0Rmsak5BZYVR+xWCQ0D/YrXqa1X/tBcMsYSOlzV2nNvmZj8okD4O+NZiYD2YTuuYSThhX/chQlFhXVmhBvvVwCrCJCm3W80Q6JHilOD3Vkv2n9hht/QUywxwl6YyJLEkAfXBB0sTX0GCmvSAxesjqgIHxrtAI6T1PAvAJAEJbTQCgyDmSsBpIVNtJVLG+Gl2l86Q3gDPaBqlAK7XN0QnGDcJW0fdMD+DYGdhy4pMI1EW9ogXBkE+hO6Pmrgkjd1AOk2HU7NEqySWF6+rzuu39xd/v5VHKKeX8+f/27VrXWryV7/JR/iiFP/d9rfurd0t5e5SP74/PpHOEkFIDrU025Mwu/AzEquykGdr4JINK0H/BnGOAvHk4Rpt0rUHdSWE2QOdL0RrBB3WM1gledBAj4o9FAIS3VZEGFBrBMVhWCAd8DOMrU9kM0Eh9jkPA1H2I6syRZXGGYGwCgOSTO5BwvjCgWucpnRwA/uJKxRgPQ8IDl4wK5vjAzhBYTCPgUAvMH+qxfVE7o/ftH9rTbOZutG4gBQ5I2gFSne2HRgCNrhL0E2/CTbB+oWFtWrRnTdZ+EcyYkVCGDePV/RJMmrVIjuDyZ0tr9JACwrF5g9ROwhs9+uzKTqFCUARZAS8mtSujzKBqh1/8a9D/4W1fX6/+9btbnu+Pz+fnKbzWvm59//rFx9/lP1j/7H3t++pwuQLFPT2wKrvQBKsureKsq4zIwApdCTcZBTNuo1ZdDZQOfx+kZc3xjwMqVgoMHZ75T7dJJ7NQOWRA3IPJf/OrswqGN1A4jSe2RhJsIQgr3ySDkOpNsALz2xyV3oIbXQUsvXME2sLDCQeFSJyOyl2W0jfvSaJx5m6C7GjF1gBw2cboAbPQ7IzE3EmXO/BgLkYP2GCIjdJsA6PxF/aKo/E3DVHlQnBVx2MSM6jE2mepe1I2h3AbV+sOBArTNqR5+szGNOUpC8PJylgMN3wL6XLERFuSrHck0hqn3UlorY7xnCMbVduvViGc9u8hYrVtghwQWfhn9/1r97XaW/l5+357lMJtXXtd///3nuXtj/JenuWdta+vtf/qm1Ke3+X7rRT+B2tUQorfdSE8AAAAAElFTkSuQmCC);border-left:1px solid #d4af3726;color:#e0e6ed}.gate-entry-grimdark h2{border-bottom:2px solid #d4af3733;color:#fffaec;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:2px;margin-bottom:1rem;padding-bottom:.5rem;text-align:center;text-shadow:0 5px 20px #000000e6,0 0 10px #d4af374d;text-transform:uppercase}.gate-entry-grimdark p{color:#c9c2b3;font-family:Playfair Display,serif;font-size:1.1rem;max-width:80%;text-align:center;text-shadow:0 2px 10px #000000e6}.gate-entry-grimdark .gate-cta-button{background:linear-gradient(135deg,#1f0b11,#4a101d);border:1px solid #8c2032;box-shadow:0 10px 30px #0009,inset 0 0 10px #d4af371a;color:#fff;font-family:Montserrat,sans-serif}.gate-entry-grimdark .gate-cta-button:hover{background:linear-gradient(135deg,#4a101d,#751a2f);border-color:#d4af37;box-shadow:0 15px 40px #8c203280,inset 0 0 15px #d4af374d;color:#fff;transform:translateY(-2px)}.home-gate-divider{background-image:radial-gradient(circle at center,#343c47 0,#070707 100%);color:#fff;font-family:Cinzel,serif;overflow:hidden;padding:10rem 0;position:relative;text-align:center}.home-gate-divider:before{background:url(/static/media/bg-fresh-snow.1466e802f1bccf40d0a2.png);bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.divider-content{align-items:center;display:flex;gap:3rem;justify-content:center;margin:0 auto;max-width:90%;position:relative;z-index:1}.divider-text{color:#e0e0e0;font-size:2.2rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;white-space:nowrap}.divider-text .highlight{color:#dedede;font-size:1.2rem;font-weight:400;margin:0 1rem;opacity:.8;vertical-align:middle}.divider-line{flex:1 1;height:1px;max-width:150px;opacity:.5}.divider-line,.gate-divider-band{background:linear-gradient(90deg,#0000,#dedede,#0000)}.gate-divider-band{box-shadow:0 0 15px #d4af374d;height:3px;left:0;opacity:.8;position:absolute;right:0;z-index:5}.gate-divider-band.top-band{top:0}.gate-divider-band.bottom-band{bottom:0}.home-gate-about-unique{background:linear-gradient(180deg,#fff 0,#fdfbf7);color:#2c2c2c;overflow:hidden;padding:0;position:relative}.home-gate-about-unique:before{background:radial-gradient(circle,#ffeba00d 0,#0000 60%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%;z-index:0}.home-gate-about-content{display:flex;min-height:80vh;width:100%}.home-gate-about-visual{flex:0 0 50%;min-height:50vh;overflow:hidden;position:relative}.home-gate-about-visual img{display:block;height:100%;object-fit:cover;width:100%}.home-gate-about-info{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem 4rem;position:relative;z-index:1}.home-gate-about-texts{margin:0 auto;max-width:650px;text-align:left;width:100%}.home-gate-about-texts h2{color:#444;font-family:Cinzel,serif;font-size:2rem;font-weight:400;letter-spacing:.02em;line-height:1.25;margin-bottom:1rem;margin-top:3rem}.home-gate-about-texts h2:first-child{margin-top:0}.home-gate-about-texts h2:after{display:none}.home-gate-about-texts h3{color:#555;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.05rem;font-weight:300;line-height:1.6;margin-bottom:2rem;margin-top:0}.home-gate-about-texts h3 a{border-bottom:1px solid #d4af37;color:#111;text-decoration:none;transition:all .2s ease}.home-gate-about-texts h3 a:hover{border-bottom-color:#0000;color:#d4af37}.home-gate-about-images{display:flex;flex-wrap:wrap;gap:1.5rem;margin:3rem 0}.home-gate-about-images img{border:1px solid #fff;border-radius:6px;box-shadow:0 5px 15px #00000014;filter:brightness(1.02);height:130px;object-fit:cover;transition:all .5s cubic-bezier(.25,.8,.25,1);width:180px}.home-gate-about-images img:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.home-gate-about-subscription{align-items:flex-start;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:650px;width:100%}.home-gate-about-subscription h3{color:#666;font-family:Guardian-EgypTT,serif;font-size:1rem;font-style:italic;margin-bottom:1rem}#homeGateSubscribeForm{background:#0000;display:flex;flex-direction:row;gap:1rem;max-width:100%;transition:box-shadow .3s ease;width:100%}#homeGateSubscribeEmail{background:#fff;border:1px solid #ddd;border-radius:50px;color:#333;flex:1 1;font-family:Helvetica Neue,sans-serif;font-size:.95rem;outline:none;padding:.8rem 1.5rem}#homeGateSubscribeForm button{background-color:#343c47;border:2px solid #343c47;border-radius:50px;color:#fff;cursor:pointer;font-family:Cinzel,serif;font-size:.85rem;font-weight:700;letter-spacing:1.5px;padding:.8rem 2rem;text-transform:uppercase;transition:all .3s ease}#homeGateSubscribeForm button:hover{background-color:#4c5d74;border-color:#4c5d74;color:#fff;transform:translateY(-2px)}.home-gate-subscribe-message{color:#343c47;font-family:Helvetica Neue,sans-serif;font-size:.85rem;height:1.5rem;margin-top:1rem}@media (max-width:768px){.gate-entries-container{flex-direction:column;height:auto}.gate-entry{border-bottom:1px solid #0000001a;border-right:none;min-height:33vh}.home-gate-about-content{flex-direction:column}.home-gate-about-visual{flex:auto;height:auto;order:1}.home-gate-about-visual img{height:auto;width:100%}.home-gate-about-info{order:2;padding:3rem 1.5rem}.home-gate-about-texts{text-align:center}.home-gate-about-images{justify-content:center}.home-gate-about-subscription{align-items:stretch}.home-gate-about-subscription h3{text-align:center}#homeGateSubscribeForm{flex-direction:column}#homeGateSubscribeEmail{text-align:center}.home-gate-about-texts h2{font-size:1.6rem;margin-top:2rem}.home-gate-about-texts h3{font-size:1rem}.home-gate-divider{height:70vh;padding:10rem 0}.divider-text{font-size:1.5rem;letter-spacing:.1em}.divider-content{flex-direction:column;height:100%;width:100%}.divider-line{height:1px;max-width:60%;opacity:0;width:100px}.divider-text{display:contents;font-size:1.2rem;letter-spacing:.05em;line-height:1.4;white-space:normal}.home-gate-about-images img{height:110px;width:150px}}@media (max-width:480px){.gate-entry-grimdark h2,.gate-entry-solarpunk h2,.gate-entry-storybook h2{font-size:1.6rem}.gate-entry-solarpunk h2:after{width:40px}.gate-entry{padding:1.5rem 1.5rem 2.5rem}.home-gate-about-info{padding:2.5rem 1rem}.home-gate-about-texts h2{font-size:1.4rem}}.submit-request-page-container{align-items:center;background-color:#f5f7f9;color:#455a64;display:flex;flex-direction:column;font-family:Lato,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;overflow-x:hidden;padding:4rem 2rem;position:relative}.submit-request-page-container:before{background:linear-gradient(135deg,#fff6,#fff0);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.submit-request-page-header{margin:0 auto 3rem;max-width:800px;position:relative;text-align:center;z-index:1}.submit-request-page-header h1{color:#546e7a;font-family:Montserrat,sans-serif;font-size:3rem;letter-spacing:2px;margin-bottom:.5rem;text-shadow:2px 2px 0 #fff,4px 4px 10px #546e7a33;text-transform:uppercase}.submit-request-page-header p{color:#607d8b;font-size:1.2rem;font-weight:300;letter-spacing:.5px}.submit-request-page-form-wrapper{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffd9;border:1px solid #fff9;border-radius:16px;box-shadow:0 10px 30px #0000000d,0 1px 3px #0000001a;box-sizing:border-box;max-width:700px;padding:3rem;position:relative;width:100%;z-index:1}.submit-request-page-form-wrapper:after{background-color:#546e7a;border-radius:16px 16px 0 0;content:"";height:6px;left:0;position:absolute;top:0;width:100%}.submit-request-page-form-group{margin-bottom:2rem}.submit-request-page-form-group label{color:#455a64;display:block;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.8rem;text-transform:uppercase}.submit-request-page-input{background:#ffffffe6;border:1px solid #d1d9e6;border-radius:8px;box-shadow:inset 0 1px 3px #00000008;box-sizing:border-box;color:#333;font-family:Lato,sans-serif;font-size:1.1rem;padding:1rem;transition:all .3s ease;width:100%}.submit-request-page-input:focus{background:#fff;border-color:#546e7a;box-shadow:0 0 0 3px #546e7a1a;outline:none}textarea.submit-request-page-input{min-height:150px;resize:vertical}.submit-request-page-upload-container{background:#cfd8dc33;border:2px dashed #aeb9cc;border-radius:8px;cursor:pointer;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.submit-request-page-upload-container:hover{background:#cfd8dc80;border-color:#546e7a}.file-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.submit-request-page-upload-label{align-items:center;color:#78909c;display:flex;flex-direction:column;gap:.5rem}.submit-request-page-upload-icon{color:#546e7a;font-size:2rem;margin-bottom:.5rem}.submit-request-page-image-container{background:#fff;border:1px solid #d1d9e6;border-radius:8px;box-shadow:0 2px 5px #0000000d;display:inline-block;margin-top:1rem;max-width:100%;padding:.5rem}.submit-request-page-image-preview{border-radius:4px;display:block;max-height:200px;max-width:100%}.submit-request-page-submit-actions{display:flex;justify-content:flex-end;margin-top:2rem}.submit-request-page-button{background-color:#546e7a;border:none;border-radius:50px;box-shadow:0 4px 15px #546e7a4d;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:1rem 3rem;text-transform:uppercase;transition:all .3s ease}.submit-request-page-button:hover{background-color:#78909c;box-shadow:0 6px 20px #546e7a66;transform:translateY(-2px)}.submit-request-page-button:active{box-shadow:0 2px 10px #546e7a4d;transform:translateY(1px)}.submit-request-page-button:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}@media (max-width:768px){.submit-request-page-container{padding:2rem 1rem}.submit-request-page-header h1{font-size:2rem}.submit-request-page-header p{font-size:1rem}.submit-request-page-form-wrapper{padding:1.5rem;width:100vw}.submit-request-page-form-wrapper:after{border-radius:0}.submit-request-page-button{font-size:1rem;padding:1rem;width:100%}}@media (min-width:2000px){.submit-request-page-container{padding:6rem 3rem}.submit-request-page-header h1{font-size:4rem}.submit-request-page-header p{font-size:1.5rem}.submit-request-page-form-wrapper{max-width:1000px;padding:4rem}.submit-request-page-form-group label{font-size:1.1rem}.submit-request-page-input{font-size:1.3rem;padding:1.2rem}.submit-request-page-button{font-size:1.4rem;padding:1.2rem 4rem}}.submit-request-examples-container{margin:5rem 0;text-align:center;width:100%;z-index:1}.submit-request-examples-text{color:#78909c;font-family:Lato,sans-serif;font-size:1.1rem;margin:0}.submit-request-examples-link{border-bottom:2px solid #546e7a4d;color:#546e7a;font-weight:700;text-decoration:none;transition:all .2s ease}.submit-request-examples-link:hover{border-bottom-color:#546e7a;color:#37474f}.image-collection-container{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));width:100%}.image-wrapper{border-radius:8px;overflow:hidden;position:relative;transition:transform .2s}.image-wrapper img{display:block;height:100%;object-fit:cover;width:100%}.image-wrapper:hover{box-shadow:0 4px 8px #0000001a;cursor:pointer;transform:scale(1.02)}.image-wrapper.is-thumbnail{aspect-ratio:1/1;border:1px solid #eee}.image-uploader-container{align-items:center;border:2px dashed #ccc;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:20px;transition:border-color .2s}.image-uploader-container:hover{border-color:var(--primary-color)}.image-uploader-input{display:none}.preview-section img{border-radius:4px;box-shadow:0 2px 4px #0000001a}.image-display-container{align-items:center;background-color:#f5f5f5;display:flex;height:100%;justify-content:center;opacity:1;overflow:hidden;transition:opacity .2s ease-in-out;width:100%}.image-display-container.fade-out{opacity:0}.image-display-container.fade-in{opacity:1}.image-display-img{max-height:100%;max-width:100%;object-fit:contain}.image-display-placeholder{color:#888;font-size:1.2rem}.progress-steps-container{background-color:#fff;border-bottom:.0625rem solid var(--color4a);padding:1.5rem 1rem;position:relative;width:80%;z-index:0}.progress-steps-disclaimer{color:var(--color4c);font-family:var(--font-monospace);font-size:.875rem;line-height:1.4;margin:1rem auto 0;max-width:50rem;padding:0 1rem;text-align:center}.progress-steps{display:flex;justify-content:space-between;list-style:none;margin:0 auto;max-width:50rem;padding:0;position:relative}.progress-steps:before{background-color:var(--color4a);content:"";height:.125rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1}.progress-steps li{align-items:center;color:var(--color-text-dark-gray);display:flex;flex:1 1;flex-direction:column;font-family:var(--font-helvetica);font-size:.875rem;font-weight:700;gap:.5rem;position:relative;text-align:center;z-index:2}.progress-steps li span{align-items:center;background-color:#fff;border:.125rem solid var(--color4a);border-radius:50%;display:flex;font-size:1rem;height:2rem;justify-content:center;transition:background-color .3s,border-color .3s;width:2rem}.progress-steps li.completed span{background-color:var(--color2);border-color:var(--color2);color:var(--color4)}.progress-steps li.active span{background-color:var(--color1);border-color:var(--color1)}.editor-page-layout{height:1050px}.product-thumbnail img{background:#f5f5f5;border-radius:4px;height:80px;object-fit:contain;width:80px}.product-info-details{flex:1 1}.product-name-header{font-size:1.1rem;font-weight:600;margin-bottom:5px}.product-specs{color:#666;display:flex;flex-direction:column;flex-wrap:wrap;font-size:.9rem;gap:.3rem;margin-bottom:10px}.view-3d-button-small{background:var(--color4d);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.85rem;padding:6px 12px}.order-card-container{background:#fff;border:1px solid #e1e4e8;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;overflow:hidden}.order-card-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:12px 20px}.header-left{display:flex;flex-direction:column;gap:2px}.order-label{color:#94a3b8;font-size:.7rem;font-weight:700;letter-spacing:.08em;margin-bottom:2px;text-transform:uppercase}.order-value{color:#334155;font-size:1rem;font-weight:600}.order-status-badge{border-radius:4px;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.order-status-badge.awaiting-confirmation,.order-status-badge.payment-hold-confirmed,.order-status-badge.pending,.order-status-badge.processing{background-color:var(--color-processing);color:#fff}.order-status-badge.verifying,.order-status-badge.verifying-please-check-your-email-{background-color:var(--color-verifying);color:#fff}.order-status-badge.printing{background-color:var(--color-printing);color:#fff}.order-status-badge.shipped{background-color:var(--color-shipped);color:#fff}.order-status-badge.delivered{background-color:var(--color-delivered);color:#fff}.order-status-badge.cancelled,.order-status-badge.payment-failed{background-color:var(--color-cancelled);color:#fff}.order-items-list{padding:10px 20px}.order-product-row{border-bottom:1px solid #f0f0f0;display:flex;gap:15px;padding:15px 0}.order-product-row:last-child{border-bottom:none}.order-card-footer{background:#fcfcfc;border-top:1px solid #eee;display:flex;justify-content:space-between;padding:15px 20px}.shipping-title{color:#94a3b8;font-size:.7rem;font-weight:700;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.shipping-address{color:#475569;font-size:.9rem;line-height:1.5}.shipping-address strong{color:#1e293b;font-weight:600}.footer-total{grid-column-gap:1.25rem;grid-row-gap:.25rem;align-items:baseline;column-gap:1.25rem;display:grid;grid-template-columns:auto auto;row-gap:.25rem;text-align:right}.tax-label{color:#94a3b8;font-size:.8rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.tax-amount{color:#475569}.tax-amount,.total-label{font-size:.9rem;font-weight:600}.total-label{color:#64748b}.total-amount{color:#1e293b;font-size:1.5rem;font-weight:800}@media (max-width:768px){.order-card-footer{align-items:flex-start;flex-direction:column;gap:15px}.footer-total{border-top:1px dashed #eee;display:grid;grid-template-columns:1fr auto;margin-top:5px;padding-top:15px;width:100%}.order-product-row{flex-direction:column}.item-image{height:200px;margin-bottom:10px;width:100%}.item-image img{object-fit:cover}}@media (min-width:1600px){.order-card-container{font-size:1.05rem}.order-value{font-size:1.15rem}.total-amount{font-size:1.6rem}.order-product-row{gap:25px}}.draft-card{background:#fff;border:1px solid var(--color3);border-radius:12px;box-shadow:0 2px 8px #00000008;margin-bottom:1.25rem;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.draft-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.draft-header{align-items:center;border-bottom:1px solid var(--color3);display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.draft-date{color:#94a3b8;letter-spacing:.08em}.draft-date,.draft-status{font-size:.7rem;font-weight:700;text-transform:uppercase}.draft-status{background:#f1f5f9;border-radius:4px;color:#64748b;letter-spacing:.05em;padding:.25rem .75rem}.draft-status.active{background:#e3f2fd;color:#1976d2}.draft-details{display:flex;gap:20px}.item-shipping{flex:1 1}.item-main{color:#1a202c;margin-bottom:8px}.item-sub{color:#4a5568;line-height:1.4;margin-bottom:4px}.item-sub strong{color:#2d3748;font-weight:600}.draft-config{background:var(--color3);border-radius:6px;color:var(--color-text-dark-gray);display:inline-block;font-size:.85rem;margin-top:15px;padding:8px 12px}.item-image{flex-shrink:0}.item-image img{object-fit:cover}.draft-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:15px}.profile-secondary-button.purchase-load-model-button{background:#fff;border:1.5px solid var(--color4d);border-radius:50px;color:var(--color4d);cursor:pointer;font-size:.85rem;font-weight:700;letter-spacing:.05em;padding:8px 16px;text-transform:uppercase;transition:all .2s ease}.profile-secondary-button.purchase-load-model-button:hover:not(:disabled){background:var(--color4d);box-shadow:0 4px 12px #0000001a;color:#fff}.profile-secondary-button.purchase-load-model-button:disabled{cursor:not-allowed;opacity:.4}@media (max-width:768px){.draft-details{flex-direction:column-reverse}.item-image{height:150px;width:100%}}.profile-model-viewer-modal{align-items:center;background-color:#000000d9;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease;width:100vw;z-index:1000}.profile-model-viewer-modal.show{opacity:1;pointer-events:auto}#profileModelViewerContainer{background-color:#2a2a2a;border-radius:8px;box-shadow:0 10px 40px #00000080;height:70vh;max-width:1000px;overflow:hidden;position:relative;width:80%}.modal-close-btn{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;line-height:1;position:absolute;right:15px;top:15px;transition:background .2s;width:36px;z-index:10}.modal-close-btn:hover{background:#fff3}.profile-model-viewer-modal p{color:#ffffffb3;font-size:.9rem;margin-top:20px;pointer-events:none}@media (max-width:768px){#profileModelViewerContainer{height:60vh;width:95%}}.profile-container{display:flex;gap:40px;margin:40px auto;max-width:1200px;min-height:calc(100vh - 200px);padding:20px}.profile-sidebar{display:flex;flex-direction:column;flex-shrink:0;gap:30px;width:280px}.profile-user-info{background:#fff;border:1px solid var(--color3);border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:30px 20px;text-align:center}.profile-avatar{align-items:center;background:var(--color4);border-radius:50%;color:#fff;display:flex;font-family:var(--font-montserrat);font-size:2rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 15px;width:80px}.profile-user-info h3{color:var(--color-text-dark-gray);font-family:var(--font-verdana);font-size:1.1rem;margin:0 0 5px}.profile-user-info p{color:var(--color-text-light-gray);font-size:.9rem;margin:0}.profile-nav{display:flex;flex-direction:column;gap:10px}.profile-nav-button{background:#0000;border:none;border-radius:8px;color:var(--color-text-dark-gray);cursor:pointer;font-family:var(--font-verdana);font-size:.95rem;padding:12px 20px;text-align:left;transition:all .2s ease}.profile-nav-button.active,.profile-nav-button:hover{background:var(--color3);color:var(--color4);font-weight:600}.profile-content{flex:1 1}.profile-content h2{border-bottom:2px solid var(--color3);color:var(--color4);font-family:var(--font-montserrat);font-size:1.5rem;margin-bottom:25px;margin-top:0;padding-bottom:12px}.settings-section{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;font-family:Verdana,Geneva,Tahoma,sans-serif;font-family:var(--font-verdana,Verdana,Geneva,Tahoma,sans-serif);margin:32px auto 0;max-width:420px;padding:32px 28px 28px}.settings-form{display:flex;flex-direction:column;gap:32px}.settings-group{margin-bottom:18px}.settings-group.password-group{border-top:1px solid #eaeaea;margin-top:10px;padding-top:18px}.settings-field{display:flex;flex-direction:column;margin-bottom:14px}.settings-field label{color:#444;font-size:.97rem;margin-bottom:4px}.settings-field input[type=password]{background:#f9f9fb;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:8px 10px;transition:border .2s}.settings-field input[type=password]:focus{border-color:#2a6edb;border-color:var(--color4,#2a6edb);outline:none}.settings-group label{align-items:center;color:#333;cursor:pointer;display:flex;font-size:1rem;gap:8px}.settings-group input[type=checkbox]{accent-color:#2a6edb;accent-color:var(--color4,#2a6edb);height:18px;margin-right:6px;width:18px}.change-password-btn{background:#2a6edb;background:var(--color4,#2a6edb);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:8px;padding:10px;transition:background .2s}.change-password-btn:hover{background:#1d5bbf}.order-history-list{display:flex;flex-direction:column;gap:20px}.placeholder-text,.profile-page-loading-text{color:var(--color-text-light-gray);font-style:italic;padding:40px;text-align:center}.order-card{background:#fff;border:1px solid var(--color3);border-radius:12px;box-shadow:0 2px 8px #00000008;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.order-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.order-header{align-items:center;border-bottom:1px solid var(--color3);display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.order-date{color:var(--color-text-light-gray);font-size:.9rem}.order-status{border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.order-status.placed{background:#e3f2fd;color:#1976d2}.order-status.processing{background:#f3e5f5;color:var(--color-processing)}.order-status.verifying{background:#e8eaf6;color:var(--color-verifying)}.order-status.printing{background:#e8f5e9;color:var(--color-printing)}.order-status.shipped{background:#fffde7;color:var(--color-shipped)}.order-status.delivered{background:#fff3e0;color:var(--color-delivered)}.order-status.cancelled{background:#ffebee;color:var(--color-cancelled)}.order-status.online{background:#f5f5f5;color:var(--color-online)}.order-details{display:flex;gap:20px}.item-shiping{flex:1 1}.item-main{color:var(--color4);font-size:1.1rem;font-weight:700;margin-bottom:5px}.item-sub{color:var(--color-text-light-gray);font-size:.9rem;margin-bottom:2px}.shipping-main{color:var(--color-text-dark-gray);font-size:.85rem;font-weight:600;margin-top:15px}.shipping-sub{color:var(--color-text-light-gray);font-size:.85rem;line-height:1.4}.item-image{background-color:var(--color3);border:1px solid var(--color3);border-radius:8px;height:100px;overflow:hidden;width:100px}.item-image img{height:100%;object-fit:contain;width:100%}.profile-order-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:15px}.profile-secondary-button{background:#0000;border:1px solid var(--color4);border-radius:6px;color:var(--color4);cursor:pointer;font-size:.9rem;padding:8px 16px;transition:all .2s}.profile-secondary-button:hover:not(:disabled){background:var(--color4);color:#fff}.profile-secondary-button:disabled{border-color:var(--color4a);color:var(--color4a);cursor:not-allowed;opacity:.4}.pagination-controls{display:flex;justify-content:center;margin-top:30px}.pagination-buttons{align-items:center;display:flex;gap:15px}.pagination-buttons button{background:#fff;border:1px solid var(--color3);border-radius:6px;color:var(--color4);cursor:pointer;padding:6px 14px}.pagination-buttons button:disabled{cursor:default;opacity:.5}.pagination-buttons button:hover:not(:disabled){border-color:var(--color4)}.pagination-info{color:var(--color-text-light-gray);font-size:.9rem}@media (min-width:1600px){.profile-container{gap:60px;max-width:1600px}.profile-sidebar{width:320px}.profile-content h2{font-size:1.8rem}}@media (max-width:900px){.profile-container{flex-direction:column;gap:20px;margin:20px auto;min-height:auto;padding:15px}.profile-sidebar{gap:15px;width:100%}.profile-user-info{grid-column-gap:20px;align-items:center;column-gap:20px;display:grid;grid-template-areas:"avatar name" "avatar email";grid-template-columns:auto 1fr;padding:15px 20px;text-align:left}.profile-avatar{font-size:1.5rem;grid-area:avatar;height:60px;margin:0;width:60px}.profile-user-info h3{align-self:end;font-size:1.1rem;grid-area:name;margin-bottom:2px}.profile-user-info p{align-self:start;font-size:.95rem;grid-area:email}.profile-nav{gap:10px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.profile-nav::-webkit-scrollbar{display:none}.profile-nav-button.active,.profile-nav-button:hover{background:var(--color4);border-color:var(--color4);color:#fff}.settings-section{margin-top:10px;max-width:100%;padding:20px}}@media (max-width:768px){.settings-form{gap:20px}}.mini-product-image{background:#fff;border-radius:4px;object-fit:contain}.cart-item{align-items:center;border-bottom:1px solid var(--color3);display:flex;gap:20px;padding:20px 0}.cart-item:last-child{border-bottom:none}.cart-item-image{align-items:center;background-color:#f5f5f5;border-radius:8px;display:flex;flex-shrink:0;height:100px;justify-content:center;overflow:hidden;width:100px}.cart-item-image img{height:100%;object-fit:cover;width:100%}.placeholder-img{background-color:#ddd;height:100%;width:100%}.cart-item-snapshot{flex:1 1}.cart-item-name{color:var(--color-text-dark-gray);font-size:1.1rem;margin:0 0 5px}.cart-item-specs p{color:var(--color-text-light-gray);font-size:.9rem;margin:2px 0}.cart-item-quantity{align-items:center;display:flex;gap:10px;margin-right:20px}.quantity-btn{align-items:center;background:#fff;border:1px solid var(--color4a);border-radius:4px;color:var(--color-text-dark-gray);cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;transition:all .2s;width:24px}.quantity-btn:not(:disabled):hover{border-color:var(--color4);color:var(--color4)}.quantity-btn:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.5}.quantity-value{text-align:center;width:20px}.cart-item-price,.quantity-value{color:var(--color-text-dark-gray);font-weight:700}.cart-item-price{font-size:1.1rem;margin-right:20px}.cart-remove-btn{background:none;border:1px solid var(--color-landing-btn);border-radius:4px;color:var(--color-landing-btn);cursor:pointer;font-size:.8rem;padding:5px 10px;transition:all .2s}.cart-remove-btn:hover{background:var(--color-landing-btn);color:#fff}.empty-cart-message{color:var(--color-text-light-gray);font-size:1.2rem;padding:40px;text-align:center}.empty-cart-message button{background-color:var(--color2);border:none;border-radius:8px;color:var(--color-text-dark-gray);cursor:pointer;font-weight:700;margin-top:15px;padding:10px 20px}.cart-page-loading{color:var(--color-text-light-gray);font-size:1.2rem;padding:50px;text-align:center}@media (max-width:768px){.cart-item{grid-gap:15px 10px;display:grid;gap:15px 10px;grid-template-areas:"image details details" "qty price remove";grid-template-columns:auto 1fr auto;padding:15px 0}.cart-item-image{grid-area:image;height:80px;margin-right:0;width:80px}.cart-item-snapshot{grid-area:details;width:auto}.cart-item-name{font-size:1rem;margin-bottom:5px}.cart-item-specs p{font-size:.85rem;line-height:1.2}.cart-item-quantity{align-self:center;grid-area:qty;margin-right:0}.quantity-btn{height:28px;width:28px}.cart-item-price{align-self:center;font-size:1rem;grid-area:price;justify-self:center;margin-right:0}.cart-remove-btn{align-self:center;grid-area:remove;justify-self:end}}@media (min-width:1920px){.cart-item{gap:40px;padding:30px 0}.cart-item-image{height:140px;width:140px}.cart-item-name{font-size:1.5rem;margin-bottom:10px}.cart-item-specs p{font-size:1.1rem;margin:5px 0}.cart-item-price{font-size:1.4rem;margin-right:30px}.quantity-btn{font-size:1.2rem;height:36px;width:36px}.quantity-value{font-size:1.3rem;width:30px}.cart-remove-btn{font-size:1rem;padding:8px 16px}}.cart-page-container{margin:40px auto;max-width:1200px;min-height:calc(100vh - 200px);padding:20px}.cart-page-title{border-bottom:2px solid var(--color3);color:var(--color-text-dark-gray);font-family:var(--font-verdana);font-size:2rem;margin-bottom:30px;padding-bottom:10px}.cart-page-content{align-items:flex-start;display:flex;gap:40px}.cart-page-item-list{background:#fff;border:1px solid var(--color3);border-radius:12px;box-shadow:0 4px 12px #0000000d;box-sizing:border-box;flex:2 1;padding:20px}.cart-page-empty-message{color:var(--color-text-dark-gray);font-family:var(--font-tahoma);font-size:1rem}.cart-page-summary{background:#fff;border:1px solid var(--color3);border-radius:12px;box-shadow:0 4px 12px #0000000d;box-sizing:border-box;flex:1 1;padding:25px;position:-webkit-sticky;position:sticky;top:100px}.cart-page-summary h3{color:var(--color-text-dark-gray);font-family:var(--font-verdana);margin-bottom:20px;margin-top:0}.cart-page-summary-row{color:var(--color-text-dark-gray);display:flex;justify-content:space-between;margin-bottom:15px}.cart-page-summary-row.total{border-top:2px solid var(--color3);font-size:1.2rem;font-weight:700;margin-top:15px;padding-top:15px}.cart-page-summary p{color:#888;font-size:.95em;margin:0;position:relative;top:-10px}.cart-page-checkout-btn{background-color:var(--color4);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:25px;padding:15px;transition:background-color .2s;width:100%}.cart-page-checkout-btn:hover{filter:brightness(1.2)}@media (max-width:768px){.cart-page-container{margin:20px auto;min-height:auto;padding:15px}.cart-page-title{font-size:1.5rem;margin-bottom:20px;text-align:center}.cart-page-content{flex-direction:column;gap:20px}.cart-page-item-list{padding:15px;width:100%}.cart-page-summary{border-top:1px solid var(--color3);margin-top:0;position:static;width:100%}}@media (min-width:1920px){.cart-page-container{margin:60px auto;max-width:1600px}.cart-page-title{font-size:2.5rem}.cart-page-item-list{padding:30px}.cart-page-summary{padding:35px}.cart-page-summary-row{font-size:1.1rem;margin-bottom:20px}.cart-page-summary-row.total{font-size:1.5rem;margin-top:25px}.cart-page-checkout-btn{font-size:1.2rem;padding:20px}}.brainstorm-container{background-color:#f5f5f5;color:#333;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh}.brainstorm-header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;display:flex;height:60px;padding:0 20px}.brainstorm-page-project-selector{background-color:#f0f0f0;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:8px 16px;position:relative;transition:background-color .2s}.brainstorm-page-project-selector.open,.brainstorm-page-project-selector:hover{background-color:#e0e0e0}.brainstorm-page-project-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px #0000001a;left:0;margin-top:4px;min-width:200px;position:absolute;top:100%;z-index:100}.brainstorm-page-dropdown-item{cursor:pointer;padding:8px 16px}.brainstorm-page-dropdown-item:hover{background-color:#f9f9f9}.brainstorm-layout{display:flex;flex:1 1;overflow:hidden}.brainstorm-sidebar{background-color:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow-y:auto;padding:20px;width:250px}.brainstorm-sidebar h3{color:#666;font-size:1rem;letter-spacing:.5px;margin-bottom:15px;margin-top:0;text-transform:uppercase}.brainstorm-main{background-color:#fafafa;overflow-y:auto;padding:20px;position:relative}.brainstorm-main,.welcome-box{display:flex;flex:1 1;flex-direction:column}.welcome-box{align-items:center;border:2px dashed #ddd;border-radius:8px;color:#888;cursor:pointer;justify-content:center;margin-bottom:20px;transition:all .2s}.welcome-box:hover{background-color:#fcfcfc;border-color:#bbb}.image-grid-4{grid-gap:15px;display:grid;flex:1 1;gap:15px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);margin-bottom:20px}.image-slot{align-items:center;aspect-ratio:1;background-color:#eee;border-radius:8px;display:flex;justify-content:center;overflow:hidden;position:relative}.image-slot img{cursor:pointer;height:100%;object-fit:cover;transition:transform .2s;width:100%}.image-slot img:hover{transform:scale(1.02)}.single-preview{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-bottom:20px}.preview-actions{display:flex;gap:10px;margin-top:15px}.brainstorm-page-btn-next{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .2s}.brainstorm-page-btn-next:hover{background-color:#0056b3}.brainstorm-page-btn-next.secondary{background-color:#6c757d}.brainstorm-page-btn-next.secondary:hover{background-color:#545b62}.brainstorm-input-area{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 -2px 10px #0000000d;padding:15px}.brainstorm-page-prompt-form{align-items:center;display:flex;gap:10px}.brainstorm-page-prompt-form input[type=text]{border:1px solid #ddd;border-radius:4px;flex:1 1;font-size:1rem;padding:12px}.brainstorm-page-prompt-form input[type=text]:focus{border-color:#007bff;outline:none}.style-select{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:12px}.brainstorm-page-prompt-form button{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:background-color .2s}.brainstorm-page-prompt-form button:hover{background-color:#218838}.brainstorm-page-prompt-form button:disabled{background-color:#94d3a2;cursor:not-allowed}.brainstorm-page-prompt-actions{display:flex;gap:5px;margin-right:5px}.brainstorm-page-prompt-form .brainstorm-page-btn-secondary{background-color:#6c757d;color:#fff;padding:12px 16px}.brainstorm-page-prompt-form .brainstorm-page-btn-secondary:hover{background-color:#5a6268}.brainstorm-page-prompt-form .brainstorm-page-btn-secondary:disabled{background-color:#e2e6ea;color:#adb5bd}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-slot img{animation:fadeIn .3s ease-in}.finetune-page-container{background-color:var(--color3);color:#333;display:flex;flex-direction:column;font-family:var(--font-helvetica);height:100vh}.finetune-page-project-header{align-items:center;background-color:#fff;border-bottom:2px solid var(--color-main-2);display:flex;height:60px;padding:0 20px;z-index:5}.finetune-page-project-selector{align-items:center;background-color:var(--color-processing);border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:10px;padding:8px 16px;position:relative;transition:background-color .2s}.finetune-page-project-selector:hover{filter:brightness(110%)}.finetune-page-container .arrow{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s}.finetune-page-container .arrow.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.finetune-page-container .arrow.down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}.finetune-page-project-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px #0000001a;left:20px;max-height:300px;min-width:250px;overflow-y:auto;position:absolute;top:60px;z-index:1002}.dropdown-item{border-bottom:1px solid #eee;cursor:pointer;padding:12px 16px;transition:background-color .2s}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item.new-proj{color:var(--color1);font-weight:700}.finetune-main-content{display:flex;flex:1 1;gap:0;overflow:hidden;padding:0}.image-history{background-color:#fcfcfc;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow-y:auto;padding:10px;width:200px}.image-history h3{color:#555;font-size:1rem;letter-spacing:.5px;margin-bottom:15px;margin-top:0;text-align:center;text-transform:uppercase}.history-image-collection{display:flex}.preview-area{align-items:center;background-color:#eee;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;padding:20px;position:relative}.preview-area img{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;max-height:80%;max-width:100%;object-fit:contain}.canvas-animation-overlay{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.finetune-page-loading-text{animation:blink 1.5s infinite;color:var(--color-processing);font-family:var(--font-courier-new);font-size:1.2rem}@keyframes blink{50%{opacity:.5}}.generate-3d-btn{background-color:var(--color-main-2);border:none;border-radius:6px;box-shadow:0 4px 6px #0003;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:20px;padding:15px 30px;transition:all .2s}.generate-3d-btn:hover{background-color:#000;box-shadow:0 6px 10px #00000040;transform:translateY(-2px)}.generate-3d-btn:disabled{background-color:#888;cursor:not-allowed;transform:none}.chat-section{background-color:#fff;border-left:1px solid #e0e0e0;display:flex;flex-direction:column;width:350px}.chat-history{background-color:#fafafa;display:flex;flex:1 1;flex-direction:column;gap:15px;overflow-y:auto;padding:20px}.chat-message{border-radius:12px;font-size:.95rem;line-height:1.4;max-width:85%;padding:12px 16px;position:relative}.chat-message.you{align-self:flex-end;background-color:#007bff;border-bottom-right-radius:2px;color:#fff}.chat-message.didiga{align-self:flex-start;background-color:#fff;border:1px solid #ddd;border-bottom-left-radius:2px;color:#333;font-family:var(--font-courier-new)}.chat-message strong{display:block;font-size:.8rem;margin-bottom:4px;opacity:.8}.chat-message.loading{background-color:initial;border:none;color:#888;font-style:italic}.chat-input-area{background-color:#fff;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:10px;padding:15px}.chat-input-area textarea{border:1px solid #ccc;border-radius:6px;font-family:inherit;font-size:.95rem;height:60px;padding:10px;resize:none;width:100%}.chat-input-area textarea:focus{border-color:#007bff;outline:none}.chat-input-area button{align-self:flex-end;background-color:var(--color-processing);border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:8px 24px;transition:background-color .2s}.chat-input-area button:hover{filter:brightness(90%)}.chat-input-area button:disabled{background-color:#ccc;cursor:not-allowed}.crucible-page-container{background-color:#f5f5f5;display:flex;flex-direction:row;font-family:var(--font-helvetica);height:calc(100vh - 60px);overflow:hidden}.ingredients-panel{background-color:#fff;border-right:1px solid var(--color4a);display:flex;flex-direction:column;flex-shrink:0;width:280px}.project-controls{align-items:center;background-color:var(--color3);border-bottom:1px solid var(--color4a);display:flex;min-height:60px;padding:1rem;position:relative}.rename-container{width:100%}.rename-container input{border:1px solid var(--color4d);border-radius:4px;color:var(--color4);font-family:inherit;font-size:1.1rem;font-weight:700;padding:.5rem;width:100%}.rename-icon{color:var(--color-text-light-gray);cursor:pointer;font-size:.9rem;margin-left:.5rem;transition:color .2s;visibility:hidden}.crucible-page-dropdown-trigger:hover .rename-icon{visibility:visible}.rename-icon:hover{color:var(--color4d)}.crucible-page-dropdown-trigger{border-radius:4px;cursor:pointer;padding:.5rem;transition:background .2s;width:100%}.crucible-page-dropdown-trigger:hover{background-color:#0000000d}.crucible-page-dropdown-trigger h3{align-items:center;color:var(--color4);display:flex;font-size:1.1rem;justify-content:space-between;margin:0}.crucible-page-dropdown-trigger h3:after{content:"▼";font-size:.8rem;margin-left:.5rem}.studio-dropdown{background:#fff;border:1px solid var(--color4a);border-radius:4px;box-shadow:0 4px 12px #00000026;left:1rem;max-height:300px;overflow-y:auto;position:absolute;right:1rem;top:100%;z-index:100}.studio-dropdown div{border-bottom:1px solid #eee;cursor:pointer;padding:.8rem}.studio-dropdown .new-btn,.studio-dropdown div:hover{background-color:var(--color3)}.studio-dropdown .new-btn{color:var(--color4d);font-weight:700;text-align:center}.assets-scroll{flex:1 1;overflow-y:auto;padding:1rem}.assets-scroll .upload-mini{margin-bottom:1rem;width:100%}.assets-scroll .image-collection-container{grid-template-columns:repeat(2,1fr)!important}.chat-panel{background-color:#fff;border-right:1px solid var(--color4a);min-width:400px}.chat-log,.chat-panel{display:flex;flex:1 1;flex-direction:column}.chat-log{background-color:#f9f9f9;gap:1rem;overflow-y:auto;padding:1rem}.welcome-msg{color:var(--color-text-light-gray);font-style:italic;margin-top:2rem;text-align:center}.msg-bubble{word-wrap:break-word;border-radius:8px;line-height:1.4;max-width:80%;padding:1rem;position:relative}.msg-bubble.you{align-self:flex-end;background-color:var(--color4);border-bottom-right-radius:2px;color:#fff}.msg-bubble.didiga{align-self:flex-start;background-color:var(--color3);border-bottom-left-radius:2px;color:var(--color-text-dark-gray)}.msg-bubble .sender{display:block;font-size:.75rem;font-weight:700;margin-bottom:.25rem;opacity:.7;text-transform:uppercase}.chat-image-container{border:1px solid #0000001a;border-radius:4px;cursor:pointer;margin-top:.5rem;max-width:100%;overflow:hidden;transition:transform .2s}.chat-image-container:hover{border-color:var(--color4d);transform:scale(1.02)}.chat-embedded-image{display:block;height:auto;width:100%}.input-zone{background-color:#fff;border-top:1px solid var(--color4a);padding:1rem}.attachment-bar{display:flex;gap:.5rem;margin-bottom:.5rem;overflow-x:auto;padding-bottom:.25rem}.asset-chip{border:1px solid var(--color4a);border-radius:4px;flex-shrink:0;height:60px;overflow:hidden;position:relative;width:60px}.asset-chip img{height:100%;object-fit:cover;width:100%}.asset-chip button{align-items:center;background:#00000080;border:none;color:#fff;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;position:absolute;right:0;top:0;width:20px}.prompt-box{align-items:flex-end;display:flex;gap:.5rem}.prompt-box textarea{border:1px solid var(--color4a);border-radius:8px;flex:1 1;font-family:inherit;height:60px;padding:.8rem;resize:none}.prompt-box textarea:focus{outline:2px solid var(--color4d)}.btn-add-asset{align-items:center;background:#fff;border:1px solid var(--color4a);border-radius:50%;color:var(--color4);cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:all .2s;width:40px}.btn-add-asset:hover{background-color:var(--color3);transform:scale(1.05)}.action-buttons{display:flex;flex-direction:column;gap:.5rem}.prompt-box button[type=submit]{background-color:var(--color4);border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;height:36px;padding:.5rem 1rem;transition:background .2s}.prompt-box button[type=submit]:hover{background-color:#2c4175}.prompt-box button[type=submit]:disabled{background-color:var(--color4a);cursor:not-allowed}.btn-undo{background:#0000;border:none;color:var(--color-text-light-gray);cursor:pointer;font-size:.8rem;text-decoration:underline}.display-panel{background-color:#222;flex:1 1;flex-direction:column;min-width:300px;padding:1rem}.display-panel,.display-stage{display:flex;position:relative}.display-stage{align-items:center;background-color:#333;border-radius:8px;flex:1 1;justify-content:center;overflow:hidden}.display-stage img{box-shadow:0 0 20px #00000080;max-height:100%;max-width:100%;object-fit:contain}.animation-container{align-items:center;color:#fff;display:flex;flex-direction:column;gap:1rem}.thinking-loader{animation:spin 1s linear infinite;border:4px solid #ffffff1a;border-left:4px solid var(--color1);border-radius:50%;height:40px;width:40px}.display-actions{display:flex;justify-content:center;margin-top:1rem}.btn-3d{background-color:var(--color1);border:none;border-radius:30px;box-shadow:0 4px 15px #0000004d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:.8rem 2rem;text-transform:uppercase;transition:transform .2s,box-shadow .2s}.btn-3d:hover{background-color:#00d418;box-shadow:0 6px 20px #0006;transform:translateY(-2px)}@media (max-width:1000px){.crucible-page-container{flex-direction:column;height:auto;overflow:visible}.chat-panel,.display-panel,.ingredients-panel{border-bottom:1px solid var(--color4a);border-right:none;height:auto;min-width:0;width:100%}.ingredients-panel{height:300px}.chat-panel,.display-panel{height:500px}}.email-input{background:#fff;border:1px solid #e6e6e6;border-radius:5px;box-shadow:0 1px 1px #00000008;box-sizing:border-box;color:#30313d;font-size:.95rem;outline:none;padding:11px 12px;transition:all .15s ease;width:100%}.email-input:focus{border-color:#2c3e50;box-shadow:0 1px 1px #00000008,0 0 0 1px #2c3e50}.email-input::placeholder{color:#aab7c4}.email-input:invalid:not(:placeholder-shown){background:#fff6f6;border-color:#e57373}.payment-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem;width:100%}.payment-error{background-color:#ffe6e6;border:1px solid #fcc;border-radius:4px;color:#dc3545;font-size:.9rem;padding:.75rem}.email-input-container{background:#0000;border:none;box-shadow:none;display:flex;flex-direction:column;gap:12px;margin:1.5rem 0 1rem;padding:0}.email-input-container h2{color:#30313d;font-size:1.1rem;font-weight:500;margin:0}.email-input-container p{color:#687280;font-size:.9rem;margin:0 0 .25rem}.submit-payment-btn{background-color:#2c3e50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.submit-payment-btn:hover{background-color:#34495e}.submit-payment-btn:disabled{background-color:#a0aec0;cursor:not-allowed;opacity:.7}.StripeElement{background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:10px 12px}.checkout-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:40px auto;max-width:1100px;padding:0 20px}.checkout-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 400px}.checkout-section{background:#fff;border:1px solid var(--color4a);border-radius:8px;margin-bottom:24px;padding:24px}.checkout-section h2{color:#333;font-size:1.25rem;margin-bottom:20px;margin-top:0}.order-summary-card{background:#f9f9f9;border:1px solid var(--color4a);border-radius:8px;box-sizing:border-box;padding:24px;position:-webkit-sticky;position:sticky;top:20px}.mini-product-item{border-bottom:1px solid #eee;display:flex;gap:15px;margin-bottom:15px;padding-bottom:15px}.mini-product-item img{height:60px;width:60px}.p-name{font-size:.9rem;font-weight:600;margin:0}.p-price,.p-qty{color:#666;font-size:.85rem;margin:2px 0}.checkout-page-price-breakdown{margin-top:20px}.checkout-page-price-row{color:#555;display:flex;justify-content:space-between;margin-bottom:10px}.price-note{color:#888;font-size:.85em;margin:-8px 0 10px;min-height:18px}.checkout-page-price-row.total{border-top:1px solid #ccc;color:#000;font-size:1.2rem;font-weight:700;margin-top:15px;padding-top:15px}@media (max-width:900px){.checkout-container{margin:20px auto;padding:0 16px}.checkout-grid{display:flex;flex-direction:column-reverse;gap:30px;grid-template-columns:1fr}.order-summary-card{margin-top:0;padding:20px;position:relative;top:0;width:100%}.checkout-section{padding:20px 15px}}@media (min-width:1800px){.checkout-container{max-width:1600px}.checkout-grid{gap:60px;grid-template-columns:1fr 500px}.checkout-section h2{font-size:1.5rem}.checkout-section,.order-summary-card{padding:32px}.mini-product-item img{height:80px;width:80px}.checkout-page-price-row,.p-name,.p-price,.p-qty{font-size:1rem}.checkout-page-price-row.total{font-size:1.5rem}}.confirm-page-container{align-items:center;background:#f4f7f9;display:flex;justify-content:center;min-height:80vh;padding:20px}.confirm-content{background:#fff;border:1px solid #00000005;border-radius:20px;box-shadow:0 10px 40px #0000000d;max-width:500px;padding:60px 48px;text-align:center;width:100%}.confirm-success-img{height:auto;margin-bottom:32px;opacity:.9;width:120px}.confirm-content h1{color:#141e3f;color:var(--color4,#141e3f);font-family:Montserrat,sans-serif;font-family:var(--font-montserrat,"Montserrat",sans-serif);font-size:2.2rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 16px}.confirm-message{color:#555;color:var(--color-text-dark-gray,#555);display:flex;flex-direction:column;font-family:Helvetica,sans-serif;font-family:var(--font-helvetica,"Helvetica",sans-serif);font-size:1.15rem;gap:12px;line-height:1.5;margin:0 0 40px}.confirm-subtext{color:#888;display:block;font-size:.95rem;font-weight:400}.confirm-actions{display:flex;flex-direction:column;gap:12px;width:100%}.confirm-btn{background:#141e3f;background:var(--color4,#141e3f);border:none;border-radius:12px;box-shadow:0 4px 6px #141e3f1a;color:#fff;cursor:pointer;font-family:sans-serif;font-family:var(--font-montserrat,sans-serif);font-size:1.05rem;font-weight:600;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.confirm-btn:hover{box-shadow:0 8px 15px #141e3f33;filter:brightness(1.2);transform:translateY(-2px)}.confirm-btn:active{transform:translateY(0)}.confirm-btn.secondary{background:#0000;border:2px solid #141e3f;border:2px solid var(--color4,#141e3f);box-shadow:none;color:#141e3f;color:var(--color4,#141e3f)}.confirm-btn.secondary:hover{background:#141e3f;background:var(--color4,#141e3f);color:#fff;filter:none}@media (max-width:480px){.confirm-content{padding:40px 24px}.confirm-content h1{font-size:1.8rem}.confirm-message{font-size:1.05rem}}.guest-login-page{min-height:80vh;padding:50px;text-align:center}.diy-page-container,.guest-login-page{display:flex;flex-direction:column;justify-content:center}.diy-page-container{align-items:center;background-color:#fdf6e3;color:#5d4037;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:calc(100vh - 80px);padding:2rem}.diy-content{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;max-width:600px;padding:3rem;text-align:center;width:100%}.diy-content h1{color:#e67e22;font-size:2.5rem;margin-bottom:1rem}.diy-content p{color:#7f8c8d;font-size:1.1rem;margin-bottom:2rem}.diy-uploader-area{border:2px dashed #bdc3c7;border-radius:8px;margin-bottom:2rem;padding:2rem;transition:all .3s ease}.diy-uploader-area:hover{background-color:#fffaf0;border-color:#e67e22}.diy-upload-btn{background-color:#e67e22;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;padding:12px 24px;transition:background .2s}.diy-upload-btn:hover{background-color:#d35400}.diy-loading{color:#e67e22;font-style:italic;margin-top:2rem}.user-image-container{align-items:center;animation:userImageFadeIn .4s ease-in forwards;animation-delay:.1s;display:flex;flex-direction:column;justify-content:center;min-width:75rem;opacity:0}.user-image-container h2{color:var(--color-text-dark-gray);font-family:var(--font-verdana);font-size:1.125rem;font-weight:400;margin:0;text-align:center}@keyframes userImageFadeIn{to{opacity:1}}.user-image-padding{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:1.25rem;justify-content:center;min-height:6.25rem;padding:4rem 2rem;width:100%}.upload-header{display:block;margin-bottom:1.5rem;margin-top:.5rem;max-width:50%}.upload-header.hide{display:none}.user-image-preview{cursor:pointer;display:flex;justify-content:center;max-height:31.25rem;max-width:40.625rem;transition:background-color .2s ease-in-out}.user-image-preview img{-webkit-user-drag:none;max-height:100%;max-width:100%;object-fit:scale-down;pointer-events:none;user-select:none;-webkit-user-select:none}#userImageUploadBtn{background-color:var(--color1);border-radius:50px;border-width:0;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:var(--font-monospace);font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .3s ease}#userImageUploadBtn img{height:2rem;object-fit:contain}.user-image-next-btns{align-items:center;display:flex;flex-direction:column;gap:1.25rem}.user-image-transformation-options{display:none;flex-direction:row;flex-wrap:wrap;gap:1.25rem;justify-content:center}.user-image-transformation-options.show{display:flex}.transformation-btn{background-color:var(--color1);border-radius:8px;border-width:0;box-sizing:border-box;color:#fff;cursor:pointer;font-family:var(--font-helvetica);font-size:1rem;min-width:9rem;padding:.625rem 1.25rem;position:relative;transition:all .3s ease}.transformation-btn:hover{background-color:var(--color2);box-shadow:0 4px 8px #0003;color:var(--color4);transform:translateY(-2px)}.transformation-tooltip{background-color:#000000e6;border-radius:.375rem;bottom:100%;box-shadow:0 2px 8px #0003;box-sizing:border-box;color:#fff;font-family:var(--font-helvetica);font-size:.875rem;left:50%;margin-bottom:.5rem;opacity:0;padding:.5rem .75rem;position:absolute;transform:translateX(-50%);transition:opacity .3s ease,visibility .3s ease;visibility:hidden;white-space:nowrap;z-index:100}.transformation-tooltip:after{border:.3125rem solid #0000;border-top-color:#000000e6;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.transformation-tooltip.show{opacity:1;visibility:visible}.user-image-custom-prompt{align-items:stretch;display:none;flex-wrap:wrap;gap:.75rem;max-width:30rem;width:100%}.user-image-custom-prompt.show{display:flex}.user-image-blank-prompt{align-items:center;display:none;flex-direction:column;gap:1rem;width:100%}.user-image-blank-prompt.show{display:flex}.user-image-custom-divider{color:var(--color-text-dark-gray);font-family:var(--font-verdana);font-size:1.25rem;position:relative}.custom-prompt-builder{align-items:center;background-color:initial;border:none;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:.5rem .75rem;justify-content:center;padding:0;width:100%}.custom-prompt-builder span{color:var(--color-text-dark-gray);font-family:var(--font-helvetica);font-size:1rem}.custom-prompt-builder input[type=text],.custom-prompt-builder select{background-color:#fdfdfd;border:1px solid #ccc;border-radius:6px;font-family:var(--font-helvetica);font-size:1rem;padding:.5rem 1rem;transition:border-color .2s,box-shadow .2s;width:10rem}.custom-prompt-builder input[type=text]::placeholder{color:var(--color4a)}.custom-prompt-builder input[type=text]:focus,.custom-prompt-builder select:focus{border:1px solid var(--color1);box-shadow:0 0 0 3px #0078bf26;outline:none}.custom-prompt-input{background-color:#fff;border:1px solid var(--color4c);border-radius:.5rem;color:var(--color4);flex:1 1;font-family:var(--font-helvetica);font-size:1rem;max-height:4rem;min-width:15rem;padding:.5rem}.custom-prompt-input:focus{border-color:var(--color1);box-shadow:0 0 0 .125rem #4caf5040;outline:none}.custom-btn{min-width:7rem;white-space:nowrap}.user-image-upload-another-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-top:.625rem}.user-image-upload-another-container.show{display:flex}.user-image-upload-another-container button{border-radius:50px;border-width:0;color:#fff;cursor:pointer;font-family:var(--font-monospace);font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s ease}#userImage3DModelBtn{background-color:var(--color1);display:none;font-weight:700}#userImage3DModelBtn.show{display:block}#userImage3DModelBtn:hover{background-color:var(--color2);color:var(--color4)}#userImageUploadAnotherBtn{background-color:var(--color4);display:none;font-size:.9rem}#userImageUploadAnotherBtn.show{display:block}#userImageFinetuneBtn{display:none}#userImageFinetuneBtn.show{display:block}#userImageUploadBtn.hide{display:none}#userImageUploadAnotherBtn:hover,#userImageUploadBtn:hover{background-color:var(--color2);color:var(--color4)}#userImageFinetuneBtn{background-color:initial;color:var(--color-text-light-gray);font-size:.8rem;text-decoration:underline}.loading-overlay{align-items:center;background-color:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.loading-content{color:#fff;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.user-image-divider{background-color:var(--color4c);height:2px;width:95%}.user-image-example{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;padding:4rem 0;width:100%}.user-image-example-steps{align-items:flex-start;display:flex;flex-direction:row;gap:2.25rem}.user-image-example-step{align-items:center;background-color:#fff;border:1px solid var(--color4a);border-radius:5px;box-shadow:0 .25rem .5rem #00000026;display:flex;flex-direction:column;gap:.5rem;height:auto;max-width:220px;padding:.75rem;width:auto}.user-image-example-step span{font-family:var(--font-helvetica);font-size:1.125rem;font-weight:700;margin:0}.user-image-example-step p{color:var(--color-text-dark-gray);font-family:var(--font-helvetica);font-size:.93rem;font-weight:lighter;margin:0;text-align:center}.user-image-example-step img{object-fit:contain;width:100%}.recent-images-bar{box-sizing:border-box;display:flex;flex-direction:row;gap:.5rem;margin-bottom:.5rem;max-width:40.625rem;overflow-x:auto;padding:.25rem;scrollbar-width:thin;width:100%}.recent-images-bar::-webkit-scrollbar{height:6px}.recent-images-bar::-webkit-scrollbar-track{background:#0000}.recent-images-bar::-webkit-scrollbar-thumb{background:var(--color4c);border-radius:3px}.recent-thumb{background:#fff;border:2px solid var(--color4c);border-radius:6px;cursor:pointer;flex:0 0 auto;height:60px;object-fit:cover;transition:transform .15s ease,border-color .15s ease;width:60px}.recent-thumb:hover{border-color:var(--color1);transform:scale(1.06)}.recent-thumb.active{border-color:var(--color1);box-shadow:0 0 0 2px #00000026;box-shadow:0 0 0 2px var(--color1a,#00000026)}@media (max-width:768px){.user-image-container{margin-bottom:4rem;min-width:auto;padding:.5rem}.user-image-example{background-color:#fff;gap:2rem;padding:4rem 1rem;width:95%}.user-image-example,.user-image-example-steps{align-items:center;flex-direction:column}.user-image-example-step{align-items:center;box-sizing:border-box;display:flex;gap:.875rem;max-width:none;width:100%}.user-image-example-step h3{font-size:1rem;font-weight:400;text-align:center}.user-image-example-step img{max-width:none;width:100%}.user-image-padding{max-width:95vw;padding:1rem 1rem 4rem}.upload-header{max-width:100%;text-align:center}#userImageFinetuneBtn:active,#userImageFinetuneBtn:hover{background-color:var(--color1);color:#fff}#userImageUploadBtn:active,#userImageUploadBtn:hover{background-color:var(--color1)}#userImageUploadAnotherBtn:active,#userImageUploadAnotherBtn:hover{background-color:var(--color4);color:#fff}.user-image-transformation-options{flex-direction:column;gap:.75rem}.transformation-btn{min-width:auto}.transformation-btn:active,.transformation-btn:hover{background-color:var(--color1);box-shadow:none;transform:none}.user-image-custom-prompt{flex-direction:column;gap:.5rem}.custom-prompt-input{box-sizing:border-box}.custom-btn,.custom-prompt-input{min-width:auto;width:100%}.transformation-tooltip{overflow-wrap:break-word;white-space:normal;width:80vw}.recent-thumb{height:48px;width:48px}}@media screen and (min-width:2560px){html{font-size:24px}}.preview-container{background-color:#f9f9f9;display:flex;flex-direction:column;min-height:calc(100vh - 60px);width:100%}.preview-content{align-items:center;box-sizing:border-box;display:flex;flex:1 1;justify-content:center;padding:20px;width:100%}.preview-3d-page-error-message{margin-top:50px;text-align:center}.preview-3d-page-error-message button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:20px;padding:10px 20px}@media (max-width:900px){.preview-container{height:auto;min-height:100vh}.preview-content{display:block;height:auto;padding:0}.preview-content .model-viewer-container{border-radius:0;box-shadow:none;flex-direction:column!important;height:auto!important;width:100%!important}.preview-content .viewer-main{height:50vh!important;min-height:350px;width:100%!important}.preview-content .viewer-controls{border-left:none!important;border-top:1px solid #e0e0e0;height:auto!important;padding:20px;width:100%!important}}@media (min-width:1920px){.preview-content{padding:40px}.preview-content .model-viewer-container{border-radius:12px;height:85vh!important;margin:0 auto;max-height:1200px;max-width:1800px}}.grimdark-creation-immersive-page{background-color:#030408;color:#e0e6ed;display:flex;flex-direction:column;font-family:Playfair Display,serif;min-height:100vh;overflow-x:hidden}.grimdark-creation-immersive-page h1,.grimdark-creation-immersive-page h2,.grimdark-creation-immersive-page h3{font-family:Montserrat,sans-serif;letter-spacing:1px;margin-top:0;text-transform:uppercase}.grimdark-creation-hero-banner{align-items:flex-end;background-attachment:fixed;background-image:linear-gradient(180deg,#0304084d,#030408),url(/static/media/hero-banner.5a2047a95795b3c66a74.png);background-position:50%;background-size:cover;border-bottom:2px solid #d4af3733;box-sizing:border-box;display:flex;height:90vh;justify-content:center;padding-bottom:5rem;position:relative;width:100vw}.grimdark-creation-hero-content{max-width:1000px;padding:0 2rem;text-align:center;z-index:2}.grimdark-creation-hero-banner h1{color:#fffaec;font-size:4.5rem;font-weight:800;letter-spacing:2px;line-height:1.1;margin-bottom:1rem;text-shadow:0 5px 20px #000000e6,0 0 40px #000c,0 0 10px #d4af374d}.grimdark-creation-hero-banner p{color:gold;font-family:Playfair Display,serif;font-size:1.6rem;font-style:italic;margin-bottom:3.5rem;text-shadow:0 2px 10px #000000e6}.grimdark-creation-cta-primary{background:linear-gradient(135deg,#1f0b11,#4a101d);border:1px solid #8c2032;border-radius:12px;box-shadow:0 10px 30px #0009,inset 0 0 10px #d4af371a;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:3px;padding:1.2rem 3rem;text-transform:uppercase;transition:all .4s ease}.grimdark-creation-cta-primary:hover{background:linear-gradient(135deg,#4a101d,#751a2f);border-color:#d4af37;box-shadow:0 15px 40px #8c203280,inset 0 0 15px #d4af374d;transform:translateY(-3px)}.grimdark-creation-story-section{align-items:center;background-color:#030408;background-image:radial-gradient(circle at 80% 50%,#28141966 0,#0000 70%);display:flex;gap:6rem;margin:0 auto;max-width:1400px;padding:8rem 2rem}.grimdark-creation-story-text{flex:1 1}.grimdark-creation-story-text h2{color:#fffaec;font-size:3rem;line-height:1.2;margin-bottom:2rem;text-shadow:0 0 15px #d4af3766,0 2px 8px #82828280}.grimdark-creation-quote{background:linear-gradient(90deg,#d4af370d,#0000);border-bottom-left-radius:4px;border-left:3px solid #d4af37;border-top-left-radius:4px;color:gold;font-family:Playfair Display,serif;font-size:1.35rem;font-style:italic;line-height:1.6;margin-bottom:2.5rem;padding-left:2rem}.grimdark-creation-hobby-list{list-style:none;padding:0}.grimdark-creation-hobby-list li{color:#c9c2b3;font-family:Playfair Display,serif;font-size:1.1rem;margin-bottom:1.2rem;padding-left:2rem;position:relative}.grimdark-creation-hobby-list li:before{color:#d4af37;content:"✧";font-size:1.2em;left:0;position:absolute;top:-2px}.grimdark-creation-story-image-wrapper{flex:1 1;position:relative}.grimdark-creation-story-image{border:2px solid #d4af3733;border-radius:16px;box-shadow:0 30px 60px #000000e6,0 0 30px #d4af3726;transition:transform .5s ease;width:100%}.grimdark-creation-gallery-section{background-color:#030408;background-image:radial-gradient(circle at 20% 80%,#d4af370d 0,#0000 60%);padding:6rem 2rem 10rem}.grimdark-creation-gallery-header{margin-bottom:5rem;text-align:center}.grimdark-creation-gallery-header h2{color:#fffaec;font-size:2.8rem;margin-bottom:1rem;text-shadow:0 0 25px #d4af3780,0 2px 10px #82828280}.grimdark-creation-gallery-header p{color:#c9c2b3;font-family:Playfair Display,serif;font-size:1.35rem;font-style:normal}.grimdark-creation-gallery-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px}.grimdark-creation-gallery-item{background:#090b10;border:1px solid #d4af3726;border-radius:16px;box-shadow:0 10px 30px #00000080;grid-column:span 2;overflow:hidden;position:relative;transition:all .4s ease}.grimdark-creation-gallery-item.large-item{aspect-ratio:1/1;background:#000;border:none;border-radius:16px;box-shadow:0 20px 60px #000000e6,0 0 30px #d4af371a;grid-column:span 2;grid-row:span 2;height:100%;overflow:hidden;position:relative;width:100%}.grimdark-creation-gallery-item img{display:block;height:100%;object-fit:cover;transition:transform .8s ease;width:100%}.grimdark-creation-gallery-item h3{color:gold;font-size:1.8rem;margin-bottom:.5rem;text-shadow:0 2px 5px #000}.grimdark-creation-gallery-item.small-item{box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:3rem 2.5rem}.grimdark-creation-gallery-item.small-item p{color:#c9c2b3;font-family:"'Playfair Display', serif";font-size:1.1rem;margin:0}.grimdark-creation-tech-list{background-color:#0a0f1499;border:1px solid #d4af3726;border-radius:12px;box-shadow:inset 0 0 30px #00000080;box-sizing:border-box;color:#fff;font-family:Montserrat,sans-serif;font-size:.9rem;line-height:1.2;list-style:none;margin:0 auto;max-width:1400px;padding:3rem}.grimdark-creation-tech-list li{border-bottom:1px solid #d4af3726;margin-bottom:1.5rem;padding-bottom:1.5rem}.grimdark-creation-tech-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.grimdark-creation-tech-list ul{list-style:square;margin-top:.5rem;padding-left:1.5rem}.grimdark-creation-tech-list ul li{border-bottom:none;margin-bottom:.3rem;padding-bottom:0}.tech-label{color:gold;display:block;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:1px;margin-bottom:.3rem;text-transform:uppercase}.grimdark-creation-tool-section{align-items:center;background:linear-gradient(180deg,#030408,#0a0806);border-top:1px solid #d4af3733;display:flex;flex-direction:column;padding:8rem 2rem;position:relative}.grimdark-creation-tool-section:before{background:radial-gradient(circle at 50% 10%,#d4af370d 0,#0000 60%);content:"";height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0}.grimdark-creation-tool-header{margin-bottom:5rem;text-align:center;z-index:1}.grimdark-creation-tool-header h2{color:#fffaec;font-size:2.8rem;margin-bottom:1rem;text-shadow:0 0 30px #d4af3799,0 2px 10px #82828280}.grimdark-creation-tool-header p{color:#c9c2b3;font-family:Playfair Display,serif;font-size:1.35rem}.grimdark-creation-creation-interface{align-items:center;display:flex;flex-direction:column;gap:2rem;max-width:1200px;width:100%;z-index:1}.grimdark-creation-slider-instruction{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:1px solid #ffffff4d;border-radius:20px;bottom:1.5rem;box-shadow:0 4px 10px #00000080;color:#fffaec;font-family:Montserrat,sans-serif;font-size:.83rem;font-weight:lighter;left:50%;letter-spacing:1px;padding:.4rem .8rem;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:6}.grimdark-creation-slider-img{object-fit:cover}.grimdark-creation-slider-img,.grimdark-creation-slider-layer-left,.grimdark-creation-slider-overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.grimdark-creation-slider-layer-left{z-index:4}.grimdark-creation-slider-label-box{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:1px solid #dfdfdf66;border-radius:4px;color:#fffaec;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;left:2rem;padding:.5rem 1rem;pointer-events:none;position:absolute;top:2rem}.grimdark-creation-slider-label-box.right{z-index:5}.grimdark-creation-slider-input{cursor:ew-resize;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:10}.grimdark-creation-slider-handle{background:gold;bottom:0;box-shadow:0 0 15px gold,0 0 5px #fff;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:3px;z-index:5}.grimdark-creation-slider-chevron{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0806e6;border:2px solid #d4af37;border-radius:50%;box-shadow:0 0 20px #d4af3780,inset 0 0 10px #d4af3733;color:#d4af37;display:flex;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.grimdark-creation-upload-zone{background:#050403b3;border-radius:12px;color:#999;cursor:pointer;font-size:.9rem;margin-bottom:3rem;padding:4rem 2rem;text-align:center;transition:all .4s ease}.grimdark-creation-upload-zone:hover{background:#1e140a99;border-color:gold;box-shadow:inset 0 0 20px #d4af371a,0 5px 15px #00000080}.grimdark-creation-upload-icon{color:gold;font-size:3.5rem;margin-bottom:1.5rem;text-shadow:0 0 20px #d4af3780}.grimdark-creation-upload-zone p{color:#e6e0d3;font-family:Playfair Display,serif;font-size:1.2rem}.grimdark-creation-drafting-table{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0c0ae6;border:1px solid #d4af3733;border-radius:16px;box-shadow:inset 0 0 50px #000000e6,0 20px 50px #000c,0 0 20px #d4af370d;box-sizing:border-box;display:flex;flex-direction:column;gap:2.5rem;max-width:800px;padding:2rem;width:100%}.grimdark-creation-drafting-table label{color:#d4af37;font-family:Montserrat,sans-serif;font-size:1.1rem;letter-spacing:2px;text-shadow:0 1px 3px #000}.grimdark-creation-form-row{display:flex;gap:3rem}.grimdark-creation-form-group{display:flex;flex:1 1;flex-direction:column;gap:1rem}.grimdark-creation-wireframe-group{align-items:center;display:flex;justify-content:center}.grimdark-creation-wireframe-label{align-items:center;background:#050403e6;border:1px solid #d4af3766;border-radius:8px;color:gold;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:1.1rem;gap:.8rem;line-height:1;margin-bottom:0;padding:1rem 2rem}.grimdark-creation-wireframe-checkbox{cursor:pointer;height:18px;margin:0;width:18px}.grimdark-creation-drafting-table select,.grimdark-creation-drafting-table textarea{background:#050403e6;border:1px solid #d4af374d;border-radius:8px;box-shadow:inset 0 2px 5px #00000080;box-sizing:border-box;color:#fffaec;font-family:Playfair Display,serif;font-size:1.1rem;padding:1.2rem;transition:all .3s;width:100%}.grimdark-creation-notes-textarea{min-height:120px;resize:vertical}.grimdark-creation-drafting-table select:focus,.grimdark-creation-drafting-table textarea:focus{background:#0a0806f2;border-color:gold;box-shadow:0 0 15px #d4af3733,inset 0 2px 5px #00000080;outline:none}.grimdark-creation-drafting-table select:disabled,.grimdark-creation-drafting-table textarea:disabled{background:#0a080680;border-color:#d4af371a;color:#fffaec80;cursor:not-allowed;opacity:.5}.grimdark-creation-color-control{align-items:center;background:#050403e6;border:1px solid #d4af374d;border-radius:8px;box-shadow:inset 0 2px 5px #00000080;display:flex;gap:1rem;height:3rem;justify-content:space-between;padding:.8rem 1rem;position:relative}.grimdark-creation-color-preview{border:1px solid #fff3;border-radius:50%;box-shadow:0 0 5px #00000080;height:24px;width:24px}.grimdark-creation-color-preview.small{height:18px;width:18px}.grimdark-creation-color-dropdown-wrapper{position:relative}.grimdark-creation-customize-color-btn{align-items:center;background:#0000;border:1px solid #d4af3766;border-radius:4px;color:#d4af37;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:.8rem;gap:.4rem;padding:.4rem .8rem;text-transform:uppercase;transition:all .3s ease}.grimdark-creation-customize-color-btn:hover{background:#d4af371a;border-color:gold;color:gold}.grimdark-creation-color-dropdown-menu{grid-gap:.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0806fa;border:1px solid #d4af3766;border-radius:8px;bottom:calc(100% + 10px);box-shadow:0 10px 40px #000c,0 0 15px #d4af371a;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;max-height:260px;overflow-y:auto;padding:.5rem;position:absolute;right:0;width:280px;z-index:100}.grimdark-creation-color-dropdown-menu::-webkit-scrollbar{width:6px}.grimdark-creation-color-dropdown-menu::-webkit-scrollbar-track{background:#0000004d;border-radius:3px}.grimdark-creation-color-dropdown-menu::-webkit-scrollbar-thumb{background:#d4af374d;border-radius:3px}.grimdark-creation-color-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#d4af3799}.grimdark-creation-color-dropdown-item{align-items:center;border-radius:4px;color:#c9c2b3;cursor:pointer;display:flex;font-family:Playfair Display,serif;font-size:.95rem;gap:.5rem;padding:.6rem;transition:background .2s}.grimdark-creation-color-dropdown-item:hover{background:#d4af3726;color:gold}.grimdark-creation-viewer-main{background:radial-gradient(circle at center,#1a1e28 0,#080a0f 100%);border-radius:inherit;height:100%;overflow:hidden;position:relative;width:100%}.grimdark-creation-canvas-container{height:100%;width:100%}.grimdark-creation-viewer-control-guide{background:linear-gradient(0deg,#000c,#0000);bottom:0;box-sizing:border-box;left:0;padding:1rem;pointer-events:none;position:absolute;text-align:center;transition:opacity .5s ease;width:100%;z-index:5}.grimdark-creation-viewer-model-mouse-guide,.grimdark-creation-viewer-model-touch-guide{color:#ffffffb3;font-family:Montserrat,sans-serif;font-size:11px;letter-spacing:.1rem;margin:0;text-transform:uppercase}.grimdark-creation-viewer-model-touch-guide{display:none}.grimdark-creation-start-over-btn{background:#0000;border:1px dashed #d4af3766;border-radius:8px;color:#c9c2b3;cursor:pointer;font-family:Montserrat,sans-serif;padding:.8rem;transition:all .3s ease}.grimdark-creation-start-over-btn:hover{border-color:#d4af37;color:gold}@media (max-width:768px){.grimdark-creation-viewer-model-mouse-guide{display:none}.grimdark-creation-viewer-model-touch-guide{display:block}}.grimdark-creation-generate-btn{background:linear-gradient(135deg,#1f0b11,#4a101d);border:1px solid #8c2032;border-radius:12px;box-shadow:0 10px 25px #000c,inset 0 0 15px #d4af3733;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:3px;overflow:hidden;padding:1.8rem;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:100%}.grimdark-creation-generate-btn:before{background:linear-gradient(90deg,#0000,#d4af3733,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transform:skewX(-20deg);transition:.6s;width:50%}.grimdark-creation-generate-btn:hover:not(:disabled){background:linear-gradient(135deg,#4a101d,#751a2f);border-color:gold;box-shadow:0 15px 35px #8c203299,0 0 20px #d4af374d,inset 0 0 20px #d4af3766;transform:translateY(-4px)}.grimdark-creation-generate-btn:hover:not(:disabled):before{left:150%}.grimdark-creation-generate-btn:disabled{cursor:not-allowed;filter:grayscale(.5);opacity:.6}.grimdark-creation-btn-secondary{background:#0a080699;border:1px dashed #d4af3766;border-radius:8px;box-sizing:border-box;color:#c9c2b3;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:2px;margin-top:1rem;padding:1.2rem;text-transform:uppercase;transition:all .3s ease;width:100%}.grimdark-creation-btn-secondary:hover:not(:disabled){background:#d4af371a;border:1px solid gold;box-shadow:0 5px 15px #d4af3733;color:gold}.grimdark-creation-btn-secondary:disabled{cursor:not-allowed;opacity:.5}.grimdark-creation-scanning-overlay{align-items:center;background:#050302f2;border-radius:16px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.grimdark-creation-magic-particles{animation:pulseGlow 2.5s infinite alternate;background:radial-gradient(circle,gold 0,#0000 60%);border-radius:50%;box-shadow:0 0 60px gold,0 0 120px #8c2032;height:120px;margin-bottom:3rem;width:120px}.grimdark-creation-scanner-text{animation:fadeText 2s infinite alternate;color:gold;font-family:Montserrat,sans-serif;font-size:2.5rem;letter-spacing:4px;text-align:center;text-shadow:0 0 20px #d4af3799}@keyframes pulseGlow{0%{opacity:.7;transform:scale(.9)}to{box-shadow:0 0 100px gold,0 0 200px #8c2032;opacity:1;transform:scale(1.3)}}@keyframes fadeText{0%{opacity:.5;text-shadow:0 0 10px #d4af374d}to{opacity:1;text-shadow:0 0 30px #d4af37e6}}.grimdark-creation-workspace-preview{background:#05040399;border:1px solid #d4af3733;border-radius:12px;box-shadow:inset 0 0 30px #000c;display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:80vh;min-height:600px;overflow:hidden;position:relative;width:100%}.grimdark-creation-preview-box{align-items:center;aspect-ratio:1/1;display:flex;height:100%;justify-content:center;position:relative;width:100%}.grimdark-creation-generated-preview{height:100%;object-fit:contain;width:100%}.grimdark-creation-preview-label{border:1px solid #d4af374d;border-radius:4px;color:gold;left:1rem;padding:.5rem 1rem;top:1rem;z-index:2}.grimdark-creation-preview-label,.grimdark-creation-upload-hover{background:#000c;font-family:Montserrat,sans-serif;font-size:.9rem;position:absolute}.grimdark-creation-upload-hover{border:1px solid #d4af374d;border-radius:20px;bottom:1rem;color:#e6e0d3;left:50%;opacity:0;padding:.5rem 1.5rem;pointer-events:none;transform:translateX(-50%);transition:opacity .3s ease}.grimdark-creation-preview-box:hover .grimdark-creation-upload-hover{opacity:1}.grimdark-creation-preview-box.clickable{cursor:pointer}.grimdark-creation-workspace-preview .grimdark-creation-upload-zone{align-items:center;background:#0000;border:none;box-shadow:none;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0}.grimdark-creation-upload-input{display:none}.grimdark-creation-action-buttons{display:flex;flex-direction:column;gap:1rem}.grimdark-creation-dual-actions{display:flex;gap:1rem;margin:1rem 0}.grimdark-creation-checkout-quantity{align-items:center;background:#0f0c0ae6;border:1px solid #d4af3733;border-radius:8px;box-shadow:inset 0 0 10px #00000080;display:flex;justify-content:space-between;padding:.5rem 1rem}.grimdark-creation-quantity-selector{align-items:center;display:flex;gap:1rem}.grimdark-creation-quantity-selector label{color:#d4af37;font-family:Montserrat,sans-serif;font-size:1rem;letter-spacing:1px}.grimdark-creation-quantity-selector select{background:#050403e6;border:1px solid #d4af374d;border-radius:4px;color:#fffaec;font-family:Playfair Display,serif;font-size:1.1rem;padding:.5rem 1rem}.grimdark-creation-total-price{color:gold;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;text-shadow:0 0 10px #d4af374d}.grimdark-creation-dual-actions .grimdark-creation-generate-btn{font-size:1.3rem;letter-spacing:2px;padding:1.2rem 1rem}.grimdark-creation-generate-btn.secondary{background:#0a0806cc;border-color:#d4af3780;color:gold;flex:1 1}.grimdark-creation-generate-btn.secondary:hover:not(:disabled){background:#1e140acc;box-shadow:0 5px 15px #d4af3733}.grimdark-creation-generate-btn.primary{flex:1.5 1}.grimdark-creation-generate-btn.checkout-btn{background:linear-gradient(135deg,#104a1b,#1e7532);border-color:#2bd44f}.grimdark-creation-generate-btn.checkout-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e7532,#29a345);border-color:gold;box-shadow:0 15px 35px #1e753299,0 0 20px #2bd44f4d}@media (min-width:2000px){.grimdark-creation-hero-banner h1{font-size:6rem}.grimdark-creation-creation-interface,.grimdark-creation-gallery-grid,.grimdark-creation-story-section{max-width:1800px}.grimdark-creation-drafting-table{max-width:1400px}}@media (max-width:1024px){.grimdark-creation-hero-banner h1{font-size:4rem}.grimdark-creation-story-section{flex-direction:column;gap:4rem}.grimdark-creation-gallery-grid{grid-template-columns:repeat(2,1fr)}.large-item{grid-column:span 2}.grimdark-creation-workspace-preview{min-height:500px;width:100%}.grimdark-creation-drafting-table{padding:2rem}}@media (max-width:768px){.grimdark-creation-hero-banner{align-items:center;background-attachment:scroll;background-position:top;background-size:auto 100%;height:90vh;padding-bottom:0}.grimdark-creation-gallery-item,.large-item{grid-column:span 1!important;grid-row:auto!important;margin:0 auto;width:100%}.grimdark-creation-gallery-item.small-item{padding:1.5rem}.grimdark-creation-gallery-item h3{font-size:1.5rem}.grimdark-creation-gallery-item p{font-size:.9rem}.grimdark-creation-archetype-card{padding:3rem 1.5rem}.grimdark-creation-form-row{gap:1rem}.grimdark-creation-btn-secondary,.grimdark-creation-generate-btn{font-size:1.05rem;padding:1rem}.grimdark-creation-hero-banner h1{font-size:2.2rem}.grimdark-creation-hero-banner p{font-size:1.2rem;margin-bottom:2rem}.grimdark-creation-gallery-header h2,.grimdark-creation-story-text h2,.grimdark-creation-tool-header h2{font-size:2rem}.grimdark-creation-quote{font-size:1.1rem;padding-left:1rem}.grimdark-creation-hobby-list li{font-size:1.1rem}.grimdark-creation-story-section{gap:3rem}.grimdark-creation-workspace-preview{aspect-ratio:1/1;border-radius:0;min-height:60vh;width:100vw}.grimdark-creation-gallery-section,.grimdark-creation-story-section,.grimdark-creation-tool-section{padding:4rem 1rem}.grimdark-creation-description-section{margin:2rem auto 4rem;padding:0 1rem}.grimdark-creation-tech-list{padding:2rem 1.5rem}.grimdark-creation-slider-container{aspect-ratio:auto;height:50vh}.grimdark-creation-hero-banner h1{font-size:3rem}.grimdark-creation-hero-banner p{font-size:1.4rem}.grimdark-creation-gallery-header p,.grimdark-creation-tool-header p{font-size:1.1rem}.grimdark-creation-gallery-grid{grid-template-columns:1fr}.grimdark-creation-slider-label-box{font-size:.8rem;padding:.5rem 1rem}.grimdark-creation-slider-instruction{bottom:.5rem;font-size:.72rem;padding:.3rem .6rem}.large-item,.wide-item{grid-column:span 1}.grimdark-creation-tool-header{margin-bottom:.5rem}.grimdark-creation-creation-interface{gap:1rem}.grimdark-creation-form-row{flex-direction:column;gap:1.5rem}.grimdark-creation-checkout-quantity{align-items:stretch;flex-direction:row;gap:1.5rem}.grimdark-creation-quantity-selector{flex-direction:column;justify-content:space-between}.grimdark-creation-total-price{align-content:flex-end;text-align:right}.grimdark-creation-dual-actions{flex-direction:column}.grimdark-creation-drafting-table{gap:1.8rem;padding:2rem 1rem}.grimdark-creation-drafting-table label{font-size:.95rem}.grimdark-creation-drafting-table select,.grimdark-creation-drafting-table textarea{font-size:.95rem;padding:.8rem}.grimdark-creation-form-group{gap:.5rem}.grimdark-creation-color-control{height:2.8rem;padding:.6rem .8rem}.grimdark-creation-wireframe-label{font-size:.95rem;padding:.8rem 1rem}.grimdark-creation-scanner-text{font-size:1.5rem}}.products-page-container{background-color:#faf9f6;font-family:Nunito,sans-serif;min-height:calc(100vh - 80px);padding:2rem}.products-header{margin-bottom:3rem;text-align:center}.products-header h1{color:#4a3b32;font-family:Lora,serif;font-size:2.8rem;margin-bottom:.5rem}.products-header p{color:#8c7a6b;font-size:1.1rem;margin:0 auto;max-width:600px}.category-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.filter-btn{background:#0000;border:1px solid #d4c4b7;border-radius:20px;color:#6b5b4e;cursor:pointer;font-family:Nunito,sans-serif;font-weight:600;padding:8px 18px;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background:#d4c4b7;border-color:#d4c4b7;color:#fff}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;max-width:1200px}.product-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #4a3b320d;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-5px)}.product-image-area{align-items:center;background:#fdfcfb;display:flex;height:380px;justify-content:center;overflow:hidden}.product-image-area img{height:100%;object-fit:cover;width:100%}.product-info{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.product-info h3{color:#4a3b32;font-family:Lora,serif;font-size:1.35rem;margin:0 0 .5rem}.product-category{color:#b0a397;font-size:.8rem;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.product-summary{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#7f8c8d;display:-webkit-box;flex-grow:1;font-size:.95rem;margin-bottom:1.5rem;overflow:hidden}.product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.product-price{color:#4a3b32;font-family:Lora,serif;font-size:1.35rem;font-weight:700}.products-page-action-buttons{display:flex;flex-direction:column;gap:10px}.checkout-btn{align-items:center;background-color:#8c7a6b;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Nunito,sans-serif;font-weight:600;justify-content:center;padding:10px 16px;transition:background .2s}.checkout-btn:hover{background-color:#736253}.add-cart-btn{align-items:center;background-color:#d4c4b7;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Nunito,sans-serif;font-weight:600;gap:.5rem;justify-content:center;padding:10px 16px;transition:background .2s}.add-cart-btn:hover{background-color:#b8a594}@media screen and (max-width:600px){.products-page-container{padding:1rem}.products-header h1{font-size:2rem}.category-filter{align-items:center;flex-direction:column;gap:.5rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}.product-image-area{height:320px}}@media screen and (min-width:601px) and (max-width:1024px){.products-page-container{padding:1.5rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media screen and (min-width:2000px){.products-page-container{margin-left:auto;margin-right:auto;max-width:2800px;padding:4rem}.products-header h1{font-size:3.5rem}.products-grid{gap:4rem 2rem;max-width:70%}.product-info h3,.product-price{font-size:1.6rem}}.product-detail-container{background-color:#faf9f6;color:#4a3b32;font-family:Nunito,sans-serif;margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);padding:2rem}.product-detail-main{display:flex;flex-wrap:wrap;gap:3rem;margin-bottom:4rem}.product-gallery{display:flex;flex:1 1;flex-direction:column;gap:1rem;max-width:100%;min-width:0}.main-image-frame{align-items:center;aspect-ratio:1;background:#ecf0f1;border-radius:12px;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.main-image-frame img{max-height:100%;max-width:100%;object-fit:contain}.nav-arrow{align-items:center;background:#ffffffb3;border:none;border-radius:50%;color:#2c3e50;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;width:40px;z-index:10}.nav-arrow:hover{background:#fffffff2;box-shadow:0 2px 8px #0000001a}.nav-arrow.left{left:10px}.nav-arrow.right{right:10px}.gallery-thumbnails{box-sizing:border-box;display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;width:100%}.thumb-btn{border:2px solid #0000;border-radius:8px;cursor:pointer;flex-shrink:0;height:80px;opacity:.6;overflow:hidden;transition:all .2s;width:80px}.thumb-btn.active,.thumb-btn:hover{border-color:#0984e3;opacity:1}.thumb-btn img{height:100%;object-fit:cover;width:100%}.product-info-area{flex:1 1;min-width:300px}.product-title{color:#4a3b32;font-family:Lora,serif;font-size:2.8rem;margin-bottom:.5rem}.product-category-badge{background:#d4c4b7;border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;padding:4px 12px;text-transform:uppercase}.product-description{color:#6b5b4e;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.product-meta{grid-gap:1rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #4a3b320d;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:2rem;padding:1.5rem}.meta-item h4{color:#b0a397;font-size:.85rem;margin:0 0 .25rem;text-transform:uppercase}.meta-item p{font-weight:600;margin:0}.price-block{align-items:center;display:flex;gap:2rem;margin-top:2rem}.price-tag{color:#4a3b32;font-family:Lora,serif;font-size:2.5rem;font-weight:700}.action-buttons-column{display:flex;flex-direction:column;gap:12px}.checkout-btn-large{align-items:center;background-color:#8c7a6b;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Nunito,sans-serif;font-size:1.1rem;font-weight:600;justify-content:center;padding:14px 32px;transition:background .2s}.checkout-btn-large:hover{background-color:#736253}.add-btn-large{align-items:center;background-color:#d4c4b7;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Nunito,sans-serif;font-size:1.1rem;font-weight:600;gap:.8rem;justify-content:center;padding:14px 32px;transition:background .2s}.add-btn-large:hover{background-color:#b8a594}.suggestions-section{border-top:1px solid #dfe6e9;padding-top:3rem}.suggestions-section h2{color:#4a3b32;font-family:Lora,serif;font-size:2rem;margin-bottom:2rem;text-align:center}.suggestions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.suggestion-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;cursor:pointer;overflow:hidden;transition:transform .2s}.suggestion-card:hover{transform:translateY(-5px)}.suggestion-img{background:#ecf0f1;height:180px}.suggestion-img img{height:100%;object-fit:cover;width:100%}.suggestion-info{padding:1rem}.suggestion-info h4{color:#4a3b32;font-family:Lora,serif;font-size:1.1rem;margin:0 0 .5rem}.suggestion-price{color:#6b5b4e;font-size:1rem;font-weight:600}@media (max-width:768px){.product-detail-container{min-height:auto;padding:1rem}.product-detail-main{flex-direction:column;gap:2rem}.product-title{font-size:2rem}.product-meta{grid-template-columns:1fr}.price-block{align-items:flex-start;flex-direction:column;gap:1rem}.action-buttons-column{width:100%}.add-btn-large,.checkout-btn-large{justify-content:center;width:100%}}@media (min-width:2560px){.product-detail-container{max-width:2000px;padding:4rem}.product-title{font-size:4rem}.product-description{font-size:1.5rem}.price-tag{font-size:3.5rem}.add-btn-large,.checkout-btn-large{font-size:1.5rem;padding:1.5rem 3rem}.suggestions-grid{grid-template-columns:repeat(4,1fr)}}.products-page-grimdark-container{background-color:#1a1a1a;background-image:linear-gradient(#1a1a1ae6,#1a1a1af2),url(https://www.transparenttextures.com/patterns/dark-matter.png);color:#e0e0e0;font-family:Lato,sans-serif;min-height:calc(100vh - 80px);padding:2rem}.grimdark-header{border-bottom:1px solid #4a0000;margin-bottom:3rem;padding-bottom:2rem;position:relative;text-align:center}.grimdark-header h1{color:#e0e0e0;font-family:Cinzel,serif;font-size:3.5rem;letter-spacing:2px;margin-bottom:.5rem;text-shadow:0 0 10px #80000080;text-transform:uppercase}.grimdark-header p{color:#a0a0a0;font-size:1.1rem;font-style:italic;margin:0 auto;max-width:600px}.header-decoration{background:maroon;box-shadow:0 0 8px red;height:4px;margin:1.5rem auto 0;width:100px}.grimdark-category-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.grim-filter-btn{align-items:center;background:#2d2d2d;border:1px solid #4a4a4a;color:#b0b0b0;cursor:pointer;display:flex;font-family:Cinzel,serif;gap:8px;letter-spacing:1px;overflow:hidden;padding:10px 20px;position:relative;text-transform:uppercase;transition:all .3s}.grim-filter-btn:before{background:maroon;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s;width:2px}.grim-filter-btn.active,.grim-filter-btn:hover{background:#1f1f1f;border-color:maroon;box-shadow:inset 0 0 15px #80000033;color:#fff}.grim-filter-btn.active:before,.grim-filter-btn:hover:before{opacity:1}.grimdark-grid{grid-gap:5rem 2.5rem;display:grid;gap:5rem 2.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:70%}.grim-card{background:#222;border:1px solid #333;box-shadow:0 4px 6px #00000080;position:relative;transition:all .3s}.grim-card:hover{border-color:maroon;box-shadow:0 0 20px #8000004d;transform:translateY(-5px)}.grim-card-inner{border:1px solid #ffffff0d;box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:10px}.grim-image-area{background:#111;border-bottom:2px solid maroon;cursor:pointer;height:360px;overflow:hidden;position:relative}.grim-image-area img{filter:contrast(1.2);height:100%;object-fit:cover;transition:transform .5s;width:100%}.grim-card:hover .grim-image-area img{transform:scale(1.05)}.grim-info{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem .5rem .5rem}.grim-category{color:#c90000;font-size:.75rem;font-weight:700;letter-spacing:2px;margin-bottom:.5rem;text-transform:uppercase}.grim-info h3{color:#eee;cursor:pointer;font-family:Cinzel,serif;font-size:1.4rem;margin:0 0 1rem;transition:color .2s}.grim-info h3:hover{color:#ff4d4d}.grim-details-btn{background-color:initial;border:1px solid #999;-webkit-clip-path:polygon(10px 0,100% 0,100% 100%,0 100%,0 10px);clip-path:polygon(10px 0,100% 0,100% 100%,0 100%,0 10px);color:#999;cursor:pointer;display:inline-block;font-family:Cinzel,serif;font-size:.8rem;margin-bottom:1rem;padding:5px 10px;text-transform:uppercase;transition:all .3s;width:-webkit-fit-content;width:fit-content}.grim-details-btn:hover{background-color:maroon;border-color:#600000;box-shadow:0 0 15px #f006;color:#fff}.grim-summary{color:#999;flex-grow:1;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.grim-footer{align-items:center;border-top:1px solid #333;display:flex;justify-content:space-around;margin-top:auto;padding-top:1rem}.grim-price{color:#d4af37;font-family:Cinzel,serif;font-size:1.4rem;font-weight:700}.products-page-grim-action-buttons{display:flex;flex-direction:column;gap:15px}.products-page-grim-action-buttons button{align-items:center;background-color:#600000;border:1px solid maroon;-webkit-clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);color:#e0e0e0;cursor:pointer;display:flex;font-family:Cinzel,serif;font-weight:700;gap:.5rem;justify-content:center;letter-spacing:1px;padding:10px 20px;text-transform:uppercase;transition:all .2s}.products-page-grim-action-buttons button:hover{background-color:maroon;box-shadow:0 0 15px #f006;color:#fff}.products-page-loading-text{animation:pulse 2s infinite;color:maroon;font-family:Cinzel,serif;font-size:1.5rem;margin-top:4rem;text-align:center}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@media screen and (max-width:600px){.products-page-grimdark-container{padding:1rem 1rem 5rem}.grimdark-header{margin-bottom:2rem}.grimdark-header h1{font-size:2rem;letter-spacing:1px}.grimdark-header p{font-size:.9rem;padding:0 1rem}.grimdark-category-filter{gap:.5rem;margin-bottom:2rem}.grim-filter-btn{flex:1 0 auto;font-size:.75rem;justify-content:center;padding:8px 12px}.grimdark-grid{gap:2rem;grid-template-columns:1fr;max-width:100vw;padding:0}.grim-image-area{height:280px}.products-page-grim-action-buttons button{font-size:.9rem;padding:8px 15px}}@media screen and (min-width:601px) and (max-width:1024px){.products-page-grimdark-container{padding:1.5rem}.grimdark-grid{gap:3rem 1.5rem;max-width:100vw}}@media screen and (min-width:2000px){.products-page-grimdark-container{margin-left:auto;margin-right:auto;max-width:2800px;padding:4rem}.grimdark-header h1{font-size:4.5rem}.grimdark-grid{gap:6rem 3rem;max-width:70%}.grim-info h3,.grim-price{font-size:1.6rem}}.grimdark-product-detail{background-color:#1a1a1a;background-image:linear-gradient(#1a1a1ae6,#1a1a1af2),url(https://www.transparenttextures.com/patterns/dark-matter.png);box-sizing:border-box;color:#e0e0e0;font-family:Lato,sans-serif;min-height:calc(100vh - 60px);padding:2rem}.grim-back-btn{align-items:center;background:#0000;border:none;color:#a0a0a0;cursor:pointer;display:flex;font-family:Cinzel,serif;font-size:1rem;gap:.5rem;margin-bottom:2rem;text-transform:uppercase;transition:color .3s}.grim-back-btn:hover{color:maroon}.grim-detail-main{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.grim-gallery{display:flex;flex-direction:column;gap:1rem;min-width:0}.grim-main-image-frame{align-items:center;aspect-ratio:4/3;background:#111;border:1px solid #4a0000;box-shadow:0 0 20px #00000080;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.grim-main-image-frame img{max-height:100%;max-width:100%;object-fit:contain;z-index:1}.grim-frame-overlay{border:1px solid #8000004d;bottom:0;box-shadow:inset 0 0 50px #00000080;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.grim-nav-arrow{background:#000000b3;border:1px solid #4a0000;color:#d4af37;cursor:pointer;padding:.5rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;z-index:10}.grim-nav-arrow:hover{background:#4a0000;color:#fff}.grim-nav-arrow.left{left:1rem}.grim-nav-arrow.right{right:1rem}.grim-thumbnails{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;width:100%}.grim-thumb-btn{background:#111;border:1px solid #333;cursor:pointer;flex-shrink:0;height:80px;opacity:.6;padding:0;transition:all .2s;width:80px}.grim-thumb-btn.active,.grim-thumb-btn:hover{border-color:maroon;box-shadow:0 0 10px #8000004d;opacity:1}.grim-thumb-btn img{height:100%;object-fit:cover;width:100%}.grim-info-area{display:flex;flex-direction:column}.grim-category-badge{color:#c90000;font-size:.9rem;font-weight:700;letter-spacing:2px;margin-bottom:.5rem}.grim-category-badge,.grim-title{font-family:Cinzel,serif;text-transform:uppercase}.grim-title{color:#e0e0e0;font-size:3rem;line-height:1.1;margin:0;text-shadow:0 0 10px #00000080}.grim-header-decoration-large{margin:1rem 0 2rem}.grim-header-decoration-large,.grim-header-decoration-small{background:maroon;box-shadow:0 0 5px red;height:3px;width:60px}.grim-header-decoration-small{margin:0 auto 2rem}.grim-description{background:#0003;border-left:3px solid #4a0000;border-radius:4px;color:#bbb;font-size:1.1rem;line-height:1.6;margin-bottom:3rem;padding:1.5rem}.grim-meta{grid-gap:1rem;border-bottom:1px solid #333;border-top:1px solid #333;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem;padding:1.5rem 0}.grim-meta-item h4{color:#888;font-family:Cinzel,serif;font-size:.8rem;margin:0 0 .5rem;text-transform:uppercase}.grim-meta-item p{color:#e0e0e0;font-size:1rem;font-weight:700;margin:0}.grim-price-block{align-items:center;display:flex;gap:2rem;justify-content:space-evenly;margin-top:auto}.grim-price-tag{color:#d4af37;font-family:Cinzel,serif;font-size:2.5rem;font-weight:700}.grim-action-buttons{display:flex;flex-direction:column;gap:20px}.grim-action-buttons button{align-items:center;background-color:#600000;border:1px solid maroon;-webkit-clip-path:polygon(15px 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%,0 15px);clip-path:polygon(15px 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%,0 15px);color:#e0e0e0;cursor:pointer;display:flex;flex:1 1;font-family:Cinzel,serif;font-size:1.2rem;font-weight:700;gap:1rem;justify-content:center;letter-spacing:2px;padding:1rem 2rem;text-transform:uppercase;transition:all .2s}.grim-action-buttons button:hover{background-color:maroon;box-shadow:0 0 20px #f006;color:#fff;transform:translateY(-2px)}.grim-suggestions-section{margin-top:6rem;text-align:center}.grim-suggestions-section h2{color:#e0e0e0;font-family:Cinzel,serif;font-size:1.5rem;margin-bottom:.5rem}.grim-suggestions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:0 auto;max-width:1200px}.grim-suggestion-card{background:#222;border:1px solid #333;cursor:pointer;transition:all .3s}.grim-suggestion-card:hover{border-color:maroon;box-shadow:0 0 15px #8000004d;transform:translateY(-5px)}.grim-suggestion-img{background:#111;border-bottom:2px solid maroon;height:300px;overflow:hidden;position:relative}.grim-suggestion-img img{height:100%;object-fit:cover;width:100%}.grim-suggestion-info{padding:1rem;text-align:left}.grim-suggestion-info h4{color:#e0e0e0;font-family:Cinzel,serif;font-size:1.1rem;margin:0 0 .5rem}.grim-suggestion-price{color:#d4af37;font-family:Cinzel,serif;font-weight:700}@media (max-width:768px){.grimdark-product-detail{min-height:auto;padding:1rem}.grim-back-btn{margin-bottom:1rem}.grim-detail-main{gap:2rem;grid-template-columns:1fr}.grim-gallery{margin-bottom:1rem}.grim-title{font-size:1.5rem}.grim-header-decoration-small{margin:1rem 0 1.5rem}.grim-description{font-size:1rem;margin-bottom:2rem;padding:1rem}.grim-meta{gap:1rem;grid-template-columns:1fr;margin-bottom:2rem;padding:1rem 0;text-align:left}.grim-meta-item:not(:last-child){border-bottom:1px solid #333;margin-bottom:.5rem;padding-bottom:1rem}.grim-price-block{align-items:stretch;flex-direction:row;gap:1rem}.grim-price-tag{align-self:center;font-size:1.5rem;margin:.5rem 1rem;text-align:center}.grim-action-buttons button{font-size:1rem;justify-content:center;padding:.5rem .8rem;width:100%}.grim-suggestions-section{margin-top:7rem}.grim-suggestions-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}@media (min-width:2560px){.grim-detail-main{gap:6rem;margin:0 auto;max-width:100%;width:90%}.grim-title{font-size:4.5rem}.grim-description{font-size:1.5rem;line-height:1.8;padding:2.5rem}.grim-meta{gap:2rem;padding:2.5rem 0}.grim-meta-item h4{font-size:1rem}.grim-meta-item p{font-size:1.4rem}.grim-price-tag{font-size:3.5rem}.grim-action-buttons button{font-size:1.6rem;padding:1.5rem 3rem}.grim-suggestions-grid{grid-template-columns:repeat(4,1fr);max-width:90%}.grim-suggestions-section h2{font-size:3rem}}.industrial-container{background-color:#fff;color:#111;display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:calc(100vh - 80px)}.industrial-header-bar{align-items:center;background:#fff;border-bottom:1px solid #eee;color:#111;display:flex;justify-content:space-between;padding:1.5rem 3rem}.ind-brand{font-size:1.4rem;font-weight:600;letter-spacing:2px}.ind-brand,.ind-status{font-family:Inter,sans-serif;text-transform:uppercase}.ind-status{color:#888;font-size:.8rem;letter-spacing:1px}.industrial-content{display:flex;flex-grow:1}.industrial-sidebar{background:#fff;border-right:1px solid #eee;padding:3rem;width:250px}.ind-sidebar-title{color:#999;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:2px;margin-bottom:2rem;text-transform:uppercase}.ind-filter-list{display:flex;flex-direction:column;gap:.5rem}.ind-filter-btn{align-items:center;background:#0000;border:none;color:#666;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:300;padding:10px 0;text-align:left;transition:all .3s}.ind-btn-marker{display:none}.ind-filter-btn.active,.ind-filter-btn:hover{color:#111;font-weight:500;transform:translateX(5px)}.ind-filter-btn.active .ind-btn-marker,.ind-filter-btn:hover .ind-btn-marker{opacity:1}.industrial-main{background:#fafafa;flex-grow:1;padding:4rem}.industrial-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ind-card{background:#fff;display:flex;flex-direction:column;transition:transform .4s ease,box-shadow .4s ease}.ind-card:hover{box-shadow:0 20px 40px #0000000d;transform:translateY(-5px)}.ind-image-area{background:#f4f4f4;cursor:pointer;height:380px;overflow:hidden;position:relative}.ind-image-area img{height:100%;mix-blend-mode:multiply;object-fit:cover;transition:transform .6s ease;width:100%}.ind-card:hover .ind-image-area img{transform:scale(1.03)}.ind-info{display:flex;flex-direction:column;flex-grow:1;padding:2rem 1.5rem}.ind-info h3{color:#111;cursor:pointer;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:400;margin:0 0 1rem}.ind-specs{margin-bottom:2rem}.ind-spec-row{color:#888;display:flex;font-family:Inter,sans-serif;font-size:.75rem;justify-content:space-between;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.ind-spec-row:last-child{margin-bottom:0}.ind-footer{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.ind-price{color:#111;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:400;margin-bottom:1.5rem;text-align:left}.ind-action-buttons{display:flex;flex-direction:column;gap:10px}.ind-checkout-btn{background:#111;border:1px solid #111;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.85rem;font-weight:400;letter-spacing:2px;padding:14px;text-transform:uppercase;transition:all .3s ease;width:100%}.ind-checkout-btn:hover{background:#fff;color:#111}.ind-add-btn{background:#0000;border:1px solid #ddd;color:#111;cursor:pointer;font-family:Inter,sans-serif;font-size:.85rem;font-weight:400;letter-spacing:2px;padding:14px;text-transform:uppercase;transition:all .3s ease;width:100%}.ind-add-btn:hover{border-color:#111}.ind-loading{color:#999;font-family:Inter,sans-serif;font-weight:300;letter-spacing:1px;margin-top:2rem}@media screen and (max-width:600px){.industrial-header-bar{flex-direction:column;gap:.5rem;padding:1rem}.industrial-content{flex-direction:column}.industrial-sidebar{border-bottom:1px solid #eee;border-right:none;padding:1.5rem;width:100%}.ind-filter-list{flex-direction:row;flex-wrap:wrap;gap:1rem}.industrial-main{padding:1.5rem}.industrial-grid{grid-template-columns:1fr}.ind-image-area{height:320px}}@media screen and (min-width:601px) and (max-width:1024px){.industrial-sidebar{padding:2rem;width:200px}.industrial-main{padding:2rem}}@media screen and (min-width:2000px){.industrial-sidebar{padding:4rem;width:350px}.industrial-main{padding:6rem}.industrial-grid{gap:3rem;margin:0 auto;max-width:70%}.ind-info h3,.ind-price{font-size:1.6rem}}.product-detail-industrial-detail-container{background-color:#fff;color:#111;font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);padding:3rem 2rem}.product-detail-industrial-loading{color:#666;font-size:1.2rem;font-weight:300;letter-spacing:1px;padding-top:5rem;text-align:center}.product-detail-industrial-back-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.9rem;gap:.5rem;letter-spacing:1px;margin-bottom:2rem;text-transform:uppercase;transition:color .2s}.product-detail-industrial-back-btn:hover{color:#111}.product-detail-industrial-detail-main{display:flex;flex-wrap:wrap;gap:4rem;margin-bottom:5rem}.product-detail-industrial-gallery{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;max-width:100%;min-width:0}.product-detail-industrial-main-image-frame{align-items:center;aspect-ratio:1;background:#fcfcfc;border:1px solid #eee;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.product-detail-industrial-main-image-frame img{max-height:100%;max-width:100%;object-fit:contain;transition:transform .4s ease}.product-detail-industrial-main-image-frame:hover img{transform:scale(1.02)}.product-detail-industrial-nav-arrow{align-items:center;background:#fff;border:1px solid #e0e0e0;color:#333;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;width:44px;z-index:10}.product-detail-industrial-nav-arrow:hover{background:#111;border-color:#111;color:#fff}.product-detail-industrial-nav-arrow.left{left:0}.product-detail-industrial-nav-arrow.right{right:0}.product-detail-industrial-thumbnails{box-sizing:border-box;display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;width:100%}.product-detail-industrial-thumb-btn{background:#0000;border:1px solid #eee;cursor:pointer;flex-shrink:0;height:80px;opacity:.5;padding:0;transition:all .2s;width:80px}.product-detail-industrial-thumb-btn.active,.product-detail-industrial-thumb-btn:hover{border-color:#111;opacity:1}.product-detail-industrial-thumb-btn img{height:100%;object-fit:cover;width:100%}.product-detail-industrial-info-area{flex:1 1;min-width:300px}.product-detail-industrial-category-badge{color:#888;display:inline-block;font-size:.75rem;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.product-detail-industrial-product-title{color:#111;font-size:2.5rem;font-weight:300;line-height:1.2;margin-bottom:1rem}.product-detail-industrial-divider{background:#eaeaea;height:1px;margin:1.5rem 0;width:100%}.product-detail-industrial-divider.center{background:#111;margin:1.5rem auto 3rem;width:60px}.product-detail-industrial-product-description{color:#555;font-size:1.05rem;font-weight:300;line-height:1.8;margin-bottom:2.5rem}.product-detail-industrial-meta-grid{grid-gap:2rem 1rem;display:grid;gap:2rem 1rem;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin-bottom:3rem}.product-detail-industrial-meta-item h4{color:#999;font-size:.75rem;font-weight:500;letter-spacing:1px;margin:0 0 .5rem;text-transform:uppercase}.product-detail-industrial-meta-item p{color:#222;font-size:.95rem;font-weight:400;margin:0}.product-detail-industrial-price-block{align-items:center;border-top:1px solid #eaeaea;display:flex;justify-content:space-between;padding-top:1.5rem}.product-detail-industrial-price-tag{color:#111;font-size:2.2rem;font-weight:300}.product-detail-industrial-action-buttons{display:flex;flex-direction:column;gap:12px;min-width:200px}.product-detail-industrial-add-btn,.product-detail-industrial-checkout-btn{align-items:center;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.9rem;gap:.5rem;justify-content:center;letter-spacing:1px;padding:14px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.product-detail-industrial-checkout-btn{background-color:#111;border:1px solid #111;color:#fff}.product-detail-industrial-checkout-btn:hover{background-color:#333}.product-detail-industrial-add-btn{background-color:#fff;border:1px solid #ddd;color:#111}.product-detail-industrial-add-btn:hover{background-color:#f9f9f9;border-color:#111}.product-detail-industrial-suggestions-section{padding-top:2rem}.product-detail-industrial-suggestions-section h2{color:#111;font-size:1.8rem;font-weight:300;margin-bottom:0;text-align:center}.product-detail-industrial-suggestions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-detail-industrial-suggestion-card{cursor:pointer;transition:opacity .3s}.product-detail-industrial-suggestion-card:hover{opacity:.7}.product-detail-industrial-suggestion-img{background:#fcfcfc;border:1px solid #eee;height:380px;margin-bottom:1rem;overflow:hidden}.product-detail-industrial-suggestion-img img{height:100%;object-fit:cover;width:100%}.product-detail-industrial-suggestion-info{text-align:center}.product-detail-industrial-suggestion-info h4{color:#333;font-size:.95rem;font-weight:400;margin:0 0 .5rem}.product-detail-industrial-suggestion-price{color:#777;font-size:.9rem;font-weight:300}@media (max-width:768px){.product-detail-industrial-detail-container{min-height:auto;padding:1.5rem 1rem}.product-detail-industrial-detail-main{flex-direction:column;gap:2rem}.product-detail-industrial-product-title{font-size:1.8rem}.product-detail-industrial-meta-grid{gap:1.5rem;grid-template-columns:1fr}.product-detail-industrial-price-block{align-items:stretch;flex-direction:column;gap:1.5rem}.product-detail-industrial-action-buttons{min-width:auto;width:100%}.product-detail-industrial-suggestions-grid{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}@media (min-width:2560px){.product-detail-industrial-detail-container{max-width:2000px;padding:4rem}.product-detail-industrial-product-title{font-size:3.5rem}.product-detail-industrial-product-description{font-size:1.5rem;line-height:2}.product-detail-industrial-price-tag{font-size:3.5rem}.product-detail-industrial-add-btn,.product-detail-industrial-checkout-btn{font-size:1.2rem;padding:1.5rem 3rem}.product-detail-industrial-suggestions-grid{grid-template-columns:repeat(4,1fr)}}.cinematic-container{background-color:#0a0a0a;color:#fff;font-family:Montserrat,sans-serif;min-height:calc(100vh - 80px);overflow:hidden;position:relative}.cine-bg-circle-1{animation:float 10s ease-in-out infinite;background:radial-gradient(circle,#00ffff26 0,#0000 70%);height:600px;right:-10%;top:-10%;width:600px}.cine-bg-circle-1,.cine-bg-circle-2{border-radius:50%;filter:blur(50px);position:absolute;z-index:0}.cine-bg-circle-2{animation:float 15s ease-in-out infinite reverse;background:radial-gradient(circle,#ff00ff26 0,#0000 70%);bottom:-10%;height:500px;left:-10%;width:500px}@keyframes float{0%{transform:translate(0)}50%{transform:translate(20px,-20px)}to{transform:translate(0)}}.cinematic-wrapper{margin:0 auto;max-width:1400px;padding:2rem;position:relative;z-index:1}.cine-header{margin-bottom:4rem;text-align:left}.cine-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#0ff);-webkit-background-clip:text;background-clip:text;font-family:Orbitron,sans-serif;font-size:4rem;font-weight:700;margin-bottom:.5rem}.cine-dot{-webkit-text-fill-color:#f0f;color:#f0f}.cine-header p{color:#ffffffb3;font-size:1.2rem;letter-spacing:1px}.cine-tabs{border-bottom:1px solid #ffffff1a;display:flex;gap:2rem;margin-bottom:3rem;padding-bottom:1rem}.cine-tab-btn{background:none;border:none;color:#ffffff80;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1rem;letter-spacing:2px;padding:5px 0;position:relative;text-transform:uppercase;transition:all .3s}.cine-tab-btn:after{background:#0ff;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.cine-tab-btn.active,.cine-tab-btn:hover{color:#fff}.cine-tab-btn.active:after{box-shadow:0 0 10px #0ff;width:100%}.cine-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.cine-card{border-radius:20px;transition:transform .4s}.cine-card:hover{transform:translateY(-10px)}.cine-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px 0 #0000005e;box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:1rem;transition:border-color .3s}.cine-card:hover .cine-glass{border-color:#00ffff80;box-shadow:0 8px 32px 0 #00ffff1a}.cine-image-container{border-radius:12px;cursor:pointer;height:380px;margin-bottom:1.5rem;overflow:hidden;position:relative}.cine-image-container img{height:100%;object-fit:cover;transition:transform .6s;width:100%}.cine-card:hover .cine-image-container img{transform:scale(1.1)}.cine-content{display:flex;flex-direction:column;flex-grow:1}.cine-category{align-items:center;color:#0ff;display:flex;font-size:.8rem;gap:6px;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.cine-content h3{color:#fff;cursor:pointer;font-size:1.8rem;font-weight:300;margin:0 0 1rem}.cine-price-row{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.cine-price{color:#f0f;font-family:Orbitron,sans-serif;font-size:1.4rem;text-shadow:0 0 5px #ff00ff80}.cine-action-buttons{align-items:center;display:flex;gap:12px}.cine-checkout-btn{background:#0000;border:1px solid #0ff;border-radius:20px;color:#0ff;cursor:pointer;font-family:Orbitron,sans-serif;font-size:.8rem;letter-spacing:1px;padding:8px 16px;text-transform:uppercase;transition:all .3s}.cine-checkout-btn:hover{background:#00ffff26;box-shadow:0 0 15px #00ffff80}.cine-add-btn{align-items:center;background:linear-gradient(135deg,#0ff,#08f);border:none;border-radius:50%;color:#000;cursor:pointer;display:flex;height:40px;justify-content:center;transition:transform .2s,box-shadow .2s;width:40px}.cine-add-btn:hover{box-shadow:0 0 15px #0ff;transform:scale(1.1) rotate(90deg)}@media screen and (max-width:600px){.cinematic-wrapper{padding:1rem}.cine-header{margin-bottom:2rem}.cine-header h1{font-size:2.5rem}.cine-tabs{flex-wrap:wrap;gap:1rem}.cine-grid{gap:2rem;grid-template-columns:1fr}.cine-image-container{height:280px}}@media screen and (min-width:601px) and (max-width:1024px){.cinematic-wrapper{padding:1.5rem}.cine-grid{gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media screen and (min-width:2000px){.cinematic-wrapper{margin:0 auto;max-width:2800px;padding:4rem}.cine-header h1{font-size:5rem}.cine-grid{gap:5rem 3rem;margin:0 auto;max-width:70%}.cine-content h3{font-size:2rem}.cine-price{font-size:1.8rem}}.product-detail-cinematic-backdrop{background-color:#050510}.product-detail-cinematic-container{background-color:#050510;color:#e0e0e0;font-family:Montserrat,sans-serif;margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);overflow-x:hidden;padding:3rem 2rem;position:relative}.product-detail-cinematic-container:before{background:radial-gradient(circle at 50% -20%,#00ffff0d,#0000 70%),radial-gradient(circle at 120% 50%,#ff00ff0d,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.product-detail-cinematic-loading{font-size:1.5rem;letter-spacing:4px;padding-top:5rem;text-align:center;text-shadow:0 0 10px #00ffff80}.product-detail-cinematic-back-btn,.product-detail-cinematic-loading{color:#0ff;font-family:Orbitron,sans-serif;position:relative;text-transform:uppercase;z-index:1}.product-detail-cinematic-back-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:.8rem;gap:.5rem;letter-spacing:2px;margin-bottom:2rem;text-shadow:0 0 5px #00ffff4d;transition:all .3s}.product-detail-cinematic-back-btn:hover{color:#fff;text-shadow:0 0 15px #0ff}.product-detail-cinematic-main{display:flex;flex-wrap:wrap;gap:4rem;margin-bottom:5rem;position:relative;z-index:1}.product-detail-cinematic-gallery{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;max-width:100%;min-width:0}.product-detail-cinematic-main-image-frame{align-items:center;aspect-ratio:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a1499;border:1px solid #00ffff4d;border-radius:12px;box-shadow:0 0 30px #00ffff0d;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.product-detail-cinematic-hologram-scanline{animation:scan 4s linear infinite;background:linear-gradient(90deg,#0000,#0ffc,#0000);box-shadow:0 0 10px #0ff;height:2px;left:0;opacity:.4;pointer-events:none;position:absolute;right:0;top:0}@keyframes scan{0%{opacity:0;top:-10%}10%{opacity:.4}90%{opacity:.4}to{opacity:0;top:110%}}.product-detail-cinematic-main-image-frame img{filter:drop-shadow(0 0 15px rgba(0,255,255,.2));max-height:100%;max-width:100%;object-fit:contain}.product-detail-cinematic-nav-arrow{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00ffff1a;border:1px solid #00ffff80;border-radius:50%;color:#0ff;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:44px;z-index:10}.product-detail-cinematic-nav-arrow:hover{background:#00ffff4d;box-shadow:0 0 15px #0ff;color:#fff}.product-detail-cinematic-nav-arrow.left{left:10px}.product-detail-cinematic-nav-arrow.right{right:10px}.product-detail-cinematic-thumbnails{box-sizing:border-box;display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scrollbar-color:#0ff #ffffff0d;scrollbar-width:thin;width:100%}.product-detail-cinematic-thumbnails::-webkit-scrollbar{height:4px}.product-detail-cinematic-thumbnails::-webkit-scrollbar-thumb{background:#0ff}.product-detail-cinematic-thumb-btn{background:#0a0a1499;border:1px solid #0ff3;border-radius:8px;cursor:pointer;flex-shrink:0;height:80px;opacity:.5;overflow:hidden;padding:0;transition:all .3s;width:80px}.product-detail-cinematic-thumb-btn.active,.product-detail-cinematic-thumb-btn:hover{border-color:#0ff;box-shadow:0 0 10px #00ffff4d;opacity:1}.product-detail-cinematic-thumb-btn img{height:100%;object-fit:cover;width:100%}.product-detail-cinematic-info-area{flex:1 1;min-width:300px}.product-detail-cinematic-category-badge{color:#f0f;display:inline-block;font-family:Orbitron,sans-serif;font-size:.75rem;letter-spacing:3px;margin-bottom:1.5rem;padding-left:15px;position:relative;text-shadow:0 0 5px #ff00ff80;text-transform:uppercase}.product-detail-cinematic-category-badge:before{background:#f0f;border-radius:50%;box-shadow:0 0 10px #f0f;content:"";height:8px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:8px}.product-detail-cinematic-product-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#0ff);-webkit-background-clip:text;background-clip:text;font-family:Orbitron,sans-serif;font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.product-detail-cinematic-neon-divider{background:linear-gradient(90deg,#0ff,#0000);box-shadow:0 0 10px #0ff6;height:2px;margin:1.5rem 0 2rem;width:100%}.product-detail-cinematic-neon-divider.center{background:linear-gradient(90deg,#0000,#0ff,#0000);margin:1.5rem auto 4rem;width:200px}.product-detail-cinematic-product-description{color:#ccc;font-size:1.1rem;font-weight:300;line-height:1.8;margin-bottom:3rem}.product-detail-cinematic-meta-grid{grid-gap:2rem 1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;display:grid;gap:2rem 1rem;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin-bottom:3rem;padding:1.5rem}.product-detail-cinematic-meta-item h4{color:#888;font-family:Orbitron,sans-serif;font-size:.75rem;letter-spacing:1px;margin:0 0 .5rem;text-transform:uppercase}.product-detail-cinematic-meta-item p{color:#0ff;font-size:1rem;font-weight:400;margin:0;text-shadow:0 0 5px #00ffff4d}.product-detail-cinematic-price-block{align-items:center;border-top:1px solid #f0f3;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;padding-top:2rem}.product-detail-cinematic-price-tag{color:#f0f;font-family:Orbitron,sans-serif;font-size:2.8rem;font-weight:900;text-shadow:0 0 15px #ff00ff80}.product-detail-cinematic-action-buttons-column{display:flex;flex-direction:column;gap:15px;min-width:260px}.product-detail-cinematic-add-btn-large,.product-detail-cinematic-checkout-btn-large{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-family:Orbitron,sans-serif;font-size:.9rem;gap:.8rem;justify-content:center;letter-spacing:2px;padding:16px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.product-detail-cinematic-checkout-btn-large{background:#0000;border:1px solid #0ff;box-shadow:inset 0 0 10px #00ffff1a,0 0 10px #00ffff1a;color:#0ff}.product-detail-cinematic-checkout-btn-large:hover{background:#00ffff26;box-shadow:inset 0 0 20px #00ffff4d,0 0 20px #00ffff80;transform:translateY(-2px)}.product-detail-cinematic-add-btn-large{background:linear-gradient(135deg,#f0f,#a0f);border:none;box-shadow:0 0 15px #f0f6;color:#fff}.product-detail-cinematic-add-btn-large:hover{box-shadow:0 0 25px #f0f9;filter:brightness(1.2);transform:translateY(-2px)}.product-detail-cinematic-suggestions-section{padding-top:3rem;position:relative;z-index:1}.product-detail-cinematic-suggestions-section h2{color:#0ff;font-family:Orbitron,sans-serif;font-size:1.8rem;font-weight:500;letter-spacing:2px;margin-bottom:0;text-align:center;text-shadow:0 0 10px #00ffff80}.product-detail-cinematic-suggestions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-detail-cinematic-suggestion-card{background:#0a0a1466;border:1px solid #ffffff0d;border-radius:8px;cursor:pointer;overflow:hidden;transition:all .3s cubic-bezier(.25,.8,.25,1)}.product-detail-cinematic-suggestion-card:hover{border-color:#00ffff4d;box-shadow:0 10px 20px #00ffff1a;transform:translateY(-5px)}.product-detail-cinematic-suggestion-img{background:#000;height:380px;overflow:hidden;position:relative}.product-detail-cinematic-suggestion-img img{height:100%;object-fit:cover;opacity:.8;transition:transform .5s ease;width:100%}.product-detail-cinematic-suggestion-card:hover .product-detail-cinematic-suggestion-img img{opacity:1;transform:scale(1.05)}.product-detail-cinematic-card-overlay{background:linear-gradient(0deg,#000c 0,#0000 50%);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.product-detail-cinematic-suggestion-info{padding:1.5rem;text-align:center}.product-detail-cinematic-suggestion-info h4{color:#fff;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:400;letter-spacing:1px;margin:0 0 .5rem}.product-detail-cinematic-suggestion-price{color:#f0f;font-size:1.1rem;font-weight:700;text-shadow:0 0 5px #ff00ff4d}@media (max-width:768px){.product-detail-cinematic-container{min-height:auto;padding:1.5rem 1rem}.product-detail-cinematic-main{flex-direction:column;gap:2rem}.product-detail-cinematic-product-title{font-size:2rem}.product-detail-cinematic-meta-grid{gap:1.5rem;grid-template-columns:1fr}.product-detail-cinematic-price-block{align-items:stretch;flex-direction:column;gap:1.5rem}.product-detail-cinematic-action-buttons-column{min-width:auto;width:100%}.product-detail-cinematic-add-btn-large,.product-detail-cinematic-checkout-btn-large{justify-content:center;width:100%}.product-detail-cinematic-suggestions-grid{grid-template-columns:repeat(auto-fill,minmax(100%,1fr))}}@media (min-width:2560px){.product-detail-cinematic-container{max-width:2000px;padding:4rem}.product-detail-cinematic-product-title{font-size:4.5rem}.product-detail-cinematic-product-description{font-size:1.5rem;line-height:2}.product-detail-cinematic-price-tag{font-size:4rem}.product-detail-cinematic-add-btn-large,.product-detail-cinematic-checkout-btn-large{font-size:1.5rem;padding:1.5rem 3rem}.product-detail-cinematic-suggestions-grid{grid-template-columns:repeat(4,1fr)}}#snow-canvas{position:fixed;z-index:100}.resolution-page{--c-oatmeal:#f9f6f0;--c-terracotta:#d67d5c;--c-sage:#8da399;--c-clay:#4a4238;--c-paper:#fff;--font-main:"Quicksand",sans-serif;--font-round:"Fredoka",sans-serif;--font-hand:"Caveat",cursive;background-color:var(--c-oatmeal);color:var(--c-clay);font-family:var(--font-main);line-height:1.6;margin:0;overflow-x:hidden}.hero{align-items:center;background:radial-gradient(circle at top,#fffdfa 0,var(--c-oatmeal) 100%);display:flex;flex-direction:column;height:70vh;justify-content:center;position:relative;text-align:center}.hero-content{padding:0 20px;z-index:10}.hero h1{color:var(--c-terracotta);filter:drop-shadow(0 4px 10px rgba(0,0,0,.05));font-family:var(--font-round);font-size:clamp(3.5rem,12vw,6rem);margin:0}.community-section{background-color:var(--c-paper);border-radius:60px;box-shadow:0 20px 40px #00000008;margin:-80px 5% 0;padding:5rem 10%;position:relative;text-align:center;z-index:20}.thank-you-badge{color:var(--c-sage);display:block;font-family:var(--font-hand);font-size:2.2rem;margin-bottom:1rem}.scrapbook-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;padding:8rem 10% 4rem}.polaroid{background:var(--c-paper);box-shadow:0 10px 30px #0000000d;padding:15px 15px 40px;transform:rotate(var(--r));transition:all .4s ease;width:280px}.polaroid:hover{box-shadow:0 20px 40px #0000001a;transform:rotate(0deg) scale(1.05);z-index:10}.polaroid img{background-color:#fff;border-radius:2px;height:250px;object-fit:contain;width:100%}.polaroid span{color:#555;display:block;font-family:var(--font-hand);font-size:1.8rem;margin-top:15px;text-align:center}.collage-section{padding:4rem 5% 8rem;text-align:center}.collage-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-auto-rows:200px;grid-template-columns:repeat(4,1fr);margin:3rem auto;max-width:1200px}.collage-item{background-color:var(--c-paper);border-radius:15px;box-shadow:0 10px 20px #0000000d;overflow:hidden;position:relative;transition:transform .3s ease}.collage-item img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.collage-item:hover img{transform:scale(1.1)}.collage-item:hover{transform:translateY(-5px)}.collage-item:before{background:#8da39966;box-shadow:0 2px 5px #0000000d;content:"";height:25px;left:50%;position:absolute;top:-10px;transform:translateX(-50%) rotate(-3deg);width:80px;z-index:5}.collage-item:nth-child(2n):before{background:#d67d5c4d;transform:translateX(-50%) rotate(2deg)}.item-big{grid-row:span 2}.item-big,.item-wide{grid-column:span 2}.item-tall{grid-row:span 2}.jar-section{background-color:#fffdfa;border-radius:100px 100px 0 0;padding:6rem 10%;text-align:center}.memory-jar{align-items:center;background:#8da3990d;border:4px solid var(--c-sage);border-radius:40px 40px 80px 80px;cursor:pointer;display:flex;height:230px;justify-content:center;margin:2rem auto;position:relative;width:180px}.note-pop{word-wrap:break-word;animation:floatIn .8s ease-out forwards;background:#fff9c4;border-radius:5px;box-shadow:0 5px 15px #0000001a;font-family:var(--font-hand);font-size:1.4rem;max-width:200px;padding:.8rem 1.2rem;position:absolute;white-space:normal}@keyframes floatIn{0%{opacity:0;transform:translateY(0) scale(.5)}to{opacity:1;transform:translateY(-130px) scale(1)}}.btn-warm{background-color:var(--c-terracotta);border-radius:50px;box-shadow:0 10px 20px #d67d5c33;color:#fff}.btn-inverse,.btn-warm{display:inline-block;font-weight:600;padding:1.2rem 2.5rem;text-decoration:none;transition:all .3s}.btn-inverse{border:2px solid var(--c-terracotta);border-radius:50px;color:var(--c-sage);margin-left:2rem}.fade-in{opacity:0;transform:translateY(20px);transition:all 1s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.collage-container{grid-template-columns:repeat(2,1fr)}.item-big{grid-column:span 2}.btn-inverse{margin-left:0;margin-top:1rem}}.single-feature-container{display:flex;justify-content:center;padding:3rem 0}.polaroid-large{background:var(--c-paper);box-shadow:0 20px 50px #00000014;max-width:600px;padding:20px 20px 60px;transform:rotate(-2deg);transition:all .5s ease;width:90%}.polaroid-large:hover{box-shadow:0 30px 60px #0000001f;transform:rotate(0deg) scale(1.02)}.polaroid-large img{border-radius:2px;display:block;height:auto;width:100%}.polaroid-large span{color:#444;display:block;font-family:var(--font-hand);font-size:2.5rem;margin-top:20px;text-align:center}.message-page{--p-blue:#5a9cb5;--p-yellow:#face68;--p-peach:#faac68;--p-coral:#fa6868;--p-cream:#fff9ed;--p-dark:#3e5a66;background-color:var(--p-cream);color:var(--p-dark);margin:0;min-height:100vh;overflow-x:hidden}.message-container{min-height:100vh}.message-container,.message-hero{display:flex;flex-direction:column}.message-hero{align-items:center;background-color:var(--p-blue);justify-content:center;min-height:40vh;overflow:hidden;padding:2rem;position:relative;text-align:center}#snow-canvas{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.message-hero-content{z-index:10}.message-hero h1{color:var(--p-yellow);font-family:var(--font-guardian-egyptt);font-size:clamp(2.5rem,8vw,4.5rem);margin:0}.message-hero p{color:#fff;font-family:var(--font-helvetica);font-size:1.2rem;margin-top:1rem;opacity:.9}.form-section{display:flex;justify-content:center;padding:4rem 2rem;position:relative;z-index:20}.form-card{background:#fff;border:2px solid var(--p-peach);border-radius:30px;box-shadow:0 20px 60px #5a9cb533;max-width:600px;padding:3rem;width:100%}.message-page-form-group{margin-bottom:1.5rem}.message-page-form-group label{color:var(--p-dark);display:block;font-family:var(--font-helvetica);font-weight:700;margin-bottom:.5rem}.message-page-form-group input,.message-page-form-group select,.message-page-form-group textarea{border:2px solid #eee;border-radius:12px;box-sizing:border-box;font-family:var(--font-helvetica);font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.message-page-form-group input:focus,.message-page-form-group select:focus,.message-page-form-group textarea:focus{background-color:#f0f7f9;border-color:var(--p-blue);outline:none}.message-page-form-group textarea{min-height:120px;resize:vertical}.submit-btn{background-color:var(--p-coral);border:none;border-radius:50px;box-shadow:0 10px 20px #fa68684d;color:#fff;cursor:pointer;font-family:var(--font-helvetica);font-size:1.1rem;font-weight:700;padding:1.2rem 2.5rem;transition:all .3s ease;width:100%}.submit-btn:hover{background-color:#f95252;box-shadow:0 15px 30px #fa686866;transform:translateY(-3px)}.success-state{padding:2rem;text-align:center}.success-state h2{color:var(--p-blue);font-family:var(--font-guardian-egyptt);font-size:2.5rem}.back-home{color:var(--p-dark);display:inline-block;font-weight:700;margin-top:2rem;text-decoration:underline}.fade-in-element{transform:translateY(30px);transition:all .8s ease-out}.fade-in-element.visible{opacity:1;transform:translateY(0)}@media (max-width:600px){.form-card{padding:2rem 1.5rem}}.about-container{flex:1 1;flex-direction:column;min-height:80vh}.about-container,.about-screen1{align-items:center;display:flex;justify-content:center;width:100%}.about-screen1{flex-direction:row;gap:3.75rem;height:31.25rem}.about-screen1-left{display:flex;height:15.625rem;justify-content:center;overflow-x:clip;width:15.625rem}.screen1-left-img{-webkit-user-drag:none;height:100%;object-fit:cover;pointer-events:none;user-select:none;-webkit-user-select:none}.about-screen1-right{background-color:#fff;width:31.25rem}.about-screen1-right p{background-color:initial;color:var(--color4c);font-family:var(--font-palatino);font-size:1.4rem;justify-self:center;line-height:1.3}.about-screen1-2{align-items:center;background-color:var(--color4);color:#fff;display:flex;font-family:var(--font-helvetica);font-size:1.2rem;height:23.75rem;justify-content:center;width:100%}.about-add-paragraph{width:60%}.about-screen2{align-items:center;display:flex;flex-direction:column;font-size:1.2rem;gap:2.75rem;justify-content:center;width:70%}.about-screen2 h2{color:var(--color-text-dark-gray);font-family:var(--font-guardian-egyptt);margin-bottom:0;margin-top:6rem}.about-screen2 p{color:var(--color-text-dark-gray);font-family:var(--font-helvetica);font-size:1.125rem;font-weight:lighter}.about-screen2-left{display:flex;height:15.625rem;justify-content:center;overflow-x:clip;width:15.625rem}.screen2-left-img{-webkit-user-drag:none;height:100%;object-fit:cover;pointer-events:none;user-select:none;-webkit-user-select:none}.about-screen2-right{background-color:#fff;width:31.25rem}.about-screen2-right p{background-color:initial;color:var(--color4c);font-family:var(--font-palatino);font-size:1.4rem;justify-self:center;line-height:1.3}.about-screen3{align-items:center;background-color:#fff;border-top:.125rem solid var(--color4);color:var(--color4);display:flex;font-family:var(--font-helvetica);font-size:1.2rem;font-weight:lighter;justify-content:center;margin-bottom:3.75rem;margin-top:6.25rem;padding:5.625rem 9.375rem 0;width:50rem}.about-screen3-add-paragraph{width:100%}.about-screen3 strong{font-size:1.3rem;font-weight:700}.about-content{border-radius:.625rem;box-shadow:0 .25rem .75rem #0003;max-width:56.25rem;padding:1.875rem;position:relative}.about-image-container{display:flex;justify-content:center;margin-bottom:1.875rem;width:100%}.about-image{border-radius:.75rem;box-shadow:0 .25rem .5rem #0000004d;max-height:18.75rem;object-fit:cover;width:80%}.about-logo{-webkit-user-drag:none;height:auto;user-select:none;-webkit-user-select:none;width:12.5rem}.about-text{color:var(--color4);font-family:Helvetica,sans-serif;line-height:1.6}.about-text h1{color:var(--color7);margin-bottom:1.875rem;text-align:center}.about-mission{border-top:.125rem solid var(--color2);margin-top:2.5rem;padding-top:1.25rem}.about-mission h2{color:var(--color7)}.about-image-row{align-items:flex-start;display:none;flex-direction:row;gap:2.5rem;justify-content:center;margin:0;width:100%}.about-image-col{align-items:center;display:flex;flex-direction:column;max-width:220px;min-width:220px;width:220px}.about-image-col img{-webkit-user-drag:none;border-radius:.75rem;box-shadow:0 .25rem .5rem #0000002e;display:block;height:auto;margin-bottom:.5rem;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-select:none;width:220px}.about-image-caption{align-items:flex-start;color:#444;display:flex;font-size:1rem;justify-content:center;line-height:1.3;margin-top:.25rem;max-width:220px;min-height:2.5em;text-align:center}.about-faq-section,.about-image-caption{font-family:Arial,sans-serif;font-family:var(--font-helvetica,Arial,sans-serif)}.about-faq-section{background:#fafbfc;border-radius:1rem;box-shadow:0 .25rem .75rem #0000000f;box-sizing:border-box;margin:.5rem auto 2rem;max-width:43.75rem;padding:2rem 2.5rem;width:70%}.about-faq-section h3{color:#333;color:var(--color4,#333);font-size:1.7rem;font-weight:700;letter-spacing:.02em;margin-bottom:1.5rem;text-align:center}.about-faq-list{display:flex;flex-direction:column;gap:1.5rem}.about-faq-item{background:#fff;border-radius:.75rem;box-shadow:0 .125rem .5rem #0000000a;padding:1rem;transition:box-shadow .2s}.about-faq-item:hover{box-shadow:0 .25rem 1rem #0000001a}.about-faq-question{color:var(--color-text-dark-gray);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.about-faq-answer{color:var(--color-text-dark-gray);font-size:1.125rem;font-weight:lighter}.about-faq-img{-webkit-user-drag:none;height:100%;margin:1rem 0;pointer-events:none;user-select:none;-webkit-user-select:none;width:100%}.about-faq-video{margin-top:1rem;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.about-faq-video-iframe{border:none;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.about-screen2>br:last-child{display:none}@media (max-width:768px){.about-screen2{font-size:1rem;gap:2rem;max-width:98vw;padding:1.5rem .5rem;width:85vw}.about-screen2 h2{font-size:2rem;margin-top:2rem}.about-image-row{align-items:center;flex-direction:column;gap:1.25rem;margin-top:1rem}.about-image-col{max-width:350px;min-width:0}.about-image-col img{border-radius:1rem;box-shadow:0 .25rem 1rem #00000026;max-width:90vw;width:100%}.about-image-caption{font-size:1rem;max-width:90vw;min-height:2em;padding:0 .5rem}.about-faq-section{padding:1.25rem .75rem;width:100%}}@media screen and (min-width:2560px){html{font-size:24px}.about-screen2{font-size:2.2rem;gap:6rem;max-width:1800px;padding:4rem 0;width:60%}.about-screen2 h2{font-size:3.5rem;margin-top:6rem}.about-image-row{gap:4rem;margin-top:2rem}.about-image-col{max-width:400px;min-width:400px;width:400px}.about-image-col img{border-radius:1.5rem;box-shadow:0 .5rem 2rem #0000002e;max-width:100%;width:400px}.about-image-caption{font-size:1.3rem;max-width:400px;min-height:2.5em}.about-faq-section{width:60%}}.examples-page-container{background-color:#fcfcfc;background-image:radial-gradient(#e5e5e5 1px,#0000 0);background-size:20px 20px;color:#1a1a1a;font-family:Inter,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:60px 40px}.examples-page-header{margin-bottom:60px;position:relative;text-align:center}.examples-page-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#111,#444);-webkit-background-clip:text;font-size:3rem;font-weight:300;letter-spacing:-1.5px;margin-bottom:.8rem;text-transform:uppercase}.examples-page-subtitle{color:#666;font-size:1.1rem;font-weight:400;line-height:1.5;margin:0 auto;max-width:600px}.examples-page-list{display:flex;flex-direction:column;gap:30px}.examples-page-row{align-items:stretch;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #00000014;border-radius:2px;box-shadow:0 4px 6px #00000005;display:flex;height:400px;overflow:hidden;transition:all .2s ease-out}.examples-page-image-container{border-right:1px solid #0000000d;cursor:pointer;flex:0 0 50%;overflow:hidden;position:relative}.examples-page-image{height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.2,.8,.2,1);width:100%}.examples-page-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px}.examples-page-project-title{color:#111;font-size:1.8rem;font-weight:700;letter-spacing:-.5px;line-height:1.1;margin-bottom:12px}.examples-page-project-summary{color:#555;font-size:1rem;font-weight:400;line-height:1.6;margin-bottom:30px}.examples-page-keywords{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:35px}.examples-page-keyword-pill{background-color:#f5f5f5;border:1px solid #ddd;border-radius:2px;color:#444;font-size:.75rem;letter-spacing:.5px;padding:4px 12px}.examples-page-keyword-pill,.examples-page-view-link{font-weight:600;text-transform:uppercase;transition:all .2s ease}.examples-page-view-link{align-items:center;background-color:#1a1a1a;border-radius:1px;color:#fff;display:inline-flex;font-size:.9rem;gap:8px;letter-spacing:1px;padding:10px 24px;text-decoration:none}.examples-page-view-link:hover{background-color:#000;padding-right:32px}.examples-page-view-link .arrow{border-bottom:1px solid #fff;border-right:1px solid #fff;font-size:1.1em;padding:0 2px;transition:transform .2s ease}.examples-page-view-link:hover .arrow{transform:translateX(4px)}@media (min-width:2000px){.examples-page-container{max-width:1800px;padding:80px 60px}.examples-page-list{gap:40px}.examples-page-row{height:500px}.examples-page-title{font-size:4.5rem}.examples-page-project-title{font-size:2.5rem}.examples-page-project-summary{font-size:1.2rem}}@media (max-width:900px){.examples-page-container{padding:40px 20px}.examples-page-list{gap:40px}.examples-page-row{border-radius:4px;flex-direction:column;height:auto}.examples-page-image-container{border-bottom:1px solid #0000000d;border-right:none;flex:none;height:250px;width:100%}.examples-page-content{flex:none;padding:25px 20px}.examples-page-project-title{font-size:1.5rem}.examples-page-title{font-size:2.2rem}}.showcase-container{color:#333;font-family:Quicksand,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.fade-in-element{transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-element.is-visible{opacity:1;transform:translateY(0)}.showcase-header{margin-bottom:3rem;text-align:center}.showcase-title{color:#000;font-family:Orbitron,sans-serif;font-size:2.5rem;margin-bottom:.5rem}.showcase-subtitle{color:#666;font-size:1.2rem;font-weight:500}.showcase-hero{border-radius:12px;box-shadow:0 4px 15px #0000001a;margin-bottom:3rem;overflow:hidden;width:100%}.showcase-hero img{display:block;height:auto;width:100%}.showcase-content{display:flex;flex-direction:column;gap:4rem}.showcase-section{align-items:center;display:flex;gap:3rem}.showcase-section.reverse{flex-direction:row-reverse}.showcase-text{flex:1 1}.showcase-text h2{color:#2c3e50;font-family:Fredoka,sans-serif;font-size:1.8rem;margin-bottom:1rem}.showcase-text p{color:#444;font-size:1.1rem;line-height:1.6}.showcase-image-container{border-radius:8px;box-shadow:0 2px 10px #0000000d;flex:1 1;overflow:hidden}.showcase-image-container img{display:block;height:auto;transition:transform .3s ease;width:100%}.showcase-image-container img:hover{transform:scale(1.02)}.showcase-image-container.multi-image{grid-gap:10px;background:#0000;box-shadow:none;display:grid;gap:10px;grid-template-columns:1fr 1fr;overflow:visible}.showcase-image-container.multi-image img{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:100%;object-fit:cover}.showcase-image-container.multi-image img:first-child{grid-column:span 2}.showcase-gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.gallery-item{border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.gallery-item img{display:block;height:100%;object-fit:cover;width:100%}.showcase-navigation{border-top:1px solid #eee;justify-content:space-between;margin-top:5rem;padding-top:2rem}.nav-link,.showcase-navigation{align-items:center;display:flex}.nav-link{color:#555;font-weight:600;gap:.5rem;text-decoration:none;transition:color .2s}.nav-link:hover{color:#000}.nav-link.disabled{color:#ccc;cursor:default;pointer-events:none}@media (max-width:768px){.showcase-title{font-size:1.8rem}.showcase-section,.showcase-section.reverse{flex-direction:column;gap:1.5rem}.showcase-hero{margin-bottom:2rem}}.showcase-container-reyna-theme{background:linear-gradient(180deg,#1a0b0b,#2d1414,#3e1e1e);color:#fcebb6;font-family:Lato,sans-serif;min-height:100vh;padding-bottom:6rem}.showcase-header-reyna-theme{margin-bottom:6rem;padding-top:6rem;position:relative;text-align:center}.showcase-title-reyna-theme{color:gold;font-family:Playfair Display,serif;font-size:5rem;letter-spacing:2px;margin-bottom:1rem;text-shadow:0 0 15px #ffd70066,0 0 30px #ff640033}.showcase-subtitle-reyna-theme{color:#e0c097;font-family:Playfair Display,serif;font-size:1.8rem;font-style:italic;font-weight:400}.showcase-hero-reyna-theme{border:1px solid #ffd70026;border-radius:4px;box-shadow:0 20px 50px #0009;margin:0 auto 6rem;max-width:1000px;overflow:hidden;position:relative}.showcase-hero-reyna-theme:after{bottom:0;box-shadow:inset 0 0 50px #00000080;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.showcase-hero-reyna-theme img{display:block;height:auto;width:100%}.showcase-content-reyna-theme{display:flex;flex-direction:column;gap:8rem;margin:0 auto;max-width:1100px;padding:0 2rem}.showcase-section-reyna-theme{align-items:center;display:flex;gap:4rem}.showcase-section-reyna-theme.reverse{flex-direction:row-reverse}.showcase-text-reyna-theme{flex:1 1}.showcase-text-reyna-theme h2{border-bottom:1px solid #ffcc004d;color:#fc0;display:inline-block;font-family:Playfair Display,serif;font-size:2.8rem;margin-bottom:1.5rem;padding-bottom:.5rem}.showcase-text-reyna-theme p{color:#f0e0d0;font-size:1.3rem;font-weight:300;line-height:1.8}.showcase-image-container-reyna-theme{background:#0003;border:1px solid #ffd7001a;border-radius:4px;box-shadow:0 15px 40px #0009;flex:1 1;padding:10px}.showcase-image-container-reyna-theme img{border-radius:2px;display:block;height:auto;width:100%}.showcase-image-container-reyna-theme.multi-image{grid-gap:15px;background:#0000;border:none;box-shadow:none;display:grid;gap:15px;grid-template-columns:1fr 1fr;padding:0}.showcase-image-container-reyna-theme.multi-image img{border:1px solid #ffffff1a;box-shadow:0 5px 15px #0006}.showcase-navigation-reyna-theme{border-top:1px solid #ffd70026;display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:8rem;max-width:1000px;padding-top:4rem}.showcase-navigation-reyna-theme .nav-link{align-items:center;color:#d4af37;display:flex;font-family:Playfair Display,serif;font-size:1.2rem;gap:.5rem;text-decoration:none;transition:all .3s ease}.showcase-navigation-reyna-theme .nav-link:hover{color:gold;text-shadow:0 0 8px #ffd70099;transform:translateY(-2px)}.showcase-navigation-reyna-theme .nav-link.disabled{color:#544;cursor:default;pointer-events:none}@keyframes warm-rise{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-element{opacity:0}.fade-in-element.is-visible{animation:warm-rise 1.5s cubic-bezier(.2,.8,.2,1) forwards}@media (max-width:768px){.showcase-title-reyna-theme{font-size:3rem}.showcase-section-reyna-theme{flex-direction:column!important;gap:2rem}.showcase-image-container-reyna-theme.multi-image{grid-template-columns:1fr}}.gallery-page-container{margin:0 auto;max-width:1400px;min-height:80vh;padding:2rem}.gallery-page-header{margin-bottom:3rem;text-align:center}.gallery-page-title{font-family:var(--font-cinzel),serif;font-size:3rem;font-weight:800;margin-bottom:.5rem}.gallery-page-subtitle{color:var(--text-secondary);font-size:1.2rem;margin-bottom:2rem}.gallery-page-filter{display:flex;gap:1rem;justify-content:center}.gallery-page-filter-btn{background:#0000;border:1px solid var(--border-color);border-radius:20px;color:var(--text-primary);cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:all .3s ease}.gallery-page-filter-btn.active,.gallery-page-filter-btn:hover{background:var(--text-primary);color:var(--bg-primary)}.gallery-page-empty,.gallery-page-error,.gallery-page-loading{color:var(--text-secondary);font-size:1.5rem;padding:4rem;text-align:center}.gallery-page-masonry-grid{grid-gap:2rem;display:grid;grid-auto-flow:dense;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.gallery-page-grid-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.gallery-page-grid-item:hover{box-shadow:0 10px 20px #0003;transform:translateY(-5px)}.gallery-page-item-image-container{aspect-ratio:1/1;overflow:hidden;position:relative;width:100%}.gallery-page-item-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.gallery-page-grid-item:hover .gallery-page-item-image{transform:scale(1.05)}.gallery-page-3d-badge{background:#000000b3;border:1px solid #fff3;border-radius:4px;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:1px;padding:4px 8px;position:absolute;right:10px;top:10px}.gallery-page-item-info{padding:1rem}.gallery-page-item-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-page-item-meta{color:var(--text-secondary);display:flex;font-size:.9rem;justify-content:space-between}.gallery-page-item-author{font-style:italic}@media (max-width:768px){.gallery-page-container{padding:1rem}.gallery-page-masonry-grid{grid-gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.gallery-page-title{font-size:2rem}}.gallery-details-backdrop{background-color:#fff;min-height:100vh;position:relative;width:100%}.gallery-details-backdrop:before{display:none}.gallery-details-container{color:#333;font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;min-height:80vh;padding:3rem 2rem;position:relative;z-index:1}.gallery-details-content{align-items:flex-start;display:flex;gap:4rem}.gallery-details-empty,.gallery-details-error,.gallery-details-loading{color:#666;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:1px;padding:5rem;text-align:center}.gallery-details-visual-section{align-items:center;background:#fdfdfd;border:1px solid #eee;border-radius:12px;box-shadow:0 10px 30px #0000000d;display:flex;flex:1.5 1;justify-content:center;min-height:500px;overflow:hidden;position:relative}.gallery-details-gallery{display:flex;flex-direction:column;gap:1rem;min-width:0;width:100%}.gallery-details-3d-container,.gallery-details-image-container{align-items:center;display:flex;height:600px;justify-content:center;overflow:hidden;position:relative;width:100%}.gallery-details-3d-container{background:#f9f9f9;height:600px;width:100%}.gallery-details-main-image{background:#f4f4f4;display:block;height:100%;mix-blend-mode:multiply;object-fit:contain;width:100%}.gallery-details-nav-arrow{background:#11111180;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;font-size:1.5rem;line-height:1;padding:.8rem 1rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;z-index:10}.gallery-details-nav-arrow:hover{background:#111;border-color:#111}.gallery-details-nav-arrow.left{left:1rem}.gallery-details-nav-arrow.right{right:1rem}.gallery-details-thumbnails{box-sizing:border-box;display:flex;gap:1rem;overflow-x:auto;padding:0 1.5rem 1rem;width:100%}.gallery-details-thumb-btn{background:#f4f4f4;border:1px solid #eee;border-radius:4px;cursor:pointer;flex-shrink:0;height:80px;opacity:.6;overflow:hidden;padding:0;transition:all .2s;width:80px}.gallery-details-thumb-btn.active,.gallery-details-thumb-btn:hover{border-color:#111;box-shadow:0 0 10px #0000001a;opacity:1}.gallery-details-thumb-btn img{height:100%;object-fit:cover;width:100%}.gallery-details-3d-badge{background:#111;border:none;border-radius:6px;box-shadow:0 2px 8px #00000026;color:#fff;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:1px;padding:6px 14px;position:absolute;right:20px;top:20px;z-index:10}.gallery-details-image-overlay-actions{bottom:25px;display:flex;gap:12px;left:25px;position:absolute;z-index:10}.gallery-details-overlay-like-btn,.gallery-details-overlay-views{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:1px solid #ddd;border-radius:30px;box-shadow:0 2px 8px #0000000d;color:#111;display:flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;gap:8px;padding:10px 16px}.gallery-details-overlay-like-btn{cursor:pointer;transition:all .2s ease}.gallery-details-overlay-like-btn:hover{background:#fff;box-shadow:0 4px 10px #0000001a;transform:translateY(-2px)}.gallery-details-overlay-like-btn.liked{background:#fff0f3;border-color:#ffb3c1;color:#d90429}.gallery-details-toggle-2d-btn,.gallery-details-toggle-3d-btn{background:#fff;border:1px solid #111;border-radius:30px;bottom:25px;box-shadow:0 4px 12px #0000001a;color:#111;cursor:pointer;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;left:50%;letter-spacing:1px;padding:12px 24px;position:absolute;text-transform:uppercase;transform:translateX(-50%);transition:all .2s ease;z-index:10}.gallery-details-toggle-2d-btn:hover,.gallery-details-toggle-3d-btn:hover{background:#111;color:#fff}.gallery-details-info-section{display:flex;flex:1 1;flex-direction:column}.gallery-details-title{color:#111;font-family:Lora,serif;font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;text-shadow:none}.gallery-details-meta{align-items:center;border-bottom:1px solid #eee;color:#888;display:flex;font-size:1rem;margin-bottom:2rem;padding-bottom:1.5rem}.gallery-details-author{font-weight:400}.gallery-details-author strong{color:#111;font-weight:600}.gallery-details-description{color:#555;font-size:1.05rem;font-weight:400;line-height:1.8;margin-bottom:3rem}.gallery-details-cta-card{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:2rem;text-align:center}.gallery-details-cta-title{color:#111;font-family:Lora,serif;font-size:1.4rem;font-weight:600;margin-bottom:.8rem}.gallery-details-cta-desc{color:#666;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.gallery-details-cta-button{background:#111;border:1px solid #111;border-radius:6px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;letter-spacing:1.5px;padding:1.2rem;text-transform:uppercase;transition:all .2s ease;width:100%}.gallery-details-cta-button:hover{background:#333}.gallery-details-bottom-grid{align-items:flex-start;border-top:1px solid #eee;display:flex;gap:4rem;margin-top:2rem;padding-top:3rem}.gallery-details-cta-section{flex:1 1;position:-webkit-sticky;position:sticky;top:2rem}.gallery-details-comments-section{flex:1.5 1}.gallery-details-comments-section h3{color:#111;font-family:Lora,serif;font-size:1.6rem;font-weight:600;margin-bottom:1.5rem}.gallery-details-no-comments{color:#888;font-size:1rem;font-style:italic;margin-bottom:2rem}.gallery-details-comment-item{background:#fff;border:1px solid #eee;border-radius:8px;margin-bottom:1rem;padding:1.25rem;transition:background .2s ease}.gallery-details-comment-item:hover{background:#fcfcfc;border-color:#ddd}.gallery-details-comment-header{display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:.6rem}.gallery-details-comment-header strong{color:#111;font-weight:600}.gallery-details-comment-date{color:#999;font-size:.85rem}.gallery-details-comment-body p{color:#444;font-weight:400;line-height:1.5;margin:0 0 .6rem;white-space:pre-wrap}.gallery-details-comment-actions,.gallery-details-comment-edit-actions{display:flex;gap:1rem;margin-top:.5rem}.gallery-details-comment-actions button,.gallery-details-comment-edit-actions button{background:none;border:none;color:#888;cursor:pointer;font-size:.85rem;font-weight:500;padding:0;text-decoration:none;transition:color .2s}.gallery-details-comment-actions button:hover,.gallery-details-comment-edit-actions button:hover{color:#111;text-decoration:underline}.gallery-details-comment-edit-box textarea{background:#fff;border:1px solid #ccc;border-radius:6px;color:#111;font-family:inherit;min-height:80px;padding:1rem;resize:vertical;width:100%}.gallery-details-comment-edit-box textarea:focus{border-color:#111;outline:none}.gallery-details-comment-input{background:#fafafa;border:1px solid #eee;border-radius:8px;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding:1.5rem}.gallery-details-comment-input textarea{background:#fff;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;color:#111;font-family:inherit;font-size:1rem;padding:1rem;resize:vertical;transition:all .2s ease;width:100%}.gallery-details-comment-input textarea:focus{border-color:#111;outline:none}.gallery-details-comment-input button{align-self:flex-end;background:#111;border:1px solid #111;border-radius:6px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-weight:500;padding:10px 24px;transition:all .2s ease}.gallery-details-comment-input button:not(:disabled):hover{background:#333}.gallery-details-comment-input button:disabled{background:#f0f0f0;border-color:#e0e0e0;color:#999;cursor:not-allowed}@media screen and (max-width:600px){.gallery-details-container{padding:1.5rem}.gallery-details-bottom-grid,.gallery-details-content{flex-direction:column;gap:1.5rem}.gallery-details-visual-section{min-height:320px;width:100%}.gallery-details-title{font-size:2rem}}@media screen and (min-width:601px) and (max-width:1024px){.gallery-details-container{padding:2rem}.gallery-details-bottom-grid,.gallery-details-content{flex-direction:column;gap:2.5rem}.gallery-details-visual-section{min-height:400px;width:100%}}@media screen and (min-width:2000px){.gallery-details-container{max-width:2800px;padding:4rem}.gallery-details-title{font-size:3.5rem}.gallery-details-description{font-size:1.3rem}}:root{--color1:#00b313;--color2:#ffeb55;--color3:#e9ecef;--color4:#141e3f;--color4a:#cfcfcf;--color4c:#565656;--color4d:#347adb;--color5:#000;--color6:#fff;--color7:#cfcfcf;--color-main-1:#ffee9c;--color-main-2:#212939;--color-text-dark-gray:#3c3c3c;--color-text-light-gray:#848484;--color-landing-btn:#ff5858;--colorx1:#152f77;--colorx2:#fff;--colorx3:#6a769a;--color-halloween:#ffbf4a;--colorxmas-bg:#003e1f;--colorxmas-bg-lt:#226f54;--colorxmas-text:#ba2d0b;--color-processing:#513c5d;--color-verifying:#5866ec;--color-printing:#4cd060;--color-shipped:#ecdd58;--color-delivered:#eca758;--color-cancelled:#e74c3c;--color-online:#464646;--font-montserrat:"Montserrat",sans-serif;--font-courier-new:"Courier New",monospace;--font-tahoma:"Tahoma",sans-serif;--font-verdana:"Verdana",sans-serif;--font-helvetica:"Helvetica","Arial",sans-serif;--font-garamond:"Garamond",serif;--font-palatino:"Palatino",serif;--font-bookman:"Bookman",serif;--font-avant-garde:"Avant Garde",sans-serif;--font-sans-serif:sans-serif;--font-monospace:"Lucida Console",Monaco,monospace;--font-cursive:cursive;--font-fantasy:"Papyrus",fantasy,cursive;--font-impact:"Impact",fantasy,sans-serif;--font-papyrus:"Papyrus",fantasy,sans-serif;--font-chalkduster:"Chalkduster",fantasy,cursive;--font-guardian-egyptt:Guardian-EgypTT,Charter,Charter Bitstream,Cambria,Noto Serif Light,Droid Serif,Georgia,"serif"}body{box-sizing:border-box;margin:0;padding:0}body img{-webkit-user-drag:none;pointer-events:none;-webkit-user-select:none;user-select:none}content{min-height:calc(100vh - 60px)}
/*# sourceMappingURL=main.4cc5810d.css.map*/