@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap";:root{--primary-color:#2a2421;--primary-light:#5c5450;--accent-color:#e65f2c;--accent-hover:#cc4e1f;--kakaotalk-color:#fee500;--kakaotalk-hover:#fada0a;--bg-light:#faf9f5;--bg-white:#fff;--text-primary:#2a2421;--text-secondary:#5c5450;--text-muted:#8c807b;--border-light:#2a242114;--border-focus:#e65f2b4d;--shadow-sm:0 2px 4px #2a24210a;--shadow-md:0 8px 16px #2a24210f, 0 2px 4px #2a242108;--shadow-lg:0 16px 32px #2a242114, 0 4px 8px #2a24210a;--shadow-premium:0 30px 60px -15px #2a24211f, 0 4px 10px #2a24210a;--transition-smooth:all .3s cubic-bezier(.16, 1, .3, 1)}[data-theme=dark]{--primary-color:#f5f0eb;--primary-light:#bfbab5;--bg-light:#1a1c1e;--bg-white:#242628;--text-primary:#f5f0eb;--text-secondary:#bfbab5;--text-muted:#8c8580;--border-light:#ffffff14;--border-focus:#e65f2b66;--shadow-sm:0 2px 4px #0003;--shadow-md:0 8px 16px #00000040, 0 2px 4px #00000026;--shadow-lg:0 16px 32px #0000004d, 0 4px 8px #0003;--shadow-premium:0 30px 60px -15px #0006, 0 4px 10px #00000040}[data-theme=dark] body{background-color:var(--bg-light);color:var(--text-primary)}[data-theme=dark] .premium-card{background:var(--bg-white);border-color:var(--border-light)}[data-theme=dark] .premium-card:hover{border-color:#e65f2b4d;box-shadow:0 25px 50px -12px #e65f2b33}[data-theme=dark] .premium-section{background:var(--bg-white);border-color:var(--border-light)}[data-theme=dark] .glow-btn{box-shadow:0 4px 14px #e65f2b73}[data-theme=dark] .outline-btn{color:var(--text-primary);border-color:#fff3}[data-theme=dark] .outline-btn:hover{border-color:var(--text-primary);background:#ffffff0d}[data-theme=dark] .halo-bg-orange{background:radial-gradient(circle,#e65f2b1f 0%,#0000 70%)}[data-theme=dark] .halo-bg-warm{background:radial-gradient(circle,#ffffff08 0%,#0000 70%)}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{color:var(--text-primary)!important;background-color:#2a2c2e!important;border-color:#ffffff1f!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#6b6560!important}[data-theme=dark] ::-webkit-scrollbar-track{background:#1a1c1e}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-primary);-webkit-font-smoothing:antialiased;word-break:keep-all;overflow-wrap:break-word;font-family:Noto Sans KR,Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.62;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;color:var(--primary-color);word-break:keep-all;overflow-wrap:break-word;font-family:Outfit,Noto Sans KR,sans-serif;font-weight:700;line-height:1.35}p{word-break:keep-all;overflow-wrap:break-word}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#2a242126;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}.premium-card{background:var(--bg-white);border:1px solid var(--border-light);box-shadow:var(--shadow-premium);transition:var(--transition-smooth);border-radius:16px}.premium-card:hover{border-color:#e65f2b33;transform:translateY(-4px);box-shadow:0 25px 50px -12px #e65f2b26}.premium-section{box-shadow:var(--shadow-premium);background:#fff;border:1px solid #2a242114;border-radius:20px;margin-bottom:40px;padding:32px;transition:all .5s;position:relative}@media (width<=768px){.premium-section{margin-bottom:24px!important;padding:20px 16px!important}}.glow-btn{background:var(--accent-color);color:#fff;cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #e65f2b59}.glow-btn:before{content:"";background:linear-gradient(120deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.glow-btn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #e65f2b80}.glow-btn:hover:before{left:100%}.outline-btn{color:var(--primary-color);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:1px solid #2a242133;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;display:inline-flex}.outline-btn:hover{border-color:var(--primary-color);background:#2a242108;transform:translateY(-2px)}.app-container{background-color:var(--bg-light);flex-direction:column;min-height:100vh;display:flex}.main-layout{flex:1;display:flex;position:relative;overflow:hidden}.view-split{grid-template-columns:1fr 1fr;width:100%;height:calc(100vh - 60px);display:grid}.pane{height:100%;position:relative;overflow-y:auto}.pane-left{border-right:1px solid var(--border-light);background:#f1f5f9}.pane-right{background:var(--bg-light)}.view-single{width:100%;height:calc(100vh - 70px);overflow-y:auto}.floating-container{z-index:1000;flex-direction:column;gap:12px;transition:right .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:30px;right:30px}@media (width>=769px){.main-content-pane.has-quick-sidebar .planner-header-buttons,.main-content-pane.has-quick-sidebar .planner-summary-bar{margin-right:190px!important}}.floating-btn{cursor:pointer;-webkit-backdrop-filter:blur(8px);border:1px solid #ffffff2e;border-radius:30px;align-items:center;gap:8px;padding:12px 20px;font-size:13px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #2a24211a,0 2px 4px #2a24210d}.floating-btn:after{content:"";opacity:0;background:linear-gradient(90deg,#fff0 0%,#ffffff40 50%,#fff0 100%);width:200%;height:100%;transition:all .75s;position:absolute;top:0;left:-50%;transform:skew(-25deg)}.floating-btn:hover:after{opacity:1;left:125%}.floating-btn:hover{border-color:#ffffff59;transform:translateY(-5px)scale(1.03)translateZ(0)}.floating-btn.kakaotalk{color:#3c1e1e;background:linear-gradient(135deg,#fee500 0%,#f7d100 100%);box-shadow:0 8px 24px #fee50040,0 2px 6px #2a242114}.floating-btn.kakaotalk:hover{background:linear-gradient(135deg,#fff04d 0%,#f7d100 100%);box-shadow:0 16px 36px #fee50066,0 2px 10px #2a24211f}.floating-btn.cta{color:#fff;background:linear-gradient(135deg,#e65f2c 0%,#d4553a 100%);box-shadow:0 8px 24px #e65f2b4d,0 2px 6px #2a242114}.floating-btn.cta:hover{background:linear-gradient(135deg,#ff7643 0%,#d4553a 100%);box-shadow:0 16px 36px #e65f2b73,0 2px 10px #2a24211f}.badge{text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.badge-green{color:#10b981;background-color:#10b98114;border:1px solid #10b98126}.badge-yellow{color:#f59e0b;background-color:#f59e0b14;border:1px solid #f59e0b26}.badge-blue{color:#3b82f6;background-color:#3b82f614;border:1px solid #3b82f626}.halo-bg-orange{filter:blur(40px);pointer-events:none;z-index:0;background:radial-gradient(circle,#e65f2b14 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute}.halo-bg-warm{filter:blur(50px);pointer-events:none;z-index:0;background:radial-gradient(circle,#2a24210a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute}.isometric-view-container{perspective:1500px;transition:var(--transition-smooth)}.isometric-view-board{transform-style:preserve-3d;transition:transform .8s cubic-bezier(.16,1,.3,1);transform:rotateX(55deg)rotate(-40deg)}.block-3d{transform-style:preserve-3d;transition:var(--transition-smooth);position:relative}.block-3d-face{backface-visibility:hidden;width:100%;height:100%;position:absolute}.inset-shadow-premium{box-shadow:inset 0 2px 4px #2a24210f,inset 0 1px 2px #2a24210a}.glass-card-premium{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#ffffffbf;border:1px solid #fff6;box-shadow:0 15px 35px -10px #2a242114}.cursor-dot{pointer-events:none;z-index:9999;mix-blend-mode:difference;background-color:#fff;border-radius:50%;width:6px;height:6px;transition:width .2s,height .2s,background-color .2s;position:fixed;transform:translate(-50%,-50%)}.cursor-ring{pointer-events:none;z-index:9998;mix-blend-mode:difference;border:1.5px solid #ffffffd9;border-radius:50%;width:30px;height:30px;transition:transform 80ms ease-out,width .3s,height .3s,background-color .3s,border-color .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-hovering .cursor-ring{background-color:#fffffff2;border-color:#0000;width:52px;height:52px}.scroll-reveal{opacity:0;transform-style:preserve-3d;perspective:1000px;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);transform:translateY(40px)rotateX(10deg)}.scroll-revealed{opacity:1;transform:translateY(0)rotateX(0)}@keyframes heroGradientPulse{0%,to{background-position:0%}50%{background-position:100%}}.hero-animated-bg{position:relative;overflow:hidden}.hero-animated-bg:before{content:"";pointer-events:none;z-index:0;background-color:#0000;background-image:radial-gradient(at 20%,#e65f2b0f 0%,#0000 50%),radial-gradient(at 80% 20%,#e65f2b0a 0%,#0000 50%),radial-gradient(at 50% 80%,#2a242108 0%,#0000 50%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:200% 200%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;width:200%;height:200%;animation:8s ease-in-out infinite heroGradientPulse;position:absolute;top:-50%;left:-50%}@keyframes floatParticle{0%,to{opacity:.4;transform:translate(0)scale(1)}25%{opacity:.7;transform:translate(30px,-40px)scale(1.2)}50%{opacity:.5;transform:translate(-20px,-80px)scale(.8)}75%{opacity:.6;transform:translate(15px,-30px)scale(1.1)}}.hero-particle{pointer-events:none;z-index:1;animation:floatParticle var(--duration,8s) ease-in-out infinite;animation-delay:var(--delay,0s);border-radius:50%;position:absolute}@keyframes heroTextIn{0%{opacity:0;filter:blur(8px);transform:translateY(30px)}to{opacity:1;filter:blur();transform:translateY(0)}}.hero-text-animate{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) forwards heroTextIn}.hero-text-animate:first-child{animation-delay:.1s}.hero-text-animate:nth-child(2){animation-delay:.3s}.hero-text-animate:nth-child(3){animation-delay:.5s}.hero-text-animate:nth-child(4){animation-delay:.7s}@keyframes countGlow{0%{text-shadow:0 0 #0000}50%{text-shadow:0 0 20px #e65f2b4d}to{text-shadow:0 0 #0000}}.count-up-value{font-variant-numeric:tabular-nums;transition:all .3s}.count-up-value.counting{animation:.8s forwards countGlow}.tilt-card{transform-style:preserve-3d;perspective:1000px;will-change:transform;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s}.tilt-card:hover{box-shadow:0 25px 50px -12px #e65f2b2e,0 0 0 1px #e65f2b1f!important}.tilt-card .card-inner{transition:transform .4s cubic-bezier(.16,1,.3,1);transform:translateZ(20px)}.tilt-card:hover .card-inner{transform:translateZ(40px)}.tilt-card .card-glow{border-radius:inherit;opacity:0;background:radial-gradient(circle 240px at var(--glow-x,50%) var(--glow-y,50%), #ffffff29 0%, #e65f2b1f 40%, transparent 70%);pointer-events:none;z-index:1;transition:opacity .4s;position:absolute;inset:0}.tilt-card:hover .card-glow{opacity:1}.stagger-children>*{opacity:0;transform-style:preserve-3d;backface-visibility:hidden;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(32px)rotateX(8deg)rotateY(-4deg)scale(.96)}.stagger-children.revealed>:first-child{opacity:1;transition-delay:50ms;transform:translateY(0)rotateX(0)rotateY(0)scale(1)}.stagger-children.revealed>:nth-child(2){opacity:1;transition-delay:.15s;transform:translateY(0)rotateX(0)rotateY(0)scale(1)}.stagger-children.revealed>:nth-child(3){opacity:1;transition-delay:.25s;transform:translateY(0)rotateX(0)rotateY(0)scale(1)}.stagger-children.revealed>:nth-child(4){opacity:1;transition-delay:.35s;transform:translateY(0)rotateX(0)rotateY(0)scale(1)}.stagger-children.revealed>:nth-child(5){opacity:1;transition-delay:.45s;transform:translateY(0)rotateX(0)rotateY(0)scale(1)}.stagger-children.revealed>:nth-child(6){opacity:1;transition-delay:.55s;transform:translateY(0)rotateX(0)rotateY(0)scale(1)}@keyframes drawLine{0%{width:0}to{width:100%}}.process-connector{z-index:1;transform-origin:0;opacity:0;background:linear-gradient(90deg,#e65f2c,#8c3d32);height:2px;transition:opacity .3s;position:absolute;top:26px;left:0;right:0}.process-connector.animate{opacity:1;animation:1.5s cubic-bezier(.16,1,.3,1) forwards drawLine}@keyframes borderGlow{0%,to{border-color:#e65f2b33;box-shadow:0 0 15px #e65f2b0d}50%{border-color:#e65f2b80;box-shadow:0 0 30px #e65f2b26}}.glow-border-pulse{animation:3s ease-in-out infinite borderGlow}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-badge{background:linear-gradient(90deg,#e65f2b14 25%,#e65f2b33 50%,#e65f2b14 75%) 0 0/200% 100%;animation:3s ease-in-out infinite shimmer}@keyframes ctaPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.cta-pulse-animate{animation:2s ease-in-out infinite ctaPulse}@keyframes numberSlideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.number-reveal{display:inline-block;overflow:hidden}.number-reveal span{animation:.6s cubic-bezier(.16,1,.3,1) forwards numberSlideIn;animation-delay:var(--delay,0s);opacity:0;display:inline-block}.parallax-img{will-change:transform;transition:transform .6s cubic-bezier(.16,1,.3,1)}.parallax-img:hover{transform:scale(1.05)}.gradient-text{background:linear-gradient(135deg,#2a2421 0%,#e65f2c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=dark] .gradient-text{background:linear-gradient(135deg,#f5f0eb 0%,#e65f2c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes emojiBounce{0%,to{transform:scale(1)}50%{transform:scale(1.3)rotate(5deg)}}.target-card:hover .target-emoji{animation:.5s emojiBounce}@keyframes inputFocusGlow{0%{box-shadow:0 0 #e65f2b4d}to{box-shadow:0 0 0 4px #e65f2b1a}}.quick-form-input:focus{animation:.3s forwards inputFocusGlow;border-color:#e65f2c!important}@keyframes spark{0%{opacity:1;transform:scale(1)translate(0)}50%{transform:scale(1.5) translate(var(--x,10px), var(--y,-10px));opacity:.8}to{transform:scale(0) translate(var(--x,20px), var(--y,-20px));opacity:0}}.sparkle-dot{background-color:orange;border-radius:50%;width:6px;height:6px;animation:.6s ease-out forwards spark;position:absolute;box-shadow:0 0 10px #ff4500,0 0 20px orange}@keyframes furnitureDrop{0%{opacity:0;filter:blur(4px);transform:translateZ(120px)scale(.3)}60%{opacity:1;filter:blur();transform:translateZ(-8px)scale(1.08)}80%{transform:translateZ(6px)scale(.97)}to{opacity:1;filter:blur();transform:translateZ(0)scale(1)}}@keyframes cameraSwing{0%{opacity:1;transform:rotateX(58deg)rotate(-38deg)translateY(-10px)translateZ(15px)scale(1)}30%{opacity:.6;transform:rotateX(45deg)rotate(-50deg)translateY(-30px)translateZ(60px)scale(.85)}70%{opacity:.8;transform:rotateX(62deg)rotate(-30deg)translateY(5px)translateZ(25px)scale(.92)}to{opacity:1;transform:rotateX(58deg)rotate(-38deg)translateY(-10px)translateZ(15px)scale(1)}}@keyframes priceRollUp{0%{opacity:0;transform:translateY(100%)}60%{opacity:1;transform:translateY(-5%)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse3D{0%,to{box-shadow:0 0 8px #e65f2b4d,0 0 20px #e65f2b1a}50%{box-shadow:0 0 18px #e65f2b99,0 0 40px #e65f2b40,0 0 60px #e65f2b1a}}@keyframes particleBurst{0%{opacity:1;transform:translate(0)scale(1)}to{transform:translate(var(--px,20px), var(--py,-20px)) scale(0);opacity:0}}@keyframes reflectionShimmer{0%,to{opacity:.12;transform:scaleY(.3)translateY(2px)}50%{opacity:.2;transform:scaleY(.35)translateY(0)}}.planner-viewport-3d{transition:transform .15s ease-out}.furniture-drop-anim{animation:.9s cubic-bezier(.175,.885,.32,1.275) forwards furnitureDrop}.camera-swing-anim{animation:1.2s cubic-bezier(.16,1,.3,1) forwards cameraSwing}.price-roll-anim{animation:.6s cubic-bezier(.16,1,.3,1) forwards priceRollUp;display:inline-block}.glow-aura-active{animation:2s ease-in-out infinite glowPulse3D}.floor-reflection{filter:blur(3px);pointer-events:none;transform-origin:top;background:linear-gradient(#e65f2b14,#0000 60%);width:100%;height:100%;animation:3s ease-in-out infinite reflectionShimmer;position:absolute;transform:scaleY(-.3)translateY(100%)}.burst-particle{pointer-events:none;background:#e65f2c;border-radius:50%;width:5px;height:5px;animation:.7s ease-out forwards particleBurst;position:absolute;box-shadow:0 0 6px #e65f2bcc}.burst-particle:nth-child(2n){background:orange;width:3px;height:3px}.burst-particle:nth-child(3n){background:#fff;width:4px;height:4px;box-shadow:0 0 6px #fffc}@keyframes conveyorFlow{0%{background-position:0 0}to{background-position:40px 0}}.conveyor-belt-flow{background-image:repeating-linear-gradient(-45deg,#0000,#0000 4px,#ffffff1f 4px 8px);background-size:40px 40px;animation:1.5s linear infinite conveyorFlow}@keyframes pulseWave{0%{opacity:0;left:-20%}20%{opacity:1}80%{opacity:1}to{opacity:0;left:120%}}.conveyor-pulse-wave{border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:25%;height:100%;animation:2.5s ease-in-out infinite pulseWave;position:absolute;top:0}@keyframes sparkBurst{0%{opacity:1;transform:translate(0)scale(1)}50%{opacity:.8}to{transform:translate(var(--sx,15px), var(--sy,-15px)) scale(0);opacity:0}}.spark-particle-enhanced{pointer-events:none;border-radius:50%;animation:.5s ease-out forwards sparkBurst;position:absolute}.spark-particle-enhanced.spark-orange{background:#ff6b2c;box-shadow:0 0 8px #ff6b2c,0 0 16px #ff6b2c66}.spark-particle-enhanced.spark-white{background:#fff;box-shadow:0 0 8px #fff,0 0 12px #fff9}.spark-particle-enhanced.spark-yellow{background:#ffc107;box-shadow:0 0 8px #ffc107,0 0 16px #ffc10766}@keyframes typeIn{0%{opacity:.5;width:0}to{opacity:1;width:100%}}.terminal-type-line{white-space:nowrap;border-right:2px solid #0000;animation:.8s steps(40,end) forwards typeIn;overflow:hidden}.terminal-type-line:last-child{border-right:2px solid #34d399;animation:.8s steps(40,end) forwards typeIn,.8s step-end infinite terminalBlink}@keyframes terminalBlink{0%,to{border-color:#34d399}50%{border-color:#0000}}@keyframes hudGlow{0%,to{border-color:#e65f2b14;box-shadow:0 0 #e65f2b00}50%{border-color:#e65f2b40;box-shadow:0 0 20px 2px #e65f2b0f}}.hud-glow-active{animation:3s ease-in-out infinite hudGlow}@keyframes jointLedBlink{0%,to{fill:#e65f2c;filter:drop-shadow(0 0 3px #e65f2c)}50%{fill:#ff9466;filter:drop-shadow(0 0 8px #ff6b2c)}}.robot-joint-led-active{animation:.8s ease-in-out infinite jointLedBlink}@keyframes statChangeGlow{0%{text-shadow:0 0 12px #e65f2b99;transform:scale(1.04)}to{text-shadow:none;transform:scale(1)}}.stat-value-glow{animation:.5s ease-out statChangeGlow}@keyframes progressFill{0%{width:0}}.process-progress-bar{background:#2a24210f;border-radius:2px;height:3px;margin-top:8px;overflow:hidden}.process-progress-fill{border-radius:2px;height:100%;transition:width .6s;animation:4.5s linear progressFill}@keyframes cubeSlide{0%{opacity:.5;transform:translate(-25%)translateY(-5px)scale(.9)}50%{opacity:1;transform:translate(-50%)translateY(-12px)scale(1.1)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.assemble-transition{animation:.8s cubic-bezier(.175,.885,.32,1.275) forwards assembleIn}@keyframes assembleIn{0%{opacity:0;transform:translateZ(-200px)scale(0)}to{opacity:1;transform:translateZ(0)scale(1)}}@media (width<=768px){h1{letter-spacing:-.03em!important;font-size:25px!important;line-height:1.32!important}h2{letter-spacing:-.025em!important;font-size:19.5px!important;line-height:1.35!important}h3{font-size:15px!important;line-height:1.4!important}.desktop-nav{display:none!important}.mobile-menu-btn{display:block!important}.view-split{grid-template-columns:1fr!important;height:auto!important;overflow-y:visible!important}.pane{height:auto!important;overflow-y:visible!important}.pane-left{border-bottom:1px solid var(--border-light);border-right:none!important}.view-single{height:auto!important;overflow-y:visible!important}.floating-container{gap:8px!important;bottom:20px!important;right:20px!important}.floating-btn{padding:10px 16px!important;font-size:12px!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.benefits-grid{grid-template-columns:1fr!important;gap:16px!important}.planner-container{padding:20px 16px!important}.planner-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.planner-header-buttons{justify-content:space-between!important;width:100%!important}.planner-space-selector{grid-template-columns:1fr!important}.planner-preset-selector{flex-direction:column!important;gap:6px!important}.planner-summary-bar{flex-direction:column!important;align-items:stretch!important;gap:16px!important;padding:16px 12px!important}.planner-summary-bar-price{text-align:left!important;flex-direction:column!important;align-items:flex-start!important;display:flex!important}.dashboard-container{padding:20px 16px!important}.dashboard-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.dashboard-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.dashboard-monitor-panel{padding:20px 12px!important}.dashboard-process-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}}@media (width<=480px){.stats-grid,.dashboard-stats-grid,.dashboard-process-grid{grid-template-columns:1fr!important}}@media (width<=768px){#hero{border-radius:14px!important;padding:32px 14px!important}#hero h1{margin-bottom:14px!important;font-size:26px!important;line-height:1.3!important}#hero p{font-size:13.5px!important;line-height:1.55!important}#trade-process .process-timeline{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:8px;gap:12px!important;display:flex!important;overflow-x:auto!important}#trade-process .process-timeline>div{scroll-snap-align:start;flex-shrink:0;min-width:130px!important}#top-orders .orders-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}#cta-section .cta-grid{grid-template-columns:1fr!important;gap:14px!important}.partner-card-img{height:180px!important;min-height:180px!important}footer{grid-template-columns:1fr!important;gap:24px!important;padding:32px 0!important}img{max-width:100%;height:auto}.premium-card p,.premium-section p{font-size:13px!important;line-height:1.65!important}[style*="gridTemplateColumns: repeat(3"]{grid-template-columns:1fr!important}[style*="gridTemplateColumns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important}.process-step-number{width:36px!important;height:36px!important;font-size:14px!important}}@media (pointer:coarse){.cursor-ring,.cursor-dot{display:none!important}body,a,button,select,input,textarea,[role=button]{cursor:auto!important}}.swipe-tabs{white-space:nowrap;-webkit-overflow-scrolling:touch;gap:8px;padding:8px 4px;display:flex;overflow:auto hidden}.swipe-tabs::-webkit-scrollbar{display:none}.responsive-grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.responsive-grid-2{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=900px){.responsive-grid-3{grid-template-columns:repeat(2,1fr)!important}}@media (width<=768px){.responsive-grid-3,.responsive-grid-2{grid-template-columns:1fr!important;gap:16px!important}}.notice-item{justify-content:space-between;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}@media (width<=768px){.notice-item{flex-direction:column!important;align-items:flex-start!important;gap:6px!important}}.why-tofas-card{background:#fff;border:1px solid #2a24210f;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}@media (width<=768px){.why-tofas-card{flex-direction:column!important;gap:20px!important;padding:20px 16px!important}.why-tofas-card>div{width:100%!important;min-width:100%!important}}.quick-sidebar-floating{-webkit-backdrop-filter:blur(14px);width:175px;box-shadow:var(--shadow-lg), inset 0 1px 0 #ffffff80;z-index:999;background-color:#fff9;border:1px solid #2a242126;border-radius:12px;flex-direction:column;gap:18px;padding:20px 14px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:90px;right:28px;box-sizing:border-box!important;min-width:175px!important}.quick-sidebar-floating.collapsed{border-left:2px solid #e65f2c;right:0;transform:translate(calc(100% - 12px))}.quick-sidebar-toggle-btn{cursor:pointer;color:#e65f2c;z-index:10;-webkit-backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid #2a24211f;border-right:none;border-radius:10px 0 0 10px;outline:none;justify-content:center;align-items:center;width:20px;height:44px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:24px;left:-20px;box-shadow:-4px 4px 12px #2a242114}.quick-sidebar-toggle-btn:hover{color:#fff;background:#e65f2c;width:24px;left:-24px;box-shadow:-4px 8px 16px #e65f2b40}[data-theme=dark] .quick-sidebar-toggle-btn{color:#e65f2c;background:#1e2022d9;border-color:#ffffff14}[data-theme=dark] .quick-sidebar-toggle-btn:hover{color:#fff;background:#e65f2c}[data-theme=dark] .quick-sidebar-floating{background-color:#1e202299;border-color:#ffffff1a;box-shadow:0 16px 32px #0000004d,inset 0 1px #ffffff0d}.quick-sidebar-floating:hover{border-color:#e65f2b4d;transform:translateY(-3px);box-shadow:0 24px 60px #2a24211f}.quick-sidebar-langs{border-bottom:1px dashed #2a24211a;grid-template-columns:repeat(3,1fr);gap:6px;padding-bottom:14px;display:grid}[data-theme=dark] .quick-sidebar-langs{border-bottom-color:#ffffff1a}.lang-flag-btn{cursor:pointer;background:#2a242108;border:1px solid #0000;border-radius:6px;outline:none;flex-direction:column;align-items:center;gap:4px;padding:6px 2px;transition:all .2s;display:flex}[data-theme=dark] .lang-flag-btn{background:#ffffff08}.lang-flag-btn:hover{background:#2a24210f}[data-theme=dark] .lang-flag-btn:hover{background:#ffffff0f}.lang-flag-btn.active{border-color:var(--accent-color);box-shadow:var(--shadow-sm);background:#fff}[data-theme=dark] .lang-flag-btn.active{border-color:var(--accent-color);background:#2a2421}.lang-flag-btn .flag-img{object-fit:cover;border-radius:1px;width:18px;height:12px;box-shadow:0 1px 2px #0000001a}.lang-flag-btn .flag-label{color:var(--text-muted);font-size:10px;font-weight:700}.lang-flag-btn.active .flag-label{color:var(--accent-color)}.quick-sidebar-cs{text-align:center;background:#e65f2b0d;border-bottom:1px dashed #2a24211a;border-radius:6px;flex-direction:column;padding:12px 6px 14px;display:flex}[data-theme=dark] .quick-sidebar-cs{background:#e65f2b1a;border-bottom-color:#ffffff1a}.cs-title{color:var(--accent-color);letter-spacing:.05em;margin-bottom:4px;font-size:9px;font-weight:800}.cs-subtitle{color:var(--text-secondary);margin-bottom:4px;font-size:11px;font-weight:600}[data-theme=dark] .cs-subtitle{color:#eceae6}.cs-phone{color:var(--primary-color);margin-bottom:4px;font-size:14px;font-weight:700}[data-theme=dark] .cs-phone{color:#fff}.cs-email{color:var(--text-muted);font-size:10px;text-decoration:underline}.cs-email:hover{color:var(--accent-color)}.quick-sidebar-nav{flex-direction:column;display:flex}.quick-sidebar-nav ul{flex-direction:column;gap:6px;list-style:none;display:flex}.quick-nav-item{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;align-items:center;gap:10px;padding:8px 6px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;position:relative}[data-theme=dark] .quick-nav-item{color:#eceae6}.quick-nav-item:hover{color:var(--accent-color);background-color:#e65f2b14;transform:translate(3px)}.quick-nav-item .qn-icon{font-size:14px}.quick-nav-item .qn-badge{background-color:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:800;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%);box-shadow:0 2px 5px #e65f2b4d}.quick-sidebar-theme{border-top:1px dashed #2a24211a;justify-content:space-between;align-items:center;padding-top:14px;display:flex}[data-theme=dark] .quick-sidebar-theme{border-top-color:#ffffff1a}.theme-label{color:var(--text-secondary);font-size:11px;font-weight:700}[data-theme=dark] .theme-label{color:#eceae6}.theme-toggle-btn{cursor:pointer;width:32px;height:32px;color:var(--text-primary);background:#2a24210d;border:1px solid #2a242114;border-radius:50%;outline:none;justify-content:center;align-items:center;transition:all .2s;display:flex}[data-theme=dark] .theme-toggle-btn{color:#fff;background:#ffffff1a;border-color:#ffffff26}.theme-toggle-btn:hover{background:#2a24211a;transform:scale(1.08)}[data-theme=dark] .theme-toggle-btn:hover{background:#ffffff26}@media (width<=768px){.quick-sidebar-floating{display:none!important}}.theme-toggle-header{position:relative}.theme-toggle-header:hover{box-shadow:0 0 16px #e65f2b26;border-color:#e65f2b4d!important;transform:scale(1.1)!important}.theme-toggle-header:active{transform:scale(.95)!important}.theme-toggle-header svg{transition:transform .4s cubic-bezier(.16,1,.3,1)}.theme-toggle-header:hover svg{transform:rotate(30deg)}[data-theme=dark] .theme-toggle-header{background:#fdb8131f!important;border-color:#fdb81333!important}[data-theme=dark] .theme-toggle-header:hover{box-shadow:0 0 20px #fdb81326;background:#fdb81333!important;border-color:#fdb81366!important}[data-theme=dark] header,[data-theme=dark] .site-header{background:#1a1c1eeb!important;border-bottom-color:#ffffff0f!important}[data-theme=dark] .why-tofas-card{background:var(--bg-white)!important;border-color:var(--border-light)!important}[data-theme=dark] .notice-item{border-color:var(--border-light)!important}[data-theme=dark] footer{background:#141516!important;border-top-color:#ffffff0f!important}[data-theme=dark] [style*="background: #FFFFFF"],[data-theme=dark] [style*="background: '#FFFFFF'"],[data-theme=dark] [style*="background: rgb(255, 255, 255)"]{background:var(--bg-white)!important}[data-theme=dark] [style*="background: #FAF9F5"],[data-theme=dark] [style*="background: '#FAF9F5'"]{background:#1e2022!important}[data-theme=dark] [style*="border: 1px solid rgba(42, 36, 33"]{border-color:#ffffff14!important}[data-theme=dark] [style*="color: #2A2421"],[data-theme=dark] [style*="color: '#2A2421'"]{color:var(--text-primary)!important}[data-theme=dark] [style*="color: #5C5450"],[data-theme=dark] [style*="color: '#5C5450'"]{color:var(--text-secondary)!important}[data-theme=dark] [style*="color: #8C807B"],[data-theme=dark] [style*="color: '#8C807B'"]{color:var(--text-muted)!important}[data-theme=dark] .mobile-nav-drawer{background:var(--bg-white)!important;border-color:var(--border-light)!important}[data-theme=dark] .mobile-nav-drawer a{color:var(--text-primary)!important}[data-theme=dark] .badge-green{color:#34d399!important;background:#10b98126!important}[data-theme=dark] .badge-yellow{color:#fbbf24!important;background:#f59e0b26!important}[data-theme=dark] .badge-blue{color:#60a5fa!important;background:#3b82f626!important}.marquee-container{width:100%;overflow:hidden}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track:hover{animation-play-state:paused}.marquee-card{color:#5c5450;letter-spacing:-.01em;-webkit-backdrop-filter:blur(8px);background:#ffffff73;border:1px solid #2a242114;border-radius:12px;flex-shrink:0;padding:16px 28px;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #2a242105}.marquee-card:hover{color:#e65f2c;background:#ffffffd9;border-color:#e65f2b59;transform:translateY(-5px)scale(1.04);box-shadow:0 12px 28px #e65f2b1f}[data-theme=dark] .marquee-card{color:#8c807b;background:#1e202273;border-color:#ffffff14;box-shadow:0 4px 12px #00000026}[data-theme=dark] .marquee-card:hover{color:#fff;background:#1e2022d9;border-color:#e65f2b66;box-shadow:0 12px 28px #e65f2b2e}.stats-records-grid,.benefits-layout-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.revenue-records-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.targets-layout-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.cta-layout-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.process-steps-container{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:0;display:flex;position:relative}.process-step-item{flex:1 1 0;align-items:flex-start;min-width:160px;display:flex}.process-arrow{color:#dddad6;flex-shrink:0;align-items:center;margin:0 -4px;padding-top:24px;font-size:18px;display:flex}.quick-apply-form{grid-template-columns:repeat(3,1fr);gap:16px;max-width:700px;margin:0 auto;display:grid}.quick-apply-form-footer{text-align:center;grid-column:span 3}@media (width<=768px){.stats-records-grid{grid-template-columns:repeat(2,1fr);gap:12px}.benefits-layout-grid,.revenue-records-grid{grid-template-columns:1fr;gap:16px}.targets-layout-grid{grid-template-columns:repeat(2,1fr);gap:10px}.cta-layout-grid{grid-template-columns:1fr;gap:16px}.process-steps-container{flex-direction:column;align-items:center;gap:16px}.process-step-item{width:100%;min-width:unset;flex:none;justify-content:center}.process-arrow{align-self:center;margin:8px 0;padding-top:0;transform:rotate(90deg)}.process-connector{display:none!important}.quick-apply-form{grid-template-columns:1fr;gap:12px}.quick-apply-form-footer{grid-column:span 1}.hero-animated-bg{padding:32px 12px!important}.hero-animated-bg h1{font-size:26px!important;line-height:1.35!important}.hero-animated-bg p{margin-bottom:24px!important;font-size:13.5px!important}.marquee-card{padding:10px 20px}.global-view-toggle{display:none!important}}@media (width<=480px){.stats-records-grid,.targets-layout-grid{grid-template-columns:1fr}}.custom-alert-backdrop{-webkit-backdrop-filter:blur(8px);z-index:99999;background:#2a242166;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.custom-alert-box{background:var(--bg-white,#fff);text-align:center;border:1px solid #e65f2b26;border-radius:18px;width:90%;max-width:380px;padding:28px 24px;animation:.3s cubic-bezier(.34,1.56,.64,1) alertScaleIn;position:relative;box-shadow:0 24px 48px -12px #2a24212e}.custom-alert-icon{color:#e65f2c;background:#e65f2b14;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin:0 auto 16px;font-size:20px;font-weight:700;display:flex}.custom-alert-message{color:var(--text-primary,#2a2421);word-break:keep-all;white-space:pre-wrap;margin-bottom:22px;font-size:14px;font-weight:700;line-height:1.62}.custom-alert-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e65f2c 0%,#d4553a 100%);border:none;border-radius:10px;width:100%;padding:12px;font-size:13.5px;font-weight:800;transition:all .2s;box-shadow:0 4px 12px #e65f2b33}.custom-alert-btn:hover{background:linear-gradient(135deg,#ff7643 0%,#d4553a 100%);transform:translateY(-1.5px);box-shadow:0 8px 18px #e65f2b59}@keyframes alertScaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.main-content-pane{padding:0 40px}@media (width<=768px){.main-content-pane{padding:0 12px!important}}.mobile-bottom-nav{display:none}@media (width<=768px){.mobile-bottom-nav{height:64px;padding-bottom:env(safe-area-inset-bottom,0px);-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:9990;background:#ffffffe0;border-top:1px solid #2a242114;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #2a24210f}[data-theme=dark] .mobile-bottom-nav{background:#1a1c1eeb;border-top-color:#ffffff0f;box-shadow:0 -4px 20px #0000004d}.floating-container{display:none!important}.main-content-pane{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))!important}}.mobile-bottom-nav-item{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 0;text-decoration:none;transition:all .2s;display:flex}.mobile-bottom-nav-icon-wrap{color:#8c807b;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.mobile-bottom-nav-item.active .mobile-bottom-nav-icon-wrap{color:#e65f2c;background:#e65f2b1a;transform:scale(1.08)}.mobile-bottom-nav-label{color:#8c807b;font-size:10px;font-weight:600;transition:color .2s}.mobile-bottom-nav-item.active .mobile-bottom-nav-label{color:#e65f2c;font-weight:800}[data-theme=dark] .mobile-bottom-nav-icon-wrap{color:#8c8580}[data-theme=dark] .mobile-bottom-nav-item.active .mobile-bottom-nav-icon-wrap{color:#e65f2c;background:#e65f2b26}[data-theme=dark] .mobile-bottom-nav-label{color:#8c8580}[data-theme=dark] .mobile-bottom-nav-item.active .mobile-bottom-nav-label{color:#e65f2c}.mobile-bottom-nav-item.consult-btn .consult-icon-wrap{background:linear-gradient(135deg,#e65f2c 0%,#d4553a 100%);border-radius:50%;width:42px;height:42px;margin-top:-12px;animation:2.5s ease-in-out infinite consultPulse;box-shadow:0 4px 14px #e65f2b59;color:#fff!important}@keyframes consultPulse{0%,to{box-shadow:0 4px 14px #e65f2b59}50%{box-shadow:0 4px 20px #e65f2b8c,0 0 0 6px #e65f2b1a}}.mobile-bottom-nav-item.consult-btn .mobile-bottom-nav-label{color:#e65f2c;font-weight:800}.mobile-bottomsheet-backdrop{-webkit-backdrop-filter:blur(6px);z-index:9998;opacity:0;pointer-events:none;background:#2a242166;transition:opacity .3s;position:fixed;inset:0}.mobile-bottomsheet-backdrop.open{opacity:1;pointer-events:auto}.mobile-bottomsheet{padding:0 20px 20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:9999;background:#fff;border-radius:20px 20px 0 0;max-height:70vh;transition:transform .35s cubic-bezier(.16,1,.3,1);position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%);box-shadow:0 -10px 40px #2a24211f}.mobile-bottomsheet.open{transform:translateY(0)}[data-theme=dark] .mobile-bottomsheet{background:#242628;box-shadow:0 -10px 40px #0006}.mobile-bottomsheet-handle{cursor:pointer;justify-content:center;padding:12px 0 8px;display:flex}.mobile-bottomsheet-handle-bar{background:#2a242126;border-radius:2px;width:40px;height:4px}[data-theme=dark] .mobile-bottomsheet-handle-bar{background:#ffffff26}.mobile-bottomsheet-header{border-bottom:1px solid #2a24210f;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;display:flex}[data-theme=dark] .mobile-bottomsheet-header{border-bottom-color:#ffffff0f}[data-theme=dark] .mobile-bottomsheet-header h3{color:var(--text-primary)!important}.mobile-bottomsheet-body{flex-direction:column;gap:12px;display:flex}.mobile-bs-cta-card{-webkit-tap-highlight-color:transparent;background:#fafafa;border:1px solid #2a24210f;border-radius:14px;align-items:center;gap:14px;padding:16px;text-decoration:none;transition:all .2s;display:flex}.mobile-bs-cta-card:active{background:#e65f2b0a;transform:scale(.98)}[data-theme=dark] .mobile-bs-cta-card{background:#2a2c2e;border-color:#ffffff0f}.mobile-bs-cta-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.mobile-bs-cta-icon.kakao-icon{background:#fee500}.mobile-bs-cta-icon.phone-icon{color:#10b981;background:#10b9811a}.mobile-bs-cta-icon.apply-icon{color:#e65f2c;background:#e65f2b1a}.mobile-bs-cta-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.mobile-bs-cta-label{color:#2a2421;font-size:15px;font-weight:800}[data-theme=dark] .mobile-bs-cta-label{color:var(--text-primary)}.mobile-bs-cta-desc{color:#8c807b;font-size:12px;font-weight:500}.mobile-bottomsheet-footer{border-top:1px solid #2a24210f;margin-top:16px;padding-top:14px}.mobile-bottomsheet-footer p{color:#8c807b;text-align:center;font-size:11.5px;line-height:1.5}[data-theme=dark] .mobile-bottomsheet-footer{border-top-color:#ffffff0f}.mobile-carousel-wrapper{width:100%;overflow:hidden}.mobile-carousel-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:4px 0 16px;scroll-padding:0 16px;display:flex;overflow-x:auto}.mobile-carousel-track::-webkit-scrollbar{display:none}.mobile-carousel-card{scroll-snap-align:start;flex:0 0 100%;min-width:0}.mobile-carousel-card>*{width:100%!important;height:100%!important}.mobile-carousel-dots{justify-content:center;gap:8px;padding:8px 0 0;display:flex}.mobile-carousel-dot{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#2a24211f;border:none;border-radius:50%;outline:none;width:8px;height:8px;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1)}.mobile-carousel-dot.active{background:#e65f2c;border-radius:4px;width:24px;box-shadow:0 2px 6px #e65f2b4d}[data-theme=dark] .mobile-carousel-dot{background:#ffffff1f}[data-theme=dark] .mobile-carousel-dot.active{background:#e65f2c}.mobile-scroll-indicator{display:none}@media (width<=768px){.mobile-hero-fullscreen{position:relative;border-radius:0!important;flex-direction:column!important;justify-content:center!important;min-height:100svh!important;margin-bottom:0!important;padding:40px 20px!important;display:flex!important}.mobile-scroll-indicator{color:#2a242159;flex-direction:column;align-items:center;gap:6px;margin-top:28px;animation:2s ease-in-out infinite scrollBounce;display:flex}.mobile-scroll-arrow{animation:2s ease-in-out infinite scrollArrowBounce}.mobile-scroll-text{text-transform:uppercase;letter-spacing:.15em;color:#2a24214d;font-size:10px;font-weight:600}[data-theme=dark] .mobile-scroll-indicator{color:#ffffff4d}[data-theme=dark] .mobile-scroll-text{color:#ffffff40}}@keyframes scrollBounce{0%,to{opacity:.5}50%{opacity:1}}@keyframes scrollArrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (width>=769px){.mobile-carousel-wrapper,.mobile-carousel-track,.mobile-carousel-card{display:contents}.mobile-carousel-dots{display:none}}@media (width<=768px){.benefits-carousel .benefits-layout-grid{flex-direction:column!important;gap:20px!important;display:flex!important}.mobile-carousel-card .premium-card{margin-bottom:0!important}.mobile-carousel-track{padding-left:2px;padding-right:2px}}.manual-page{max-width:1200px;margin:0 auto;padding:0 24px 60px}.manual-hero{text-align:center;padding:48px 0 32px}.manual-hero-inner{max-width:640px;margin:0 auto}.manual-hero-badge{color:#e65f2c;letter-spacing:.03em;background:#e65f2b14;border-radius:30px;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:12px;font-weight:800;display:inline-flex}.manual-hero-title{color:#2a2421;letter-spacing:-.02em;margin-bottom:10px;font-size:32px;font-weight:900}[data-theme=dark] .manual-hero-title{color:var(--text-primary)}.manual-hero-desc{color:#5c5450;word-break:keep-all;font-size:14.5px;line-height:1.7}[data-theme=dark] .manual-hero-desc{color:#8c807b}.manual-search-wrap{max-width:520px;margin-top:24px;margin-left:auto;margin-right:auto;position:relative}.manual-search-icon{color:#8c807b;pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.manual-search-input{color:#2a2421;box-sizing:border-box;background:#fff;border:1.5px solid #2a24211a;border-radius:14px;outline:none;width:100%;padding:14px 44px;font-size:14px;font-weight:500;transition:all .2s}.manual-search-input:focus{border-color:#e65f2c;box-shadow:0 0 0 4px #e65f2b14}.manual-search-input::placeholder{color:#b0a8a2}[data-theme=dark] .manual-search-input{color:var(--text-primary);background:#2a2c2e;border-color:#ffffff14}.manual-search-clear{color:#8c807b;cursor:pointer;background:#2a24210f;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:all .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.manual-search-clear:hover{color:#e65f2c;background:#e65f2b1a}.manual-filter-bar{margin-bottom:16px;overflow:hidden}.manual-filter-scroll{-webkit-overflow-scrolling:touch;gap:8px;padding:4px 0;display:flex;overflow-x:auto}.manual-filter-scroll::-webkit-scrollbar{display:none}.manual-filter-chip{color:#5c5450;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:#fff;border:1.5px solid #2a242114;border-radius:30px;outline:none;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.manual-filter-chip:hover{color:#e65f2c;border-color:#e65f2b4d}.manual-filter-chip.active{color:#fff;background:#e65f2c;border-color:#e65f2c}[data-theme=dark] .manual-filter-chip{color:#8c807b;background:#2a2c2e;border-color:#ffffff14}[data-theme=dark] .manual-filter-chip.active{color:#fff;background:#e65f2c}.manual-filter-count{opacity:.7;font-size:11px;font-weight:800}.manual-filter-chip.active .manual-filter-count{opacity:1}.manual-category-menu{flex-wrap:wrap;justify-content:center;gap:20px;margin:32px 0 40px;display:flex}.category-icon-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:14px;outline:none;flex-direction:column;align-items:center;gap:10px;padding:10px 16px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.category-icon-circle{color:#8c807b;background:#2a24210a;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}[data-theme=dark] .category-icon-circle{color:#b0a8a2;background:#ffffff0d}.category-icon-label{color:#5c5450;align-items:center;gap:5px;font-size:13.5px;font-weight:700;transition:color .3s;display:flex}[data-theme=dark] .category-icon-label{color:#b0a8a2}.category-icon-count{color:#8c807b;background:#2a24210f;border-radius:10px;padding:1px 6px;font-size:10.5px;font-weight:800;transition:all .3s}[data-theme=dark] .category-icon-count{color:#b0a8a2;background:#ffffff14}.category-icon-btn:hover .category-icon-circle{color:#e65f2c;background:#e65f2b14;transform:translateY(-3px)}.category-icon-btn:hover .category-icon-label{color:#e65f2c}.category-icon-btn.active .category-icon-circle{color:#fff;background:#e65f2c;transform:translateY(-3px);box-shadow:0 8px 24px #e65f2b40}.category-icon-btn.active .category-icon-label{color:#e65f2c}.category-icon-btn.active .category-icon-count{color:#fff;background:#e65f2c}.manual-results-info{color:#8c807b;margin-bottom:24px;font-size:14px;font-weight:700}.manual-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.manual-card{-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #2a24210f;border-radius:16px;flex-direction:column;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.manual-card:hover{border-color:#e65f2b26;transform:translateY(-4px);box-shadow:0 12px 32px #2a242114}[data-theme=dark] .manual-card{background:#242628;border-color:#ffffff0f}[data-theme=dark] .manual-card:hover{border-color:#e65f2b4d;box-shadow:0 12px 32px #0000004d}.manual-card.document-card{box-sizing:border-box;min-height:190px;padding:24px}.manual-card.document-card .manual-card-body{flex-direction:column;flex:1;justify-content:space-between;gap:12px;height:100%;padding:0;display:flex}.manual-card-meta{justify-content:space-between;align-items:center;width:100%;display:flex}.manual-card-category{color:#e65f2c;text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:850}.manual-card-type-badge{text-transform:uppercase;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:10.5px;font-weight:800;display:inline-flex}.manual-card-type-badge.pdf{color:#ef4444;background:#ef444414}.manual-card-type-badge.image{color:#3b82f6;background:#3b82f614}[data-theme=dark] .manual-card-type-badge.pdf{color:#f87171;background:#ef444426}[data-theme=dark] .manual-card-type-badge.image{color:#60a5fa;background:#3b82f626}.manual-card-title{color:#2a2421;word-break:keep-all;margin:4px 0 0;font-size:16px;font-weight:800;line-height:1.45}[data-theme=dark] .manual-card-title{color:var(--text-primary)}.manual-card-desc{color:#8c807b;flex:1;margin:0;font-size:13px;line-height:1.5}.manual-card-action{color:#e65f2c;align-items:center;gap:4px;margin-top:8px;font-size:13px;font-weight:700;transition:gap .2s;display:flex}.manual-card:hover .manual-card-action{gap:8px}.manual-empty{text-align:center;color:#8c807b;grid-column:1/-1;padding:60px 20px}.manual-empty svg{opacity:.2;margin-bottom:16px}.manual-empty h3{color:#5c5450;margin-bottom:6px;font-size:18px;font-weight:800}[data-theme=dark] .manual-empty h3{color:var(--text-primary)}.manual-empty p{font-size:13px}.manual-info-banner{background:#e65f2b0a;border:1px solid #e65f2b1a;border-radius:16px;align-items:center;gap:16px;margin-top:48px;padding:24px;display:flex}.manual-info-banner-icon{flex-shrink:0;font-size:28px}.manual-info-banner-text strong{color:#2a2421;margin-bottom:4px;font-size:14.5px;font-weight:800;display:block}[data-theme=dark] .manual-info-banner-text strong{color:var(--text-primary)}.manual-info-banner-text p{color:#5c5450;font-size:13px;line-height:1.5}@media (width<=768px){.manual-page{padding:0 16px 80px}.manual-hero{padding:32px 0 24px}.manual-hero-title{font-size:24px}.manual-hero-desc{font-size:13.5px}.manual-grid{grid-template-columns:1fr;gap:16px}.manual-card-thumb{height:auto;padding:8px}.manual-info-banner{text-align:center;flex-direction:column;gap:12px}}.hero-parallax-layer{pointer-events:none;will-change:transform;transition:transform .12s ease-out;position:absolute;inset:0}.hero-typing-cursor{vertical-align:text-bottom;background:#e65f2c;border-radius:1px;width:3px;height:1em;margin-left:2px;animation:.7s step-end infinite typingCursorBlink;display:inline-block}@keyframes typingCursorBlink{0%,to{opacity:1}50%{opacity:0}}.magnetic-btn{will-change:transform;transition:transform .2s cubic-bezier(.25,.46,.45,.94)}.magnetic-btn:hover{box-shadow:0 8px 30px #e65f2b40}.hero-stagger-enter{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards heroStaggerIn;transform:translateY(30px)}@keyframes heroStaggerIn{to{opacity:1;transform:translateY(0)}}.shimmer-badge-enhanced{position:relative;overflow:hidden}.shimmer-badge-enhanced:after{content:"";background:linear-gradient(90deg,#0000 0%,#e65f2b26 45%,#ffffff4d 50%,#e65f2b26 55%,#0000 100%);width:100%;height:100%;animation:3s ease-in-out infinite shimmerSweep;position:absolute;top:0;left:-100%}@keyframes shimmerSweep{0%{left:-100%}to{left:200%}}.stat-flip-card{perspective:800px;transform-style:preserve-3d}.stat-flip-inner{transform-style:preserve-3d;transition:transform .8s cubic-bezier(.16,1,.3,1);transform:rotateY(180deg)}.stat-flip-card.flipped .stat-flip-inner{transform:rotateY(0)}.stat-domino-enter{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(40px)scale(.9)}.stat-domino-enter.visible{opacity:1;transform:translateY(0)scale(1)}.circular-progress-ring{transform:rotate(-90deg)}.circular-progress-ring circle.progress-track{fill:none;stroke:#2a24210f;stroke-width:3px}.circular-progress-ring circle.progress-fill{fill:none;stroke:#e65f2c;stroke-width:3px;stroke-linecap:round;transition:stroke-dashoffset 1.5s cubic-bezier(.16,1,.3,1)}.stat-count-glow{animation:.8s ease-out statCountGlow}@keyframes statCountGlow{0%{text-shadow:0 0 #0000}40%{text-shadow:0 0 20px #e65f2b80,0 0 40px #e65f2b33}to{text-shadow:0 0 #0000}}.shop-tilt-card{transform-style:preserve-3d;will-change:transform;transition:transform .15s ease-out,box-shadow .3s}.shop-tilt-card:hover{box-shadow:0 25px 50px -12px #2a24211f}.shop-card-glow{pointer-events:none;border-radius:inherit;opacity:0;background:radial-gradient(350px circle at var(--glow-x,50%) var(--glow-y,50%), #e65f2b14 0%, transparent 100%);transition:opacity .3s;position:absolute;inset:0}.shop-tilt-card:hover .shop-card-glow{opacity:1}.shop-product-img-wrap{border-radius:12px;position:relative;overflow:hidden}.shop-product-img-wrap img{transition:transform .5s cubic-bezier(.16,1,.3,1)}.shop-tilt-card:hover .shop-product-img-wrap img{transform:scale(1.08)}.shop-product-img-wrap:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(#0000 50%,#2a242140 100%);border-radius:12px;transition:opacity .4s;position:absolute;inset:0}.shop-tilt-card:hover .shop-product-img-wrap:after{opacity:1}.cart-fly-particle{pointer-events:none;z-index:9999;background:#e65f2c;border-radius:50%;width:14px;height:14px;animation:.7s cubic-bezier(.25,.46,.45,.94) forwards cartFly;position:fixed;box-shadow:0 0 10px #e65f2b80}@keyframes cartFly{0%{opacity:1;transform:scale(1)}80%{opacity:.8;transform:scale(.5)}to{opacity:0;transform:scale(0)}}.process-line-draw{z-index:0;background:#2a24210f;border-radius:2px;height:3px;position:absolute;top:50%;left:5%;right:5%;overflow:hidden;transform:translateY(-50%)}.process-line-draw:after{content:"";background:linear-gradient(90deg,#e65f2c,#d4553a,#c04e38,#a44535,#8c3d32);border-radius:2px;width:0%;height:100%;transition:width 1.8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.process-line-draw.animate:after{width:100%}.process-step-pop{opacity:0;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);transform:scale(0)translateY(20px)}.process-step-pop.visible{opacity:1;transform:scale(1)translateY(0)}.step-circle-pulse{position:relative}.step-circle-pulse:before{content:"";opacity:0;border:2px solid;border-radius:50%;animation:2s ease-in-out infinite stepRingPulse;position:absolute;inset:-6px}@keyframes stepRingPulse{0%{opacity:0;transform:scale(.8)}50%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}.process-arrow-animated{color:#0000;position:relative}.process-arrow-animated:after{content:"→";color:#e65f2c;opacity:0;justify-content:center;align-items:center;transition:opacity .5s,transform .5s;display:flex;position:absolute;inset:0;transform:translate(-10px)}.process-arrow-animated.visible:after{opacity:1;transform:translate(0)}.marquee-card-holo{transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;position:relative;overflow:hidden}.marquee-card-holo:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 20%,#ffffff26 45%,#fff6 50%,#ffffff26 55%,#0000 80%);width:80%;height:100%;transition:left .6s;position:absolute;top:0;left:-150%}.marquee-card-holo:hover:after{left:150%}.marquee-card-holo:hover{z-index:5;transform:translateY(-4px)scale(1.03);box-shadow:0 12px 28px #2a242114}.marquee-track-interactive{transition:animation-duration .5s;animation:30s linear infinite marqueeScroll}.marquee-container:hover .marquee-track-interactive{animation-duration:60s}.marquee-card-holo:hover{background:linear-gradient(135deg,#fff 0%,#fff8f4 100%);border-color:#e65f2b33}.category-quick-menu{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px;padding:16px 0;display:flex;overflow-x:auto}.category-quick-menu::-webkit-scrollbar{display:none}.category-icon-btn{border:1px solid var(--border-light);background:var(--bg-white);cursor:pointer;border-radius:14px;flex-direction:column;align-items:center;gap:6px;min-width:72px;padding:12px 10px 8px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.category-icon-btn:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#e65f2b0d 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.category-icon-btn:hover{border-color:#e65f2b40;transform:translateY(-4px);box-shadow:0 8px 20px #e65f2b1a}.category-icon-btn:hover:before{opacity:1}.category-icon-btn.active{background:#e65f2b0f;border-color:#e65f2c;box-shadow:0 4px 14px #e65f2b26}.category-icon-btn.active .category-icon-label{color:#e65f2c;font-weight:800}.category-icon-circle{width:40px;height:40px;color:var(--text-secondary);background:#2a24210a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.category-icon-btn:hover .category-icon-circle{color:#e65f2c;background:#e65f2b14}.category-icon-btn.active .category-icon-circle{color:#e65f2c;background:#e65f2b1f;transform:scale(1.1)}.category-icon-label{color:var(--text-secondary);white-space:nowrap;font-size:11px;font-weight:600;transition:color .2s}[data-theme=dark] .category-icon-btn{background:var(--bg-white);border-color:var(--border-light)}[data-theme=dark] .category-icon-btn:hover{background:#e65f2b14;border-color:#e65f2b4d}[data-theme=dark] .category-icon-btn.active{background:#e65f2b1f;border-color:#e65f2c}@media (width<=768px){.category-quick-menu{flex-wrap:nowrap;justify-content:flex-start;gap:6px;margin-bottom:24px;padding:12px 0}.category-icon-btn{min-width:64px;padding:10px 8px 6px}.category-icon-circle{font-size:20px}.category-icon-label{font-size:10px}}.partner-gallery-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.gallery-card{border:1px solid var(--border-light);background:var(--bg-white);border-radius:12px;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #2a242114}.gallery-card-img{aspect-ratio:4/3;position:relative;overflow:hidden}.gallery-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.gallery-card:hover .gallery-card-img img{transform:scale(1.06)}.gallery-card-overlay{color:#fff;opacity:0;background:linear-gradient(#0000 40%,#2a2421bf 100%);flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:16px;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-card:hover .gallery-card-overlay{opacity:1}.gallery-card-overlay span{margin-top:6px;font-size:14px;font-weight:700}.gallery-card-info{padding:12px 14px}.gallery-partner{color:#e65f2c;font-size:12px;font-weight:800}.gallery-desc{color:var(--text-secondary);margin-top:2px;font-size:12px;font-weight:500}@media (width<=768px){.partner-gallery-grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media (width<=480px){.partner-gallery-grid{grid-template-columns:1fr}}.faq-list{flex-direction:column;gap:8px;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--bg-white);border:1px solid var(--border-light);cursor:pointer;border-radius:12px;transition:all .2s;overflow:hidden}.faq-item:hover{border-color:#e65f2b33;box-shadow:0 2px 8px #e65f2b0f}.faq-item.open{border-color:#e65f2b4d;box-shadow:0 4px 16px #e65f2b14}.faq-question{color:var(--primary-color);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;font-size:14px;font-weight:700;display:flex}.faq-question span{flex:1}.faq-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1)}.faq-item.open .faq-chevron{color:#e65f2c;transform:rotate(180deg)}.faq-answer{padding:0 20px 16px;animation:.3s cubic-bezier(.16,1,.3,1) faqSlideDown}.faq-answer p{color:var(--text-secondary);border-top:1px solid var(--border-light);padding-top:12px;font-size:13px;font-weight:500;line-height:1.7}@keyframes faqSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .gallery-card,[data-theme=dark] .faq-item{background:var(--bg-white)}[data-theme=dark] .faq-item:hover{border-color:#e65f2b4d}.product-breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;padding:8px 0 20px;font-size:12px;display:flex}.product-breadcrumb a{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .2s}.product-breadcrumb a:hover{color:#e65f2c}.product-breadcrumb span{color:var(--primary-color);font-weight:700}.product-detail-layout{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:48px;display:grid}.product-gallery{flex-direction:column;gap:12px;display:flex}.product-main-image{aspect-ratio:4/3;border:1px solid var(--border-light);background:var(--bg-white);cursor:zoom-in;border-radius:16px;position:relative;overflow:hidden}.product-main-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.product-main-image img.zoomed{cursor:zoom-out;transform:scale(1.8)}.product-zoom-hint{color:#fff;opacity:.6;background:#2a242180;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s;display:flex;position:absolute;top:12px;right:12px}.product-main-image:hover .product-zoom-hint{opacity:1}.product-sale-badge{color:#fff;background:#e65f2c;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:800;position:absolute;top:12px;left:12px}.product-thumbnails{gap:8px;display:flex}.product-thumb{cursor:pointer;opacity:.6;background:0 0;border:2px solid #0000;border-radius:8px;width:72px;height:54px;padding:0;transition:all .2s;overflow:hidden}.product-thumb:hover{opacity:.9}.product-thumb.active{opacity:1;border-color:#e65f2c}.product-thumb img{object-fit:cover;width:100%;height:100%}.product-info-panel{flex-direction:column;gap:20px;display:flex}.product-category-tag{color:#e65f2c;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800}.product-title{color:var(--primary-color);margin-top:-8px;font-size:26px;font-weight:850;line-height:1.3}.product-price-block{background:#e65f2b0a;border:1px solid #e65f2b1a;border-radius:12px;padding:16px}.product-price-row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.product-original-price{color:var(--text-muted);font-size:14px;text-decoration:line-through}.product-current-price{color:#e65f2c;font-family:Outfit,sans-serif;font-size:28px;font-weight:900}.product-current-price small{font-size:14px;font-weight:700}.product-discount-tag{color:#fff;background:#e65f2c;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:800}.product-price-note{color:var(--text-muted);margin-top:8px;font-size:11.5px;font-weight:500}.product-option-group{flex-direction:column;gap:8px;display:flex}.product-option-group label{color:var(--primary-color);font-size:13px;font-weight:700}.product-option-value{color:#e65f2c;font-weight:600}.product-color-swatches{gap:8px;display:flex}.color-swatch{border:2px solid var(--border-light);cursor:pointer;background:0 0;border-radius:50%;width:36px;height:36px;padding:3px;transition:all .2s;position:relative}.color-swatch span{border-radius:50%;width:100%;height:100%;display:block}.color-swatch:hover{border-color:#e65f2b66}.color-swatch.active{border-color:#e65f2c;box-shadow:0 0 0 2px #e65f2b33}.swatch-check{color:#fff;filter:drop-shadow(0 1px 2px #00000080);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-size-options{flex-wrap:wrap;gap:8px;display:flex}.size-option{border:1px solid var(--border-light);background:var(--bg-white);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.size-option:hover{color:#e65f2c;border-color:#e65f2b4d}.size-option.active{color:#e65f2c;background:#e65f2b0f;border-color:#e65f2c;font-weight:800}.product-qty-selector{border:1px solid var(--border-light);border-radius:8px;align-items:center;display:inline-flex;overflow:hidden}.product-qty-selector button{background:var(--bg-light);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);border:none;justify-content:center;align-items:center;transition:background .2s;display:flex}.product-qty-selector button:hover{color:#e65f2c;background:#e65f2b14}.product-qty-selector input{border:none;border-left:1px solid var(--border-light);border-right:1px solid var(--border-light);text-align:center;background:var(--bg-white);width:52px;height:36px;color:var(--primary-color);outline:none;font-size:14px;font-weight:700}.product-total-price{background:var(--bg-light);border:1px solid var(--border-light);color:var(--primary-color);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:700;display:flex}.total-amount{color:#e65f2c;font-family:Outfit,sans-serif;font-size:22px;font-weight:900}.total-amount small{font-size:13px;font-weight:700}.product-actions{gap:10px;display:flex}.product-add-btn{flex:1;justify-content:center;align-items:center;gap:8px;display:flex;border-radius:12px!important;padding:14px 24px!important;font-size:15px!important}.product-wish-btn{border:1px solid var(--border-light);background:var(--bg-white);cursor:pointer;width:48px;height:48px;color:var(--text-muted);border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.product-wish-btn:hover{color:#e65f2c;border-color:#e65f2b4d}.product-wish-btn.active{color:#e65f2c;background:#e65f2b0a;border-color:#e65f2c}.product-delivery-info{border:1px solid var(--border-light);background:var(--bg-white);border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.delivery-item{align-items:flex-start;gap:10px;font-size:13px;display:flex}.delivery-item svg{color:var(--text-muted);flex-shrink:0;margin-top:2px}.delivery-item strong{color:var(--primary-color);font-size:13px;font-weight:700;display:block}.delivery-item span{color:var(--text-muted);font-size:11.5px;font-weight:500}.product-detail-bottom{border-top:1px solid var(--border-light);grid-template-columns:2fr 1fr;gap:32px;padding-top:40px;display:grid}.product-description-section h3,.product-specs-section h3{color:var(--primary-color);border-bottom:2px solid var(--border-light);margin-bottom:16px;padding-bottom:12px;font-size:18px;font-weight:800}.product-description-section p{color:var(--text-secondary);margin-bottom:24px;font-size:14px;font-weight:500;line-height:1.8}.product-main-visual{border:1px solid var(--border-light);border-radius:12px;overflow:hidden}.product-main-visual img{width:100%;display:block}.product-specs-table{border-collapse:collapse;width:100%}.product-specs-table tr{border-bottom:1px solid var(--border-light)}.product-specs-table th{text-align:left;color:var(--text-muted);width:80px;padding:10px 0;font-size:12.5px;font-weight:700}.product-specs-table td{color:var(--primary-color);padding:10px 0;font-size:13px;font-weight:600}@media (width<=768px){.product-detail-layout,.product-detail-bottom{grid-template-columns:1fr;gap:24px}.product-title{font-size:22px}.product-current-price{font-size:24px}.product-thumb{width:60px;height:45px}}.shop-card-tags{z-index:2;gap:4px;display:flex;position:absolute;top:8px;left:8px}.shop-tag{letter-spacing:.02em;border-radius:4px;align-items:center;gap:3px;padding:3px 7px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.shop-tag-new{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%)}.shop-tag-sale{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%)}.shop-tag-hot{color:#fff;background:linear-gradient(135deg,#e65f2c 0%,#f59e0b 100%)}.shop-tag-rec{color:#fff;background:linear-gradient(135deg,#059669 0%,#10b981 100%)}.promo-banner-section{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border:1px solid #e65f2b26;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;margin:0 0 40px;padding:32px;display:flex;position:relative;overflow:hidden}.promo-banner-content{flex:1}.promo-banner-tag{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:20px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-flex}.promo-banner-title{color:#fff;margin-bottom:6px;font-size:24px;font-weight:900;line-height:1.3}.promo-banner-desc{color:#fff9;font-size:13px;font-weight:500;line-height:1.6}.promo-banner-items{gap:12px;display:flex}.promo-item-card{text-align:center;background:#ffffff14;border:1px solid #ffffff14;border-radius:12px;min-width:140px;padding:14px;transition:all .2s}.promo-item-card:hover{background:#ffffff1f;border-color:#e65f2b4d}.promo-item-card img{object-fit:cover;border-radius:6px;width:80px;height:60px;margin-bottom:8px}.promo-item-name{color:#fff;margin-bottom:4px;font-size:11px;font-weight:700}.promo-item-price{color:#fff6;font-size:10px;text-decoration:line-through}.promo-item-sale-price{color:#f59e0b;font-family:Outfit,sans-serif;font-size:14px;font-weight:900}.promo-countdown{color:#ef4444;background:#ef44441a;border-radius:4px;align-items:center;gap:4px;margin-top:8px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}@media (width<=768px){.promo-banner-section{flex-direction:column;padding:24px 16px}.promo-banner-items{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.promo-banner-title{font-size:20px}}.coupon-section{-webkit-overflow-scrolling:touch;gap:12px;margin-bottom:40px;padding-bottom:4px;display:flex;overflow-x:auto}.coupon-card{cursor:pointer;background:#e65f2b08;border:1.5px dashed #e65f2b4d;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:6px;min-width:200px;padding:16px;transition:all .25s;display:flex;position:relative;overflow:hidden}.coupon-card:before{content:"";background:linear-gradient(90deg,#e65f2c,#f59e0b);height:3px;position:absolute;top:0;left:0;right:0}.coupon-card:hover{background:#e65f2b0f;border-color:#e65f2c;transform:translateY(-2px);box-shadow:0 4px 12px #e65f2b1a}.coupon-card.downloaded{background:#10b9810a;border-color:#10b9814d}.coupon-card.downloaded:before{background:linear-gradient(90deg,#059669,#10b981)}.coupon-discount{color:#e65f2c;font-family:Outfit,sans-serif;font-size:22px;font-weight:900}.coupon-card.downloaded .coupon-discount{color:#059669}.coupon-name{color:var(--primary-color);text-align:center;font-size:12px;font-weight:700}.coupon-condition{color:var(--text-muted);text-align:center;font-size:10px;font-weight:500}.coupon-download-btn{color:#fff;cursor:pointer;background:#e65f2c;border:none;border-radius:4px;margin-top:4px;padding:4px 12px;font-size:10.5px;font-weight:800;transition:all .2s}.coupon-download-btn:hover{background:#d4553a}.coupon-download-btn.done{cursor:default;background:#059669}[data-theme=dark] .coupon-card{background:#e65f2b0a;border-color:#e65f2b33}.search-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;justify-content:center;align-items:flex-start;padding-top:120px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.search-modal{background:var(--bg-white);border-radius:16px;width:90%;max-width:560px;animation:.3s cubic-bezier(.16,1,.3,1) slideDown;overflow:hidden;box-shadow:0 24px 80px #00000040}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.search-input-wrap{border-bottom:1px solid var(--border-light);align-items:center;gap:10px;padding:16px 20px;display:flex}.search-input-wrap input{color:var(--primary-color);background:0 0;border:none;outline:none;flex:1;font-size:16px;font-weight:600}.search-input-wrap input::placeholder{color:var(--text-muted)}.search-close-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:6px;padding:6px;transition:all .15s}.search-close-btn:hover{background:var(--bg-light);color:var(--primary-color)}.search-results{max-height:320px;padding:8px;overflow-y:auto}.search-result-item{cursor:pointer;color:inherit;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background .15s;display:flex}.search-result-item:hover{background:var(--bg-light)}.search-result-img{object-fit:cover;border:1px solid var(--border-light);border-radius:6px;width:48px;height:36px}.search-result-info{flex:1}.search-result-name{color:var(--primary-color);font-size:13px;font-weight:700}.search-result-cat{color:var(--text-muted);font-size:10.5px;font-weight:500}.search-result-price{color:#e65f2c;font-family:Outfit,sans-serif;font-size:13px;font-weight:800}.search-empty{text-align:center;color:var(--text-muted);padding:32px 16px;font-size:13px;font-weight:500}.quick-sidebar-recent{border-top:1px solid var(--border-color);flex-direction:column;gap:8px;margin-top:16px;padding-top:16px;display:flex}.recent-toggle-btn{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.recent-toggle-btn:hover{background:var(--bg-hover);border-color:var(--primary-color)}.recent-count{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:inline-flex}.recent-products-list{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:8px;max-height:280px;padding:8px;display:flex;overflow-y:auto;box-shadow:0 4px 12px #0000000d}.recent-product-card{border-radius:8px;align-items:center;gap:8px;padding:6px;text-decoration:none;transition:background .2s;display:flex}.recent-product-card:hover{background:var(--bg-hover)}.recent-product-card img{object-fit:cover;border:1px solid var(--border-color);border-radius:6px;width:40px;height:40px}.recent-product-info{flex-direction:column;gap:2px;min-width:0;display:flex}.recent-product-name{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.recent-product-price{color:#e65f2c;font-size:10.5px;font-weight:700}.share-dropdown{background:var(--card-bg);border:1px solid var(--border-color);z-index:9999;border-radius:12px;flex-direction:column;gap:4px;width:140px;padding:8px;display:flex;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 8px 24px #00000014}.share-dropdown button{color:var(--text-color);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:12px;font-weight:600;transition:background .2s;display:flex}.share-dropdown button:hover{background:var(--bg-hover)}.product-reviews-section{border-top:1px solid var(--border-color);margin-top:48px;padding-top:32px}.product-reviews-section h3{color:var(--text-color);margin-bottom:20px;font-size:18px;font-weight:800}.reviews-summary{background:var(--bg-hover);border:1px solid var(--border-color);border-radius:16px;justify-content:center;align-items:center;margin-bottom:24px;padding:24px;display:flex}.reviews-avg{flex-direction:column;align-items:center;gap:6px;display:flex}.avg-score{color:var(--text-color);font-size:36px;font-weight:800;line-height:1}.avg-stars{gap:2px;display:flex}.avg-count{color:var(--text-muted);font-size:12px;font-weight:500}.reviews-list{flex-direction:column;gap:16px;display:flex}.review-card{border:1px solid var(--border-color);background:var(--card-bg);border-radius:16px;flex-direction:column;gap:12px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}.review-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000008}.review-header{justify-content:space-between;align-items:flex-start;display:flex}.review-company{align-items:center;gap:10px;display:flex}.review-logo{background:var(--bg-hover);border:1px solid var(--border-color);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.review-company strong{color:var(--text-color);font-size:14px;font-weight:700;display:block}.review-meta{color:var(--text-muted);font-size:11px;font-weight:500}.review-stars{gap:2px;display:flex}.review-text{color:var(--text-color);font-size:13px;font-weight:500;line-height:1.6}.review-helpful{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;align-self:flex-start;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.review-helpful:hover{color:var(--primary-color);border-color:var(--primary-color);background:var(--bg-hover)}@media (width<=768px){.planner-container{border-radius:14px!important;padding:16px!important}.planner-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;margin-bottom:16px!important;padding-bottom:14px!important}.planner-header h3{font-size:18px!important}.planner-header p{font-size:12px!important}.planner-header-buttons{width:100%;flex-wrap:wrap!important;justify-content:flex-start!important}.planner-grid{grid-template-columns:1fr!important;gap:16px!important}.planner-space-selector{grid-template-columns:1fr 1fr!important;gap:6px!important}.planner-space-selector button{padding:10px 6px!important;font-size:11px!important}.planner-viewport-3d{min-height:200px!important}.planner-summary-bar{flex-direction:column!important;align-items:stretch!important;gap:14px!important;padding:14px!important}.planner-summary-bar-price{text-align:center!important}.planner-summary-bar-price div:last-child{justify-content:center!important}.planner-3d-viewport{min-height:260px!important}}@media (width<=480px){.planner-container{border-radius:12px!important;padding:12px!important}.planner-header h3{font-size:16px!important}.planner-space-selector{grid-template-columns:1fr!important}}.manual-ai-section.ai-neon-glow-container{background:linear-gradient(135deg,#fdfbf7fa 0%,#f8f5f0fa 100%);border:2px solid #e65f2c;border-radius:24px;margin-top:56px;padding:40px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 0 30px #e65f2b2e,0 16px 48px #2a24211a}[data-theme=dark] .manual-ai-section.ai-neon-glow-container{background:linear-gradient(135deg,#181a1cfa 0%,#0e1012fa 100%);border-color:#e65f2c;box-shadow:0 0 35px #e65f2b59,0 16px 48px #00000080}.ai-section-header{text-align:center;margin-bottom:32px}.ai-badge-wrap{color:#e65f2c;letter-spacing:.05em;background:#e65f2b14;border-radius:20px;align-items:center;gap:6px;margin-bottom:12px;padding:5px 12px;font-size:11px;font-weight:800;display:inline-flex}.ai-section-title{color:#2a2421;margin:0 0 8px;font-size:24px;font-weight:900}[data-theme=dark] .ai-section-title{color:var(--text-primary)}.ai-section-desc{color:#8c807b;margin:0;font-size:14px}.ai-console-wrapper{background:#fff;border:1px solid #2a242114;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #2a242108}[data-theme=dark] .ai-console-wrapper{background:#242628;border-color:#ffffff0f}.ai-console-tabs{background:#faf9f8;border-bottom:1px solid #2a24210f;grid-template-columns:repeat(3,1fr);display:grid}[data-theme=dark] .ai-console-tabs{background:#1e2022;border-color:#ffffff0f}.ai-tab-btn{color:#8c807b;cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:13.5px;font-weight:750;transition:all .3s;display:flex}.ai-tab-btn:hover{color:#e65f2c;background:#e65f2b05}.ai-tab-btn.active{color:#e65f2c;background:#fff;border-bottom:2.5px solid #e65f2c}[data-theme=dark] .ai-tab-btn.active{color:#e65f2c;background:#242628}.ai-console-screen{min-height:380px;padding:28px}.ai-screen-planner{grid-template-columns:1.2fr 1fr;gap:28px;height:100%;display:grid}.planner-left{flex-direction:column;display:flex}.planner-upload-zone{text-align:center;background:#2a242103;border:2px dashed #2a24211f;border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:280px;padding:24px;display:flex;position:relative}[data-theme=dark] .planner-upload-zone{background:#ffffff03;border-color:#ffffff1a}.upload-idle h4{color:#5c5450;margin:14px 0 6px;font-size:15px;font-weight:800}[data-theme=dark] .upload-idle h4{color:var(--text-primary)}.upload-idle p{color:#8c807b;margin:0 0 18px;font-size:12.5px}.planner-samples{flex-direction:column;gap:8px;max-width:280px;margin:0 auto;display:flex}.btn-sample{color:#5c5450;cursor:pointer;background:#fff;border:1px solid #2a242114;border-radius:8px;padding:10px 14px;font-size:12.5px;font-weight:700;transition:all .2s;box-shadow:0 2px 6px #00000005}.btn-sample:hover{color:#e65f2c;border-color:#e65f2c;transform:translateY(-1px)}[data-theme=dark] .btn-sample{color:#b0a8a2;background:#2d3032;border-color:#ffffff0f}[data-theme=dark] .btn-sample:hover{color:#e65f2c;border-color:#e65f2c}.upload-scanning{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.scanning-radar-line{z-index:5;background:linear-gradient(90deg,#0000,#e65f2c,#0000);height:3px;animation:2.2s linear infinite scanVertical;position:absolute;left:0;right:0;box-shadow:0 0 15px #e65f2c}@keyframes scanVertical{0%{left:0%}50%{left:100%}to{left:0%}}.scanning-icon{color:#e65f2c;margin-bottom:16px}.upload-scanning h4{color:#e65f2c;margin-bottom:6px;font-size:15px;font-weight:850}.upload-scanning p{color:#8c807b;max-width:280px;font-size:12.5px}.svg-drawing-wrap{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:280px;display:flex}.blueprint-svg{background:#fdfdfd;border-radius:8px;width:100%;box-shadow:inset 0 0 16px #00000005}[data-theme=dark] .blueprint-svg{background:#2d3032}.svg-furniture-item{transform-origin:50%;opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards svgItemReveal}@keyframes svgItemReveal{to{opacity:1}}.blueprint-caption{color:#8c807b;font-size:12px;font-weight:750}.studio-completed-view{width:100%;max-width:280px}.studio-photo-mock{aspect-ratio:16/10;border:1px solid #2a242114;border-radius:8px;position:relative;overflow:hidden}.studio-photo-mock img{object-fit:cover;width:100%;height:100%}.photo-scan-overlay{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);text-shadow:0 1px 4px #00000040;background:#e65f2b26;justify-content:center;align-items:center;font-size:13px;font-weight:850;display:flex;position:absolute;inset:0}.btn-reset{color:#8c807b;cursor:pointer;background:0 0;border:1px solid #2a24211a;border-radius:20px;align-items:center;gap:4px;margin-top:14px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.btn-reset:hover{color:#e65f2c;border-color:#e65f2c}[data-theme=dark] .btn-reset{border-color:#ffffff14}.planner-right{border-left:1px solid #2a24210f;flex-direction:column;justify-content:center;padding-left:28px;display:flex}[data-theme=dark] .planner-right{border-color:#ffffff0f}.planner-right h3{color:#2a2421;margin:0 0 16px;font-size:16px;font-weight:850}[data-theme=dark] .planner-right h3{color:var(--text-primary)}.planner-report-empty{color:#b0a8a2;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:24px 0;font-size:13px;display:flex}.planner-report-content{flex-direction:column;gap:12px;display:flex}.report-badge{color:#10b981;background:#10b98114;border-radius:4px;align-self:flex-start;align-items:center;gap:4px;padding:4px 10px;font-size:10.5px;font-weight:800;display:inline-flex}.report-badge.error-badge{color:#ef4444;background:#ef444414}.planner-report-content h4{color:#2a2421;margin:0;font-size:15.5px;font-weight:850}[data-theme=dark] .planner-report-content h4{color:var(--text-primary)}.report-desc{color:#5c5450;margin:0;font-size:13px;line-height:1.5}[data-theme=dark] .report-desc{color:#b0a8a2}.report-list{color:#5c5450;flex-direction:column;gap:6px;margin:4px 0 12px;padding-left:18px;font-size:13px;display:flex}[data-theme=dark] .report-list{color:#b0a8a2}.btn-add-all-quote{color:#fff;cursor:pointer;background:#e65f2c;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px;font-size:13px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 12px #e65f2b26}.btn-add-all-quote:hover{background:#d4553a;transform:translateY(-1px)}.ai-screen-guide{grid-template-columns:1.2fr 1fr;gap:28px;display:grid}.guide-left{flex-direction:column;display:flex}.camera-view-container{background:#111;border:1px solid #ffffff14;border-radius:16px;flex:1;min-height:300px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000040}.camera-viewport-frame{justify-content:center;align-items:center;width:100%;height:100%;min-height:300px;display:flex;position:relative}.camera-idle-overlay{text-align:center;color:#fff;z-index:10;padding:24px}.camera-idle-overlay h4{margin:12px 0 6px;font-size:14.5px;font-weight:800}.camera-idle-overlay p{color:#fff9;margin-bottom:20px;font-size:12px}.camera-samples{flex-direction:column;gap:8px;max-width:280px;margin:0 auto;display:flex}.scanning-bg-img{object-fit:cover;opacity:.7;width:100%;height:100%}.laser-scanner-horizontal{z-index:5;background:linear-gradient(#0000,#3b82f6,#0000);height:4px;animation:2s linear infinite scanHorizontal;position:absolute;top:0;left:0;right:0;box-shadow:0 0 15px #3b82f6}@keyframes scanHorizontal{0%{top:0%}50%{top:100%}to{top:0%}}.scanner-status-tag{color:#60a5fa;background:#0009;border-radius:4px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:750;display:flex;position:absolute;top:12px;left:12px}.result-bg-img{object-fit:cover;opacity:.85;width:100%;height:100%}.btn-camera-reset{color:#fff;cursor:pointer;z-index:12;background:#000000b3;border:1px solid #ffffff26;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:700;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.laser-target-radar{width:40px;height:40px;position:absolute;transform:translate(-50%,-50%)}.radar-circle-ping{box-sizing:border-box;border:2px solid #ef4444;border-radius:50%;width:100%;height:100%;animation:1.8s ease-out infinite radarPulse;position:absolute}@keyframes radarPulse{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(2.4)}}.radar-target-dot{background:#ef4444;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #ef4444}.radar-card-bubble{color:#2a2421;background:#fff;border-left:4px solid #ef4444;border-radius:8px;gap:8px;width:220px;padding:10px 14px;font-size:12px;display:flex;position:absolute;bottom:50px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}.radar-card-bubble .error-icon{color:#ef4444;flex-shrink:0;margin-top:2px}.bubble-text strong{color:#ef4444;margin-bottom:2px;font-size:12.5px;display:block}.guide-right h3{color:#2a2421;margin:0 0 16px;font-size:16px;font-weight:850}[data-theme=dark] .guide-right h3{color:var(--text-primary)}.guide-report-empty{color:#b0a8a2;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:24px 0;font-size:13px;display:flex}.guide-report-content{flex-direction:column;gap:12px;display:flex}.solution-text{color:#5c5450;margin:0;font-size:13px;line-height:1.6}[data-theme=dark] .solution-text{color:#b0a8a2}.btn-go-manual-pdf{color:#5c5450;background:#fff;border:1px solid #2a24211a;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:12.5px;font-weight:750;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #00000005}.btn-go-manual-pdf:hover{color:#e65f2c;border-color:#e65f2c}[data-theme=dark] .btn-go-manual-pdf{color:#b0a8a2;background:#2d3032;border-color:#ffffff0f}.ai-engine-status-bar{background:#e65f2b08;border:1px solid #e65f2b1f;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 20px;display:flex}.ai-engine-status-left{font-size:12.5px;font-weight:700}.engine-status{align-items:center;gap:6px;display:flex}.engine-status.online{color:#10b981}.engine-status.offline{color:var(--text-muted)}.status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.online{filter:drop-shadow(0 0 4px #10b981);background:#10b981;animation:2s ease-in-out infinite dotPulse}.status-dot.offline{background:#94a3b8}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.4}}.ai-engine-settings-btn{color:#fff;cursor:pointer;background:#e65f2c;border:none;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:700;transition:all .2s;box-shadow:0 4px 10px #e65f2b33}.ai-engine-settings-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #e65f2b59}.ai-cmd-screen{background:var(--bg-white);border:1px solid var(--border-light);border-radius:16px;padding:24px}[data-theme=dark] .ai-cmd-screen{background:#1a1c1e;border-color:#ffffff0f}.ai-cmd-grid{grid-template-columns:1.2fr 1fr;gap:28px;display:grid}.camera-view-container{background:#0a0a0a;border:1px solid #ffffff14;border-radius:16px;min-height:340px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000040}.camera-live-wrapper{cursor:pointer;width:100%;height:100%;min-height:340px;position:relative}.camera-live-img{object-fit:cover;opacity:0;filter:brightness(.55)saturate(1.1);width:100%;height:100%;transition:opacity 1.2s ease-in-out;position:absolute;inset:0}.camera-live-img.active{opacity:1}.camera-crosshair{z-index:5;pointer-events:none;position:absolute;inset:20px}.crosshair-corner{width:28px;height:28px;position:absolute}.crosshair-corner.tl{border-top:2px solid #10b981cc;border-left:2px solid #10b981cc;top:0;left:0}.crosshair-corner.tr{border-top:2px solid #10b981cc;border-right:2px solid #10b981cc;top:0;right:0}.crosshair-corner.bl{border-bottom:2px solid #10b981cc;border-left:2px solid #10b981cc;bottom:0;left:0}.crosshair-corner.br{border-bottom:2px solid #10b981cc;border-right:2px solid #10b981cc;bottom:0;right:0}.hud-status-bar{z-index:10;align-items:center;gap:8px;display:flex;position:absolute;top:12px;left:12px;right:12px}.hud-rec-badge{color:#ef4444;letter-spacing:.05em;background:#ef444426;border-radius:4px;padding:3px 10px;font-size:10px;font-weight:800;animation:1.5s ease-in-out infinite recBlink}@keyframes recBlink{0%,to{opacity:1}50%{opacity:.3}}.hud-rec-badge.active{background:#ef444440;animation:.8s ease-in-out infinite recBlink}.hud-standby-badge{color:#60a5fa;letter-spacing:.05em;background:#3b82f61f;border-radius:4px;align-items:center;gap:4px;padding:3px 10px;font-size:10px;font-weight:800;display:flex}.hud-analyzing-badge{color:#fbbf24;letter-spacing:.1em;background:#fbbf2426;border-radius:4px;padding:3px 10px;font-size:10px;font-weight:800;animation:1s ease-in-out infinite analyzePulse}@keyframes analyzePulse{0%,to{opacity:1}50%{opacity:.5}}.hud-complete-badge{color:#10b981;background:#10b98126;border-radius:4px;padding:3px 10px;font-size:10px;font-weight:800}.hud-confidence-badge{color:#e65f2c;background:#e65f2b26;border-radius:4px;margin-left:auto;padding:3px 10px;font-size:10px;font-weight:800}.camera-center-action{z-index:10;cursor:pointer;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.camera-upload-lens{color:#e65f2c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#e65f2b26;border:2px solid #e65f2b80;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s;display:flex}.camera-upload-lens:hover{background:#e65f2b4d;border-color:#e65f2c;transform:scale(1.1);box-shadow:0 0 30px #e65f2b4d}.upload-lens-text{color:#fffc;font-size:12px;font-weight:700}.camera-sample-bar{z-index:10;background:linear-gradient(#0000,#000000d9);padding:24px 16px 14px;position:absolute;bottom:0;left:0;right:0}.sample-bar-label{color:#ffffff80;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;padding-left:2px;font-size:9.5px;font-weight:700;display:block}.sample-btn-row{flex-wrap:wrap;gap:6px;display:flex}.sample-chip{color:#ffffffd9;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;padding:5px 12px;font-size:11px;font-weight:700;transition:all .2s}.sample-chip:hover{color:#fff;background:#e65f2b40;border-color:#e65f2b80;transform:translateY(-1px)}.camera-scanning-view{position:absolute;inset:0;overflow:hidden}.scan-bg-img{object-fit:cover;opacity:.65;width:100%;height:100%;min-height:340px}.laser-scanner-vertical{z-index:5;background:linear-gradient(90deg,#0000,#8b5cf6,#0000);width:4px;animation:2.4s linear infinite scanVertical;position:absolute;top:0;bottom:0;left:0;box-shadow:0 0 15px #8b5cf6}.scan-grid-overlay{z-index:4;background-image:linear-gradient(#3b82f614 1px,#0000 1px),linear-gradient(90deg,#3b82f614 1px,#0000 1px);background-size:12.5% 16.6667%;animation:.5s ease-out gridFadeIn;position:absolute;inset:0}@keyframes gridFadeIn{0%{opacity:0}to{opacity:1}}.scan-progress-container{z-index:8;background:#00000080;height:4px;position:absolute;bottom:0;left:0;right:0}.scan-progress-fill{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#e65f2c);border-radius:0 2px 2px 0;height:100%;transition:width 50ms linear;box-shadow:0 0 10px #3b82f680}.scan-phase-tag{color:#60a5fa;z-index:9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:750;display:flex;position:absolute;bottom:14px;left:12px}.scan-percent{color:#fbbf24;margin-left:4px;font-weight:900}.camera-result-view{position:absolute;inset:0}.result-bg-img{object-fit:cover;width:100%;height:100%;min-height:340px}.hud-zoom-lens{z-index:8;width:64px;height:64px;position:absolute;transform:translate(-50%,-50%)}.zoom-lens-ring{border:2.5px solid #ef4444cc;border-radius:50%;animation:2s ease-in-out infinite lensGlow;position:absolute;inset:0;box-shadow:0 0 20px #ef44444d,inset 0 0 20px #ef44441a}@keyframes lensGlow{0%,to{box-shadow:0 0 20px #ef44444d,inset 0 0 20px #ef44441a}50%{box-shadow:0 0 35px #ef444480,inset 0 0 30px #ef444433}}.zoom-lens-line-h{background:#ef444480;height:1px;position:absolute;top:50%;left:-6px;right:-6px;transform:translateY(-50%)}.zoom-lens-line-v{background:#ef444480;width:1px;position:absolute;top:-6px;bottom:-6px;left:50%;transform:translate(-50%)}.hud-error-label{color:#fff;letter-spacing:.05em;z-index:9;white-space:nowrap;background:#ef4444e6;border-radius:4px;align-items:center;gap:5px;padding:4px 12px;font-size:10px;font-weight:800;animation:.5s ease-out labelSlideDown;display:flex;position:absolute;transform:translate(-50%)}@keyframes labelSlideDown{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.guide-right{border-left:1px solid #2a24210f;flex-direction:column;justify-content:center;padding-left:28px;display:flex}[data-theme=dark] .guide-right{border-color:#ffffff0f}.guide-right-title{color:#2a2421;margin:0 0 16px;font-size:17px;font-weight:850}[data-theme=dark] .guide-right-title{color:var(--text-primary)}.guide-report-empty{color:#b0a8a2;text-align:center;flex-direction:column;align-items:center;gap:10px;padding:24px 0;font-size:12.5px;line-height:1.6;display:flex}.guide-report-scanning{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:20px 0;display:flex}.scanning-brain-wrap{background:#e65f2b14;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.scanning-brain-icon{color:#e65f2c;animation:1.5s ease-in-out infinite brainPulse}@keyframes brainPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.08)}}.guide-report-scanning h4{color:var(--text-primary);margin:0;font-size:15px;font-weight:850}.scanning-mini-progress{background:#2a24210f;border-radius:2px;width:100%;max-width:200px;height:4px;overflow:hidden}.scanning-mini-fill{background:linear-gradient(90deg,#e65f2c,#f59e0b);border-radius:2px;height:100%;transition:width 50ms linear}.scanning-phase-text{color:var(--text-muted);margin:0;font-size:12px;font-weight:600}.scanning-steps{gap:12px;display:flex}.scanning-steps span{color:var(--text-muted);opacity:.4;padding-left:14px;font-size:10px;font-weight:700;transition:all .3s;position:relative}.scanning-steps span:before{content:"○";color:inherit;position:absolute;left:0}.scanning-steps span.done{opacity:1;color:#10b981}.scanning-steps span.done:before{content:"●";color:#10b981}.guide-report-hud{flex-direction:column;gap:12px;display:flex}.report-status-row{align-items:center;gap:8px;display:flex}.report-badge-ai{color:#e65f2c;background:#e65f2b14;border-radius:4px;padding:3px 10px;font-size:10.5px;font-weight:800}.report-badge-severity{border-radius:4px;padding:3px 10px;font-size:10.5px;font-weight:800}.report-badge-severity.low{color:#10b981;background:#10b98114}.report-badge-severity.medium{color:#f59e0b;background:#fbbf2414}.report-badge-severity.high{color:#ef4444;background:#ef444414}.report-badge-severity.critical{color:#dc2626;background:#dc26261f}.report-api-error-notice{color:#d97706;background:#f59e0b14;border:1px solid #f59e0b40;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:11.5px;font-weight:700;line-height:1.4;display:flex}.report-metrics-row{align-items:center;gap:16px;display:flex}.confidence-ring-wrap{text-align:center;flex-shrink:0}.confidence-ring-fill{transition:stroke-dasharray 1.2s}.confidence-label{color:var(--text-muted);margin-top:2px;font-size:10px;font-weight:700}.scan-summary-cards{flex-direction:column;flex:1;gap:8px;display:flex}.summary-card{border-radius:8px;align-items:center;gap:8px;padding:8px 12px;transition:all .2s;display:flex}.summary-card.ok{background:#10b9810f;border:1px solid #10b98126}.summary-card.ok svg{color:#10b981}.summary-card.error{background:#ef44440f;border:1px solid #ef444426}.summary-card.error svg{color:#ef4444}.summary-num{font-size:16px;font-weight:900}.summary-card.ok .summary-num{color:#10b981}.summary-card.error .summary-num{color:#ef4444}.summary-label{color:var(--text-muted);font-size:11px;font-weight:600}.severity-gauge-wrap{align-items:center;gap:10px;display:flex}.severity-label{color:var(--text-muted);white-space:nowrap;font-size:10.5px;font-weight:800}.severity-gauge-track{background:#2a24210f;border-radius:3px;flex:1;height:6px;overflow:hidden}.severity-gauge-fill{background:linear-gradient(90deg,#fbbf24,#f59e0b,#ef4444);border-radius:3px;height:100%;transition:width 1s}.severity-value{color:#ef4444;font-size:10.5px;font-weight:800}.report-title{color:var(--text-primary);margin:4px 0 0;font-size:15px;font-weight:800}.report-solution{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.6}[data-theme=dark] .guide-report-empty{color:#ffffff4d}[data-theme=dark] .scanning-mini-progress,[data-theme=dark] .severity-gauge-track{background:#ffffff0f}[data-theme=dark] .summary-card.ok{background:#10b98114;border-color:#10b98133}[data-theme=dark] .summary-card.error{background:#ef444414;border-color:#ef444433}@media (width<=768px){.ai-cmd-grid{grid-template-columns:1fr}.guide-right{border-left:none;border-top:1px solid var(--border-light);padding-top:20px;padding-left:0}.camera-view-container,.camera-live-wrapper{min-height:280px}.sample-btn-row{gap:4px}.sample-chip{padding:4px 8px;font-size:10px}.ai-engine-status-bar{flex-direction:column;align-items:flex-start;gap:10px}.report-metrics-row{flex-direction:column;align-items:stretch}.confidence-ring-wrap{align-self:center}}.ai-coming-soon-section{border-radius:20px;min-height:380px;margin-top:60px;position:relative;overflow:hidden}.ai-demo-backdrop{filter:blur(2.5px)brightness(.45)saturate(.7);pointer-events:none;-webkit-user-select:none;user-select:none;grid-template-columns:1.3fr 1fr;gap:0;min-height:380px;display:grid}.ai-demo-viewport{background:#0a0a0a;min-height:380px;position:relative;overflow:hidden}.demo-layer{opacity:0;transition:opacity .8s ease-in-out;position:absolute;inset:0}.demo-layer.active{opacity:1}.ai-demo-report{background:#111;border-left:1px solid #ffffff0d;justify-content:center;align-items:center;display:flex;position:relative}.demo-report-layer{opacity:0;flex-direction:column;justify-content:center;align-items:center;transition:opacity .6s;display:flex;position:absolute;inset:0}.demo-report-layer.active{opacity:1}.demo-mock-badge{color:#e65f2c;background:#e65f2b26;border-radius:4px;margin-bottom:10px;padding:3px 10px;font-size:10px;font-weight:800}.demo-mock-title{color:#ffffffb3;margin-bottom:12px;font-size:14px;font-weight:800}.demo-mock-gauge{color:#fff6;align-items:center;gap:8px;font-size:10px;font-weight:700;display:flex}.demo-gauge-track{background:#ffffff14;border-radius:2px;width:80px;height:4px;overflow:hidden}.demo-gauge-fill{background:linear-gradient(90deg,#e65f2c,#f59e0b);border-radius:2px;width:96.7%;height:100%}.ai-coming-overlay{z-index:10;background:#00000026;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.coming-soon-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;max-width:440px;padding:36px 44px;box-shadow:0 20px 60px #0000004d}.coming-badge-row{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.coming-dev-badge{color:#fbbf24;background:#fbbf2433;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:800}.coming-version-badge{color:#60a5fa;background:#3b82f626;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:800}.coming-title{color:#fff;justify-content:center;align-items:center;gap:8px;margin:0 0 10px;font-size:22px;font-weight:900;display:flex}.coming-title svg{color:#e65f2c}.coming-desc{color:#fff9;margin:0 0 20px;font-size:13px;line-height:1.6}.coming-features{grid-template-columns:1fr 1fr;gap:8px;display:grid}.coming-feature-item{color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:11.5px;font-weight:700;display:flex}.coming-feature-item svg{color:#e65f2c;flex-shrink:0}@media (width<=768px){.ai-demo-backdrop{grid-template-columns:1fr}.ai-demo-report{display:none}.coming-soon-card{margin:0 12px;padding:24px 20px}.coming-title{font-size:18px}.coming-features{grid-template-columns:1fr}}.ai-screen-agent{flex-direction:column;height:420px;display:flex}.agent-engine-selector{background:#faf9f8;border:1px solid #2a24210a;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 16px;font-size:12.5px;display:flex}[data-theme=dark] .agent-engine-selector{background:#1e2022;border-color:#ffffff0f}.engine-status{color:#5c5450;align-items:center;gap:8px;display:flex}[data-theme=dark] .engine-status{color:#b0a8a2}.engine-status-led{border-radius:50%;width:8px;height:8px}.engine-switch-wrap{background:#2a24210f;border-radius:6px;gap:4px;padding:2px;display:flex}[data-theme=dark] .engine-switch-wrap{background:#ffffff0f}.engine-switch-btn{color:#8c807b;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:750;transition:all .2s}.engine-switch-btn.active{color:#e65f2c;background:#fff;box-shadow:0 1px 3px #00000014}[data-theme=dark] .engine-switch-btn.active{color:#e65f2c;background:#2d3032}.agent-chat-window{background:#2a242103;border:1px solid #2a24210f;border-radius:8px;flex-direction:column;flex:1;gap:14px;padding:16px;display:flex;overflow-y:auto}[data-theme=dark] .agent-chat-window{background:#0000000d;border-color:#ffffff0f}.chat-message-bubble{gap:10px;max-width:85%;display:flex}.chat-message-bubble.msg-user{flex-direction:row-reverse;align-self:flex-end}.chat-avatar{background:#2a24210d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}[data-theme=dark] .chat-avatar{background:#ffffff14}.chat-bubble-text-wrap{flex-direction:column;gap:4px;display:flex}.chat-bubble-text{border-radius:12px;padding:10px 14px;font-size:13px;line-height:1.5}.msg-ai .chat-bubble-text{color:#2a2421;background:#fff;border:1px solid #2a24210f}[data-theme=dark] .msg-ai .chat-bubble-text{color:var(--text-primary);background:#2d3032;border-color:#ffffff0f}.msg-user .chat-bubble-text{color:#fff;background:#e65f2c}.chat-msg-time{color:#b0a8a2;align-self:flex-start;font-size:9.5px}.msg-user .chat-msg-time{align-self:flex-end}.chat-items-card{background:#e65f2b0a;border:1px solid #e65f2b26;border-radius:8px;margin-top:8px;padding:12px}.chat-items-card h5{color:#e65f2c;margin:0 0 6px;font-size:11.5px;font-weight:800}.chat-items-list{color:#5c5450;flex-direction:column;gap:4px;margin:0 0 10px;padding-left:14px;font-size:11px;display:flex}[data-theme=dark] .chat-items-list{color:#b0a8a2}.chat-add-to-estimate-btn{color:#fff;cursor:pointer;background:#e65f2c;border:none;border-radius:4px;justify-content:center;align-items:center;gap:4px;width:100%;padding:6px;font-size:11px;font-weight:800;display:flex}.chat-add-to-estimate-btn:hover{background:#d4553a}.typing-indicator span{background:#8c807b;border-radius:50%;width:6px;height:6px;margin-right:4px;animation:1.2s infinite typingBounce;display:inline-block}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.agent-input-control-panel{margin-top:12px}.agent-quick-suggests{gap:8px;margin-bottom:8px;padding:2px 0;display:flex;overflow-x:auto}.agent-quick-suggests::-webkit-scrollbar{display:none}.btn-suggest{color:#5c5450;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #2a24210f;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .2s}.btn-suggest:hover{color:#e65f2c;border-color:#e65f2c}[data-theme=dark] .btn-suggest{color:#b0a8a2;background:#2d3032;border-color:#ffffff0f}.agent-chat-form{gap:8px;display:flex}.agent-chat-form input{color:#2a2421;background:#fff;border:1px solid #2a24211a;border-radius:8px;outline:none;flex:1;padding:10px 14px;font-size:13px}[data-theme=dark] .agent-chat-form input{color:var(--text-primary);background:#2a2c2e;border-color:#ffffff14}.btn-chat-send{color:#fff;cursor:pointer;background:#e65f2c;border:none;border-radius:8px;padding:0 16px;transition:background .2s}.btn-chat-send:hover{background:#d4553a}@media (width<=900px){.ai-screen-planner,.ai-screen-guide{grid-template-columns:1fr;gap:24px}.planner-right,.guide-right{border-top:1px solid #2a24210f;border-left:none;padding-top:20px;padding-left:0}[data-theme=dark] .planner-right,[data-theme=dark] .guide-right{border-color:#ffffff0f}}@media (width<=600px){.manual-ai-section{padding:24px 16px}.ai-tab-btn{padding:12px 6px;font-size:12px}.ai-console-screen{padding:16px}}.partner-card{background:var(--bg-white);border:1px solid var(--border-light);min-width:150px;height:55px;color:var(--text-muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0 20px;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.partner-card:before{content:"";background:linear-gradient(120deg,#0000,#fff3,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}[data-theme=dark] .partner-card:before{background:linear-gradient(120deg,#0000,#ffffff0d,#0000)}.partner-card:hover{border-color:var(--hover-color,var(--text-primary));z-index:10;transform:translateY(-5px)scale(1.05);box-shadow:0 15px 30px #00000014;color:var(--hover-color,var(--text-primary))!important}.partner-card:hover:before{transform:translate(100%)}[data-theme=dark] .partner-card:hover{box-shadow:0 15px 30px #0006}.marquee-track-interactive:hover{animation-play-state:paused!important}.partner-svg{transition:color .4s}@keyframes wallGrow{0%{opacity:0;transform:scaleZ(.01)}to{opacity:1;transform:scaleZ(1)}}.tofas-login-modal-overlay{z-index:10005;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.tofas-login-modal-backdrop{-webkit-backdrop-filter:blur(8px);background:#2a242173;width:100%;height:100%;position:absolute;top:0;left:0}.tofas-login-card{z-index:1;background:#fff;border:1px solid #2a242114;border-radius:24px;width:100%;max-width:440px;max-height:90vh;padding:32px 36px;position:relative;overflow-y:auto;box-shadow:0 24px 60px #2a24211f}[data-theme=dark] .tofas-login-card{color:#eceae6;background:#1a1615;border-color:#ffffff0f;box-shadow:0 24px 60px #00000080}.tofas-login-close{color:#8c807b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.tofas-login-close:hover{color:#2a2421;background:#2a24210d}[data-theme=dark] .tofas-login-close:hover{color:#fff;background:#ffffff0d}.tofas-login-header{text-align:center;margin-bottom:24px}.tofas-login-logo{color:#2a2421;letter-spacing:-.02em;align-items:center;gap:6px;margin-bottom:12px;font-family:Outfit,sans-serif;font-size:20px;font-weight:900;display:inline-flex}[data-theme=dark] .tofas-login-logo{color:#fff}.tofas-login-logo .glow-orange{color:#e65f2c;filter:drop-shadow(0 0 6px #e65f2b66)}.tofas-login-header h2{fontWeight:800;color:#2a2421;letter-spacing:-.02em;margin:0 0 8px;font-size:20px}[data-theme=dark] .tofas-login-header h2{color:#fff}.tofas-login-header p{color:#8c807b;margin:0;font-size:12.5px;line-height:1.5}[data-theme=dark] .tofas-login-header p{color:#a39791}.tofas-login-tabs{background:#2a242108;border:1px solid #2a24210d;border-radius:12px;margin-bottom:24px;padding:4px;display:flex}[data-theme=dark] .tofas-login-tabs{background:#ffffff05;border-color:#ffffff0a}.tofas-login-tabs button{color:#8c807b;cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;padding:10px 0;font-size:13.5px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1)}.tofas-login-tabs button.active{color:#e65f2c;background:#fff;box-shadow:0 2px 8px #2a24210f}[data-theme=dark] .tofas-login-tabs button.active{color:#fff;background:#ffffff14;box-shadow:0 2px 8px #0003}.tofas-login-form{flex-direction:column;gap:16px;display:flex}.tofas-input-field{flex-direction:column;gap:6px;display:flex}.tofas-input-field label{color:#5c5450;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}[data-theme=dark] .tofas-input-field label{color:#a39791}.tofas-input-field input{color:#2a2421;background:#faf9f5;border:1px solid #2a242114;border-radius:10px;outline:none;height:44px;padding:0 16px;font-size:13.5px;transition:all .2s}[data-theme=dark] .tofas-input-field input{color:#eceae6;background:#ffffff05;border-color:#ffffff0f}.tofas-input-field input:focus{background:#fff;border-color:#e65f2c;box-shadow:0 0 0 3px #e65f2b1a}[data-theme=dark] .tofas-input-field input:focus{background:#0003}.tofas-agree-checkboxes{flex-direction:column;gap:10px;margin:4px 0;display:flex}.tofas-agree-checkboxes label{color:#5c5450;cursor:pointer;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}[data-theme=dark] .tofas-agree-checkboxes label{color:#a39791}.tofas-agree-checkboxes input[type=checkbox]{accent-color:#e65f2c;cursor:pointer;width:15px;height:15px}.tofas-btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e65f2c 0%,#d4553a 100%);border:none;border-radius:10px;height:46px;margin-top:8px;font-size:14px;font-weight:800;transition:all .2s;box-shadow:0 4px 12px #e65f2b33}.tofas-btn-submit:hover{transform:translateY(-1px);box-shadow:0 6px 16px #e65f2b4d}.tofas-btn-submit:disabled{color:#a39791;box-shadow:none;cursor:not-allowed;background:#eceae6;transform:none}[data-theme=dark] .tofas-btn-submit:disabled{color:#5c5450;background:#ffffff0d}.tofas-social-divider{color:#8c807b;align-items:center;margin:20px 0;font-size:11px;font-weight:600;display:flex}.tofas-social-divider:before,.tofas-social-divider:after{content:"";background:#2a24210f;flex:1;height:1px}[data-theme=dark] .tofas-social-divider:before,[data-theme=dark] .tofas-social-divider:after{background:#ffffff0f}.tofas-social-divider span{padding:0 12px}.tofas-social-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px;display:grid}.tofas-social-grid .social-btn{cursor:pointer;border:1px solid #2a242114;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:6px;height:40px;font-size:11.5px;font-weight:700;transition:all .2s;display:flex}[data-theme=dark] .tofas-social-grid .social-btn{border-color:#ffffff14}.tofas-social-grid .google{color:#2a2421;background:#fff}[data-theme=dark] .tofas-social-grid .google{color:#eceae6;background:#ffffff05}.tofas-social-grid .kakao{color:#191919;background:#fee500;border:none}.tofas-social-grid .naver{color:#fff;background:#03c75a;border:none}.tofas-social-grid .social-btn:hover{filter:brightness(.96);transform:translateY(-1px)}.tofas-social-grid .naver:hover{filter:brightness(.92)}.tofas-login-links{color:#8c807b;justify-content:center;gap:12px;margin-top:12px;font-size:12px;display:flex}.tofas-login-links button{color:#8c807b;cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:600}.tofas-login-links button:hover{color:#e65f2c}.tofas-btn-back{color:#5c5450;cursor:pointer;background:0 0;border:1px solid #2a242114;border-radius:10px;width:100%;height:40px;margin-top:16px;font-size:12.5px;font-weight:700;transition:all .2s}[data-theme=dark] .tofas-btn-back{color:#a39791;border-color:#ffffff0f}.tofas-btn-back:hover{color:#2a2421;background:#2a242105}[data-theme=dark] .tofas-btn-back:hover{color:#fff;background:#ffffff05}.tofas-alert{border:1px solid;border-radius:10px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:12px;font-weight:600;line-height:1.4;display:flex}.tofas-alert.success{color:#10b981;background:#10b9810d;border-color:#10b98133}.tofas-alert.error{color:#ef4444;background:#ef44440d;border-color:#ef444433}.tofas-social-progress{color:#e65f2c;background:#e65f2b0a;border:1px dashed #e65f2b4d;border-radius:10px;justify-content:center;align-items:center;gap:10px;margin-bottom:16px;padding:12px;font-size:12px;font-weight:700;animation:1.5s infinite pulse;display:flex}.tofas-spinner{border:2px solid #e65f2b33;border-top-color:#e65f2c;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}.animate-slide-up{animation:.3s cubic-bezier(.16,1,.3,1) forwards modalSlideUp}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.tofas-coming-soon-overlay{z-index:10010;-webkit-backdrop-filter:blur(12px);background:#2a242180;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.25s ease-out forwards comingSoonFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes comingSoonFadeIn{0%{opacity:0}to{opacity:1}}.tofas-coming-soon-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:380px;padding:0 32px 28px;animation:.35s cubic-bezier(.16,1,.3,1) forwards comingSoonSlideUp;position:relative;overflow:hidden;box-shadow:0 24px 60px #2a242126,0 0 0 1px #2a24210a}[data-theme=dark] .tofas-coming-soon-card{background:#1a1615;box-shadow:0 24px 60px #00000080,0 0 0 1px #ffffff0f}@keyframes comingSoonSlideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.tofas-coming-soon-accent{background:linear-gradient(90deg,#e65f2c 0%,#ff8c42 40%,#ffb347 70%,#e65f2c 100%) 0 0/200% 100%;height:4px;margin-bottom:28px;animation:3s ease-in-out infinite accentShimmer}@keyframes accentShimmer{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}.tofas-coming-soon-icon{justify-content:center;margin-bottom:20px;display:flex}.tofas-coming-soon-icon-bg{background:linear-gradient(135deg,#e65f2b14 0%,#e65f2b0a 100%);border:1px solid #e65f2b1f;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;animation:2.5s ease-in-out infinite iconPulse;display:flex}[data-theme=dark] .tofas-coming-soon-icon-bg{background:linear-gradient(135deg,#e65f2b26 0%,#e65f2b0f 100%);border-color:#e65f2b33}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 0 #e65f2b26}50%{transform:scale(1.05);box-shadow:0 0 0 8px #e65f2b00}}.tofas-coming-soon-title{color:#2a2421;letter-spacing:-.02em;margin:0 0 10px;font-size:20px;font-weight:850}[data-theme=dark] .tofas-coming-soon-title{color:#fff}.tofas-coming-soon-desc{color:#8c807b;margin:0 0 20px;font-size:13px;line-height:1.7}.tofas-coming-soon-desc strong{color:#e65f2c;font-weight:800}[data-theme=dark] .tofas-coming-soon-desc{color:#a39791}.tofas-coming-soon-notice{text-align:left;background:#e65f2b0a;border:1px solid #e65f2b1a;border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex}[data-theme=dark] .tofas-coming-soon-notice{background:#e65f2b14;border-color:#e65f2b26}.tofas-coming-soon-notice-icon{flex-shrink:0;margin-top:1px;font-size:20px}.tofas-coming-soon-notice strong{color:#e65f2c;margin-bottom:3px;font-size:12.5px;font-weight:800;display:block}.tofas-coming-soon-notice span{color:#8c807b;font-size:11.5px;line-height:1.5}[data-theme=dark] .tofas-coming-soon-notice span{color:#a39791}.tofas-coming-soon-badge{color:#e65f2c;background:linear-gradient(135deg,#e65f2b0f 0%,#ff8c420f 100%);border:1px dashed #e65f2b33;border-radius:20px;align-items:center;gap:6px;margin-bottom:20px;padding:8px 16px;font-size:11px;font-weight:700;display:inline-flex}[data-theme=dark] .tofas-coming-soon-badge{background:linear-gradient(135deg,#e65f2b1a 0%,#ff8c4214 100%)}.tofas-coming-soon-close{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e65f2c 0%,#d4553a 100%);border:none;border-radius:10px;width:100%;height:44px;font-size:13.5px;font-weight:800;transition:all .2s;box-shadow:0 4px 12px #e65f2b33}.tofas-coming-soon-close:hover{transform:translateY(-1px);box-shadow:0 6px 18px #e65f2b4d}.tofas-coming-soon-close:active{transform:translateY(0)}
