body{font-family:Pretendard Variable,Inter,Space Grotesk,Bahnschrift,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}[data-testid=left-image],[data-testid=right-image]{height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:contain!important;width:auto!important}:root{--clr-header-bg:#000000f2;--clr-header-text:#e5e7eb;--gap-nav:clamp(1rem,4vw,2rem)}.header{-webkit-backdrop-filter:saturate(180%) blur(6px);backdrop-filter:saturate(180%) blur(6px);background-color:#000000f2;background-color:var(--clr-header-bg);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--clr-header-text);box-shadow:0 2px 4px #0003;height:64px;height:var(--header-h);inset:0 0 auto 0;position:fixed;z-index:1000}.header-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo h1{color:#e5e7eb;color:var(--clr-header-text);font-size:1.8rem;font-weight:700;letter-spacing:1px;margin:0}.nav-menu ul{display:flex;gap:clamp(1rem,4vw,2rem);gap:var(--gap-nav);list-style:none;margin:0;padding:0}.nav-menu a{color:#e5e7eb;color:var(--clr-header-text);font-weight:500;position:relative;text-decoration:none;transition:color .3s}.nav-menu a:after{background-color:currentColor;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.nav-menu a:focus-visible:after,.nav-menu a:hover:after{width:100%}.dropdown-container{position:relative}.dropdown-trigger{background:none;border:none;color:#e5e7eb;color:var(--clr-header-text);cursor:pointer;font-size:inherit;font-weight:500;padding:0;position:relative;transition:color .3s}.dropdown-trigger:after{background-color:currentColor;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.dropdown-trigger:focus-visible:after,.dropdown-trigger:hover:after{width:100%}.dropdown-menu{animation:dropdownFadeIn .2s ease-out;background:#1f2937;border:1px solid #374151;border-radius:12px;box-shadow:0 8px 32px #00000040;margin-top:0;min-width:200px;padding:12px 16px 16px;position:absolute;right:0;top:100%;z-index:1001}.dropdown-section{display:flex;flex-direction:column;gap:8px}.dropdown-label{color:#9ca3af;font-size:.875rem;font-weight:600;margin-bottom:4px;padding:0 4px}.dropdown-item{background:#374151;border:1px solid #0000;border-radius:8px;color:#e5e7eb;display:block;font-size:.875rem;font-weight:500;padding:10px 12px;text-decoration:none;transition:all .2s ease}.dropdown-item:hover{background:#4b5563;border-color:#6b7280;box-shadow:0 4px 12px #00000026;color:#fff;transform:translateY(-1px)}.dropdown-item:active{background:#6b7280;transform:translateY(0)}.mobile-menu-btn{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#ffffff26,#ffffff0d);border:2px solid #ffffff4d;border-radius:8px;box-shadow:0 4px 12px #0003,inset 0 1px 0 #ffffff1a;cursor:pointer;display:none;flex-direction:column;height:44px;justify-content:center;outline:none;transition:all .3s ease;width:44px;z-index:1200}.mobile-menu-btn:hover{background:linear-gradient(135deg,#ffffff40,#ffffff1a);border-color:#ffffff80;box-shadow:0 6px 16px #0000004d,inset 0 1px 0 #fff3;transform:translateY(-1px)}.mobile-menu-btn .bar{background:linear-gradient(90deg,#fff,#f0f0f0);border-radius:3px;box-shadow:0 2px 6px #0006,0 1px 2px #ffffff1a;display:block;flex-shrink:0;height:4px;margin:3px 0;position:relative;transition:all .3s ease;width:28px}.mobile-menu-btn:hover .bar{background:linear-gradient(90deg,#fff,#e0e0e0);box-shadow:0 3px 8px #00000080,0 1px 3px #fff3;transform:scale(1.05)}.mobile-menu-btn.open .bar:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.open .bar:nth-child(2){opacity:0}.mobile-menu-btn.open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:700px){:root{--header-h:56px}.nav-menu{background:#14161efa;box-shadow:0 4px 24px #0000002e;left:0;opacity:0;pointer-events:none;position:fixed;top:64px;top:var(--header-h);transform:translateY(-120%);transition:transform .3s,opacity .3s;width:100vw;z-index:1100}.nav-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-menu ul{align-items:center;background:none;flex-direction:column;gap:1.5rem;padding:2.5rem 0 2rem;text-align:center;width:100vw}.nav-menu ul li{font-size:1.15rem}.dropdown-menu{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;box-shadow:none;margin-top:1rem;position:static;transform:none}.dropdown-item{background:#0000;border:none;color:#e5e7eb;color:var(--clr-header-text)}.dropdown-item:hover{background:#ffffff1a;color:#fff}.dropdown-label{color:#ffffffb3}.mobile-menu-btn{display:flex!important;opacity:1!important;visibility:visible!important}}.hero{background:linear-gradient(135deg,var(--background-color) 0,var(--surface-color) 100%);min-height:80vh;overflow:hidden;padding:6rem 2rem 2rem;position:relative}.hero:before{background:radial-gradient(circle at center,#ffffff1a 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-content{padding-right:2rem}.hero-content h1{color:var(--secondary-color);font-size:3.5rem;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin-bottom:1.5rem}.hero-content p{color:#fffc;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.primary-button,.secondary-button{border-radius:4px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.primary-button{background-color:var(--secondary-color);color:var(--primary-color)}.secondary-button{background-color:initial;border:2px solid var(--secondary-color);color:var(--secondary-color)}.primary-button:hover{background-color:var(--accent-color);color:var(--secondary-color)}.secondary-button:hover{background-color:var(--secondary-color);color:var(--primary-color)}.hero-image{position:relative}.image-comparison{grid-gap:1rem;background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px #0003;display:grid;gap:1rem;grid-template-columns:1fr 1fr;padding:1rem}.after-image,.before-image{position:relative}.after-image img,.before-image img{border-radius:8px;height:auto;width:100%}.after-image span,.before-image span{background:#000c;border:1px solid var(--border-color);border-radius:4px;bottom:1rem;color:var(--secondary-color);font-size:.9rem;left:1rem;padding:.5rem 1rem;position:absolute}@media (max-width:768px){.hero-container{grid-template-columns:1fr}.hero-content{padding-right:0}.hero-content h1{font-size:2.5rem}.hero-title{font-size:2.8rem;letter-spacing:-1px}.hero-desc{font-size:1.1rem;margin-bottom:2.5rem}.saas-start-btn{font-size:1.1rem;padding:1.1rem 2.5rem}.hero-center{max-width:100%;padding:0 1rem}}@media (max-width:480px){.hero-title{font-size:2.2rem}.hero-desc{font-size:1rem}.saas-start-btn{font-size:1rem;padding:1rem 2rem}.saas-hero{padding:0 1rem}}@media (max-width:600px){.hero-title{font-size:2.5rem}.feature-section{padding:3rem 0 4rem}.feature-list{gap:1.5rem;grid-template-columns:1fr}}.saas-hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:0 2rem;position:relative}.hero-background{inset:0;overflow:hidden}.hero-background,.hero-bg-image{height:100vh;position:absolute;width:100vw;z-index:0}.hero-bg-image{display:block;left:0;object-fit:cover;object-position:center;top:0}.hero-overlay{background:linear-gradient(180deg,#00000073,#000000b3);inset:0;position:absolute;z-index:1}.hero-center{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding-top:7vh;position:relative;text-align:center;z-index:2}.hero-title{color:#fff;font-size:4rem;font-weight:900;letter-spacing:-2px;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 4px 8px #00000080}.hero-desc{color:#e2e8f0;font-size:1.4rem;line-height:1.6;margin-bottom:3rem;max-width:600px;text-shadow:0 2px 4px #0000004d}.saas-start-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;box-shadow:0 8px 32px #3b82f64d;color:#fff;cursor:pointer;display:inline-block;font-size:1.3rem;font-weight:800;letter-spacing:.5px;overflow:hidden;padding:1.3rem 3.5rem;position:relative;text-decoration:none;transition:all .3s ease}.saas-start-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.saas-start-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 12px 40px #3b82f666;transform:translateY(-3px) scale(1.05)}.saas-start-btn:hover:before{left:100%}.feature-section{background:linear-gradient(135deg,#0f172a,#1e293b);padding:5rem 0 6rem;position:relative}.feature-section:before{background:linear-gradient(90deg,#0000,#3b82f64d,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.feature-container{margin:0 auto;max-width:1200px;padding:0 2rem}.feature-section h2{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:3rem;text-align:center}.feature-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .3s ease}.feature-item:hover{border-color:#3b82f64d;box-shadow:0 8px 32px #3b82f61a;transform:translateY(-5px)}.feature-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.feature-item h3{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.feature-item p{color:#cbd5e1;font-size:.95rem;line-height:1.6}.hero-main-image-wrapper{display:flex;justify-content:center;margin:2.2rem 0 .5rem;width:100%}.hero-main-image{background:#181c24;border:2.5px solid #23272f;border-radius:18px;box-shadow:0 4px 32px #3b82f621;height:auto;max-width:480px;width:100%}@media (max-width:700px){.hero-main-image{border-radius:12px;max-width:98vw}.hero-main-image-wrapper{margin:1.2rem 0 .3rem}}.headline,.hero-title,h1,h2,h3{font-family:Space Grotesk,Inter,Pretendard Variable,Bahnschrift,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}.compare-section{background:#fff;padding:5rem 0 4rem;text-align:center}.compare-title{color:#181c24;font-size:2.6rem;font-weight:900;letter-spacing:-1px;margin-bottom:.7rem}.compare-desc{color:#64748b;font-size:1.15rem;margin-bottom:2.5rem}.compare-bar-wrapper{border-radius:18px;box-shadow:0 8px 32px #3b82f61a;margin:0 auto;max-width:900px;overflow:hidden}.compare-label-row{display:flex;justify-content:space-between;margin:1.2rem auto 0;max-width:900px;padding:0 1.5rem}.compare-label{color:#64748b;font-size:1.05rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.compare-label-left{text-align:left}.compare-label-right{text-align:right}@media (max-width:1000px){.compare-bar-wrapper,.compare-label-row{max-width:98vw}}@media (max-width:600px){.compare-section{padding:2.5rem 0 2rem}.compare-title{font-size:1.5rem}.compare-bar-wrapper{border-radius:10px}.compare-label-row{padding:0 .5rem}.compare-label{font-size:.92rem}}.compare-bar-wrapper.limited-size{align-items:center;aspect-ratio:3/4;background:#222;border-radius:18px;box-shadow:0 8px 32px #3b82f61a;display:flex;height:auto;justify-content:center;margin:0 auto;max-height:80vh;max-width:650px;overflow:hidden}.compare-bar-wrapper.limited-size img{height:100%;object-fit:cover;width:100%}.compare-sample-btn-row{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-bottom:1.5rem}.compare-sample-btn{background:#f1f5f9;border:none;border-radius:7px;box-shadow:0 2px 8px #0000000a;color:#334155;cursor:pointer;font-size:1.05rem;font-weight:700;outline:none;padding:.55rem 1.3rem;transition:background .18s,color .18s,box-shadow .18s}.compare-sample-btn.selected,.compare-sample-btn:hover{background:linear-gradient(90deg,#3b82f6,#2563eb);box-shadow:0 4px 16px #3b82f621;color:#fff}@media (max-width:800px){.compare-bar-wrapper.limited-size{aspect-ratio:3/4;max-height:60vw;max-width:98vw}}@media (max-width:600px){.compare-bar-wrapper.limited-size{aspect-ratio:3/4;border-radius:10px;max-height:70vw;max-width:99vw}.compare-sample-btn{font-size:.97rem;padding:.45rem .9rem}}.refine-intro-section{background:#f8fafc;padding:4.5rem 0 4rem}.refine-intro-inner{flex-wrap:wrap;gap:3.5rem;margin:0 auto;max-width:1100px}.refine-intro-img-wrap,.refine-intro-inner{align-items:center;display:flex;justify-content:center}.refine-intro-img-wrap{flex:1 1 340px;max-width:420px;min-width:260px}.refine-intro-img{background:#fff;border-radius:18px;box-shadow:0 8px 32px #3b82f61a;max-width:420px;object-fit:cover;width:100%}.refine-intro-text{display:flex;flex:1 1 340px;flex-direction:column;justify-content:center;max-width:520px;min-width:260px;text-align:left}.refine-intro-title{color:#181c24;font-size:2.1rem;font-weight:800;letter-spacing:-.5px;line-height:1.5;margin-bottom:1.2rem}.refine-intro-desc{color:#475569;font-size:1.18rem;font-weight:500;line-height:1.7}@media (max-width:900px){.refine-intro-inner{flex-direction:column;gap:2.2rem}.refine-intro-text{text-align:center}}@media (max-width:600px){.refine-intro-title{font-size:1.2rem}.refine-intro-desc{font-size:1rem}.refine-intro-img{border-radius:10px}}.refine-visual-section{background:#fff;padding:5.5rem 0 4.5rem;text-align:center}.refine-visual-title{color:#181c24;font-family:Pretendard Variable,Inter,Bahnschrift,Arial,sans-serif;font-size:2.7rem;font-weight:900;letter-spacing:-1.5px;line-height:1.25;margin-bottom:2.7rem;word-break:keep-all}.refine-visual-img-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;margin-bottom:2.5rem}.refine-visual-img{background:#f1f5f9;border-radius:18px;box-shadow:0 8px 32px #3b82f621,0 1.5px 8px #00000012;max-width:90vw;object-fit:cover;transition:transform .18s;width:340px}.refine-visual-img:hover{box-shadow:0 16px 48px #3b82f62e,0 2px 12px #0000001a;transform:scale(1.03) translateY(-4px)}.refine-visual-desc{color:#334155;font-size:1.25rem;font-weight:600;letter-spacing:-.2px;line-height:1.7;margin-top:.5rem}@media (max-width:900px){.refine-visual-title{font-size:1.5rem}.refine-visual-img-row{gap:1.2rem}.refine-visual-img{max-width:400px;width:90vw}}@media (max-width:700px){.refine-visual-section{padding:2.2rem 0 2.5rem}.refine-visual-title{font-size:2.85rem;line-height:1.5;margin-bottom:1.5rem;white-space:pre-line;word-break:keep-all}.refine-visual-img-row{align-items:center;flex-direction:column;gap:1.2rem;margin-bottom:1.2rem}.refine-visual-img{border-radius:12px;max-width:400px;width:95vw}.refine-visual-caption{color:#bfc7d5;font-size:1.08rem;line-height:1.5;margin:1.1rem 0 1.2rem;text-align:center}.refine-visual-desc{font-size:1.83rem;line-height:1.7;margin-bottom:1.5rem;white-space:pre-line;word-break:keep-all}.refine-visual-cta-btn{font-size:1.1rem;margin-top:1.2rem;padding:1.1rem 2.2rem}}@media (max-width:480px){.refine-visual-title{font-size:2.08rem;line-height:1.5;margin-bottom:1.1rem}.refine-visual-img{border-radius:10px;max-width:98vw;width:98vw}.refine-visual-caption{font-size:.98rem;margin:.8rem 0 1rem}.refine-visual-desc{font-size:1.45rem;line-height:1.6;margin-bottom:1.1rem}.refine-visual-cta-btn{font-size:1rem;margin-top:.8rem;padding:.9rem 1.5rem}}.refine-visual-img.large{max-width:98vw;width:420px}.refine-visual-caption{color:#64748b;font-size:.98rem;font-weight:400;letter-spacing:.1px;margin-bottom:1.2rem;margin-top:-1.1rem;text-align:center}@media (max-width:900px){.refine-visual-img.large{max-width:98vw;width:98vw}}.refine-visual-highlight{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#3b82f6,#38bdf8);-webkit-background-clip:text;background-clip:text;color:#2563eb;display:inline-block;font-size:1.32em;font-weight:900;letter-spacing:-.5px;padding:0 .1em}.refine-visual-cta-btn{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:10px;box-shadow:0 4px 24px #3b82f621;color:#fff;cursor:pointer;display:inline-block;font-size:1.18rem;font-weight:800;letter-spacing:.5px;margin:2.1rem auto 0;padding:1.1rem 3.2rem;text-decoration:none;transition:background .2s,box-shadow .2s,transform .2s}.refine-visual-cta-btn:hover{background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 8px 32px #3b82f62e;transform:translateY(-2px) scale(1.04)}.pricing-section{background:#f8fafc;padding:5rem 0;text-align:center}.pricing-title{color:#181c24;font-size:2.2rem;font-weight:900;letter-spacing:-1px;margin-bottom:2.5rem}.pricing-card-row{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}.pricing-card{background:#fff;border:1.5px solid #e0e7ef;box-shadow:0 8px 32px #3b82f612;flex:1 1 260px;margin-bottom:1.5rem;max-width:320px;min-width:260px;padding:2.5rem 2rem 2rem;transition:box-shadow .18s,border .18s}.pricing-card:hover{box-shadow:0 16px 48px #3b82f621}.pricing-plan{color:#2563eb;font-size:1.25rem;font-weight:800;letter-spacing:.5px;margin-bottom:.7rem;text-transform:uppercase}.pricing-price{color:#181c24;font-size:2.1rem;font-weight:900;margin-bottom:.5rem}.pricing-credit{color:#64748b;font-size:1.1rem;margin-bottom:1.2rem}.pricing-benefit-list{color:#475569;font-size:1.02rem;list-style:none;margin:0 0 1.5rem;padding:0;text-align:left}.pricing-benefit-list li{margin-bottom:.5rem;padding-left:1.2em;position:relative}.pricing-benefit-list li:before{color:#38bdf8;content:"✔";font-size:1em;left:0;position:absolute}.pricing-btn{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 4px 24px #3b82f621;color:#fff;cursor:pointer;display:inline-block;font-size:1.08rem;font-weight:800;letter-spacing:.5px;padding:.9rem 2.2rem;text-decoration:none;transition:background .2s,box-shadow .2s,transform .2s}.pricing-btn:hover{background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 8px 32px #3b82f62e;transform:translateY(-2px) scale(1.04)}@media (max-width:900px){.pricing-card-row{flex-direction:column;gap:1.5rem}.pricing-card{max-width:98vw}}@media (max-width:700px){.hero-background,.hero-bg-image{height:100vh;max-height:none;min-height:0;min-height:auto;width:100vw}.hero-center{min-height:60vh;padding-bottom:2.5rem;padding-top:2.5rem}.hero-title{font-size:2.5rem;margin-bottom:1.2rem}.hero-desc{font-size:1.25rem;margin-bottom:2rem}.saas-start-btn{font-size:1.1rem;padding:1rem 2.2rem}.compare-bar-wrapper.limited-size{aspect-ratio:3/4;margin:0 auto;max-width:380px;min-height:560px;padding:.5rem 0;width:90vw}}@media (max-width:480px){.hero-background,.hero-bg-image{height:100vh;max-height:none;min-height:0;min-height:auto;width:100vw}.hero-center{min-height:38vh;padding-bottom:1.2rem;padding-top:1.2rem}.hero-title{font-size:2rem}.hero-desc{font-size:1.1rem}.saas-start-btn{font-size:1rem;padding:.8rem 1.5rem}.compare-bar-wrapper.limited-size{aspect-ratio:3/4;margin:0 auto;max-width:98vw;padding:.2rem 0;width:98vw}}.essence-enhance-section{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);overflow:hidden;padding:5rem 0 4rem;position:relative}.essence-enhance-section:before{background:linear-gradient(90deg,#0000,#3b82f666,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.essence-enhance-section:after{background:radial-gradient(circle,#3b82f608 0,#0000 70%);content:"";height:600px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px}.essence-enhance-content{margin:0 auto;max-width:900px;padding:0 2rem;position:relative;text-align:center;z-index:1}.essence-enhance-title{color:#fff;font-size:3.2rem;font-weight:900;letter-spacing:-1.5px;line-height:1.15;margin-bottom:1.5rem;text-shadow:0 4px 12px #0000004d}.essence-enhance-subtitle{color:#e2e8f0;font-size:2.4rem;font-weight:700;letter-spacing:-.8px;margin-bottom:3.5rem}.essence-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;background-clip:text;font-weight:900;position:relative;text-shadow:none}.essence-highlight:after{background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:2px;bottom:-4px;content:"";height:3px;left:0;opacity:.7;position:absolute;right:0}.essence-enhance-compare{background:#000;border-radius:24px;box-shadow:0 20px 60px #3b82f626,0 8px 32px #0000004d,inset 0 1px 0 #ffffff1a;margin:0 auto 2.5rem;max-width:750px;overflow:hidden;position:relative}.essence-enhance-compare:before{background:linear-gradient(45deg,#0000,#3b82f61a,#0000);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.essence-enhance-caption{color:#94a3b8;font-size:1.3rem;font-weight:600;letter-spacing:.5px;margin-top:1rem;text-shadow:0 2px 4px #0003}@media (max-width:900px){.essence-enhance-title{font-size:2.4rem;letter-spacing:-1px}.essence-enhance-subtitle{font-size:1.8rem;margin-bottom:2.5rem}.essence-enhance-compare{border-radius:20px;max-width:95vw}.essence-enhance-caption{font-size:1.1rem}}@media (max-width:600px){.essence-enhance-section{padding:3rem 0 2.5rem}.essence-enhance-content{padding:0 1rem}.essence-enhance-title{font-size:2rem;margin-bottom:1rem}.essence-enhance-subtitle{font-size:1.5rem;margin-bottom:2rem}.essence-enhance-compare{border-radius:16px;margin-bottom:1.5rem;max-width:98vw}.essence-enhance-caption{font-size:1rem}.essence-highlight:after{bottom:-2px;height:2px}}@media (max-width:480px){.essence-enhance-title{font-size:1.7rem}.essence-enhance-subtitle{font-size:1.3rem}.essence-enhance-caption{font-size:.95rem}}.skin-realism-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:5rem 0;position:relative}.skin-realism-container{align-items:center;display:flex;gap:4rem;margin:0 auto;max-width:1200px;padding:0 2rem}.skin-realism-image{flex:1 1;min-width:400px;position:relative}.realism-showcase-img{aspect-ratio:3/4;border-radius:24px;box-shadow:0 24px 60px #00000026,0 8px 32px #3b82f61a;max-width:500px;object-fit:cover;width:100%}.skin-realism-content{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;box-shadow:0 20px 60px #0003,inset 0 1px 0 #ffffff0d;flex:1 1;overflow:hidden;padding:3rem 2.5rem;position:relative}.skin-realism-content:before{background:radial-gradient(circle,#3b82f61a 0,#0000 70%);content:"";height:200px;pointer-events:none;position:absolute;right:0;top:0;width:200px}.realism-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;color:#3b82f6;display:inline-flex;font-size:.85rem;font-weight:700;gap:.5rem;letter-spacing:.5px;margin-bottom:1.5rem;padding:.7rem 1.2rem}.badge-icon{font-size:1rem}.realism-title{color:#fff;font-size:2.8rem;font-weight:900;letter-spacing:-1px;line-height:1.2;margin-bottom:1.5rem}.realism-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;background-clip:text}.realism-description{color:#cbd5e1;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.realism-features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2.5rem}.realism-features .feature-item{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;gap:1rem;padding:1.2rem;transition:all .3s ease}.realism-features .feature-item:hover{background:#3b82f60d;border-color:#3b82f633;transform:translateY(-2px)}.realism-features .feature-icon{font-size:1.5rem;min-width:2rem;text-align:center}.realism-features .feature-content{flex:1 1}.realism-features .feature-content h4{color:#fff;font-size:1rem;font-weight:700;margin-bottom:.3rem}.realism-features .feature-content p{color:#94a3b8;font-size:.9rem;line-height:1.4;margin:0}.realism-cta-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:2px dashed #3b82f680;border-radius:12px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.5px;overflow:hidden;padding:1rem 2.5rem;position:relative;text-decoration:none;transition:all .3s ease}.realism-cta-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.realism-cta-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#3b82f6cc;box-shadow:0 8px 32px #3b82f64d;transform:translateY(-2px)}.realism-cta-btn:hover:before{left:100%}@media (max-width:1100px){.skin-realism-container{gap:2.5rem}.skin-realism-image{min-width:350px}.skin-realism-content{padding:2.5rem 2rem}.realism-title{font-size:2.4rem}}@media (max-width:900px){.skin-realism-container{flex-direction:column;gap:3rem}.skin-realism-image{max-width:400px;min-width:0;min-width:auto;order:2;width:100%}.skin-realism-content{max-width:100%;order:1}.realism-features{gap:1rem;grid-template-columns:1fr}}@media (max-width:600px){.skin-realism-section{padding:3rem 0}.skin-realism-container{gap:2rem;padding:0 1rem}.skin-realism-content{border-radius:20px;padding:2rem 1.5rem}.realism-title{font-size:2rem;margin-bottom:1rem}.realism-description{font-size:1.1rem;margin-bottom:2rem}.realism-features .feature-item{flex-direction:column;gap:.5rem;padding:1rem;text-align:center}.realism-features .feature-icon{font-size:2rem}.realism-cta-btn{font-size:1rem;padding:.9rem 2rem}}@media (max-width:480px){.realism-title{font-size:1.7rem}.realism-description{font-size:1rem}.skin-realism-content{padding:1.5rem 1rem}}.footer{background-color:#1a1a1a;color:#fff;margin-top:4rem;padding:3rem 0}.footer-container{margin:0 auto;max-width:1200px;padding:0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#a0a0a0;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#a0a0a0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:2rem}.footer-bottom p{color:#a0a0a0;font-size:.9rem}.pro-footer{background:linear-gradient(135deg,#181c24,#23272f);box-shadow:0 -2px 24px 0 #0000001a;color:#e5e7ef;font-family:Pretendard,Noto Sans KR,sans-serif;margin-top:5rem;padding:3.5rem 0 0}.footer-content{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-between;margin-bottom:2.5rem}.footer-section{flex:1 1;min-width:200px}.logo-section h3{color:#3b82f6;font-size:2rem;font-weight:800;margin-bottom:1rem}.footer-desc{color:#bfc7d5;font-size:1.08rem;line-height:1.6;margin-bottom:.5rem}.company-section h4,.contact-section h4,.nav-section h4{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1.1rem}.nav-section ul{list-style:none;padding:0}.nav-section ul li{margin-bottom:.7rem}.nav-section ul li a{color:#bfc7d5;font-size:1.05rem;text-decoration:none;transition:color .2s}.nav-section ul li a:hover{color:#3b82f6;text-decoration:underline}.contact-section p{align-items:center;color:#bfc7d5;display:flex;font-size:1.05rem;gap:.5rem}.footer-icon{font-size:1.2rem;margin-right:.3rem}.footer-divider{border:none;border-top:1.5px solid #2d3340;margin:0 0 1.2rem}.footer-bottom{padding-bottom:1.5rem;text-align:center}.footer-bottom p{color:#bfc7d5;font-size:.98rem;margin:0}.company-info p{color:#bfc7d5;font-size:.95rem;line-height:1.5;margin-bottom:.4rem}.company-info p strong{color:#fff;font-weight:600}@media (max-width:900px){.footer-content{align-items:flex-start;flex-direction:column;gap:2rem}.footer-section{min-width:0}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:linear-gradient(135deg,#23272f,#1a1d24);border:1px solid #3b82f6;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;padding:0;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{background:linear-gradient(135deg,#3b82f6,#2563eb);border-bottom:1px solid #374151;border-radius:16px 16px 0 0;padding:1.5rem 2rem}.modal-header h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:.5rem;transition:background-color .2s;width:40px}.modal-close:hover{background:#ffffff1a}.modal-body{padding:2rem}.plan-change-info{align-items:center;background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.current-plan,.target-plan{flex:1 1;text-align:center}.current-plan h3,.target-plan h3{color:#cbd5e1;font-size:1rem;font-weight:600;margin:0 0 .5rem}.plan-name{color:#3b82f6;font-size:1.25rem;font-weight:700;margin:.5rem 0}.plan-credits{color:#9ca3af;font-size:.9rem;margin:0}.change-arrow{color:#3b82f6;font-size:1.5rem;font-weight:700;margin:0 1rem}.downgrade-details,.upgrade-details{margin-bottom:2rem}.downgrade-details h4,.upgrade-details h4{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.credit-breakdown{background:#0003;border:1px solid #374151;border-radius:8px;padding:1rem}.breakdown-item{align-items:center;border-bottom:1px solid #374151;color:#cbd5e1;display:flex;font-size:.95rem;justify-content:space-between;padding:.5rem 0}.breakdown-item:last-child{border-bottom:none}.breakdown-item.highlight{background:#10b9811a;border-radius:4px;color:#10b981;font-weight:600;margin:.5rem -.5rem;padding:.5rem}.breakdown-item.total{background:#3b82f61a;color:#3b82f6}.breakdown-item.result,.breakdown-item.total{border-radius:4px;font-size:1.1rem;font-weight:700;margin:.5rem -.5rem 0;padding:.5rem}.breakdown-item.result{background:#10b9811a;color:#10b981}.downgrade-notice{background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:8px;margin-top:1rem;padding:1rem}.downgrade-notice p{color:#f59e0b;font-size:.9rem;line-height:1.5;margin:0}.downgrade-details p{color:#cbd5e1;line-height:1.6;margin:0}.downgrade-timing{background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;color:#3b82f6!important;font-size:.95rem;margin-bottom:1rem!important;padding:1rem}.downgrade-benefit{background:#10b9811a;border:1px solid #10b98133;border-radius:8px;color:#10b981!important;font-size:.9rem;padding:1rem}.warning-message{background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:8px;margin-bottom:1rem;padding:1rem}.warning-message p{color:#f59e0b;font-size:.9rem;margin:.25rem 0}.warning-message strong{color:#f59e0b}.cancel-schedule-notice{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;margin-bottom:1rem;padding:1rem}.cancel-schedule-notice p{color:#3b82f6;font-size:.9rem;line-height:1.5;margin:.25rem 0}.cancel-schedule-notice strong{color:#3b82f6}.modal-footer{background:#0000001a;border-radius:0 0 16px 16px;border-top:1px solid #374151;display:flex;gap:1rem;padding:1.5rem 2rem}.btn-cancel,.btn-confirm{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-cancel{background:#6b7280;color:#fff}.btn-cancel:hover:not(:disabled){background:#4b5563}.btn-confirm.upgrade{background:linear-gradient(90deg,#10b981,#059669);color:#fff}.btn-confirm.upgrade:hover:not(:disabled){background:linear-gradient(90deg,#059669,#10b981);box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.btn-confirm.downgrade{background:linear-gradient(90deg,#f59e0b,#d97706);color:#fff}.btn-confirm.downgrade:hover:not(:disabled){background:linear-gradient(90deg,#d97706,#f59e0b);box-shadow:0 4px 12px #f59e0b4d;transform:translateY(-1px)}.btn-cancel:disabled,.btn-confirm:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.modal-content{margin:1rem;width:95%}.modal-body,.modal-footer,.modal-header{padding:1rem}.plan-change-info{flex-direction:column;gap:1rem}.change-arrow{margin:0;transform:rotate(90deg)}.modal-footer{flex-direction:column}}.pricing-page{background:linear-gradient(135deg,#181c24,#23272f);min-height:100vh}.pricing-header{margin-bottom:4rem;text-align:center}.pricing-header h1{color:var(--secondary-color);font-size:2.5rem;margin-bottom:1rem}.pricing-header p{color:#ffffffb3;font-size:1.2rem}.pricing-container{margin:0 auto;max-width:1200px;padding:5rem 2rem 4rem}.pricing-container h2{color:#fff;font-size:2.7rem;font-weight:800;letter-spacing:-1px;margin-bottom:3.5rem;text-align:center}.current-user-info{background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;margin-bottom:2rem;padding:1.5rem;text-align:center}.current-user-info p{color:#cbd5e1;font-size:1.1rem;margin:.5rem 0}.current-user-info strong{color:#3b82f6;font-weight:700}.subscription-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;padding:1.5rem;text-align:center}.subscription-notice p{color:#92400e;font-size:1.1rem;line-height:1.5;margin:.5rem 0}.subscription-notice p:first-child{font-size:1.2rem;margin-bottom:.5rem}.subscription-notice strong{color:#d97706;font-weight:700}.pricing-tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.tab-button{background:#23272f;border:2px solid #374151;border-radius:10px;color:#cbd5e1;cursor:pointer;font-size:1.1rem;font-weight:600;min-width:140px;padding:1rem 2rem;transition:all .3s ease}.tab-button:hover{background:#374151;border-color:#3b82f6;color:#fff}.tab-button.active{background:#3b82f6;border-color:#3b82f6;box-shadow:0 4px 16px #3b82f64d;color:#fff}.pricing-row{align-items:stretch;display:flex;gap:2.5rem;justify-content:center;margin-bottom:4rem}.credit-packages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:900px}.credit-package-card{align-items:center;background:linear-gradient(135deg,#23272f 60%,#23272f);border:1.5px solid #23272f;border-radius:16px;box-shadow:0 4px 24px 0 #00000026,0 1px 3px 0 #00000014;display:flex;flex-direction:column;min-height:260px;padding:2rem 1.5rem;position:relative;text-align:center;transition:transform .3s,box-shadow .3s}.credit-package-card:hover{border:1.5px solid #3b82f6;box-shadow:0 8px 32px 0 #0003,0 2px 6px 0 #0000001f;transform:translateY(-6px) scale(1.02)}.credit-package-card.disabled{filter:grayscale(.3);opacity:.6;pointer-events:none}.credit-package-card.disabled:hover{border:1.5px solid #23272f;box-shadow:0 4px 24px 0 #00000026,0 1px 3px 0 #00000014;transform:none}.subscription-required-overlay{align-items:center;background:#000000b3;border-radius:16px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.subscription-required-overlay p{background:#ef4444;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:600;margin:0;padding:.5rem 1rem}.credit-package-card .price.large-price{color:#3b82f6;font-size:4rem;font-weight:700;letter-spacing:-1px;margin-bottom:2rem;margin-top:1rem}.credit-info{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin-bottom:2rem}.credit-info .credits{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.credit-info .cost-per-credit{color:#94a3b8;font-size:.9rem;font-weight:500}.credit-package-card .start-button{margin-top:auto;width:100%}.pricing-card{align-items:center;background:linear-gradient(135deg,#23272f 60%,#23272f);border:1.5px solid #23272f;border-radius:18px;box-shadow:0 6px 32px 0 #0000002e,0 1.5px 4px 0 #0000001a;display:flex;flex:1 1;flex-direction:column;max-width:350px;min-width:270px;overflow:hidden;padding:2.7rem 2.2rem 2.2rem;position:relative;transition:transform .3s,box-shadow .3s;z-index:1}.pricing-card:hover{border:1.5px solid #3b82f6;box-shadow:0 12px 40px 0 #00000038,0 2px 8px 0 #00000021;transform:translateY(-8px) scale(1.03)}.pricing-card.recommended{background:linear-gradient(135deg,#23272f 60%,#3b82f6);border:2.5px solid #3b82f6;box-shadow:0 12px 40px 0 #3b82f62e,0 2px 8px 0 #00000021;z-index:2}.pricing-card.current-plan{background:linear-gradient(135deg,#23272f 60%,#10b981);border:2.5px solid #10b981;box-shadow:0 12px 40px 0 #10b9812e,0 2px 8px 0 #00000021;z-index:2}.pricing-card .current-plan-badge,.pricing-card .recommended-badge{pointer-events:none;z-index:2}.pricing-card .start-button{position:relative;z-index:3}.recommended-badge{background:#3b82f6;box-shadow:0 2px 8px #3b82f62e;right:24px}.current-plan-badge,.recommended-badge{border-radius:20px;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.5px;padding:.6rem 1.2rem;position:absolute;top:-18px}.current-plan-badge{background:#10b981;box-shadow:0 2px 8px #10b9812e;left:24px}.pricing-card h3{color:#fff;font-size:1.6rem;font-weight:700;letter-spacing:-.5px;margin-bottom:1.2rem}.price{color:#3b82f6;font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:1.7rem}.pricing-card ul{list-style:none;margin-bottom:2.2rem;padding:0;width:100%}.pricing-card li{align-items:center;color:#cbd5e1;display:flex;font-size:1.08rem;font-weight:400;letter-spacing:.1px;margin-bottom:.85rem}.pricing-card li:before{color:#3b82f6;content:"✓";font-weight:700;margin-right:.6rem}.upgrade-info{background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;margin-bottom:1.5rem;padding:1rem;width:100%}.upgrade-details{color:#cbd5e1;font-size:.95rem;line-height:1.4;margin:0;text-align:center}.upgrade-details strong{color:#3b82f6;font-weight:600}.start-button{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:6px;box-shadow:0 2px 8px #3b82f61a;color:#fff;cursor:pointer;font-size:1.08rem;font-weight:700;letter-spacing:.5px;margin-top:auto;padding:.95rem;transition:background .3s,box-shadow .3s;width:100%}.start-button:hover:not(:disabled){background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 4px 16px #3b82f62e}.start-button.upgrade{background:linear-gradient(90deg,#10b981,#059669);box-shadow:0 2px 8px #10b9811a}.start-button.upgrade:hover:not(:disabled){background:linear-gradient(90deg,#059669,#10b981);box-shadow:0 4px 16px #10b9812e}.start-button.downgrade{background:linear-gradient(90deg,#f59e0b,#d97706);box-shadow:0 2px 8px #f59e0b1a}.start-button.downgrade:hover:not(:disabled){background:linear-gradient(90deg,#d97706,#f59e0b);box-shadow:0 4px 16px #f59e0b2e}.start-button.disabled,.start-button:disabled{background:#6b7280;box-shadow:none;cursor:not-allowed;opacity:.7}.start-button:disabled:hover{background:#6b7280;box-shadow:none;transform:none}.faq-section{margin-top:4rem}.faq-section h3{color:#fff;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.faq-dropdown-container{margin:0 auto;max-width:800px}.faq-dropdown-item{background:#23272f;border:1px solid #374151;border-radius:8px;margin-bottom:.5rem;overflow:hidden;transition:all .3s ease}.faq-dropdown-item:hover{border-color:#3b82f6}.faq-dropdown-item.active{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.faq-dropdown-header{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:1.5rem 2rem;text-align:left;transition:all .3s ease;width:100%}.faq-dropdown-header:hover{background:#3b82f60d}.faq-dropdown-item.active .faq-dropdown-header{background:#3b82f614}.faq-question{color:#fff;flex:1 1;font-size:1.1rem;font-weight:600;line-height:1.4;margin-right:1rem}.faq-arrow{color:#3b82f6;flex-shrink:0;font-size:1rem;transition:transform .3s ease}.faq-arrow.rotated{transform:rotate(180deg)}.faq-dropdown-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-dropdown-content.open{border-top:1px solid #374151;max-height:500px}.faq-answer{color:#cbd5e1;font-size:1rem;line-height:1.6;padding:1.5rem 2rem 2rem}.faq-answer strong{color:#3b82f6;font-weight:600}@media (max-width:768px){.pricing-row{align-items:center;flex-direction:column}.pricing-card{max-width:100%;min-width:auto}.pricing-tabs{align-items:center;flex-direction:column;gap:.5rem}.tab-button{min-width:200px}.credit-packages-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr);max-width:500px}}@media (max-width:600px){.pricing-container{padding:5rem 1rem 2rem}.pricing-container h2{font-size:2rem}.credit-packages-grid{grid-template-columns:1fr;max-width:300px}.faq-dropdown-container{margin:0 1rem}.faq-dropdown-header{padding:1.2rem 1.5rem}.faq-question{font-size:1rem}.faq-answer{font-size:.95rem;padding:1.2rem 1.5rem 1.5rem}.faq-dropdown-content.open{max-height:400px}}.login-container{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:100vh}.login-box{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:400px;padding:2rem;width:100%}.login-box h2{color:#333;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#666;display:block;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:4px}.form-group input,.login-button{font-size:1rem;padding:.75rem;width:100%}.login-button{background-color:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:background-color .3s}.login-button:hover{background-color:#333}.payment-success-container{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh}.payment-success-content{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem}.success-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:600px;padding:3rem;text-align:center;width:100%}.success-icon{animation:bounce 1s ease-in-out;font-size:4rem;margin-bottom:1rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.success-card h1{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:.5rem}.success-card>p{color:#718096;font-size:1.1rem;margin-bottom:2rem}.success-details{background:#f7fafc;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.success-message{background:#e6fffa;border:1px solid #81e6d9;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.success-message p{color:#2c7a7b;font-weight:500;margin:.5rem 0}.success-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.primary-button{background:linear-gradient(135deg,#667eea,#764ba2)}.primary-button:hover{box-shadow:0 10px 20px #667eea4d}.secondary-button{border:2px solid #667eea;color:#667eea}.secondary-button:hover{background:#667eea}@media (max-width:768px){.payment-success-content{padding:1rem}.success-card{padding:2rem}.success-actions{flex-direction:column}.primary-button,.secondary-button{width:100%}}.payment-failed-container{background:linear-gradient(135deg,#ff6b6b,#ee5a24);display:flex;flex-direction:column;min-height:100vh}.payment-failed-content{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem}.failed-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:600px;padding:3rem;text-align:center;width:100%}.failed-icon{animation:shake .5s ease-in-out;font-size:4rem;margin-bottom:1rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.failed-card h1{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:.5rem}.failed-card>p{color:#718096;font-size:1.1rem;margin-bottom:2rem}.failed-details{background:#f7fafc;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.detail-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.5rem 0}.detail-item:last-child{border-bottom:none}.detail-item .label{color:#4a5568;font-weight:600}.detail-item .value{color:#2d3748;font-weight:500}.failed-message{background:#fed7d7;border:1px solid #feb2b2;border-radius:12px;margin-bottom:2rem;padding:1.5rem;text-align:left}.failed-message p{color:#c53030;font-weight:600;margin:.5rem 0}.failed-message ul{margin:1rem 0;padding-left:1.5rem}.failed-message li{color:#e53e3e;font-weight:500;margin:.5rem 0}.failed-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.primary-button{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.primary-button:hover{box-shadow:0 10px 20px #ff6b6b4d;transform:translateY(-2px)}.secondary-button{background:#fff;border:2px solid #ff6b6b;border-radius:10px;color:#ff6b6b;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.secondary-button:hover{background:#ff6b6b;color:#fff;transform:translateY(-2px)}.support-info{background:#e6fffa;border:1px solid #81e6d9;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.support-info p{color:#2c7a7b;font-weight:500;margin:.5rem 0}.countdown{background:#edf2f7;border-radius:10px;margin-top:1rem;padding:1rem}.countdown p{color:#4a5568;font-weight:500;margin:0}@media (max-width:768px){.payment-failed-content{padding:1rem}.failed-card{padding:2rem}.failed-actions{flex-direction:column}.primary-button,.secondary-button{width:100%}}.btn{align-items:center;border:none;border-radius:10px;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-weight:700;gap:.3rem;gap:var(--sp-xs);justify-content:center;transition:background .18s,transform .13s,box-shadow .18s}.btn--primary{background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--clr-blue) 0,var(--clr-blue-dark) 100%);box-shadow:0 2px 12px #3b82f614;box-shadow:var(--shadow-sm);color:#fff;color:var(--clr-text-base)}.btn--primary:focus-visible:not(:disabled),.btn--primary:hover:not(:disabled){box-shadow:0 6px 32px #3b82f621;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.55}.card{background:#ffffff14;background:var(--clr-bg-panel);border:1.5px solid rgba(66,50,206,.852);border:1.5px solid var(--clr-border);border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 2px 24px #3b82f61a;box-shadow:var(--shadow-md)}.upscale-page{background:#181c24;background:var(--clr-bg-outer);min-height:100vh;padding:3rem 2rem 2rem;padding:var(--sp-3xl) var(--sp-xl) var(--sp-xl)}.control-panel{display:flex;flex-direction:column;gap:2rem;gap:var(--sp-xl)}.settings-section,.upload-section{background:#ffffff14;background:var(--clr-bg-panel);border:1px solid rgba(66,50,206,.852);border:1px solid var(--clr-border);border-radius:10px;border-radius:var(--radius-md);padding:1.5rem;padding:var(--sp-lg)}.settings-section h2,.upload-section h2{color:#3b82f6;color:var(--clr-blue);font-size:1.2rem;margin:0 0 1.2rem;margin:0 0 var(--sp-md)}.file-input{background:#fff;background:var(--clr-bg-surface);border:2px dashed rgba(66,50,206,.852);border:2px dashed var(--clr-border);color:#3b82f6;color:var(--clr-blue);cursor:pointer;display:block;margin-bottom:1.2rem;margin-bottom:var(--sp-md);padding:.6rem}.file-input,.preview-image{border-radius:8px;border-radius:var(--radius-sm);width:100%}.preview-image{border:1px solid rgba(66,50,206,.852);border:1px solid var(--clr-border);margin-top:1.2rem;margin-top:var(--sp-md);object-fit:contain}.setting-item{display:flex;flex-direction:column;gap:.3rem;gap:var(--sp-xs)}.setting-item label{color:#3b82f6;color:var(--clr-blue);font-weight:500}.setting-item select{background:#fff;background:var(--clr-bg-surface);border:1px solid rgba(66,50,206,.852);border:1px solid var(--clr-border);border-radius:8px;border-radius:var(--radius-sm);color:#3b82f6;color:var(--clr-blue);padding:.5rem}.generate-button{composes:btn btn--primary;padding:1rem;width:100%}.generate-button:hover{background:linear-gradient(90deg,#2563eb,#3b82f6);background:linear-gradient(90deg,var(--clr-blue-dark) 0,var(--clr-blue) 100%)}.result-panel{display:flex;flex-direction:column;gap:1.2rem;gap:var(--sp-md)}.result-panel h2{color:#3b82f6;color:var(--clr-blue);font-size:1.2rem}.comparison-container{border:1px solid rgba(66,50,206,.852);border:1px solid var(--clr-border);border-radius:10px;border-radius:var(--radius-md);cursor:col-resize;max-height:600px;overflow:hidden;position:relative;width:100%}.after-image,.before-image{inset:0;position:absolute}.after-image{-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0)}.slider,.slider-line{background:#3b82f6;background:var(--clr-blue);height:100%;position:absolute;top:0;width:2px}.slider-line{box-shadow:0 0 10px #ffffff80;left:50%}.slider-handle{align-items:center;background:#3b82f6;background:var(--clr-blue);border-radius:50%;box-shadow:0 0 10px #ffffff4d;display:flex;height:40px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px}.slider-handle:after,.slider-handle:before{background:#fff;background:var(--clr-bg-surface);content:"";height:2px;position:absolute;width:10px}.slider-handle:before{transform:rotate(45deg)}.slider-handle:after{transform:rotate(-45deg)}.credit-info{color:#3b82f6;color:var(--clr-blue);font-weight:700;margin-bottom:1.2rem;margin-bottom:var(--sp-md)}.error-msg{color:#ff4d4f;color:var(--clr-red);margin-top:1.2rem;margin-top:var(--sp-md)}@media (max-width:1400px){.saas-layout{flex-direction:column}.saas-left,.saas-right{align-items:center;border-bottom:1.5px solid #222;border-right:none}.saas-right{border-bottom:none}}@media (max-width:1100px){.saas-result-img{max-width:100%}:root{--thumb:var(--thumb-sm)}}@media (max-width:900px){.saas-result-img{max-width:100%}:root{--thumb:var(--thumb-sm)}}@media (max-width:600px){.upscale-page{padding:2.5rem .7rem;padding:var(--sp-2xl) var(--sp-sm)}.saas-titlebox,.upscale2-titlebox{padding:0 .7rem;padding:0 var(--sp-sm)}}:root{--c-bg-upload:#181c24;--c-text:#fff}.upscale-saas-left{align-items:center;background:#23272f;background:var(--c-bg-panel);border-radius:16px;box-shadow:0 2px 16px #00000021;display:flex;flex:1 1;flex-direction:column;gap:.7rem;max-width:340px;min-width:280px;padding:clamp(1.2rem,4vw,2.2rem) clamp(1rem,3vw,1.5rem)}.upscale-saas-upload-label{align-items:center;background:#181c24;background:var(--c-bg-upload);border:2px dashed #3b82f6;border:2px dashed var(--c-blue);border-radius:12px;cursor:pointer;display:flex;height:220px;justify-content:center;overflow:hidden;transition:border .2s,box-shadow .2s;width:100%}.upscale-saas-upload-label:focus-visible,.upscale-saas-upload-label:hover{border-width:2.5px;box-shadow:0 0 0 3px #3b82f640;outline:none}.upscale-saas-generate-btn{background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--c-blue) 0,var(--c-blue-dark) 100%);border:none;border-radius:7px;box-shadow:0 2px 8px #3b82f61a;color:#fff;color:var(--c-text);cursor:pointer;flex:1 1;font-size:1.13rem;font-weight:700;letter-spacing:.5px;padding:.9rem 0;transition:background .2s,box-shadow .2s,transform .1s}.upscale-saas-generate-btn:hover:not(:disabled){transform:translateY(-1px)}.upscale-saas-generate-btn:active:not(:disabled){transform:translateY(0)}.upscale-saas-generate-btn:disabled{cursor:not-allowed;filter:grayscale(30%);opacity:.55}@media (max-width:480px){.upscale-saas-left{flex:0 1 100%;max-width:100%}.upscale-saas-upload-large,.upscale-saas-upload-preview-large{height:180px;max-height:200px;min-height:180px}.upscale-saas-upload-placeholder-large{font-size:1rem;padding:2.5rem 0}}:root{--c-bg-preview:#111;--c-text-placeholder:#c8c8c8;--c-shadow:#00000021}@media (max-width:1100px){.upscale-saas-main{flex-direction:column;gap:2rem;padding:1.5rem .5rem}.upscale-saas-left,.upscale-saas-right{max-width:100%;width:100%}}@media (max-width:700px){.upscale-saas-left{padding:1.2rem .5rem}.upscale-saas-preview-16by9{border-radius:10px}}:root{--c-bg-panel:#23272f;--c-shadow-small:0 2px 16px #3b82f61a}.upscale-saas-thumbnail{border:1.2px solid #3b82f6;border:1.2px solid var(--c-blue);border-radius:8px;border-radius:var(--radius-sm);height:48px;height:var(--thumb-size);width:48px;width:var(--thumb-size)}.upscale-saas-preview-16by9{align-items:center;aspect-ratio:16/9;background:#111;border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 2px 16px #3b82f61a;box-shadow:var(--c-shadow-small);display:flex;justify-content:center;overflow:hidden}.is-compact{--space-lg:1.2rem;--font-base:0.98rem;--thumb-size:38px;--radius-lg:10px;--radius-sm:6px}.is-compact .upscale-saas-main{gap:2.4rem;gap:calc(var(--space-lg)*1.2);padding:2rem;padding:var(--space-lg)}.is-compact .upscale-saas-left{border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 2px 16px #3b82f61a;box-shadow:var(--c-shadow-small);max-width:450px;padding:2rem;padding:var(--space-lg);width:100%}.is-compact .upscale-saas-dragdrop{align-items:center;border:1px solid rgba(66,50,206,.852);border:1px solid var(--clr-border);cursor:pointer;display:flex;justify-content:center;min-height:180px;width:100%}.is-compact .upscale-saas-preview-16by9{max-width:1200px;min-height:320px}@media (max-width:900px){.is-compact .upscale-saas-main{flex-direction:column;padding-inline:.5rem}.is-compact .upscale-saas-preview-16by9{border-radius:8px;border-radius:var(--radius-sm);min-height:180px}}.saas-dropdown{display:inline-block;margin-bottom:.6rem;min-width:110px;position:relative}.saas-dropdown-btn{align-items:center;background:#181c24;border:1.5px solid #fff;border-radius:8px;box-shadow:0 1.5px 8px #3b82f612;color:#fff;cursor:pointer;display:flex;font-size:.97rem;font-weight:600;justify-content:space-between;padding:.65rem 1.2rem .65rem .9rem;text-align:left;transition:border .2s,box-shadow .2s;width:100%}.saas-dropdown-btn.open,.saas-dropdown-btn:focus{border:1.5px solid #3b82f6;outline:none}.saas-dropdown-arrow{color:#3b82f6;font-size:.95em;margin-left:.7rem}.saas-dropdown-list{animation:dropdownFadeIn .18s;background:#181c24;border:1.5px solid #fff;border-radius:8px;box-shadow:0 4px 24px #3b82f621;left:0;list-style:none;margin:0;padding:.3rem 0;position:absolute;top:110%;width:100%;z-index:10}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.saas-dropdown-item{background:none;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.97rem;padding:.6rem 1.1rem;transition:background .15s,color .15s}.saas-dropdown-item.selected,.saas-dropdown-item:hover{background:#23272f;color:#3b82f6}.saas-toggle-row{align-items:center;display:flex;gap:1.1rem;margin-bottom:.7rem}.saas-toggle-label{color:#fff;font-size:1.13rem;font-weight:600}.saas-toggle{align-items:center;background:#181c24;border:1.5px solid #fff;border-radius:20px;cursor:pointer;display:flex;height:32px;outline:none;padding:0;position:relative;transition:border .2s,background .2s;width:56px}.saas-toggle.on{background:#23272f;border:1.5px solid #3b82f6}.saas-toggle-slider{background:#fff;border-radius:50%;height:26px;left:3px;position:absolute;top:3px;transition:left .18s,background .18s;width:26px}.saas-toggle.on .saas-toggle-slider{background:#3b82f6;left:27px}.saas-toggle-state{color:#3b82f6;font-size:1.13rem;font-weight:700;min-width:38px;text-align:left}.upscale-saas-left-flexcol{display:flex;flex-direction:column;height:100%;justify-content:flex-start;position:relative}.upscale-saas-upload-large{border:3px dashed #3b82f6;border:3px dashed var(--clr-blue);margin-bottom:1rem;min-height:320px}.upscale-saas-upload-preview-large{background:#181c24;border-radius:14px;height:320px;max-height:350px;object-fit:contain;position:relative;width:100%}.upscale-saas-remove-btn{align-items:center;background:#181c24d9;border:1.5px solid #3b82f6;border:1.5px solid var(--clr-blue);border-radius:10%;box-shadow:0 2px 8px #0003;color:#3b82f6;color:var(--clr-blue);cursor:pointer;display:flex;font-size:1.3rem;height:36px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .2s;width:36px;z-index:10}.upscale-saas-remove-btn:hover{background:#3b82f6;background:var(--clr-blue);box-shadow:0 2px 12px #3b82f64d;color:#fff;transform:scale(1.1)}.upscale-saas-remove-btn:active{transform:scale(.95)}.upscale-saas-upload-placeholder-large{align-items:center;color:#3b82f6;color:var(--clr-blue);display:flex;flex-direction:column;font-size:1.25rem;justify-content:center;line-height:1.45;padding:5.8rem 0;text-align:center}.upscale-saas-image-info{background:#3b82f614;border:1px solid #3b82f626;border-radius:8px;border-radius:var(--radius-sm);color:#cbd5e1;color:var(--clr-text-sub);font-size:.95rem;margin-top:.8rem;padding:.5rem 1rem;text-align:center}.upscale-saas-size-slider{margin-top:1rem;padding:0 .5rem;width:100%}.upscale-saas-size-slider-label{align-items:center;color:#cbd5e1;color:var(--clr-text-sub);display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:.5rem}.upscale-saas-size-slider-value{background:#3b82f61a;border-radius:4px;color:#3b82f6;color:var(--clr-blue);font-weight:600;padding:.2rem .6rem}.upscale-saas-size-slider-input{-webkit-appearance:none;background:#3b82f633;border-radius:2px;height:4px;outline:none;width:100%}.upscale-saas-size-slider-input:disabled{cursor:not-allowed;opacity:.5}.upscale-saas-size-slider-input:disabled::-webkit-slider-thumb{background:#94a3b8;box-shadow:none;cursor:not-allowed}.upscale-saas-size-slider-input:disabled::-moz-range-thumb{background:#94a3b8;box-shadow:none;cursor:not-allowed}.upscale-saas-size-slider-input::-webkit-slider-thumb{-webkit-appearance:none;background:#3b82f6;background:var(--clr-blue);border-radius:50%;box-shadow:0 2px 6px #3b82f64d;cursor:pointer;height:20px;-webkit-transition:all .2s;transition:all .2s;width:20px}.upscale-saas-size-slider-input::-webkit-slider-thumb:hover{box-shadow:0 2px 8px #3b82f666;transform:scale(1.1)}.upscale-saas-size-slider-input::-moz-range-thumb{background:#3b82f6;background:var(--clr-blue);border:none;border-radius:50%;box-shadow:0 2px 6px #3b82f64d;cursor:pointer;height:20px;-moz-transition:all .2s;transition:all .2s;width:20px}.upscale-saas-size-slider-input::-moz-range-thumb:hover{box-shadow:0 2px 8px #3b82f666;transform:scale(1.1)}.upscale-saas-thumbnail,.upscale-saas-thumbnail-row{display:none!important}.upscale-saas-options-vertical{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.2rem}.upscale-saas-action-row-bottom{align-items:flex-end;display:flex;gap:1.2rem;margin-top:auto;padding-bottom:.5rem;width:100%}.upscale-saas-generate-btn-full{align-items:center;border-radius:10px;box-sizing:border-box;display:flex;font-size:1.13rem;font-weight:700;gap:8px;justify-content:center;line-height:1.2;min-width:0;overflow:hidden;padding:1.1rem 0;position:relative;width:100%}.btn-label{flex:0 0 auto;line-height:1.2}.credit-badge{background:#2563ebeb;border-radius:6px;box-shadow:0 2px 8px #3b82f61a;color:#fff;font-size:1.13rem;font-weight:700;letter-spacing:.01em;line-height:1.2;margin-left:0;padding:.08em .7em;text-shadow:0 1px 6px #3b82f62e;white-space:nowrap}@media (max-width:1100px){.upscale-saas-upload-large,.upscale-saas-upload-preview-large{height:160px;max-height:180px;min-height:160px}}@media (max-width:700px){.upscale-saas-upload-large,.upscale-saas-upload-preview-large{height:200px;max-height:220px;min-height:200px}.upscale-saas-upload-placeholder-large{font-size:1.1rem;padding:3rem 0}}.upscale-bg-gradient-noise{background:linear-gradient(135deg,#181c24,#23272f);min-height:100vh;overflow:hidden;position:relative}.upscale-bg-gradient-noise:before{background:url(https://www.transparenttextures.com/patterns/noise.png),radial-gradient(circle at 60% 40%,#3b82f61a 0,#0000 70%);content:"";inset:0;opacity:.13;pointer-events:none;position:absolute;z-index:0}:root{--c-blue:#3b82f6;--c-blue-dark:#2563eb;--c-red:#ff4d4f;--c-bg-dark:#181c24;--c-panel:#ffffff14;--c-panel-dark:#1e293b59;--c-border:#ffffff21;--radius-sm:8px;--shadow-sm:0 2px 12px #3b82f614;--shadow-md:0 2px 24px #3b82f61a;--shadow-lg:0 6px 32px #3b82f621;--space-xl:2.5rem;--space-lg:2rem;--space-md:1.2rem;--space-sm:0.7rem;--thumb-size:48px;--thumb-size-sm:38px;--font-title:1.25rem;--font-base:1.05rem;--font-small:0.98rem}@media (prefers-color-scheme:dark){:root{--c-panel:var(--c-panel-dark);--c-border:#ffffff14}}.upscale-card-layout{align-items:stretch;display:flex;flex-direction:row;gap:2rem;gap:var(--space-lg);margin:0 auto;max-width:1800px;min-height:calc(100vh - 6rem);padding:2.5rem 2.5vw 3rem;padding:var(--space-xl) 2.5vw 3rem}@media (max-width:700px){.upscale-card-layout{gap:1.2rem;gap:var(--space-md);padding:2rem 1rem;padding:var(--space-lg) 1rem 2rem}}@media (max-width:480px){.upscale-card-layout{gap:.7rem;gap:var(--space-sm);padding:1.2rem .5rem 1.5rem;padding:var(--space-md) .5rem 1.5rem}}.is-bottom-align .upscale-card-layout{align-items:flex-end}.upscale-result-card{background:#ffffff14;background:var(--c-panel);border:1.5px solid #ffffff21;border:1.5px solid var(--c-border);border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 2px 24px #3b82f61a;box-shadow:var(--shadow-md);display:flex;flex:1 0 clamp(260px,32%,340px);flex-direction:column;justify-content:center;max-height:80vh;min-height:300px;padding:.1rem 2rem;transition:transform .18s}.upscale-result-card:hover{transform:translateY(-4px);will-change:transform}.upscale-result-inner{flex-direction:column}.upscale-result-img-wrapper,.upscale-result-inner{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.upscale-result-img-wrapper{background:#272727;margin:0 auto;max-width:600px;overflow:hidden;position:relative}.upscale-result-img-wrapper img{display:block;height:auto;margin:auto;max-height:100%;max-width:100%;object-fit:contain;object-position:center;width:auto}.upscale-result-img-wrapper [data-testid=left-image],.upscale-result-img-wrapper [data-testid=right-image]{display:block;height:auto;margin:auto;max-height:100%;max-width:100%;object-fit:contain!important;object-position:center!important;width:auto}.upscale-result-fab-group{position:absolute;right:12px;top:12px;z-index:20}.upscale-result-fab-group,.upscale-result-fabbar{display:flex;flex-direction:column;gap:.7rem;gap:var(--space-sm)}.upscale-result-fabbar{align-items:center;background:#12141ceb;border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 4px 24px #00000021;padding:.7rem 1.1rem;padding:var(--space-sm) calc(var(--space-sm) + .4rem)}.upscale-result-fab{align-items:center;background:linear-gradient(135deg,#23272f 60%,#3b82f6);background:linear-gradient(135deg,#23272f 60%,var(--c-blue) 100%);border:none;border-radius:50%;box-shadow:0 2px 12px #3b82f614;box-shadow:var(--shadow-sm);cursor:pointer;display:flex;font-size:1.35rem;font-weight:700;height:46px;justify-content:center;transition:background .18s,transform .13s,box-shadow .18s;width:46px}.upscale-result-fab svg{color:#fff;line-height:1}.upscale-result-fab:focus-visible,.upscale-result-fab:hover{background:linear-gradient(135deg,#3b82f6 60%,#2563eb);background:linear-gradient(135deg,var(--c-blue) 60%,var(--c-blue-dark) 100%);box-shadow:0 4px 24px #3b82f62e;outline:none;transform:scale(1.12)}.upscale-history-card{align-items:center;background:#ffffff14;background:var(--c-panel);border:1.5px solid #ffffff21;border:1.5px solid var(--c-border);border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 2px 24px #3b82f61a;box-shadow:var(--shadow-md);flex:0 0 180px;max-height:880px;max-width:200px;overflow-y:auto;padding:1.2rem 1.15rem 1.2rem .25rem;padding:var(--space-md) calc(var(--space-sm) + .45rem) var(--space-md) .25rem}.history-title{color:#fff;font-size:1.05rem;font-size:var(--font-base);font-weight:600;margin-bottom:.7rem;margin-bottom:var(--space-sm);padding-bottom:.5rem;width:100%}.history-list{display:flex;flex-direction:column;gap:1rem;width:100%}.history-item{margin:0 auto;max-width:140px;transition:transform .15s,background .15s,border-color .15s;width:100%}.history-item:focus-visible,.history-item:hover{background:#ffffff21;border-color:#3b82f64d;outline:none;transform:translateY(-2px) scale(1.04)}.history-thumbnail{border-radius:var(--radius-sm);box-shadow:0 2px 12px #3b82f614;box-shadow:var(--shadow-sm);height:80px;margin-bottom:.5rem;width:100%}.upscale-left-cards{display:flex;flex-direction:column;gap:2rem;gap:var(--space-lg)}.upscale-guide-card{background:#ffffff14;background:var(--c-panel);border:1.5px solid #ffffff21;border:1.5px solid var(--c-border);border-radius:10px;border-radius:calc(var(--radius-sm) + 2px);box-shadow:0 2px 12px #3b82f614;box-shadow:var(--shadow-sm);padding:1.2rem 1.2rem 0;padding:var(--space-md) var(--space-md) 0}@media (max-width:700px){.upscale-guide-card{padding:.7rem .7rem 0;padding:var(--space-sm) var(--space-sm) 0}}@media (max-width:480px){.upscale-guide-card{padding:.8rem .8rem 0}}.guide-title{color:#3b82f6;color:var(--c-blue);font-size:1.05rem;font-size:var(--font-base);font-weight:700;margin-bottom:.7rem;margin-bottom:var(--space-sm)}.guide-list{color:#cbd5e1;font-size:.98rem;font-size:var(--font-small);list-style:disc;margin:0;padding-left:1.1rem}.guide-list li{margin-bottom:.3rem}.upscale-generate-btn-large{align-items:center;background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--c-blue) 0,var(--c-blue-dark) 100%);border:none;border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 6px 32px #3b82f621;box-shadow:var(--shadow-lg);color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:800;gap:.75rem;justify-content:center;padding:1.25rem 0;transition:background .18s,transform .13s,box-shadow .18s;width:100%}.upscale-generate-btn-large:focus-visible:not(:disabled),.upscale-generate-btn-large:hover:not(:disabled){outline:none;transform:translateY(-3px)}.upscale-generate-btn-large:disabled{cursor:not-allowed;opacity:.55}.upscale-loading-wrapper{align-items:center;background:#181c24;background:var(--c-bg-dark);border-radius:8px;border-radius:var(--radius-sm);display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.upscale-loading-blur{filter:blur(16px) brightness(.7) grayscale(.2);inset:0;object-fit:contain;pointer-events:none;position:absolute}.upscale-loading-center{align-items:center;display:flex;flex-direction:column;gap:1.2rem;gap:var(--space-md);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.upscale-spinner{animation:upscale-spin 1s linear infinite;border:5px solid #3b82f6;border:5px solid var(--c-blue);border-radius:50%;border-top:5px solid #fff;height:48px;width:48px}@keyframes upscale-spin{to{transform:rotate(1turn)}}.upscale-loading-btn{align-items:center;background:linear-gradient(90deg,#3b82f6,#2563eb);background:linear-gradient(90deg,var(--c-blue) 0,var(--c-blue-dark) 100%);border:none;border-radius:8px;border-radius:var(--radius-sm);box-shadow:0 2px 12px #3b82f614;box-shadow:var(--shadow-sm);color:#fff;cursor:not-allowed;display:flex;font-size:1.05rem;font-size:var(--font-base);font-weight:700;gap:.7rem;opacity:.95;padding:1rem 2rem}@media (max-width:1400px){.upscale-card-layout{min-height:0;min-height:auto}.upscale-history-card{display:none}}@media (max-width:1100px){.upscale-card-layout{flex-direction:column}.upscale-result-card{aspect-ratio:6/5;flex:0 1 auto;max-width:100%;min-height:240px;padding:1.2rem .7rem;padding:var(--space-md) var(--space-sm)}}@media (max-width:700px){.upscale-result-fab-group{flex-direction:column;right:8px;top:8px}.upscale-result-fabbar{border-radius:8px;border-radius:var(--radius-sm);padding:.4rem .45rem}.upscale-result-fab{font-size:1.08rem;height:38px;width:38px}:root{--thumb-size:var(--thumb-size-sm)}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important}.history-item:hover,.upscale-generate-btn-large:hover,.upscale-result-card:hover,.upscale-result-fab:hover{transform:none!important}}:root{--header-h:64px}@media (max-width:700px){:root{--header-h:56px}}.saas-layout,.upscale-page,body{padding-top:64px;padding-top:var(--header-h)}.no-header{--header-h:0px}.upscale-result-img-wrapper [data-testid=left-image][style*="object-fit: cover"],.upscale-result-img-wrapper [data-testid=right-image][style*="object-fit: cover"]{height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:contain!important;width:auto!important}.fullscreen-compare-inner{background:#0000}@media (max-width:700px){.fullscreen-close-btn{font-size:2rem;right:12px;top:12px}}:root{--clr-blue:#3b82f6;--clr-blue-dark:#2563eb;--clr-red:#ff4d4f;--clr-green:#10b981;--clr-purple:#8b5cf6;--clr-bg-outer:#181c24;--clr-bg-base:#0f172a;--clr-bg-panel:#ffffff14;--clr-bg-surface:#fff;--clr-border:rgba(66,50,206,.852);--clr-gray:#94a3b829;--clr-text-base:#fff;--clr-text-sub:#cbd5e1;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 2px 16px #00000021;--shadow-lg:0 4px 24px #0000002e;--shadow-xl:0 8px 32px #00000040;--radius-lg:18px;--radius-md:10px;--radius-sm:6px;--radius-xl:24px;--sp-3xl:3rem;--sp-2xl:2.5rem;--sp-xl:2rem;--sp-lg:1.5rem;--sp-md:1.2rem;--sp-sm:0.7rem;--sp-xs:0.3rem;--thumb:48px;--thumb-sm:38px}@media (prefers-color-scheme:dark){:root{--clr-bg-panel:#1e293b59;--clr-border:#3333e1d4}}*,:after,:before{box-sizing:border-box}body{background:#181c24;background:var(--clr-bg-outer);color:var(--clr-text-base);font-family:Pretendard,system-ui,sans-serif;line-height:1.45;margin:0}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid #3b82f6;outline:2px solid var(--clr-blue);outline-offset:2px}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.product-try-page{background:#181c24;background:var(--clr-bg-outer);min-height:100vh}.product-try-container{margin:0 auto;max-width:1800px;padding:2.5rem 1.5rem;padding:var(--sp-2xl) var(--sp-lg)}.product-try-header{margin-bottom:3rem;margin-bottom:var(--sp-3xl);text-align:center}.product-try-header h1{color:#fff;color:var(--clr-text-base);font-size:2.5rem;font-weight:700;margin:0 0 1.2rem;margin:0 0 var(--sp-md) 0}.product-try-header p{color:#cbd5e1;color:var(--clr-text-sub);font-size:1.1rem;line-height:1.6;margin:0}.fit-note{background:#facc151f;border:1px dashed #facc15b3;border-radius:10px;border-radius:var(--radius-md);color:#fde68a;font-size:.98rem;margin-top:10px;padding:10px 14px}.product-try-grid{grid-gap:1.5rem;grid-gap:var(--sp-lg);display:grid;gap:1.5rem;gap:var(--sp-lg);grid-template-columns:1fr 1fr 1fr;margin-bottom:2.5rem;margin-bottom:var(--sp-2xl);margin-top:2rem;margin-top:var(--sp-xl)}.upload-section{display:flex;flex-direction:column;gap:1.2rem;gap:var(--sp-md)}.upload-section h3{color:#fff;color:var(--clr-text-base);font-size:1.3rem;font-weight:600;margin:0;text-align:center}.upload-area{align-items:center;background:#ffffff14;background:var(--clr-bg-panel);border:2px dashed rgba(66,50,206,.852);border:2px dashed var(--clr-border);border-radius:18px;border-radius:var(--radius-lg);cursor:pointer;display:flex;justify-content:center;min-height:600px;padding:2rem;padding:var(--sp-xl);position:relative;transition:all .3s ease}.upload-area:hover{background:#3b82f60d}.upload-area.drag-active,.upload-area:hover{border-color:#3b82f6;border-color:var(--clr-blue)}.upload-area.drag-active{background:#3b82f61a;transform:scale(1.02)}.upload-content{align-items:center;display:flex;flex-direction:column;gap:1.2rem;gap:var(--sp-md);text-align:center}.upload-icon{font-size:3rem}.upload-content p,.upload-icon{color:#cbd5e1;color:var(--clr-text-sub)}.upload-content p{font-size:1.1rem;margin:0}.upload-or{align-items:center;color:#cbd5e1;color:var(--clr-text-sub);display:flex;font-size:.9rem;gap:.7rem;gap:var(--sp-sm)}.upload-or:after,.upload-or:before{background:#cbd5e1;background:var(--clr-text-sub);content:"";flex:1 1;height:1px;opacity:.3}.take-photo-btn{background:#3b82f6;background:var(--clr-blue);border:none;border-radius:10px;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-weight:500;padding:.7rem 1.2rem;padding:var(--sp-sm) var(--sp-md);transition:all .3s ease}.take-photo-btn:hover{background:#2563eb;background:var(--clr-blue-dark);transform:translateY(-1px)}.image-preview{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.image-preview img{border-radius:10px;border-radius:var(--radius-md);height:100%;object-fit:cover;width:100%}.remove-btn{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;position:absolute;right:.7rem;right:var(--sp-sm);top:.7rem;top:var(--sp-sm);transition:all .3s ease;width:32px}.remove-btn:hover{background:#ff4d4fcc;transform:scale(1.1)}.result-section{display:flex;flex-direction:column;gap:1.2rem;gap:var(--sp-md)}.result-section h3{color:#fff;color:var(--clr-text-base);font-size:1.3rem;font-weight:600;margin:0;text-align:center}.result-area{align-items:center;background:#10b9810f;border:2px solid #10b98199;border-radius:18px;border-radius:var(--radius-lg);display:flex;justify-content:center;min-height:600px;padding:2rem;padding:var(--sp-xl);position:relative;transition:all .3s ease}.result-area:hover{background:#10b9811a;border-color:#10b981d9}.result-placeholder{color:#cbd5e1;color:var(--clr-text-sub);text-align:center}.result-placeholder p{font-size:1.1rem;margin:0}.control-bar{align-items:center;background:#ffffff14;background:var(--clr-bg-panel);border:2px solid rgba(66,50,206,.852);border:2px solid var(--clr-border);border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);display:flex;flex-wrap:nowrap;gap:12px;justify-content:center;margin:2.5rem auto 0;margin:var(--sp-2xl) auto 0;max-width:calc(100% - 40px);padding:10px 14px;width:-webkit-max-content;width:max-content}.control-bar.sticky{-webkit-backdrop-filter:saturate(120%) blur(6px);backdrop-filter:saturate(120%) blur(6px);bottom:1.5rem;bottom:var(--sp-lg);left:0;position:-webkit-sticky;position:sticky;right:0;z-index:50}.generate-summary{align-items:center;color:#cbd5e1;color:var(--clr-text-sub);display:flex;gap:1.2rem;gap:var(--sp-md)}.generate-summary.compact{font-size:.92rem;gap:.7rem;gap:var(--sp-sm)}.generate-summary .summary-item b{color:#fff;color:var(--clr-text-base)}.generate-summary .summary-item.ok{color:#10b981;color:var(--clr-green)}.control-actions{align-items:center;display:flex;gap:12px}.reset-btn{background:#0000;border:2px solid rgba(66,50,206,.852);border:2px solid var(--clr-border);border-radius:10px;border-radius:var(--radius-md);color:#cbd5e1;color:var(--clr-text-sub);font-weight:600;padding:.7rem 1.2rem;padding:var(--sp-sm) var(--sp-md);transition:all .2s ease}.reset-btn:hover{border-color:#3b82f6;border-color:var(--clr-blue);color:#fff;color:var(--clr-text-base)}.control-bar .dropdown-container{display:flex;flex:0 0 320px;flex-direction:column;gap:.3rem;gap:var(--sp-xs);max-width:360px;min-width:220px}.control-bar .dropdown-label{color:#cbd5e1;color:var(--clr-text-sub);font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:.3rem;margin-bottom:var(--sp-xs);text-transform:uppercase}.control-bar .dropdown-select{background:#0f172a;background:var(--clr-bg-base);border:2px solid rgba(66,50,206,.852);border:2px solid var(--clr-border);border-radius:10px;border-radius:var(--radius-md);color:#fff;color:var(--clr-text-base);cursor:pointer;font-size:.9rem;font-weight:500;outline:none;padding:.7rem 1.2rem;padding:var(--sp-sm) var(--sp-md);transition:all .3s ease;width:100%}.control-bar .dropdown-select:hover{border-color:#3b82f6;border-color:var(--clr-blue);box-shadow:0 0 0 3px #3b82f61a}.control-bar .dropdown-select:focus{border-color:#3b82f6;border-color:var(--clr-blue);box-shadow:0 0 0 3px #3b82f633}.control-bar .dropdown-select option{background:#181c24;background:var(--clr-bg-outer);color:#fff;color:var(--clr-text-base);padding:.7rem;padding:var(--sp-sm)}.generate-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--clr-blue) 0,var(--clr-blue-dark) 100%);border:none;border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 2px 16px #00000021;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;letter-spacing:.5px;min-width:120px;padding:10px 14px;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.generate-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#3b82f6);background:linear-gradient(135deg,var(--clr-blue-dark) 0,var(--clr-blue) 100%);box-shadow:0 4px 24px #0000002e;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.generate-btn:active:not(:disabled){box-shadow:0 2px 16px #00000021;box-shadow:var(--shadow-md);transform:translateY(0)}.generate-btn:disabled{background:#94a3b829;background:var(--clr-gray);box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.error-message{background:#ff4d4f1a;border:1px solid #ff4d4f;border:1px solid var(--clr-red);border-radius:10px;border-radius:var(--radius-md);color:#ff4d4f;color:var(--clr-red);margin-top:1.2rem;margin-top:var(--sp-md);padding:1.2rem;padding:var(--sp-md);text-align:center}.loading{color:#cbd5e1;color:var(--clr-text-sub);font-size:1.2rem;min-height:100vh}.loading,.mask-editor-overlay{align-items:center;display:flex;justify-content:center}.mask-editor-overlay{background:#000c;bottom:0;left:0;padding:1.5rem;padding:var(--sp-lg);position:fixed;right:0;top:0;z-index:1000}.mask-editor-content{background:#0f172a;background:var(--clr-bg-base);border-radius:24px;border-radius:var(--radius-xl);box-shadow:0 8px 32px #00000040;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;max-height:90vh;max-width:90vw;overflow:hidden}.mask-editor-header{align-items:center;background:#ffffff14;background:var(--clr-bg-panel);border-bottom:2px solid rgba(66,50,206,.852);border-bottom:2px solid var(--clr-border);display:flex;justify-content:space-between;padding:1.5rem 2rem;padding:var(--sp-lg) var(--sp-xl)}.mask-editor-header h3{color:#fff;color:var(--clr-text-base);font-size:1.2rem;font-weight:600;margin:0}.close-btn{background:none;border:none;border-radius:6px;border-radius:var(--radius-sm);color:#cbd5e1;color:var(--clr-text-sub);cursor:pointer;font-size:1.5rem;padding:.3rem;padding:var(--sp-xs);transition:all .3s ease}.close-btn:hover{background:#94a3b829;background:var(--clr-gray);color:#fff;color:var(--clr-text-base)}.mask-editor-canvas-container{align-items:center;background:#ffffff14;background:var(--clr-bg-panel);display:flex;flex:1 1;justify-content:center;overflow:auto;padding:1.5rem;padding:var(--sp-lg);position:relative}.mask-base-image,.mask-stage{position:relative}.mask-base-image{border-radius:10px;border-radius:var(--radius-md);display:block;z-index:0}.mask-editor-canvas{border:none;cursor:crosshair;height:100%;left:0;max-height:100%;max-width:100%;position:absolute;top:0;width:100%;z-index:1}.mask-editor-controls{align-items:center;background:#ffffff14;background:var(--clr-bg-panel);border-top:2px solid rgba(66,50,206,.852);border-top:2px solid var(--clr-border);display:flex;flex-wrap:wrap;gap:1.5rem;gap:var(--sp-lg);justify-content:space-between;padding:1.5rem 2rem;padding:var(--sp-lg) var(--sp-xl)}.brush-controls{align-items:center;display:flex;flex:1 1;gap:1.2rem;gap:var(--sp-md)}.brush-controls label{color:#fff;color:var(--clr-text-base);font-size:.9rem;font-weight:600;min-width:100px}.brush-slider{-webkit-appearance:none;appearance:none;background:rgba(66,50,206,.852);background:var(--clr-border);border-radius:3px;flex:1 1;height:6px;outline:none}.brush-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#3b82f6;background:var(--clr-blue);border-radius:50%;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);cursor:pointer;height:20px;width:20px}.brush-slider::-moz-range-thumb{background:#3b82f6;background:var(--clr-blue);border:none;border-radius:50%;box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);cursor:pointer;height:20px;width:20px}.mask-editor-buttons{display:flex;gap:1.2rem;gap:var(--sp-md)}.mode-buttons{display:inline-flex;gap:.7rem;gap:var(--sp-sm);margin-right:1.5rem;margin-right:var(--sp-lg)}.mode-btn{background:#0f172a;background:var(--clr-bg-base);border:2px solid rgba(66,50,206,.852);border:2px solid var(--clr-border);border-radius:10px;border-radius:var(--radius-md);color:#fff;color:var(--clr-text-base);font-weight:600;padding:.7rem 1.2rem;padding:var(--sp-sm) var(--sp-md)}.mode-btn.active{background:#3b82f6;background:var(--clr-blue);border-color:#3b82f6;border-color:var(--clr-blue);color:#fff}.clear-mask-btn,.save-mask-btn{background:#0f172a;background:var(--clr-bg-base);border:2px solid rgba(66,50,206,.852);border:2px solid var(--clr-border);border-radius:10px;border-radius:var(--radius-md);color:#fff;color:var(--clr-text-base);cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.7rem 1.5rem;padding:var(--sp-sm) var(--sp-lg);text-transform:uppercase;transition:all .3s ease}.clear-mask-btn:hover{background:#ff4d4f;background:var(--clr-red);border-color:#ff4d4f;border-color:var(--clr-red);color:#fff}.save-mask-btn:hover{border-color:#3b82f6;border-color:var(--clr-blue)}.edit-mask-btn,.save-mask-btn:hover{background:#3b82f6;background:var(--clr-blue);color:#fff}.edit-mask-btn{border:none;border-radius:10px;border-radius:var(--radius-md);cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-top:1.2rem;margin-top:var(--sp-md);padding:.7rem 1.2rem;padding:var(--sp-sm) var(--sp-md);text-transform:uppercase;transition:all .3s ease}.edit-mask-btn:hover{background:#2563eb;background:var(--clr-blue-dark);box-shadow:0 2px 16px #00000021;box-shadow:var(--shadow-md);transform:translateY(-1px)}.mask-saved-chip{align-items:center;background:#10b9811f;border:1px solid #10b981;border:1px solid var(--clr-green);border-radius:999px;color:#10b981;color:var(--clr-green);display:inline-flex;font-size:12px;font-weight:600;gap:8px;margin-top:8px;padding:4px 10px}.mask-saved-chip img{border:1px solid #fff3;border-radius:4px;height:20px;width:20px}.auth-required{margin:0 auto;max-width:600px;padding:var(--sp-4xl) var(--sp-2xl);text-align:center}.auth-required h1{color:#fff;color:var(--clr-text-base);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;margin-bottom:var(--sp-lg)}.auth-required p{color:#cbd5e1;color:var(--clr-text-sub);font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;margin-bottom:var(--sp-2xl)}.auth-actions{display:flex;flex-wrap:wrap;gap:1.5rem;gap:var(--sp-lg);justify-content:center}.login-btn,.signup-btn{border-radius:18px;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;letter-spacing:.5px;padding:1.2rem 2rem;padding:var(--sp-md) var(--sp-xl);text-decoration:none;text-transform:uppercase;transition:all .3s ease}.login-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--clr-blue) 0,var(--clr-blue-dark) 100%);border:none;color:#fff}.login-btn:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);background:linear-gradient(135deg,var(--clr-blue-dark) 0,var(--clr-blue) 100%);box-shadow:0 4px 24px #0000002e;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.signup-btn{background:#0000;border:2px solid #3b82f6;border:2px solid var(--clr-blue);color:#3b82f6;color:var(--clr-blue)}.signup-btn:hover{background:#3b82f6;background:var(--clr-blue);box-shadow:0 2px 16px #00000021;box-shadow:var(--shadow-md);color:#fff;transform:translateY(-2px)}@media (max-width:1100px){.product-try-grid{gap:1.5rem;gap:var(--sp-lg);grid-template-columns:1fr}.control-bar{flex-direction:column;gap:1.2rem;gap:var(--sp-md);padding:1.2rem 1.5rem;padding:var(--sp-md) var(--sp-lg)}.control-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;width:100%}.control-actions .generate-btn,.control-actions .reset-btn{width:100%}.control-bar .dropdown-container{flex:none;min-width:100%}.generate-btn{flex:none;width:100%}.mask-editor-controls{gap:1.2rem;gap:var(--sp-md)}.brush-controls,.mask-editor-controls{align-items:stretch;flex-direction:column}.brush-controls{gap:.7rem;gap:var(--sp-sm)}.mask-editor-buttons{justify-content:center}}@media (max-width:700px){.product-try-container{padding:1.5rem;padding:var(--sp-lg)}.product-try-grid{gap:1.2rem;gap:var(--sp-md)}.result-area,.upload-area{min-height:450px}.control-bar{background:#111827eb;border-color:#94a3b859;box-shadow:0 6px 24px #00000059;gap:.7rem;gap:var(--sp-sm);padding:1.2rem;padding:var(--sp-md)}.generate-summary{background:#1f293799;border-radius:10px;padding:8px 10px}.generate-btn{font-size:.95rem;padding:.7rem 1.5rem;padding:var(--sp-sm) var(--sp-lg);width:100%}@media (max-width:700px){.generate-btn .holdings{display:none}}.mask-editor-overlay{padding:.7rem;padding:var(--sp-sm)}.mask-editor-content{max-height:95vh;max-width:95vw}.mask-editor-header{padding:1.2rem 1.5rem;padding:var(--sp-md) var(--sp-lg)}.mask-editor-canvas-container{padding:1.2rem;padding:var(--sp-md)}.mask-editor-controls{padding:1.2rem 1.5rem;padding:var(--sp-md) var(--sp-lg)}}.remove-btn-x{align-items:center;background:#000c;border:2px solid #ffffff4d;border-radius:10%;box-shadow:0 2px 8px #0000004d;color:#fff!important;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;position:absolute;right:8px;top:8px;transition:all .3s ease;width:20px;z-index:10}.remove-btn-x:hover{background:#dc2626f2;border-color:#ffffff80;box-shadow:0 4px 12px #0006;transform:scale(1.1)}.remove-btn-x svg{stroke-width:2.5;height:16px;width:16px}.image-actions{bottom:12px;display:flex;gap:.7rem;gap:var(--sp-sm);opacity:1;position:absolute;right:12px;transition:opacity .3s ease}@media (hover:none),(pointer:coarse){.image-actions{opacity:1}}.action-btn{align-items:center;background:#000000b3;border:none;border-radius:10px;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:flex;font-family:Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji,system-ui,sans-serif;font-size:18px;height:36px;justify-content:center;line-height:1;transition:all .3s ease;width:36px}.action-btn svg{stroke:currentColor!important;fill:none!important;height:18px;opacity:1!important;width:18px}.action-btn:hover{background:#3b82f6;background:var(--clr-blue);transform:scale(1.1)}.action-btn.external-btn,.action-btn.link-btn{display:inline-flex}.download-btn:hover{background:#10b981;background:var(--clr-green)}.zoom-btn:hover{background:#8b5cf6;background:var(--clr-purple)}.image-modal-overlay{-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);background:radial-gradient(1200px 700px at 50% 10%,#1e293beb,#020617f5);inset:0;padding:1.5rem;padding:var(--sp-lg);z-index:2000}.image-modal-content{background:#0f172ae6;border:1px solid #94a3b840;border-radius:18px;box-shadow:0 20px 60px #0000008c,inset 0 0 0 1px #ffffff05;display:flex;flex-direction:column;max-height:92vh;max-width:min(96vw,1200px);overflow:hidden}.image-modal-header{align-items:center;background:linear-gradient(180deg,#1e293bb3,#1e293b59);border-bottom:1px solid #94a3b838;display:flex;justify-content:space-between;padding:12px 16px}.image-modal-header h3{color:#e5e7eb;font-size:1rem;font-weight:700;letter-spacing:.3px;margin:0}.image-modal-actions{align-items:center;display:inline-flex;gap:8px}.compare-toggle{background:#0f172ad9;border:1px solid #94a3b847;border-radius:10px;color:#e5e7eb;font-size:.9rem;font-weight:700;padding:8px 12px;transition:all .2s ease}.compare-toggle:hover{border-color:#6366f199;box-shadow:0 0 0 3px #6366f11f}.compare-toggle.active{background:linear-gradient(135deg,#8b5cf6,#3b82f6);background:linear-gradient(135deg,var(--clr-purple),var(--clr-blue));border-color:#0000;color:#fff}.image-modal-body{align-items:center;background:#0b1220;display:flex;flex:1 1;justify-content:center;overflow:auto;padding:1.5rem;padding:var(--sp-lg)}.compare-wrapper{display:block;max-height:100%;max-width:100%}.image-modal-body img{border-radius:12px;box-shadow:0 12px 30px #00000073;max-height:100%;max-width:100%}.image-modal-footer{background:linear-gradient(0deg,#1e293b99,#1e293b59);border-top:1px solid #94a3b838;display:flex;justify-content:center;padding:12px 16px 18px}.download-btn-modal{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--clr-blue) 0,var(--clr-blue-dark) 100%);border:none;border-radius:12px;box-shadow:0 8px 24px #2563eb59;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:8px;padding:12px 22px;transition:all .25s ease}.download-btn-modal:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);background:linear-gradient(135deg,var(--clr-blue-dark) 0,var(--clr-blue) 100%);box-shadow:0 12px 30px #2563eb73;transform:translateY(-2px)}.demo-banner{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);color:#fff;font-size:.9rem;font-weight:500;padding:1.2rem 1.5rem;padding:var(--sp-md) var(--sp-lg);position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:100}.demo-banner p{align-items:center;display:flex;gap:.7rem;gap:var(--sp-sm);justify-content:center;margin:0}.demo-banner strong{font-weight:700}.step-indicator{align-items:center;display:flex;gap:.7rem;gap:var(--sp-sm);justify-content:center;margin-top:.7rem;margin-top:var(--sp-sm)}.step{color:#cbd5e1;color:var(--clr-text-sub);gap:6px}.step,.step .step-index{align-items:center;display:inline-flex}.step .step-index{border:2px solid rgba(66,50,206,.852);border:2px solid var(--clr-border);border-radius:50%;font-size:12px;height:22px;justify-content:center;width:22px}.step.active{color:#fff;color:var(--clr-text-base)}.step.active .step-index{background:#3b82f6;background:var(--clr-blue);border-color:#3b82f6;border-color:var(--clr-blue);color:#fff}.step.done{color:#10b981;color:var(--clr-green)}.step.done .step-index{background:#10b981;background:var(--clr-green);border-color:#10b981;border-color:var(--clr-green);color:#08130f}.consistency-outer{background:var(--clr-bg-outer);min-height:100vh}.consistency-main{grid-gap:var(--sp-lg);align-items:start;display:grid;gap:var(--sp-lg);grid-template-areas:"left center right";grid-template-columns:1.1fr 2.1fr .9fr;margin:0 auto;max-width:1900px;padding:var(--sp-2xl) var(--sp-lg)}.consistency-left-cards{align-self:start;display:flex;flex-direction:column;gap:var(--sp-lg);grid-area:left}.consistency-result-card{grid-area:center}.upscale-history-card{grid-area:right}.consistency-main.upscale-card-layout{grid-gap:var(--sp-lg);align-items:stretch;display:grid!important;gap:var(--sp-lg);grid-template-columns:.9fr 2.1fr 1fr}.consistency-right-cards{display:flex;flex-direction:column;gap:var(--sp-lg);height:100%}.history-title{margin:0 0 12px}.consistency-upload-card{align-items:center;background:var(--clr-bg-panel);border:2px dashed var(--clr-border);border-radius:var(--radius-lg);display:flex;justify-content:center;min-height:420px;padding:var(--sp-xl);position:relative;transition:border-color .2s ease,background .2s ease,transform .2s ease}.consistency-upload-card:hover{background:#3b82f60f;border-color:var(--clr-blue)}.consistency-upload-card.drag-active{background:#3b82f61f;border-color:var(--clr-blue);transform:translateY(-1px)}.consistency-character-card{background:#3b82f60f;border-color:var(--clr-blue);border-style:solid}.consistency-character-card:hover{background:#3b82f61a;border-color:var(--clr-blue)}.consistency-character-card.drag-active{background:#3b82f629;border-color:var(--clr-blue)}.char-badge{background:var(--clr-blue);border-radius:999px;box-shadow:0 2px 10px #3b82f659;color:#fff;font-size:.78rem;font-weight:900;left:10px;padding:4px 8px;position:absolute;top:10px}.consistency-reference-card{background:#a78bfa0f;border-color:#a78bfa;border-style:solid}.consistency-reference-card:hover{background:#a78bfa1a;border-color:#8b5cf6}.consistency-reference-card.drag-active{background:#a78bfa29;border-color:#8b5cf6}.ref-badge{background:#8b5cf6;border-radius:999px;box-shadow:0 2px 10px #8b5cf659;color:#fff;font-size:.78rem;font-weight:900;left:10px;padding:4px 8px;position:absolute;top:10px}.ref-sub{color:#c4b5fd;font-size:.95rem;font-weight:700;margin:6px 0 12px}.consistency-options-card{display:flex;display:none!important;flex-direction:column;gap:var(--sp-md);height:100%;overflow:auto;padding:var(--sp-lg)}.prompt-card{background:#0d1220d9;border:1.5px solid #ffffff1a;border-radius:16px;box-shadow:0 6px 24px #0000002e;padding:14px}.mini-thumb-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:14px;padding-left:14px;padding-right:14px}.mini-thumb{align-items:center;aspect-ratio:1/1;background:#3b82f60f;border:1.5px dashed #ffffff40;border-radius:14px;color:#cbd5e1;cursor:pointer;display:flex;font-weight:800;justify-content:center;min-height:220px;overflow:hidden;position:relative;width:100%}.mini-thumb.character{background:#3b82f61a;border-color:#3b82f68c}.mini-thumb.reference{background:#a78bfa1a;border-color:#a78bfa8c}.mini-thumb.drag-active{box-shadow:inset 0 0 0 3px #3b82f640;filter:brightness(1.05)}.mini-thumb-label{align-items:center;display:flex;flex-direction:column;gap:6px;justify-content:center;text-align:center}.mini-thumb-title{font-size:1.02rem;font-weight:900}.mini-thumb-sub{color:#94a3b8;font-size:.86rem;font-weight:700}.extract-btn{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#a78bfa26;border:1.5px solid #a78bfa99;border-radius:10px;bottom:10px;color:#e9d5ff;cursor:pointer;font-size:.9rem;font-weight:800;padding:8px 10px;position:absolute;right:10px}.extract-btn:hover{background:#a78bfa40}.extract-btn.loading{cursor:wait;opacity:.7}.mini-thumb img{display:block;height:100%;object-fit:cover;width:100%}.mini-thumb .remove-btn-x{align-items:center;background:#000c;border:2px solid #ffffff4d;border-radius:10%;box-shadow:0 2px 8px #0000004d;color:#fff!important;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:28px;justify-content:center;position:absolute;right:8px;top:8px;transition:all .3s ease;width:28px;z-index:5}.mini-thumb .remove-btn-x:hover{background:#dc2626f2;border-color:#ffffff80;transform:scale(1.06)}.prompt-tabs{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;display:flex;gap:8px;margin-bottom:12px;padding:4px;width:-webkit-fit-content;width:fit-content}.prompt-tab{background:#0000;border:none;border-radius:999px;color:#cbd5e1;cursor:pointer;font-weight:800;padding:8px 14px}.prompt-tab.active{background:#3b82f6;color:#fff}.prompt-panel,.upscale-saas-upload-placeholder{display:flex;flex-direction:column;gap:10px}.upscale-saas-upload-placeholder{align-items:center;justify-content:center;text-align:center;width:100%}.upscale-saas-upload-placeholder .upload-icon{align-items:center;display:flex;justify-content:center}.upscale-saas-upload-placeholder .upload-hint{color:var(--clr-text-base);font-weight:800;line-height:1.4}.upscale-saas-remove-btn .remove-x{color:currentColor;font-size:1.3rem;font-weight:900;line-height:1}.consistency-option-row{align-items:stretch;display:flex;flex-wrap:wrap;gap:var(--sp-lg)}.consistency-option-row .consistency-input-group:first-child{flex:1.2 1}.consistency-input-group{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:260px}.consistency-label{color:var(--clr-text-sub);font-size:.9rem;font-weight:600}.consistency-prompt-input{background:#0f1420;border:1.5px solid #ffffff1f;border-radius:14px;box-shadow:inset 0 2px 10px #0000001f,0 1px 0 #ffffff0a;color:var(--clr-text-base);font-size:1.05rem;padding:14px 16px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}:root{--prompt-textarea-min-h:320px}.consistency-prompt-textarea{height:320px;height:var(--prompt-textarea-min-h);line-height:1.5;min-height:320px;min-height:var(--prompt-textarea-min-h);resize:vertical}@media (max-width:700px){:root{--prompt-textarea-min-h:260px}}.consistency-prompt-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640;outline:none}.consistency-prompt-input::placeholder{color:#9aa5b1}.consistency-prompt-input[disabled],.consistency-prompt-textarea[disabled]{background:#ffffff0a;cursor:not-allowed;opacity:.6}.consistency-prompt-input::placeholder{color:#94a3b8}.prompt-toolbar{align-items:center;color:var(--clr-text-sub);display:flex;font-size:.9rem;gap:8px}.prompt-toolbar .chip{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;padding:4px 10px}.ai-prompt-tip,.prompt-tip{color:var(--clr-text-sub);font-size:.85rem;margin-top:4px}.prompt-actions{grid-gap:10px;gap:10px;margin-top:10px}.consistency-generate-btn{padding:var(--sp-md) var(--sp-xl);width:100%}.prompt-actions{grid-gap:var(--sp-sm);align-items:stretch;display:grid;gap:var(--sp-sm);grid-template-columns:1fr 1fr;margin-top:var(--sp-sm);width:100%}.btn-apply,.btn-restore{line-height:1;min-height:44px;white-space:nowrap}.btn-apply.loading{position:relative}.btn-apply.loading .spinner{animation:spin .9s linear infinite;border:2px solid #fff9;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.prompt-actions :focus-visible{outline:3px solid var(--clr-blue);outline-offset:2px}.ratio-row{gap:8px}.ratio-controls,.ratio-row{align-items:center;display:flex}.ratio-controls{flex-wrap:nowrap;gap:10px;justify-content:space-between}.ratio-select-btn{flex:1 1 auto;min-width:0}.count-wrap{align-items:center;background:#ffffff0d;border:2px solid var(--clr-border);border-radius:12px;display:flex;flex:0 0 auto;gap:10px;padding:6px 10px}.count-label{color:var(--clr-text-sub);font-size:.95rem;font-weight:800}.count-segment{border:2px solid var(--clr-border);border-radius:10px;display:inline-flex;overflow:hidden}.seg-btn{background:var(--clr-bg-base);border:none;color:var(--clr-text-base);cursor:pointer;font-weight:800;padding:8px 12px}.seg-btn+.seg-btn{border-left:2px solid var(--clr-border)}.seg-btn.active{background:var(--clr-blue);color:#fff}.seg-btn:focus-visible{outline:3px solid var(--clr-blue);outline-offset:2px}.count-select-btn{background:var(--clr-bg-base);border:2px solid var(--clr-border);border-radius:8px;color:var(--clr-text-base);font-weight:800;padding:8px 12px}.ratio-hint{color:var(--clr-text-sub);font-size:.85rem}.ratio-select-btn{align-items:center;background:#ffffff0d;border:2px solid var(--clr-border);border-radius:var(--radius-md);color:var(--clr-text-base);display:flex;font-weight:800;justify-content:center;padding:12px 14px;text-align:center}.ratio-select-btn:focus-visible{outline:3px solid var(--clr-blue);outline-offset:2px}.ratio-overlay{align-items:center;background:#000000bf;display:flex;inset:0;justify-content:center;position:fixed;z-index:3000}.ratio-modal{background:var(--clr-bg-base);border:2px solid var(--clr-border);border-radius:16px;box-shadow:var(--shadow-lg);max-width:1080px;padding:18px;width:94vw}.ratio-panel{background:#ffffff0f;border:1px solid var(--clr-border);border-radius:12px;display:flex;gap:16px;margin-top:10px;padding:12px}.ratio-preview{flex:0 0 280px}.ratio-preview,.ratio-preview-box{align-items:center;display:flex;justify-content:center}.ratio-preview-box{background:var(--clr-bg-base);border:2px solid var(--clr-border);border-radius:10px;height:280px;width:230px}.ratio-preview-inner{align-items:center;background:#fff;border:2px solid #cbd5e1;border-radius:8px;color:#0f172a;display:flex;font-size:1.1rem;height:auto;justify-content:center;width:76%}.ratio-preview-inner span{font-weight:800}.ratio-columns{display:flex;flex:1 1;gap:28px}.ratio-col{display:flex;flex-direction:column;gap:8px}.ratio-col-title{color:var(--clr-text-sub);font-size:1.1rem;font-weight:900}.ratio-tags{display:flex;flex-wrap:wrap;gap:8px}.ratio-tag{background:var(--clr-bg-base);border:2px solid var(--clr-border);border-radius:10px;color:var(--clr-text-base);cursor:pointer;font-size:1.02rem;font-weight:900;padding:10px 14px}.ratio-tag.sel,.ratio-tag:hover{background:var(--clr-blue);border-color:var(--clr-blue);color:#fff}.ratio-center{display:flex;justify-content:center;margin-top:8px}.ratio-footer{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.btn-apply-green,.btn-close{border:2px solid var(--clr-border);border-radius:8px;cursor:pointer;font-weight:800;padding:10px 14px}.btn-apply-green{background:var(--clr-green);border-color:var(--clr-green);color:#fff}.btn-apply-green:hover{background:#059669;border-color:#059669}.btn-close{background:#fff;color:#0f172a}.btn-close:hover{border-color:var(--clr-blue)}.btn-apply,.btn-restore{align-items:center;border:2px solid var(--clr-border);border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:1.05rem;font-weight:800;gap:8px;padding:14px 18px;transition:transform .12s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;width:100%}.btn-apply:focus-visible,.btn-restore:focus-visible{outline:3px solid var(--clr-blue);outline-offset:2px}.btn-apply{background:var(--clr-green);border-color:var(--clr-green);color:#fff}.btn-apply:hover{background:#059669;border-color:#059669;box-shadow:0 6px 18px #10b98147;transform:translateY(-1px)}.btn-apply.loading{box-shadow:none;cursor:not-allowed;opacity:.7}.btn-restore{background:#fff;border-color:var(--clr-border);color:#0f172a}.btn-restore:hover{background:#fffffff2;border-color:var(--clr-blue);box-shadow:0 6px 18px #94a3b840;color:#0f172a;transform:translateY(-1px)}.credit-badge{background:#ffffff2e;border:1px solid #ffffff73;border-radius:var(--radius-sm);font-size:.85rem;padding:4px 8px}.consistency-result-card{align-self:start;background:#ffffff0d;border-color:#ffffff1a;border-radius:15px;box-shadow:0 6px 24px #00000026;display:flex;flex-direction:column;height:880px;min-height:0;overflow:hidden;padding:var(--sp-md);padding-bottom:var(--sp-lg);position:relative}.consistency-result-card.upscale-result-card{max-height:90vh!important}.consistency-result-header{align-items:center;display:flex;gap:12px;padding:12px 8px 0;width:100%}.consistency-card-title{color:var(--clr-text-base);font-size:1.05rem;font-weight:700;margin:0}.consistency-divider{background:linear-gradient(90deg,#3b82f600,#3b82f680,#3b82f600);flex:1 1;height:1px;opacity:.7}.result-shell{background:linear-gradient(145deg,#16181fe6,#12141ce6);border:1px solid #ffffff1a;border-radius:14px;box-shadow:inset 0 1px 0 #ffffff0f,0 12px 36px #00000040;box-sizing:border-box;flex:1 1;margin:8px 6px 0;min-height:0;overflow:auto;padding:10px;position:relative;width:100%}.result-shell::-webkit-scrollbar{height:10px;width:10px}.result-shell::-webkit-scrollbar-track{background:#ffffff08;border-radius:10px}.result-shell::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3b82f6,#2563eb);border:2px solid #00000040;border-radius:10px}.result-shell::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#4f8ef6,#2f6deb)}.result-shell{scrollbar-color:#3b82f6 #ffffff08;scrollbar-width:thin}.consistency-grid{grid-gap:5px;align-items:stretch;box-sizing:border-box;display:grid;gap:5px;grid-template-columns:repeat(2,minmax(260px,1fr));padding:0;width:100%}.results-grid .consistency-grid-cell{background:#ffffff0a;border:1.5px solid #ffffff1f}.history-grid .history-item{background:#ffffff08;border:1px dashed #94a3b859}.history-grid .history-item:hover{border-color:#93c5fd}.history-grid .history-thumbnail{border-radius:10px}@media (min-width:1201px){.consistency-result-card{overflow:hidden}.consistency-result-card .results-grid{overflow:auto;padding-right:6px}.consistency-result-card .results-grid::-webkit-scrollbar{width:8px}.consistency-result-card .results-grid::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:6px}}.section-header{align-items:center;display:flex;justify-content:space-between;margin:6px 0 8px}.section-label{align-items:center;border-radius:999px;display:inline-flex;font-size:.98rem;font-weight:900;gap:8px;letter-spacing:.02em;padding:6px 10px;-webkit-user-select:none;user-select:none}.label-results{background:#3b82f61f;border:1px solid #3b82f659;color:#93c5fd}.label-history{background:#a78bfa1f;border:1px solid #a78bfa59;color:#c4b5fd}.consistency-grid-cell{align-items:center;background:#ffffff0a;border:1.5px solid var(--clr-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;height:420px;height:var(--cell-size,420px);justify-content:center;min-height:0;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.consistency-grid-cell:hover{border-color:var(--clr-blue);box-shadow:var(--shadow-md)}.consistency-grid-cell img{display:block;height:100%;object-fit:contain;width:100%}.consistency-grid-placeholder{color:var(--clr-text-sub);font-size:.95rem}.consistency-history-card{display:flex;flex-direction:column}.consistency-sticky{align-items:center;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);background:#181c2499;border:1.5px solid var(--clr-border);border-radius:12px;bottom:12px;box-shadow:var(--shadow-sm);display:flex;gap:var(--sp-md);justify-content:space-between;margin:0 auto;max-width:1900px;padding:10px 12px;position:-webkit-sticky;position:sticky}.consistency-summary{color:var(--clr-text-sub);display:flex;font-weight:700;gap:12px}.consistency-summary .sum-item b{color:var(--clr-text-base)}.consistency-sticky-generate{min-width:240px}.history-title{margin:0 0 10px;text-align:center}.upscale-history-card{display:flex;flex-direction:column;gap:10px}.history-list{grid-gap:10px;gap:10px;grid-template-columns:1fr;max-height:70vh;overflow:auto;padding-right:4px}.history-empty{color:var(--clr-text-sub);padding:12px}.history-item{grid-gap:10px;background:#ffffff0a;border:1px solid var(--clr-border);display:grid;gap:10px;grid-template-columns:64px 1fr;padding:8px;transition:border-color .15s ease,background .15s ease}.history-item:hover{background:#3b82f60f;border-color:var(--clr-blue)}.history-thumbnail{border-radius:8px;display:block;height:64px;object-fit:cover;width:64px}.history-info{color:var(--clr-text-sub);display:flex;flex-direction:column;font-size:.86rem;gap:2px;min-width:0}.history-info span{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.upscale-history-card{display:block}@media (max-width:1400px){.upscale-history-card{display:block!important}}@media (max-width:1200px){.consistency-main{grid-template-areas:"left" "center" "right";grid-template-columns:1fr}.consistency-left-cards,.consistency-result-card{margin-bottom:var(--sp-lg)}.consistency-options-card{margin-top:var(--sp-lg)}}@media (max-width:700px){.consistency-grid{gap:var(--sp-md);grid-template-columns:repeat(2,1fr);padding-top:2px}.consistency-result-card{background:#0000;border:none;border-radius:0;box-shadow:none;height:auto;max-height:calc(100vh - 140px);padding:0}.prompt-card{border-left-width:0;border-radius:12px;border-right-width:0}.upscale-history-card{background:#0000;border:0;box-shadow:none;grid-area:unset;margin-top:8px!important;max-height:45vh!important;overflow:auto;padding:0}.history-title{display:none}.history-list{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));max-height:100%;overflow:auto;padding-right:4px}.history-item{background:none;border:0;border-radius:12px;display:block;overflow:hidden;padding:0}.history-thumbnail{aspect-ratio:1/1;border-radius:12px;display:block;height:auto;object-fit:cover;width:100%}.history-info{display:none}.consistency-result-card{margin-bottom:8px}.consistency-options-card{margin-top:24px}.mobile-section-box{background:#ffffff0a;border:1px solid #94a3b840;border-radius:12px;margin:8px 0;padding:10px}.mobile-section-box.results-box{margin-top:0}.result-shell{background:#0000;border:none;border-radius:0;box-shadow:none;margin:0;overflow:visible;padding:0}.consistency-left-cards{display:flex;flex-direction:column;gap:var(--sp-lg)}.consistency-upload-card{min-height:200px}.consistency-grid-cell{height:200px}.ratio-controls{flex-wrap:nowrap;gap:8px;justify-content:space-between}.count-wrap{padding:4px 8px}.count-segment .seg-btn{padding:6px 10px}}.count-overlay{align-items:center;background:#000000bf;display:flex;inset:0;justify-content:center;position:fixed;z-index:3000}.count-modal{background:var(--clr-bg-base);border:2px solid var(--clr-border);border-radius:16px;box-shadow:var(--shadow-lg);max-height:90vh;max-width:900px;overflow:auto;padding:18px;width:92vw}.count-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.count-card{align-items:center;background:#ffffff0f;border:2px solid var(--clr-border);border-radius:12px;cursor:pointer;display:flex;font-size:1.3rem;font-weight:900;gap:8px;justify-content:center;padding:18px}.count-card.selected{background:var(--clr-blue);border-color:var(--clr-blue);color:#fff}.count-card.placeholder{cursor:default;opacity:.35}.count-num{font-size:1.6rem;font-weight:900}.count-text{font-size:1rem;font-weight:800}.count-footer{display:flex;justify-content:flex-end;margin-top:12px}.mobile-section-label{display:none}@media (max-width:700px){.mobile-section-label{display:block;font-size:.85rem;margin:2px 4px 8px}}.mypage-outer{background:linear-gradient(135deg,#181c24,#23272f);min-height:100vh;padding-top:5.5rem}.mypage-titlebox{margin:0 auto 2.5rem;max-width:1200px;padding:0 2rem;text-align:left}.mypage-titlebox h2{color:#fff;font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.mypage-titlebox p{color:#bbb;font-size:1.1rem;margin-bottom:0}.success-message{background:linear-gradient(135deg,#10b981,#059669);border:1px solid #10b981;border-radius:8px;box-shadow:0 2px 8px #10b98133;margin-top:1rem;padding:1rem 1.5rem}.success-message p{color:#fff;font-size:1rem;font-weight:600;margin:0;text-align:center}.mypage-container{background:#181c24fa;border-radius:16px;box-shadow:0 2px 16px #00000021;display:flex;gap:2.5rem;margin:0 auto 3rem;max-width:1200px;padding:2.5rem}.mypage-profile{align-items:center;background:linear-gradient(135deg,#23272f 60%,#23272f);border:1.5px solid #23272f;border-radius:14px;box-shadow:0 2px 12px #0000001a;display:flex;flex:0 0 320px;flex-direction:column;margin-right:.5rem;padding:2.2rem 1.5rem 2rem}.profile-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#23272f);border-radius:50%;box-shadow:0 2px 8px #3b82f621;color:#fff;display:flex;font-size:2.5rem;font-weight:800;height:72px;justify-content:center;margin-bottom:1.2rem;width:72px}.profile-info{margin-bottom:1.5rem;text-align:center}.profile-email{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.profile-credit{color:#3b82f6}.profile-credit,.profile-plan{font-size:1.08rem;font-weight:700;margin-bottom:.5rem}.profile-plan{color:#10b981}.profile-next-plan{color:#f59e0b;font-size:1rem;font-weight:600;margin-bottom:1rem}.plan-changing{color:#f59e0b!important}.plan-same{color:#10b981!important}.plan-change-indicator{color:#f59e0b;font-size:.9rem;font-weight:500}.logout-btn{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:6px;box-shadow:0 2px 8px #3b82f61a;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.7rem 1.5rem;transition:background .2s,box-shadow .2s}.logout-btn:hover{background:linear-gradient(90deg,#2563eb,#3b82f6);box-shadow:0 4px 16px #3b82f62e}.mypage-history{background:#181c24;border:1.5px solid #23272f;border-radius:14px;box-shadow:0 2px 12px #0000001a;display:flex;flex:1 1;flex-direction:column;max-height:600px;padding:2rem}.mypage-history h3{color:#fff;flex-shrink:0;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.history-tabs{display:flex;gap:8px;margin:-.5rem 0 1rem}.history-tab{background:#ffffff0f;border:1px solid #23272f;border-radius:999px;color:#cbd5e1;cursor:pointer;font-weight:700;padding:.45rem .9rem}.history-tab.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.history-tab:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.history-list{grid-gap:1.5rem;display:grid;flex:1 1;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));overflow-y:auto;padding-right:.5rem}.history-item{align-items:center;background:#23272f;border:1px solid #23272f;border-radius:10px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;padding:1rem 1rem .7rem;transition:transform .2s,box-shadow .2s}.history-item:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f626;transform:translateY(-2px)}.history-item img{background:#181c24;border-radius:8px;box-shadow:0 1px 4px #3b82f61a;margin-bottom:.7rem;max-width:160px;pointer-events:none;width:100%}.history-date{color:#bbb;font-size:.98rem;margin-bottom:.2rem}.history-empty{color:#888;font-size:1.08rem;padding:2rem 0;text-align:center;width:100%}.history-list::-webkit-scrollbar{width:8px}.history-list::-webkit-scrollbar-track{background:#23272f;border-radius:4px}.history-list::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}.history-list::-webkit-scrollbar-thumb:hover{background:#2563eb}@media (max-width:900px){.mypage-container{flex-direction:column;gap:2rem;padding:1.5rem .5rem}.mypage-history,.mypage-profile{margin-right:0;width:100%}.mypage-history{margin-top:1.5rem;max-height:500px}}@media (max-width:600px){.mypage-titlebox{padding:0 .5rem}.mypage-container{padding:1rem .2rem}.mypage-history{max-height:400px;padding:1rem .5rem}.history-list{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.image-modal-overlay{padding:.5rem}.image-modal{max-height:155vh;max-width:150vw}.modal-header{padding:1rem 1.5rem .5rem}.modal-header h3{font-size:1.1rem}.modal-content{padding:1rem}.modal-content img{max-height:50vh}.modal-actions{padding:1rem 1.5rem 1.5rem}.copy-url-btn,.download-btn{font-size:.95rem;padding:.7rem 1.5rem}.modal-actions{flex-direction:column;gap:.8rem}}.image-modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.image-modal{background:#181c24;border:1px solid #23272f;border-radius:16px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;max-height:95vh;max-width:1200px;overflow:hidden;padding:0 2.5rem 2.5rem;width:100%}.modal-header{align-items:center;border-bottom:1px solid #23272f;display:flex;justify-content:space-between;padding:1.5rem 2rem 1rem}.modal-header h3{color:#fff;font-size:1.25rem;font-weight:700;margin:0}.modal-close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#bbb;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:color .2s,background .2s;width:32px}.modal-close-btn:hover{background:#ffffff1a;color:#fff}.image-modal .modal-content{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;min-height:320px;min-width:320px;padding:2rem 1rem;width:100%}.modal-content img{border-radius:8px;box-shadow:0 4px 16px #0003;max-height:60vh;max-width:100%}.modal-info{margin-top:1.5rem;text-align:center}.modal-info p{color:#bbb;font-size:1rem;margin:0}.modal-actions{border-top:1px solid #23272f;display:flex;gap:1rem;justify-content:center;padding:1.5rem 2rem 2rem}.download-btn{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 2px 8px #3b82f626;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 2rem;transition:background .2s,box-shadow .2s}.download-btn:hover{background:linear-gradient(90deg,#2563eb,#1d4ed8);box-shadow:0 4px 16px #3b82f640}.copy-url-btn{background:linear-gradient(90deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 8px #10b98126;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 2rem;transition:background .2s,box-shadow .2s}.copy-url-btn:hover{background:linear-gradient(90deg,#059669,#047857);box-shadow:0 4px 16px #10b98140}.zoom-btn{background:linear-gradient(90deg,#6366f1,#3b82f6);border:none;border-radius:8px;box-shadow:0 2px 8px #6366f126;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 2rem;transition:background .2s,box-shadow .2s}.zoom-btn:hover{background:linear-gradient(90deg,#3b82f6,#6366f1);box-shadow:0 4px 16px #6366f140}@media (max-width:1300px){.image-modal{max-width:98vw;padding:0 1rem 1.5rem}}@media (max-width:700px){.image-modal{max-width:100vw;padding:0 .2rem .7rem}}.fullscreen-compare-overlay{background:#000000e0;bottom:0;left:0;position:fixed;right:0;top:0;z-index:2000}.fullscreen-compare-inner,.fullscreen-compare-overlay{align-items:center;display:flex;justify-content:center}.fullscreen-compare-inner{box-sizing:border-box;height:100vh;padding:2rem;position:relative;width:100vw}.fullscreen-compare-inner img{height:auto;max-height:100vh;max-width:100vw;object-fit:contain;width:auto}.fullscreen-close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:2.5rem;opacity:.85;padding:0 .5rem;position:absolute;right:32px;top:32px;transition:opacity .2s;z-index:10}.fullscreen-close-btn:hover{opacity:1}.fullscreen-download-buttons{display:flex;gap:.8rem;position:absolute;right:92px;top:36px;z-index:10}.fullscreen-download-btn{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:8px;box-shadow:0 2px 8px #3b82f626;color:#fff;cursor:pointer;display:inline-block;font-size:1.08rem;font-weight:700;padding:.7rem 1.7rem;text-decoration:none;transition:background .2s,box-shadow .2s}.fullscreen-download-btn:hover{background:linear-gradient(90deg,#2563eb,#1d4ed8);box-shadow:0 4px 16px #3b82f640}@media (max-width:700px){.fullscreen-close-btn{font-size:2rem;right:12px;top:12px}.fullscreen-download-buttons{gap:.6rem;right:60px;top:16px}.fullscreen-download-btn{font-size:.98rem;padding:.6rem 1.1rem}}.subscription-details{background:#1a202c;border:1px solid #2d3748;border-radius:8px;margin-top:1rem;padding:1rem}.subscription-status{color:#e2e8f0;font-size:.95rem;margin-bottom:.5rem}.status-active{color:#10b981;font-weight:600}.status-cancelled{color:#f59e0b;font-weight:600}.status-ended{color:#ef4444;font-weight:600}.subscription-period{color:#a0aec0;font-size:.9rem;margin-bottom:.3rem}.cancel-subscription-btn{background:linear-gradient(90deg,#ef4444,#dc2626);border:none;border-radius:6px;box-shadow:0 2px 8px #ef444426;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:.8rem;padding:.7rem;transition:all .2s;width:100%}.cancel-subscription-btn:hover:not(:disabled){background:linear-gradient(90deg,#dc2626,#ef4444);box-shadow:0 4px 16px #ef444440;transform:translateY(-1px)}.cancel-subscription-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.no-subscription{text-align:center}.no-subscription p{color:#a0aec0;font-size:.95rem;margin-bottom:.8rem}.upgrade-plan-btn{background:linear-gradient(90deg,#10b981,#059669);border:none;border-radius:6px;box-shadow:0 2px 8px #10b98126;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.7rem;transition:all .2s;width:100%}.upgrade-plan-btn:hover{background:linear-gradient(90deg,#059669,#10b981);box-shadow:0 4px 16px #10b98140;transform:translateY(-1px)}.credit-history-section{background:#181c2480;border:1px solid #23272f;border-radius:10px;margin-top:1.5rem;padding:1.5rem}.credit-history-section h4{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1rem;text-align:center}.credit-history-list{display:flex;flex-direction:column;gap:.8rem}.credit-history-item{align-items:center;background:#23272fcc;border:1px solid #23272f;border-radius:8px;display:flex;justify-content:space-between;padding:.8rem;transition:border-color .2s}.credit-history-item:hover{border-color:#3b82f6}.credit-amount{flex:0 0 80px;text-align:center}.credit-positive{color:#10b981;font-size:1rem;font-weight:700}.credit-negative{color:#ef4444;font-size:1rem;font-weight:700}.credit-description{color:#bbb;flex:1 1;font-size:.9rem;margin:0 1rem;text-align:left}.credit-date{color:#888;flex:0 0 80px;font-size:.8rem;text-align:right}.credit-history-empty{color:#888;font-size:.9rem;font-style:italic;padding:1rem 0;text-align:center}.failed-image-container,.processing-image-container{border-radius:8px;margin-bottom:.7rem;max-width:160px;overflow:hidden;position:relative;width:100%}.failed-image-blur,.processing-image-blur{border-radius:8px;filter:blur(2px) brightness(.7);pointer-events:none;width:100%}.failed-overlay,.processing-overlay{align-items:center;background:#0009;border-radius:8px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0}.processing-spinner{animation:spin 1s linear infinite;border:2px solid #3b82f6;border-radius:50%;border-top-color:#0000;height:24px;margin-bottom:.5rem;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.processing-text{color:#3b82f6}.failed-text,.processing-text{font-size:.8rem;font-weight:600}.failed-text{color:#ef4444}.status-badge{border-radius:4px;display:inline-block;font-size:.7rem;font-weight:600;margin-top:.3rem;padding:.2rem .5rem;text-transform:uppercase}.status-processing{background:#3b82f633;border:1px solid #3b82f6;color:#3b82f6}.status-failed{background:#ef444433;border:1px solid #ef4444;color:#ef4444}.history-item:has(.failed-image-container),.history-item:has(.processing-image-container){cursor:default}.history-item:has(.failed-image-container):hover,.history-item:has(.processing-image-container):hover{border-color:#23272f;box-shadow:0 2px 8px #0000001a;transform:none}.resume-subscription-section{background:#10b9811a;border:1px solid #10b9814d;border-radius:8px;margin-top:1.5rem;padding:1.5rem;text-align:center}.resume-info{color:#fff;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.resume-info strong{color:#10b981}.resume-subscription-btn{align-items:center;background:linear-gradient(90deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 8px #10b98133;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;padding:.8rem 2rem;transition:all .2s ease}.resume-subscription-btn:hover:not(:disabled){background:linear-gradient(90deg,#059669,#047857);box-shadow:0 4px 16px #10b9814d;transform:translateY(-1px)}.resume-subscription-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.resume-subscription-btn:active{transform:translateY(0)}.terms-outer{background:linear-gradient(135deg,#181c24,#23272f);min-height:100vh;padding-top:5.5rem}.terms-titlebox{margin:0 auto 2.5rem;max-width:1200px;padding:0 2rem;text-align:left}.terms-titlebox h2{color:#fff;font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.terms-titlebox p{color:#bbb;font-size:1.1rem;margin-bottom:0}.terms-container{margin:0 auto 3rem;max-width:1200px;padding:0 2rem}.terms-content{background:#181c24fa;border:1.5px solid #23272f;border-radius:16px;box-shadow:0 2px 16px #00000021;padding:2.5rem}.terms-content h1{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:10px;text-align:center}.terms-date{color:#bbb;font-size:1rem;font-style:italic;margin-bottom:40px;text-align:center}.terms-content section{margin-bottom:30px}.terms-content h2{border-bottom:2px solid #23272f;color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:15px;padding-bottom:8px;position:relative}.terms-content h2:after{background:linear-gradient(135deg,#3b82f6,#2563eb);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:50px}.terms-content h3{color:#3b82f6;font-size:1.2rem;font-weight:600;margin:20px 0 10px}.terms-content h4{color:#3b82f6;font-size:1.1rem;font-weight:600;margin:15px 0 8px}.terms-content p{color:#bbb;font-size:1rem;line-height:1.7;margin-bottom:15px}.terms-content ol,.terms-content ul{margin:15px 0;padding-left:20px}.terms-content li{color:#bbb;font-size:1rem;line-height:1.6;margin-bottom:8px}.terms-content strong{color:#fff;font-weight:600}@media (max-width:768px){.terms-container{padding:100px 15px 30px}.terms-content{padding:30px 20px}.language-selector{flex-direction:column;gap:8px;padding:12px}.lang-btn{font-size:.9rem;min-width:auto;padding:12px 16px}.terms-content h1{font-size:2rem}.terms-content h2{font-size:1.3rem}.terms-content h3{font-size:1.1rem}.terms-content h4{font-size:1rem}.terms-content li,.terms-content p{font-size:.95rem}}@media (max-width:480px){.terms-container{padding:90px 10px 20px}.terms-content{padding:25px 15px}.terms-content h1{font-size:1.8rem}.terms-content h2{font-size:1.2rem}.terms-content h3{font-size:1rem}.terms-content h4{font-size:.95rem}.terms-content li,.terms-content p{font-size:.9rem}}.privacy-outer{background:linear-gradient(135deg,#181c24,#23272f);min-height:100vh;padding-top:5.5rem}.privacy-titlebox{margin:0 auto 2.5rem;max-width:1200px;padding:0 2rem;text-align:left}.privacy-titlebox h2{color:#fff;font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.privacy-titlebox p{color:#bbb;font-size:1.1rem;margin-bottom:0}.privacy-container{margin:0 auto 3rem;max-width:1200px;padding:0 2rem}.privacy-content{background:#181c24fa;border:1.5px solid #23272f;border-radius:16px;box-shadow:0 2px 16px #00000021;padding:2.5rem}.privacy-content h1{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:10px;text-align:center}.privacy-date{color:#bbb;font-size:1rem;font-style:italic;margin-bottom:40px;text-align:center}.privacy-content section{margin-bottom:30px}.privacy-content h2{border-bottom:2px solid #23272f;color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:15px;padding-bottom:8px;position:relative}.privacy-content h2:after{background:linear-gradient(135deg,#3b82f6,#2563eb);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:50px}.privacy-content h3{color:#3b82f6;font-size:1.2rem;font-weight:600;margin:20px 0 10px}.privacy-content h4{color:#fff;font-size:1.1rem;font-weight:600;margin:15px 0 8px}.privacy-content p{color:#bbb;font-size:1rem;line-height:1.7;margin-bottom:15px}.privacy-content ul{margin:15px 0;padding-left:20px}.privacy-content li{color:#bbb;font-size:1rem;line-height:1.6;margin-bottom:8px}.privacy-content strong{color:#fff;font-weight:600}.privacy-content a{color:#3b82f6;text-decoration:none;transition:color .3s ease}.privacy-content a:hover{color:#2563eb;text-decoration:underline}.language-selector{background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;display:flex;gap:10px;justify-content:center;margin-bottom:30px;padding:15px}.lang-btn{background:#181c24;border:2px solid #3b82f6;border-radius:8px;color:#3b82f6;cursor:pointer;font-size:.95rem;font-weight:600;min-width:80px;padding:10px 20px;transition:all .3s ease}.lang-btn:hover{background:#3b82f61a;box-shadow:0 4px 12px #3b82f633;transform:translateY(-2px)}.lang-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#0000;box-shadow:0 4px 12px #3b82f64d;color:#fff}.cookie-table,.data-table,.deletion-table,.processor-table{background:#23272f;border:1px solid #23272f;border-radius:12px;box-shadow:0 4px 12px #0003;margin:20px 0;overflow:hidden}.table-row{align-items:center;display:flex;min-height:50px}.table-header{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.9rem;font-weight:600;text-align:center}.table-row:not(.table-header){border-bottom:1px solid #181c24}.table-row:last-child{border-bottom:none}.table-row:not(.table-header):hover{background:#3b82f61a}.table-cell{color:#bbb;flex:1 1;font-size:.9rem;line-height:1.5;padding:12px 10px}.data-table .table-cell:first-child{flex:1.2 1;min-width:100px}.data-table .table-cell:nth-child(2){flex:1.5 1;min-width:150px}.data-table .table-cell:nth-child(3){flex:1.3 1;min-width:120px}.data-table .table-cell:nth-child(4){flex:1.1 1;min-width:100px}.data-table .table-cell:nth-child(5){flex:1.2 1;min-width:110px}.cookie-table .table-cell,.processor-table .table-cell{flex:1 1;min-width:100px}.deletion-table .table-cell{flex:1 1;min-width:120px}@media (max-width:768px){.privacy-container{padding:100px 15px 30px}.privacy-content{padding:30px 20px}.language-selector{flex-direction:column;gap:8px;padding:12px}.lang-btn{font-size:.9rem;min-width:auto;padding:12px 16px}.privacy-content h1{font-size:2rem}.privacy-content h2{font-size:1.3rem}.privacy-content h3{font-size:1.1rem}.privacy-content li,.privacy-content p{font-size:.95rem}.cookie-table,.data-table,.deletion-table,.processor-table{font-size:.85rem}.table-row{align-items:stretch;flex-direction:column;min-height:auto}.table-cell{border-bottom:1px solid #fff3;flex:none;padding:8px 12px}.table-header .table-cell{background:#ffffff1a;font-size:.8rem;font-weight:700}.table-row:not(.table-header) .table-cell:before{color:#667eea;content:attr(data-label);display:block;font-size:.8rem;font-weight:600;margin-bottom:4px}}@media (max-width:480px){.privacy-container{padding:90px 10px 20px}.privacy-content{padding:25px 15px}.privacy-content h1{font-size:1.8rem}.privacy-content h2{font-size:1.2rem}.privacy-content h3{font-size:1rem}.privacy-content li,.privacy-content p{font-size:.9rem}.table-cell{padding:6px 10px}}.refund-process{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:20px 0}.process-step{background:#23272f;border:1px solid #3b82f6;border-radius:12px;box-shadow:0 4px 12px #3b82f61a;padding:20px;text-align:center}.process-step h4{border-bottom:2px solid #3b82f6;color:#3b82f6;font-size:1.1rem;font-weight:700;margin-bottom:10px;padding-bottom:8px}.process-step p{color:#bbb;font-size:.95rem;line-height:1.5;margin-bottom:8px}.refund-timeline{align-items:flex-start;display:flex;justify-content:space-between;margin:20px 0;position:relative}.refund-timeline:before{background:linear-gradient(90deg,#3b82f6,#2563eb);content:"";height:2px;left:0;position:absolute;right:0;top:30px;z-index:1}.timeline-item{background:#23272f;border:2px solid #3b82f6;border-radius:12px;box-shadow:0 4px 12px #3b82f626;flex:1 1;margin:0 10px;padding:20px;position:relative;text-align:center;z-index:2}.timeline-item:first-child{margin-left:0}.timeline-item:last-child{margin-right:0}.timeline-item h4{color:#3b82f6;font-size:1rem;font-weight:700;margin-bottom:10px}.timeline-item p{color:#bbb;font-size:.9rem;line-height:1.4;margin:0}@media (max-width:768px){.refund-process{gap:15px;grid-template-columns:1fr}.refund-timeline{flex-direction:column;gap:15px}.refund-timeline:before{display:none}.timeline-item{margin:0}}.notice-center{margin:48px auto 500px;max-width:1100px;width:92vw}.notice-write{max-width:900px}.notice-table td,.notice-table th{padding:12px 16px}.notice-dropzone{background:#0f172a99;border:2px dashed #94a3b859;border-radius:12px;cursor:pointer;padding:16px;transition:all .2s ease}.notice-dropzone.drag-active{background:#1e3a8a59;border-color:#60a5fa;box-shadow:inset 0 0 0 3px #3b82f633}.notice-dropzone-inner{align-items:center;display:flex;gap:12px}.notice-dropzone-icon{font-size:20px}.notice-dropzone-text{color:#9ca3af;flex:1 1}.notice-dropzone-button{background:#0000;border:1px solid #94a3b866;border-radius:8px;color:#e5e7eb;padding:6px 10px}.notice-attachments-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.notice-content{line-height:1.8;white-space:pre-wrap;word-break:break-word}.notice-content p{margin:0 0 .8rem}.notice-content img{display:block;height:auto;max-width:100%}.notice-attachment-card{background:#0f172a59;border:1px solid #94a3b840;border-radius:10px;overflow:hidden;position:relative}.notice-attachment-thumb{display:block;height:120px;object-fit:cover;width:100%}.notice-attachment-meta{align-items:center;display:flex;justify-content:space-between;padding:8px 10px}.notice-attachment-name{color:#e5e7eb;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice-attachment-size{color:#94a3b8;font-size:12px}.notice-attachment-remove{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:26px;justify-content:center;position:absolute;right:6px;top:6px;width:26px}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#000;--secondary-color:#fff;--accent-color:#333;--text-color:#fff;--background-color:#000;--surface-color:#111;--border-color:#333;--error-color:#f44;--success-color:#00c851;--warning-color:#fb3;--info-color:#33b5e5}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;background-color:var(--background-color);color:#fff;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button,button{background-color:#fff;background-color:var(--secondary-color);border:none;border-radius:4px;color:#000;color:var(--primary-color);cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.button:hover,button:hover{background-color:#333;background-color:var(--accent-color);color:#fff;color:var(--secondary-color)}.inquiry-board-box{min-height:320px;position:relative}.inquiry-table-wrapper{margin-bottom:2.5rem;max-height:340px;min-height:120px;overflow-x:auto}.inquiry-table td,.inquiry-table th{border-bottom:1px solid #23272f}.inquiry-table th{background:#222;color:#fff;font-weight:700;text-align:center}.inquiry-table td{background:#23272f;color:#fff;font-size:1.01rem}.inquiry-status.answered{color:#00c851;color:var(--success-color);font-weight:700}.inquiry-status.pending{color:#fb3;color:var(--warning-color);font-weight:700}.inquiry-write-btn{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:7px;bottom:32px;box-shadow:0 2px 8px #3b82f61a;color:#fff;cursor:pointer;font-size:1.01rem;font-weight:700;min-width:120px;padding:.55rem 1.3rem;position:absolute;right:32px;transition:background .2s}.inquiry-write-btn:hover{background:linear-gradient(90deg,#2563eb,#3b82f6)}@media (max-width:600px){.inquiry-board-box{padding:1.2rem .3rem 2.2rem!important}.inquiry-write-btn{bottom:12px;font-size:.98rem;padding:.45rem .7rem;right:12px;width:120px}.inquiry-table td,.inquiry-table th{font-size:.95rem;padding:.5rem}}.discord-fab{align-items:center;background:linear-gradient(135deg,#5865f2f2,#4e5ae6f2);border:1.5px solid #5865f299;border-radius:999px;bottom:16px;box-shadow:0 10px 30px #5865f259;color:#fff;cursor:pointer;display:inline-flex;font-weight:800;gap:8px;padding:10px 14px;position:fixed;right:16px;transition:transform .12s ease,box-shadow .2s ease,background .2s ease;z-index:3000}.discord-fab:hover{box-shadow:0 12px 36px #5865f273;transform:translateY(-2px)}.discord-fab:active{transform:translateY(0)}.discord-fab .discord-fab-label{font-size:.95rem}@media (max-width:700px){.discord-fab{bottom:12px;padding:10px 12px;right:12px}.discord-fab .discord-fab-label{display:none}}
/*# sourceMappingURL=main.d9d49c96.css.map*/