@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{font-family:var(--font-pretendard), Inter, sans-serif;color:#0f172a;font-synthesis:none;background:#fff}*{box-sizing:border-box}body{background:#fff;min-width:320px;margin:0}button{font:inherit;cursor:pointer}.site-nav{z-index:20;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:24px;width:100%;height:72px;padding:0 max(24px,50vw - 600px);display:flex;position:sticky;top:0}.site-nav-logo{color:#0f172a;flex:none;align-items:center;gap:11px;text-decoration:none;display:flex}.site-nav-logo img{object-fit:contain;width:39.139px;height:30.222px}.site-nav-logo span{white-space:nowrap;letter-spacing:-.6px;font-size:24px;font-weight:500;line-height:30px}.site-nav-menu{flex:auto;justify-content:center;align-items:center;gap:26px;min-width:0;height:72px;display:flex}.site-nav-menu a{color:#374151;white-space:nowrap;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:4px;height:72px;font-size:15px;font-weight:500;line-height:20px;text-decoration:none;display:flex}.site-nav-menu a i{background:#3b6cf4;border-radius:1px;width:36px;height:2px}.site-nav-item{height:72px;display:flex;position:relative}.site-nav-dropdown{z-index:30;box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #f1f5f9;border-radius:10px;flex-direction:column;gap:2px;min-width:168px;padding:8px;transition:opacity .15s,transform .15s,visibility .15s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(2px);box-shadow:0 14px 30px #0f172a1f}.site-nav-item.has-dropdown:hover .site-nav-dropdown,.site-nav-item.has-dropdown:focus-within .site-nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.site-nav-dropdown a{color:#374151;white-space:nowrap;border-radius:6px;padding:9px 12px;font-size:14px;font-weight:500;line-height:18px;text-decoration:none;display:block}.site-nav-dropdown a:hover,.site-nav-dropdown a:focus{color:#3b6cf4;background:#f3f4f6}@media (min-width:901px){.site-nav-dropdown{justify-content:flex-start;align-items:stretch;gap:2px;width:152px;min-width:152px;height:auto;max-height:none;padding:12px}.site-nav-dropdown a{text-align:left;justify-content:flex-start;align-items:center;height:46px;min-height:46px;padding:10px 12px;display:flex}}.site-nav-profile{color:#334155;flex:none;align-items:center;gap:8px;display:flex}.site-nav-avatar{background:#e2e8f0;border-radius:16px;place-items:center;width:32px;height:32px;display:grid}.site-nav-avatar img{object-fit:contain;width:16px;height:16px}.site-nav-name{white-space:nowrap;font-size:14px;font-weight:600;line-height:20px}.site-nav-chevron{object-fit:contain;width:10px;height:10px}.site-nav-actions{flex:none;align-items:center;gap:8px;display:flex}.site-nav-actions a{white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none;display:inline-flex}.site-nav-login{color:#4b5563;background:#fff;border:1px solid #d1d5db}.site-nav-signup{color:#fff;background:#3b6cf4}.site-nav-toggle{cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:none}.site-nav-toggle:hover{background:#f3f4f6}.site-nav-toggle img{width:20px;height:20px}.site-nav-mobile-categories{display:none}.site-nav-login-compact{color:#3b6cf4;font-family:var(--font-pretendard), Inter, sans-serif;white-space:nowrap;background:#f5f7ff;border-radius:12px;flex:none;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:600;text-decoration:none;display:none}.site-nav-drawer{z-index:100;background:#fff;flex-direction:column;animation:.28s cubic-bezier(.22,1,.36,1) nav-drawer-in;display:flex;position:fixed;inset:0}@keyframes nav-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.site-nav-drawer{animation:none}}.site-nav-drawer-header{border-bottom:1px solid #f1f5f9;flex:none;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.site-nav-drawer-logo{color:#0f172a;align-items:center;gap:4px;text-decoration:none;display:flex}.site-nav-drawer-logo img{object-fit:contain;width:15px;height:12px}.site-nav-drawer-logo span{letter-spacing:-.32px;font-size:16px;font-weight:700}.site-nav-drawer-close{cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.site-nav-drawer-close:hover{background:#f3f4f6}.site-nav-drawer-close img{width:20px;height:20px}.site-nav-drawer-content{-webkit-overflow-scrolling:touch;flex:auto;padding:12px 20px 24px;overflow-y:auto}.site-nav-drawer-row{color:#0f172a;width:100%;font-family:var(--font-pretendard), Inter, sans-serif;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 0;font-size:15px;font-weight:500;text-decoration:none;display:flex}.site-nav-drawer-row.is-active{color:#3b6cf4;font-weight:700}.site-nav-drawer-chevron{width:16px;height:16px;transition:transform .2s}.site-nav-drawer-chevron.is-open{transform:rotate(180deg)}.site-nav-submenu{background:#f8fafc;border-radius:8px;flex-direction:column;gap:12px;width:100%;padding:8px 0 12px 16px;display:flex}.site-nav-submenu a{color:#4b5563;font-family:var(--font-pretendard), Inter, sans-serif;align-items:center;gap:8px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.site-nav-submenu a i{background:#94a3b8;border-radius:2px;flex:none;width:4px;height:4px}.site-nav-submenu a.is-active{color:#3b6cf4;font-weight:600}.site-nav-submenu a.is-active i{background:#3b6cf4}.site-nav-drawer-footer{flex-direction:column;gap:12px;padding-top:24px;display:flex}.site-nav-login-notice{background:#f5f7ff;border-radius:8px;align-items:center;gap:10px;padding:12px;display:flex}.site-nav-login-notice img{flex:none;width:16px;height:16px}.site-nav-login-notice p{color:#4b5563;flex:auto;margin:0;font-size:13px}.site-nav-drawer-buttons{gap:8px;display:flex}.site-nav-drawer-login,.site-nav-drawer-signup{border-radius:8px;flex:1 1 0;justify-content:center;align-items:center;padding:12px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.site-nav-drawer-login{color:#4b5563;background:#fff;border:1px solid #e5e7eb}.site-nav-drawer-signup{color:#fff;background:#3b6cf4}[data-reveal]{opacity:1;transform:none}html.js-reveal-ready [data-reveal]{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform}html.js-reveal-ready [data-reveal].is-visible{opacity:1}html.js-reveal-ready [data-reveal=fade]{opacity:0}html.js-reveal-ready [data-reveal=up]{transform:translateY(36px) rotate(var(--rot,0deg))}html.js-reveal-ready [data-reveal=up].is-visible{transform:translateY(0) rotate(var(--rot,0deg))}html.js-reveal-ready [data-reveal=scale]{transform:translateY(24px)scale(.94)}html.js-reveal-ready [data-reveal=scale].is-visible{transform:translateY(0)scale(1)}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transition:none;transform:none!important}}.hero{background:#fff;width:100%;max-width:none;height:1050px;margin:0 auto;position:relative;overflow:hidden}.hero-inner{max-width:1440px;height:100%;margin:0 auto;position:relative}.decorative-ellipse{background:#e6fff7d9;border-radius:50%;width:340px;height:340px;animation:7s ease-in-out infinite gentle-float;position:absolute;top:420px;left:-90px}.copy-block{z-index:3;flex-direction:column;align-items:flex-start;gap:27px;width:596px;display:flex;position:absolute;top:84px;left:120px}.eyebrow{color:#1a56f0;letter-spacing:-.4px;margin:0;font-size:16px;font-weight:600;line-height:22px}.copy-block h1{color:#0f172a;letter-spacing:-1.9px;width:1000px;margin:0;font-size:76px;font-weight:700;line-height:92px}.copy-block h1 em{color:#1a56f0;font-style:normal;display:inline-block;position:relative}.description{color:#63738f;letter-spacing:-.5px;white-space:nowrap;margin:0;font-size:20px;font-weight:400;line-height:32px}.cta-row{align-items:flex-start;gap:14px;display:flex}.cta-row button{letter-spacing:-.4px;border:1px solid #0000;border-radius:14px;height:58px;font-size:16px;font-weight:600;line-height:22px;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s}.primary-cta{color:#fff;background:#1a56f0;width:176px;box-shadow:0 16px 30px #1a56f052}.primary-cta:hover{transform:translateY(-4px);box-shadow:0 22px 40px #1a56f066}.secondary-cta{color:#0f172a;background:#fff;width:150px;box-shadow:0 10px 22px #0f172914;border-color:#e0e8f2!important}.secondary-cta:hover{transform:translateY(-4px);box-shadow:0 16px 30px #0f17291f}.hero-visual,.hero-person,.hero-media{display:contents}.hero-mobile-photo{display:none}.dashboard-wrap{z-index:2;width:590px;height:702px;position:absolute;top:331px;left:auto;right:0;transform:rotate(-1.5deg)}.dashboard-card{background:#fff;border:1px solid #e0e8f2;border-radius:24px;width:590px;height:590px;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;position:relative;overflow:visible;box-shadow:0 22px 44px #0f172924}.dashboard-wrap:hover .dashboard-card{transform:translateY(-10px);box-shadow:0 32px 58px #0f172933}.browser-bar{background:#f3f6fa;border-radius:24px 24px 0 0;align-items:center;height:54px;display:flex;position:absolute;inset:-1px -1px auto}.browser-dots{gap:8px;margin-left:19px;display:flex}.browser-dots i{border-radius:50%;width:10px;height:10px;display:block}.browser-dots i:first-child{background:#fa7373}.browser-dots i:nth-child(2){background:#fac047}.browser-dots i:nth-child(3){background:#43c673}.browser-bar>span{color:#63738f;letter-spacing:-.3px;margin-left:42px;font-size:12px;line-height:16px}.sidebar{color:#fff;background:#0f172a;width:128px;height:536px;padding:22px 13px;position:absolute;top:53px;left:-1px}.brand{margin-left:10px;font-size:19px;line-height:24px;display:block}.sidebar nav{flex-direction:column;gap:14px;margin-top:20px;display:flex}.sidebar a{color:#b2bfd6;border-radius:9px;align-items:center;height:36px;padding-left:14px;font-size:13px;line-height:18px;text-decoration:none;display:flex}.sidebar a.active{color:#fff;background:#1f3b70;font-weight:600}.dashboard-content{width:382px;position:absolute;top:77px;left:153px}.dashboard-content h2{letter-spacing:-.55px;margin:0;font-size:22px;line-height:28px}.dashboard-subtitle{color:#63738f;letter-spacing:-.3px;margin:4px 0 26px;font-size:12px;line-height:17px}.metric-grid{grid-template-columns:repeat(3,118px);gap:14px;display:grid}.metric-card{background:#fff;border:1px solid #e0e8f2;border-radius:14px;flex-direction:column;height:92px;padding:12px 13px;display:flex}.metric-card span{color:#63738f;letter-spacing:-.275px;white-space:nowrap;font-size:11px;line-height:15px}.metric-card strong{letter-spacing:-.5px;white-space:nowrap;margin-top:6px;font-size:20px;line-height:26px}.metric-card em{color:#10b981;letter-spacing:-.275px;margin-top:4px;font-size:11px;font-style:normal;font-weight:600;line-height:15px}.performance-chart{border:1px solid #e0e8f2;border-radius:16px;height:184px;margin-top:22px;padding:15px 17px;position:relative;overflow:hidden}.chart-heading{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.chart-heading strong{letter-spacing:-.35px;font-size:14px;line-height:20px}.chart-heading span{color:#63738f;letter-spacing:-.275px;margin-right:19px;font-size:11px;line-height:16px}.chart-grid{flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:57px 17px 22px}.chart-grid i{background:#e0e8f2;height:1px;display:block}.growth-line{width:324px;height:78px;position:absolute;top:63px;left:23px;overflow:visible}.growth-line path{fill:none;stroke:#1a56f0;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.growth-line circle{fill:#1a56f0}.growth-line .last-point{fill:#10b981}.dashboard-content h3{letter-spacing:-.35px;margin:18px 0 9px;font-size:14px;line-height:20px}.task-list{flex-direction:column;gap:8px;display:flex}.task-row{color:#0f172a;letter-spacing:-.3px;background:#f3f6fa;border-radius:9px;justify-content:space-between;align-items:center;height:34px;padding:0 12px;font-size:12px;line-height:16px;display:flex}.task-row b{border-radius:11px;justify-content:center;align-items:center;min-width:76px;height:22px;font-size:11px;line-height:15px;display:inline-flex}.task-row .review{color:#3b82f6;background:#3b82f61f}.task-row .progress{color:#10b981;background:#10b9811f}.comparison-card{background:#fff;border:1px solid #e0e8f2;border-radius:18px;width:360px;height:112px;padding:17px 19px;position:absolute;top:557px;left:60px;box-shadow:0 12px 30px #0f17291f}.comparison-card span{color:#63738f;letter-spacing:-.325px;font-size:13px;line-height:18px;display:block}.comparison-card strong{letter-spacing:-.4px;font-size:16px;line-height:22px;position:absolute;top:47px;left:19px}.comparison-card b{color:#1a56f0;font-size:18px;line-height:24px;position:absolute;top:45px;left:145px}.comparison-card em{color:#10b981;letter-spacing:-.4px;font-size:16px;font-style:normal;font-weight:700;line-height:22px;position:absolute;top:47px;left:189px}.person-art{z-index:1;pointer-events:none;filter:drop-shadow(0 30px 36px #0f172938);width:690px;height:677px;position:absolute;top:435px;left:88px;overflow:hidden}.person-art img{object-fit:contain;width:1682px;max-width:none;height:1682px;position:absolute;top:-97px;left:-463px}.icon-strip{background:#1f5eff;width:100%;max-width:none;height:258px;margin:0 auto;position:relative;overflow:hidden}.icon-strip-track{will-change:transform;align-items:center;gap:53px;width:max-content;height:106px;animation:24s linear infinite icon-strip-scroll-left;display:flex;position:absolute;top:76px;left:0}.icon-strip-track:hover{animation-play-state:paused}@keyframes icon-strip-scroll-left{0%{transform:translate(0)}to{transform:translateX(calc(-1 * var(--icon-shift,636px)))}}@keyframes icon-strip-scroll-right{0%{transform:translateX(calc(-1 * var(--icon-shift,636px)))}to{transform:translate(0)}}.strip-icon{flex:0 0 106px;width:106px;height:106px;overflow:hidden}.strip-icon img,.strip-icon svg{object-fit:contain;width:100%;height:100%;display:block}.strip-icon.app,.strip-icon.favicon,.strip-icon.line{border-radius:22px}.strip-icon.profile{border-radius:53px}.concern-section{color:#101a33;background:#fff;width:100%;max-width:none;min-height:1335px;margin:0 auto;position:relative;overflow:hidden}.concern-bg{pointer-events:none;position:absolute}.concern-bg-right{width:587px;height:587px;top:189px;left:calc(50% + 270px)}.concern-bg-left{width:360px;height:360px;top:620px;left:-140px}.concern-heading{text-align:center;width:900px;height:162px;position:absolute;top:107px;left:50%;transform:translate(-50%)}.concern-heading p{color:#1f5eff;letter-spacing:-1px;margin:0;font-size:40px;font-weight:700;line-height:1.4}.concern-heading h2{z-index:1;letter-spacing:-1.9px;margin:0;font-size:76px;font-weight:900;line-height:.92;position:relative}.concern-heading span{background:#1f5eff;border-radius:8px;width:284px;height:15px;position:absolute;top:146px;left:153px;transform:rotate(.18deg);box-shadow:0 10px 20px #1f5eff4d}.concern-cards{flex-direction:column;gap:20px;width:760px;display:flex;position:absolute;top:375px;left:calc(50% - 595px)}.concern-card{border:1px solid;border-radius:26px;align-items:center;gap:26px;width:760px;height:120px;padding:20px 28px;transition:transform .8s cubic-bezier(.22,1,.36,1),box-shadow .25s,opacity .8s cubic-bezier(.22,1,.36,1);display:flex;box-shadow:0 20px 40px #0f1a331a,0 4px 10px #0f1a330d}.concern-card.pink{background:#fff8f8;border-color:#ffdada}.concern-card.amber{background:#fffbf5;border-color:#ffe4bd}.concern-card.purple{background:#faf8ff;border-color:#e4daff}.concern-card.blue{background:#f7fbff;border-color:#cfe5ff}.concern-card:first-child{--rot:-.6deg}.concern-card:nth-child(2){--rot:.5deg}.concern-card:nth-child(3){--rot:-.5deg}.concern-card:nth-child(4){--rot:.6deg}.concern-card:hover{box-shadow:0 28px 52px #0f1a3329,0 6px 14px #0f1a3314}.concern-icon{background:#fff;border-radius:36px;flex:0 0 72px;width:72px;height:72px;position:relative;overflow:hidden;transform:rotate(-6deg)}.concern-icon img{object-fit:contain;width:100%;height:100%;display:block}.concern-card.pink .concern-icon{box-shadow:0 10px 18px #ff5a5a4d}.concern-card.amber .concern-icon{box-shadow:0 10px 18px #f59e0b4d}.concern-card.purple .concern-icon{box-shadow:0 10px 18px #8b5cf64d}.concern-card.blue .concern-icon{box-shadow:0 10px 18px #1f5eff4d}.concern-card-copy{flex-direction:column;justify-content:center;gap:4px;width:600px;height:70px;display:flex;overflow:hidden}.concern-card-copy p{color:#293247;margin:0;font-size:20px;font-weight:500;line-height:1.4}.concern-card-copy strong{color:#111b33;margin:0;font-size:24px;font-weight:700;line-height:1.35}.concern-dot-vertical{width:12px;height:52px;position:absolute;top:933px;left:50%;transform:translate(-50%)}.concern-person{object-fit:cover;pointer-events:none;width:468px;height:647px;position:absolute;top:305px;left:calc(50% + 8px)}.concern-dot-small{width:12px;height:12px;position:absolute;top:432px;left:calc(50% + 441px)}.concern-dot-large{width:25px;height:25px;position:absolute;top:394px;left:calc(50% + 469px)}.concern-badge{width:150px;height:150px;animation:6s ease-in-out infinite gentle-float;position:absolute;top:252px;left:calc(50% + 497px)}.concern-dot-large{animation:5s ease-in-out .3s infinite gentle-float}@keyframes gentle-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-14px)rotate(8deg)}}@media (prefers-reduced-motion:reduce){.concern-badge,.concern-dot-large{animation:none}}.concern-conclusion{text-align:center;color:#101a33;letter-spacing:-1px;width:1000px;margin:0;font-size:42px;font-weight:800;line-height:1.3;position:absolute;top:1005px;left:50%;transform:translate(-50%)}.concern-banner{background:#1f5eff;border-radius:24px;justify-content:center;align-items:center;gap:20px;width:980px;height:104px;padding:22px 28px;display:flex;position:absolute;top:1110px;left:50%;transform:translate(-50%)rotate(-.4deg);box-shadow:0 24px 44px #0d40e547}.concern-banner img{flex:0 0 60px;width:60px;height:60px}.concern-banner p{color:#fff;text-align:center;width:auto;margin:0;font-size:34px;font-weight:800;line-height:1.3}.concern-banner u{text-underline-offset:4px;font-size:36px}@media (max-width:1100px) and (min-width:768px){.hero{height:auto;min-height:1200px}.copy-block{left:7vw}.dashboard-wrap{transform-origin:100% 0;left:auto;right:4vw;transform:rotate(-1.5deg)scale(.82)}.person-art{transform-origin:0 0;left:0;transform:scale(.8)}.copy-block h1{width:auto;font-size:clamp(48px,7vw,76px);line-height:1.2}}@media (max-width:767px){.hero{height:auto;overflow:visible}.decorative-ellipse{display:none}.hero-inner{flex-direction:column;max-width:100%;height:auto;padding:28px 20px 0;display:flex}.copy-block{order:1;gap:14px;width:100%;position:static}.eyebrow{font-size:14px;line-height:20px}.copy-block h1{letter-spacing:-.4px;word-break:keep-all;overflow-wrap:break-word;width:100%;font-size:clamp(30px,8.6vw,38px);line-height:1.3}.description{white-space:normal;word-break:keep-all;letter-spacing:-.2px;width:100%;font-size:16px;line-height:26px}.cta-row{gap:8px;width:100%}.cta-row button,.primary-cta,.secondary-cta{border-radius:10px;flex:1 1 0;width:auto;height:48px;padding:0 12px;font-size:15px}.hero-media{order:2;width:calc(100% + 40px);margin:40px -20px 0;display:block}.hero-media .hero-visual,.hero-media .hero-person{display:none}.hero-mobile-photo{aspect-ratio:auto;object-fit:contain;object-position:center top;border-radius:0;width:100%;height:auto;display:block}}@media (max-width:1100px) and (min-width:768px){.concern-section{min-height:1120px}.concern-heading{width:calc(100% - 48px);top:70px}.concern-heading p{font-size:30px}.concern-heading h2{font-size:clamp(42px,8vw,76px)}.concern-heading span{width:220px;left:50%;transform:translate(-50%)rotate(.18deg)}.concern-cards{gap:14px;width:calc(100% - 48px);top:280px;left:24px}.concern-card{width:100%;height:auto;min-height:96px;padding:16px 18px;transform:none!important}.concern-card-copy{width:calc(100% - 86px);height:auto}.concern-card-copy p{font-size:15px}.concern-card-copy strong{font-size:17px;line-height:1.3}.concern-icon{border-radius:28px;flex:0 0 56px;width:56px;height:56px}.concern-person{opacity:.18;width:260px;height:360px;top:830px;left:auto;right:-100px}.concern-bg-right{left:auto;right:-300px}.concern-conclusion{word-break:keep-all;width:calc(100% - 48px);font-size:26px;top:800px}.concern-banner{width:calc(100% - 48px);height:auto;min-height:104px;top:900px;transform:translate(-50%)}.concern-banner p{word-break:keep-all;width:auto;font-size:18px}.concern-banner u{font-size:20px}}.concern-desktop{display:contents}.concern-mobile{display:none}@media (max-width:767px){.concern-section{min-height:0;padding:0;overflow:hidden}.concern-desktop{display:none}.concern-mobile{flex-direction:column;padding:40px 24px;display:flex;position:relative}.concern-mobile-bg{opacity:.08;pointer-events:none;position:absolute;inset:0}.concern-mobile-bg img{object-fit:cover;width:100%;height:100%}.concern-mobile-header{flex-direction:column;gap:12px;display:flex;position:relative}.concern-mobile-eyebrow{align-items:center;gap:8px;display:flex}.concern-mobile-eyebrow i{background:#3b82f6;flex:0 0 2px;width:2px;height:12px;display:block}.concern-mobile-eyebrow span{color:#3b82f6;white-space:nowrap;font-size:12px;font-weight:700}.concern-mobile-title{color:#0f172a;letter-spacing:-.56px;word-break:keep-all;margin:0;font-size:28px;font-weight:900;line-height:1.2}.concern-mobile-sub{color:#64748b;margin:0;font-size:14px;line-height:1.5}.concern-mobile-points{flex-direction:column;gap:18px;margin-top:32px;display:flex;position:relative}.concern-mobile-card{background:#fff;border:1px solid #e0e8f2;border-radius:18px;flex-direction:column;gap:12px;padding:18px;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s;display:flex;box-shadow:0 16px 30px #0f172a14,0 4px 10px #0f172a0a}.concern-mobile-card:active{transform:scale(.98) rotate(var(--rot,0deg));box-shadow:0 8px 16px #0f172a1a}.concern-mobile-card:first-child{--rot:-1deg}.concern-mobile-card:nth-child(2){--rot:.8deg}.concern-mobile-card:nth-child(3){--rot:-.8deg}.concern-mobile-card:nth-child(4){--rot:1deg}.concern-mobile-label{align-items:center;gap:8px;display:flex}.concern-mobile-label i{background:#3b82f6;flex:0 0 2px;width:2px;height:12px;display:block}.concern-mobile-label span{color:#3b82f6;letter-spacing:.2px;white-space:nowrap;background:#3b82f61a;border-radius:12px;padding:3px 10px;font-size:12px;font-weight:700}.concern-mobile-quote{color:#0f172a;letter-spacing:-.16px;margin:0;font-size:16px;font-weight:700;line-height:1.4}.concern-mobile-summary{color:#64748b;margin:0;font-size:13px;line-height:1.5}.concern-mobile-rule{background:#eff6ff;border:1px solid #93c5fd;border-radius:18px;flex-direction:column;gap:10px;margin-top:32px;padding:18px;display:flex;position:relative;transform:rotate(-.6deg);box-shadow:0 16px 30px #3b82f624,0 4px 10px #0f172a0a}.concern-mobile-rule-header{align-items:center;gap:10px;display:flex}.concern-mobile-rule-header img{flex:0 0 16px;width:16px;height:16px;animation:5s ease-in-out infinite gentle-float}.concern-mobile-rule-header span{color:#3b82f6;white-space:nowrap;font-size:12px;font-weight:900}.concern-mobile-rule p{color:#0f172a;letter-spacing:-.32px;word-break:keep-all;margin:0;font-size:16px;font-weight:900;line-height:1.3}@media (prefers-reduced-motion:reduce){.concern-mobile-rule-header img{animation:none}}.concern-mobile-cta{cursor:pointer;background:linear-gradient(90deg,#1a56f0,#3b82f6);border:0;border-radius:16px;justify-content:space-between;align-items:center;margin-top:24px;padding:14px 16px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 16px 26px #1a56f052}.concern-mobile-cta:active{transform:scale(.97);box-shadow:0 8px 16px #1a56f047}.concern-mobile-cta span:first-child{color:#fff;font-size:16px;font-weight:900}.concern-mobile-cta-arrow{background:#fff;border-radius:12px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .15s;display:flex}.concern-mobile-cta-arrow img{width:18px;height:18px}.concern-mobile-cta:active .concern-mobile-cta-arrow{transform:translate(3px)}.icon-strip{height:108px}.icon-strip-track{--icon-shift:272px;gap:12px;height:56px;animation-duration:14s;top:26px}.strip-icon{flex:0 0 56px;width:56px;height:56px}.strip-icon.app,.strip-icon.favicon,.strip-icon.line{border-radius:12px}.strip-icon.profile{border-radius:28px}}.section03{color:#fff;background:#1f5eff;width:100%;max-width:none;height:1719px;margin:0 auto;position:relative;overflow:hidden}.section03-heading{z-index:2;text-align:center;width:960px;position:absolute;top:130px;left:50%;transform:translate(-50%)}.section03-heading p{color:#ffffffc7;letter-spacing:-1px;white-space:nowrap;margin:0;font-size:40px;font-weight:700;line-height:1.4}.section03-heading h2{letter-spacing:-2.5px;white-space:nowrap;margin:18px 0 0;font-size:100px;font-weight:900;line-height:1.15}.section03-heading em{color:#1f5eff;background:#fff;border-radius:28px;margin:0 2px;padding:4px 28px 14px;font-size:100px;font-style:normal;font-weight:900;display:inline-block;position:relative;transform:rotate(-1.5deg);box-shadow:0 20px 40px #09143847}.section03-collage{z-index:3;justify-content:center;align-items:flex-start;display:flex;position:absolute;top:470px;left:0;right:0}.section03-card{border:1px solid #fff3;border-radius:24px;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .8s cubic-bezier(.22,1,.36,1),box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 30px 60px #060f2866}.section03-card:hover{box-shadow:0 36px 70px #040a2080}.card-1{z-index:3;--rot:-2deg;order:0;width:420px;height:640px;top:-10px}.card-2{z-index:1;--rot:-8deg;order:-1;width:380px;height:580px;margin-right:-130px;top:40px}.card-3{z-index:2;--rot:8deg;order:1;width:380px;height:580px;margin-left:-130px;top:40px}.section03-image{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.section03-frost{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff29;border:1px solid #ffffff47;position:absolute}.card-1 .frost-1{width:100%;height:398px;top:242px;left:0}.card-1 .frost-2{border-radius:11px;width:188px;height:21px;top:113px;left:22px}.card-2 .frost-3{width:100%;height:326px;top:254px;left:0}.card-2 .frost-4{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff8c;border-radius:8px;width:58px;height:27px;top:87px;left:0}.card-2 .frost-6{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff8c;border-radius:8px;width:112px;height:28px;top:86px;left:178px}.card-3 .frost-5{width:100%;height:399px;top:181px;left:0}.section03-bottom-copy{z-index:4;text-align:center;width:1000px;font-weight:900;position:absolute;top:1268px;left:50%;transform:translate(-50%)}.section03-bottom-copy p{letter-spacing:-2px;margin:0;font-size:96px;line-height:1.15}.section03-bottom-copy strong{letter-spacing:-2.5px;margin-top:6px;font-size:128px;line-height:1.15;display:block}.section03-bottom-accent{background:#ffffff8c;border-radius:5px;width:140px;height:8px;margin:34px auto 0;display:block;transform:rotate(-1deg)}@media (max-width:767px){.section03{height:465.56px}.section03-heading{width:260px;top:35.21px}.section03-heading p{letter-spacing:-.271px;font-size:10.833px;line-height:15.167px}.section03-heading h2{letter-spacing:-.677px;margin-top:4.875px;font-size:27.083px;line-height:31.146px}.section03-heading em{border-radius:7.583px;margin:0 .5px;padding:1.083px 7.583px 3.792px;font-size:27.083px;box-shadow:0 5.417px 5.417px #09143847}.section03-collage{top:127.29px}.section03-card{border-width:.271px;border-radius:6.5px;box-shadow:0 8.125px 16.25px #060f2866}.section03.section03 .card-1{width:113.75px;height:173.33px;top:-2.708px}.section03.section03 .card-2{width:102.917px;height:157.08px;margin-right:-35.21px;top:10.83px}.section03.section03 .card-3{width:102.917px;height:157.08px;margin-left:-35.21px;top:10.83px}.section03-frost{border-width:.271px}.card-1 .frost-1{height:107.79px;top:65.54px}.card-1 .frost-2{border-radius:2.979px;width:50.917px;height:5.688px;top:30.6px;left:5.958px}.card-2 .frost-3{height:88.29px;top:68.79px}.card-2 .frost-4{border-radius:2.167px;width:15.708px;height:7.313px;top:23.56px}.card-2 .frost-6{width:30.33px;height:7.583px;top:23.29px;left:48.21px}.card-3 .frost-5{height:108.06px;top:49.02px}.section03-bottom-copy{width:270.83px;top:343.42px}.section03-bottom-copy p{letter-spacing:-.542px;font-size:26px;line-height:29.9px}.section03-bottom-copy strong{letter-spacing:-.677px;margin-top:1.625px;margin-bottom:7.252px;font-size:34.667px;line-height:39.867px}.section03-bottom-accent{border-radius:1.354px;width:37.949px;height:2.167px;margin:9.2px auto 0}}.case-section{background:#fff;width:100%;max-width:none;height:1669px;margin:0 auto;position:relative;overflow:hidden}.case-title{text-align:center;color:#0f172a;letter-spacing:-1.95px;white-space:nowrap;font-size:78px;font-weight:800;line-height:1.4;position:absolute;top:118px;left:121px;right:121px}.case-title p{margin:0}.case-title em{color:#2563eb;font-style:normal}.case-gallery-row{transform-origin:top;gap:12px;width:max-content;display:flex;position:absolute;left:50%}.case-row-top{animation:44s linear infinite case-scroll-left;top:402px}.case-row-bottom{animation:44s linear infinite case-scroll-right;top:978px}.case-gallery-row:hover{animation-play-state:paused}.case-gallery-row img{object-fit:contain;border-radius:25px;flex:0 0 350px;width:350px;height:auto;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;box-shadow:0 10px 30px #00000014}.case-gallery-row img:hover{transform:translateY(-14px)scale(1.03);box-shadow:0 26px 50px #0003}@media (max-width:1400px) and (min-width:768px){.case-title{white-space:normal;font-size:clamp(44px,5.2vw,72px);line-height:1.25;left:32px;right:32px}}@keyframes case-scroll-left{0%{transform:translateX(-50%) scale(var(--case-scale,1))}to{transform:translateX(calc(-50% - 2172px)) scale(var(--case-scale,1))}}@keyframes case-scroll-right{0%{transform:translateX(calc(-50% - 2172px)) scale(var(--case-scale,1))}to{transform:translateX(-50%) scale(var(--case-scale,1))}}@media (prefers-reduced-motion:reduce){.case-gallery-row{transform:translateX(-50%) scale(var(--case-scale,1));animation:none}}.result-section{background:#0f172a;width:100%;max-width:none;height:711px;margin:0 auto;position:relative;overflow:hidden}.result-section h2{color:#fff;text-align:center;white-space:nowrap;width:680px;margin:0;font-size:75px;font-weight:800;line-height:1.4;position:absolute;top:78px;left:50%;transform:translate(-50%)}.result-section h2 em{color:#e64b59;font-style:normal}.result-track{--result-scale:1;width:max-content;transform:translateX(-50%) scale(var(--result-scale));transform-origin:top;gap:20px;margin:0;animation:32s linear infinite result-slide-right;display:flex;position:absolute;top:355px;left:50%}.result-track:hover{animation-play-state:paused}.result-track img{object-fit:cover;border-radius:25px;flex:0 0 350px;width:350px;height:218px;box-shadow:0 10px 30px #00000014}@keyframes result-slide-right{0%{transform:translateX(calc(-50% - 2220px)) scale(var(--result-scale))}to{transform:translateX(-50%) scale(var(--result-scale))}}@media (prefers-reduced-motion:reduce){.result-track{animation:none}}.industry-section{background:#f8fafc;width:100%;max-width:none;margin:0 auto;padding:132px 24px 140px;position:relative;overflow:hidden}.industry-content{z-index:1;text-align:center;max-width:920px;margin:0 auto;position:relative}.industry-content h2{color:#0f172a;letter-spacing:-.5px;margin:0 0 48px;font-size:46px;font-weight:800;line-height:1.35}.industry-content h2 em{color:#1f5eff;font-style:normal}.industry-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.industry-grid article{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0f172a0f;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 20px 32px;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,background .3s,border-color .3s,color .3s;display:flex;box-shadow:0 1px 2px #0f172a0a}.industry-grid article:hover{color:#fff;background:#1f5eff;border-color:#0000;transform:translateY(-8px);box-shadow:0 24px 46px #1f5eff4d}.industry-icon{background:#1f5eff;border-radius:18px;place-items:center;width:64px;height:64px;transition:transform .3s cubic-bezier(.22,1,.36,1),background .3s,box-shadow .3s;display:grid;box-shadow:0 10px 20px #1f5eff40}.industry-icon svg,.industry-icon img{width:26px;height:26px}.industry-grid article:hover .industry-icon{background:#fff;transform:rotate(-6deg)scale(1.06);box-shadow:0 10px 20px #09143829}.industry-grid article:hover .industry-icon img{filter:brightness(0)saturate()invert(31%)sepia(99%)saturate(3228%)hue-rotate(217deg)brightness(99%)contrast(104%)}.industry-grid article:hover .industry-icon svg path{fill:#1f5eff}.industry-grid strong{font-size:18px;font-weight:700;line-height:1.4}.industry-grid i{background:#c7d2fe;border-radius:10px;width:24px;height:3px;transition:background .3s}.industry-grid article:hover i{background:#fff}.industry-note{color:#64748b;margin:48px 0 24px;font-size:18px;font-weight:600}.industry-button{color:#fff;background:#1f5eff;border:0;border-radius:32px;align-items:center;gap:8px;height:64px;padding:0 32px;font-size:18px;font-weight:700;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;display:inline-flex;box-shadow:0 16px 30px #1f5eff52}.industry-button:hover{transform:translateY(-4px);box-shadow:0 22px 40px #1f5eff66}.industry-button img{width:20px;height:20px}@media (max-width:900px){.industry-section{padding:88px 20px 72px}.industry-content h2{word-break:keep-all;font-size:clamp(28px,7vw,40px)}.industry-grid{grid-template-columns:repeat(2,1fr);gap:14px}.industry-grid article{gap:12px;padding:28px 14px 24px}.industry-icon{border-radius:15px;width:52px;height:52px}.industry-icon svg,.industry-icon img{width:22px;height:22px}.industry-grid strong{font-size:15px}.industry-note{margin:36px 0 20px;font-size:15px}.industry-button{height:56px;padding:0 26px;font-size:16px}}@media (max-width:767px){.case-section{height:auto;padding:44px 0 32px}.case-title{letter-spacing:-.4px;white-space:normal;word-break:keep-all;margin:0 24px 24px;font-size:clamp(20px,5.4vw,24px);line-height:1.35;position:static}.case-gallery-row{opacity:1;grid-template-columns:repeat(3,1fr);gap:8px;width:auto;margin:0 24px;animation:none;display:grid;position:static;left:auto;right:auto;transform:none}.case-row-top{margin:0 24px 12px}.case-row-bottom{margin:0 24px}.case-gallery-row img{object-fit:contain;border-radius:12px;flex:none;width:100%;height:auto;position:static;box-shadow:0 4px 10px #00000014}.case-gallery-row img:hover{transform:none;box-shadow:0 4px 10px #00000014}.case-gallery-row img:nth-child(n+7){display:none}.result-section{height:auto;padding:40px 0 32px}.result-section h2{white-space:normal;width:auto;margin:0 24px;font-size:clamp(20px,5.4vw,24px);line-height:1.35;position:static;transform:none}.result-track{--result-scale:1;grid-template-columns:repeat(3,1fr);gap:8px;width:auto;margin:24px 24px 0;animation:none;display:grid;position:static;top:auto;left:auto;transform:none}.result-track img{aspect-ratio:350/218;border-radius:12px;flex:none;width:100%;height:auto;box-shadow:0 4px 10px #00000014}.result-track img:nth-child(n+7){display:none}}.concern-card.pink .concern-icon img{width:50px;height:50px;margin:11px}@media (max-width:1100px){.site-nav{gap:16px;padding-left:32px;padding-right:32px}.site-nav-menu{gap:14px}}@media (max-width:820px){.site-nav{flex-wrap:wrap;gap:12px;height:auto;min-height:72px;padding:0 16px}.site-nav-menu{display:none}.site-nav-logo{flex:auto;justify-content:center;gap:6px}.site-nav-logo img{width:32px;height:24px}.site-nav-logo span{font-size:18.9px}.site-nav-toggle{display:flex}.site-nav-actions{display:none}.site-nav-login-compact{display:flex}.site-nav-mobile-categories{scrollbar-width:none;-webkit-overflow-scrolling:touch;background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #e5e7eb;flex:0 0 calc(100% + 32px);order:5;align-items:stretch;gap:4px;width:calc(100% + 32px);min-width:0;height:44px;margin:0 -16px;padding:0 16px;display:flex;overflow:auto hidden}.site-nav-mobile-categories::-webkit-scrollbar{display:none}.site-nav-mobile-categories a{color:#64748b;white-space:nowrap;flex:none;align-items:center;height:44px;padding:0 10px;font-size:13px;font-weight:600;line-height:18px;text-decoration:none;display:inline-flex}.site-nav-mobile-categories a.is-active{color:#3b6cf4}}@media (max-width:480px){.site-nav-name,.site-nav-chevron{display:none}}.signup-page{color:#0f172a;background:#f8fbff;align-items:center;gap:48px;min-height:100vh;padding:64px 120px 100px;display:flex;overflow:hidden}.signup-brand-panel{color:#fff;background:#1f5eff;border-radius:20px;flex-direction:column;flex:0 0 576px;gap:40px;min-height:760px;padding:48px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #1f5eff2e}.signup-brand-copy,.signup-benefits,.signup-live-card,.signup-trust{z-index:1;position:relative}.signup-overline{color:#a0c3ff;letter-spacing:.3px;margin:0 0 16px;font-size:15px;font-weight:700;line-height:1}.signup-brand-copy h1{color:#fff;letter-spacing:-.45px;width:auto;margin:0;font-size:30px;line-height:42px}.signup-brand-description{color:#e0ebff;opacity:.85;max-width:480px;margin:16px 0 0;font-size:15px;line-height:24px}.signup-benefits{flex-direction:column;gap:16px;display:flex}.signup-benefit{align-items:center;gap:12px;font-size:15px;line-height:20px;display:flex}.signup-benefit span{color:#fff;background:#ffffff24;border-radius:12px;place-items:center;width:24px;height:24px;font-size:14px;display:grid}.signup-benefit strong{white-space:nowrap;font-weight:600}.signup-live-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;border:1px solid #ffffff24;border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.signup-live-heading,.signup-live-metrics,.signup-trust{justify-content:space-between;align-items:center;display:flex}.signup-live-heading strong{font-size:14px}.signup-live-heading b{color:#fff;background:#10b981;border-radius:4px;padding:4px 8px;font-size:10px}.signup-live-metrics{gap:16px}.signup-live-metrics div{flex-direction:column;flex:1;gap:4px;display:flex}.signup-live-metrics i{background:#ffffff24;width:1px;height:40px}.signup-live-metrics small,.signup-trust small{color:#bfdbfe;font-size:12px}.signup-live-metrics strong{white-space:nowrap;font-size:22px}.signup-trust{margin-top:auto}.signup-trust div{flex-direction:column;gap:4px;display:flex}.signup-trust strong{font-size:20px}.signup-trust small{color:#a0c3ff}.signup-ellipse{z-index:0;background:#ffffff14;border-radius:50%;display:block;position:absolute}.signup-ellipse-one{width:340px;height:340px;bottom:-80px;left:-80px}.signup-ellipse-two{width:280px;height:280px;top:-80px;right:-80px}.signup-form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;flex:0 0 576px;gap:32px;min-height:1172px;padding:40px;display:flex;box-shadow:0 4px 10px #0f17290d}.signup-form-header{flex-direction:column;gap:8px;display:flex}.signup-form-header h2{margin:0;font-size:24px;line-height:29px}.signup-form-header p{color:#64748b;margin:0;font-size:14px;line-height:17px}.signup-socials{flex-direction:column;gap:12px;display:flex}.signup-social{border:0;border-radius:8px;height:48px;font-size:14px;font-weight:600}.signup-social b{margin-right:10px}.signup-social.naver{color:#fff;background:#03c75a}.signup-social.kakao{color:#181600;background:#fee500}.signup-social.google{color:#0f172a;background:#fff;border:1px solid #e2e8f0}.signup-social.google b{color:#ea4335}.signup-divider{color:#94a3b8;white-space:nowrap;align-items:center;gap:16px;font-size:13px;display:flex}.signup-divider i{background:#e2e8f0;flex:1;height:1px}.signup-fields{flex-direction:column;gap:20px;display:flex}.signup-fields label{color:#0f172a;flex-direction:column;gap:8px;font-size:14px;font-weight:600;display:flex}.signup-fields input{color:#0f172a;width:100%;height:48px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:0 16px;font-weight:400}.signup-fields input::placeholder{color:#94a3b8}.signup-fields input:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1f}.signup-fields input.invalid{background:#fef2f2;border-color:#dc2626}.signup-fields input.invalid:focus{box-shadow:0 0 0 3px #dc26261f}.signup-password{position:relative}.signup-password button{color:#94a3b8;background:0 0;border:0;height:48px;padding:0 16px;font-size:12px;position:absolute;top:0;right:0}.signup-terms{flex-direction:column;gap:16px;display:flex}.signup-all-terms,.signup-term,.signup-term>span{align-items:center;display:flex}.signup-all-terms{gap:12px}.signup-all-terms strong{font-size:15px}.signup-terms hr{border:0;border-top:1px solid #e2e8f0;width:100%;margin:0}.signup-term{color:#334155;justify-content:space-between;font-size:14px}.signup-term>span{white-space:nowrap;gap:10px}.signup-term a{color:#94a3b8;font-size:13px;text-decoration:underline}.signup-check{color:#fff;background:#fff;border:1px solid #cbd5e1;border-radius:4px;flex:0 0 18px;width:18px;height:18px;padding:0;font-size:12px;line-height:16px}.signup-check.large{flex-basis:20px;width:20px;height:20px}.signup-check.checked{background:#4361ee;border-color:#4361ee}.signup-actions{flex-direction:column;align-items:center;gap:20px;display:flex}.signup-submit{color:#fff;background:#4361ee;border:0;border-radius:8px;width:100%;height:52px;font-size:16px;font-weight:700}.signup-actions p{color:#64748b;margin:0;font-size:14px}.signup-actions a{color:#4361ee;font-weight:600;text-decoration:underline}@media (max-width:1240px){.signup-page{gap:24px;padding:40px 32px}.signup-brand-panel,.signup-form-panel{flex-basis:50%}}@media (max-width:900px){.signup-page{padding:24px 16px;display:block}.signup-brand-panel{min-height:620px;margin-bottom:24px}.signup-form-panel{min-height:0;padding:28px 20px}.signup-benefit strong{white-space:normal}}.auth-mobile-header{display:none}.auth-mobile-header.always{display:flex}.auth-mobile-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:56px;padding:0 20px}.auth-mobile-header h1{color:#0f172a;margin:0;font-size:16px;font-weight:700}.auth-back{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.auth-back img{width:20px;height:20px}.auth-header-spacer{width:24px;height:24px}.login-eye-btn{background:0 0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:flex}.login-eye-btn img{width:100%;height:100%}.signup-password .login-eye-btn{height:18px;position:absolute;top:15px;right:16px}.signup-password input{padding-right:44px}.login-page{min-height:100vh;font-family:var(--font-pretendard), -apple-system, BlinkMacSystemFont, sans-serif;background:#f8fafc}.login-card,.auth-prompt-page{box-sizing:border-box;flex-direction:column;gap:28px;width:100%;max-width:430px;margin:0 auto;padding:32px 20px 40px;display:flex}.auth-split .auth-prompt-page{background:#fff;border-radius:28px;min-width:0;max-width:none;margin:0;padding:48px;box-shadow:0 22px 44px #0f17291a}@media (max-width:767px){.auth-split .auth-prompt-page{border-radius:24px;padding:28px 20px 36px;box-shadow:0 16px 32px #0f172914}}.login-intro{flex-direction:column;gap:6px;display:flex}.login-eyebrow{color:#4361ee;letter-spacing:.12px;margin:0;font-size:12px;font-weight:700}.login-intro h2{color:#0f172a;margin:0;font-size:20px;font-weight:800}.login-sub{color:#64748b;margin:0;font-size:14px;line-height:20px}.login-fields{gap:16px}.login-row{justify-content:space-between;align-items:center;display:flex}.login-remember{color:#64748b;flex-direction:row;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.login-row a{color:#4361ee;font-size:14px;font-weight:600;text-decoration:underline}.login-alert{background:#fef2f2;border:.5px solid #dc2626;border-radius:8px;align-items:center;gap:10px;padding:12px;display:flex}.login-alert img{flex:0 0 18px;width:18px;height:18px}.login-alert p{color:#dc2626;margin:0;font-size:12px;line-height:16px}.login-field-error{color:#dc2626;margin-top:-4px;font-size:12px}.signup-submit.is-loading{opacity:.85;justify-content:center;align-items:center;display:flex}.login-spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite login-spin}.login-footer-link{color:#64748b;justify-content:center;gap:6px;margin:0;font-size:14px;display:flex}.login-footer-link a{color:#4361ee;font-weight:600;text-decoration:underline}@keyframes login-spin{to{transform:rotate(360deg)}}.auth-page{background:#f8fbff;min-height:100vh;padding:56px 24px 80px}.auth-split{grid-template-columns:420px 1fr;align-items:stretch;gap:32px;width:min(1100px,100%);margin:0 auto;display:grid}.auth-brand-panel{color:#fff;background:linear-gradient(160deg,#2f6bff 0%,#1a56f0 55%,#0d3ecf 100%);border-radius:28px;flex-direction:column;justify-content:center;padding:48px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 44px #0d3ecf47}.auth-glow{pointer-events:none;border-radius:50%;animation:8s ease-in-out infinite gentle-float;position:absolute}.auth-glow-1{background:#e6fff729;width:260px;height:260px;bottom:-80px;left:-80px}.auth-glow-2{background:#ffffff1a;width:200px;height:200px;animation-delay:.6s;top:-60px;right:-60px}.auth-brand-inner{z-index:1;flex-direction:column;gap:22px;display:flex;position:relative}.auth-eyebrow{color:#bcd2ff!important}.auth-brand-title{letter-spacing:-.6px;margin:0;font-size:34px;font-weight:800;line-height:1.28}.auth-brand-desc{color:#ffffffdb;margin:0;font-size:15px;line-height:1.6}.auth-live-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border:1px solid #ffffff29;border-radius:16px;flex-direction:column;gap:14px;padding:20px;display:flex}.auth-live-heading{justify-content:space-between;align-items:center;display:flex}.auth-live-heading strong{font-size:13px}.auth-live-heading b{color:#fff;letter-spacing:.3px;background:#10b981;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700}.auth-live-metrics{align-items:center;gap:14px;display:flex}.auth-live-metrics div{flex-direction:column;flex:1;gap:4px;display:flex}.auth-live-metrics i{background:#ffffff29;width:1px;height:34px}.auth-live-metrics small{color:#bcd2ff;font-size:11px}.auth-live-metrics strong{white-space:nowrap;font-size:15px}.auth-trust-row{justify-content:space-between;align-items:center;padding-top:4px;display:flex}.auth-trust-row div{flex-direction:column;gap:3px;display:flex}.auth-trust-row strong{font-size:18px}.auth-trust-row small{color:#bcd2ff;font-size:11px}.auth-benefits{flex-direction:column;gap:12px;display:flex}.auth-benefits div{align-items:center;gap:10px;font-size:14px;display:flex}.auth-benefits span{color:#fff;background:#ffffff24;border-radius:11px;flex:0 0 22px;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.auth-proof-badge{color:#fff;background:#ffffff24;border-radius:999px;align-self:flex-start;padding:5px 12px;font-size:12px;font-weight:600}.auth-story-title{letter-spacing:-.4px;margin:0;font-size:24px;font-weight:800;line-height:1.35}.auth-case-list{flex-direction:column;gap:14px;display:flex}.auth-case-card{background:#ffffff14;border:1px solid #ffffff24;border-radius:16px;padding:20px}.auth-case-card h3{color:#fff;margin:0;font-size:16px;font-weight:700}.auth-case-card>p{color:#bcd2ff;margin:6px 0 14px;font-size:13px}.auth-case-progress{flex-direction:column;gap:8px;display:flex}.auth-case-progress-row{align-items:center;gap:10px;display:flex}.auth-case-progress-row span{color:#bcd2ff;flex:0 0 44px;width:44px;font-size:11px}.auth-case-bar{background:#ffffff29;border-radius:3px;flex:1 1 0;height:6px;overflow:hidden}.auth-case-bar i{background:#fff;border-radius:3px;height:100%;display:block}.auth-case-delta{color:#baf7d6;align-items:center;gap:6px;font-size:15px;font-weight:700;display:flex}.auth-case-delta svg{flex:none}.auth-form-card{background:#fff;border-radius:28px;min-width:0;padding:48px;box-shadow:0 22px 44px #0f17291a}.auth-form-header{margin-bottom:24px}.auth-form-header h1{letter-spacing:-.5px;width:auto;margin:0;font-size:26px;font-weight:800;line-height:1.3}.auth-form-header p{color:#64748b;margin:8px 0 0;font-size:14px}.auth-fields{gap:18px;margin-top:20px}.auth-row{justify-content:space-between;align-items:center;display:flex}.auth-remember{color:#64748b;flex-direction:row;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.signup-fields label.auth-remember{color:#64748b;flex-direction:row;align-items:center;gap:8px;font-size:14px;font-weight:500}.auth-row a{color:#1a56f0;font-size:14px;font-weight:600;text-decoration:underline}.auth-alert{background:#fef2f2;border:.5px solid #dc2626;border-radius:8px;align-items:center;gap:10px;margin-top:20px;padding:12px;display:flex}.auth-alert img{flex:0 0 18px;width:18px;height:18px}.auth-alert p{color:#dc2626;margin:0;font-size:12px;line-height:16px}.auth-field-error{color:#dc2626;margin-top:-4px;font-size:12px}.auth-field-success{color:#059669;margin-top:-4px;font-size:12px}.auth-submit{background:#1a56f0;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;box-shadow:0 16px 30px #1a56f047}.auth-submit:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 22px 38px #1a56f05c}.auth-footer-link{color:#64748b;justify-content:center;gap:6px;margin:0;font-size:14px;display:flex}.auth-footer-link a{color:#1a56f0;font-weight:600;text-decoration:underline}@media (max-width:1050px){.auth-split{grid-template-columns:1fr;max-width:560px}.auth-brand-panel{padding:40px}}@media (max-width:767px){.auth-page{background:#f8fafc;padding:24px 16px 48px}.auth-split{gap:0;width:100%}.auth-brand-panel{display:none}.auth-form-card{border-radius:24px;margin:0;padding:28px 20px 36px;box-shadow:0 16px 32px #0f172914}.auth-form-header h1{font-size:21px}}.auth-prompt-header{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:8px;display:flex}.auth-prompt-header h2{color:#0f172a;margin:0;font-size:22px;font-weight:700}.auth-prompt-header p{color:#64748b;margin:8px 0 0;font-size:14px;line-height:1.5}.auth-icon-circle{background:#4361ee1a;border-radius:28px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.auth-icon-circle img{width:24px;height:24px}.auth-icon-circle-center{margin:0 auto}.auth-status-label{color:#64748b;letter-spacing:.13px;text-align:center;text-transform:uppercase;margin:0 0 16px;font-size:13px;font-weight:700}.auth-mail-icon{background:#4361ee;border-radius:24px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;display:flex}.auth-mail-icon img{width:20px;height:20px}.auth-info-box{background:#eef2ff;border:1px solid #c7d2fe;border-radius:12px;align-items:center;gap:10px;padding:16px 18px;animation:.45s cubic-bezier(.34,1.56,.64,1) auth-info-pop;display:flex;box-shadow:0 10px 24px #4361ee29}.auth-form-card .auth-info-box{margin-bottom:24px}.auth-info-box img{flex:0 0 18px;width:18px;height:18px}.auth-info-box span{color:#4361ee;font-size:14px;font-weight:700;line-height:1.4}@keyframes auth-info-pop{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.auth-info-box{animation:none}}.auth-action-group{flex-direction:column;gap:12px;margin-top:8px;display:flex}.auth-outline-cta{color:#4361ee;background:#fff;border:1.5px solid #4361ee;border-radius:8px;height:52px;font-size:15px;font-weight:700}.auth-cta-link{justify-content:center;align-items:center;text-decoration:none;display:flex}.auth-success-page{min-height:100vh;font-family:var(--font-pretendard), -apple-system, BlinkMacSystemFont, sans-serif;background:#1f5eff;position:relative;overflow:hidden}.auth-success-page .auth-mobile-header{z-index:1;background:#ffffff0f;border-bottom-color:#ffffff24;position:relative}.auth-success-page .auth-mobile-header h1{color:#fff}.auth-success-page .auth-back img{filter:brightness(0)invert()}.auth-glass-card{z-index:1;box-sizing:border-box;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);background:#ffffff1f;border:1px solid #ffffff24;border-radius:24px;flex-direction:column;align-items:center;gap:28px;width:100%;max-width:430px;margin:64px auto 0;padding:32px;display:flex;position:relative}.auth-glass-icon{background:#fff;border-radius:28px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.auth-glass-icon img{width:24px;height:24px}.auth-glass-text{text-align:center;flex-direction:column;gap:12px;display:flex}.auth-glass-text h2{color:#fff;margin:0;font-size:20px;font-weight:800;line-height:1.4}.auth-glass-text p{color:#e0ebff;margin:0;font-size:14px;line-height:1.6}.auth-glass-actions{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.auth-white-cta{color:#4361ee;box-sizing:border-box;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:100%;height:52px;font-size:15px;font-weight:700;text-decoration:none;display:flex}.auth-glass-link{color:#fff;background:0 0;border:0;font-size:14px;font-weight:600;text-decoration:underline}.auth-success-close{display:none}@media (min-width:768px){.auth-success-page{justify-content:center;align-items:center;display:flex}.auth-success-close{z-index:2;color:#fff;opacity:.85;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;display:flex;position:absolute;top:32px;left:32px}.auth-success-close:hover{opacity:1}.auth-success-close img{filter:brightness(0)invert();width:16px;height:16px}.auth-glass-card{gap:32px;max-width:560px;margin:0;padding:56px}.auth-glass-icon{width:72px;height:72px}.auth-glass-icon img{width:32px;height:32px}.auth-glass-text h2{font-size:26px}.auth-glass-text p{font-size:15px}.auth-white-cta{height:56px;font-size:16px}}@media (max-width:767px){.auth-success-page .auth-mobile-header{display:flex}.signup-page{background:#f8fafc;gap:0;padding:0;display:block}.auth-mobile-header{display:flex}.signup-brand-panel{display:none}.signup-form-panel{min-height:0;box-shadow:none;border:0;border-radius:0;flex:none;gap:28px;margin:0;padding:32px 20px 40px}.signup-form-header h2{font-size:20px}}.service-page{color:#0f172a;background:#fff;min-height:100vh;font-family:Inter,sans-serif}.service-hero{text-align:center;background:#f8fafc;border-bottom:1px solid #e0e8f2;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:264px;padding:56px 120px;display:flex}.service-hero h1{letter-spacing:-.8px;width:auto;margin:0;font-size:32px;line-height:42px}.service-hero p{color:#64748b;width:600px;margin:0;font-size:16px;line-height:24px}.service-hero a{color:#fff;background:#1a56f0;border-radius:12px;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none}.service-tabs{border-bottom:1px solid #e0e8f2;flex-wrap:wrap;gap:8px;height:auto;min-height:63px;padding:24px max(24px,50% - 600px);display:flex;overflow:visible}.service-tabs button{color:#64748b;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;height:38px;padding:0 20px;font-size:14px;font-weight:600}.service-tabs button.active{color:#fff;background:#1a56f0}.service-tab-item{flex:none;display:flex;position:relative}.service-tab-dropdown{z-index:30;box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #f1f5f9;border-radius:10px;flex-direction:column;gap:2px;min-width:168px;padding:8px;transition:opacity .15s,transform .15s,visibility .15s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(2px);box-shadow:0 14px 30px #0f172a1f}.service-tab-item.has-dropdown:hover .service-tab-dropdown,.service-tab-item.has-dropdown:focus-within .service-tab-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.service-tab-dropdown button{color:#374151;text-align:left;white-space:nowrap;background:0 0;border-radius:6px;width:100%;height:auto;padding:9px 12px;font-size:14px;font-weight:500;line-height:18px;display:block}.service-tab-dropdown button:hover,.service-tab-dropdown button:focus{color:#1a56f0;background:#f3f4f6}.service-featured{min-height:765px;padding:48px max(24px,50% - 600px)}.service-all{padding:48px max(24px,50% - 600px) 80px}.service-section-title{margin-bottom:24px}.service-section-title h2{margin:0;font-size:28px;line-height:36px}.service-section-title p{color:#64748b;margin:12px 0 0;font-size:15px;line-height:23px}.service-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 24px;display:grid}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;min-width:0;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 4px 12px #0f172a08}.service-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px #0f172a1a}.service-card-image{background:#f8fafc;border-bottom:1px solid #e0e8f2;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:384px;padding:0 16px;display:flex}.service-card-image img{width:32px;height:32px}.service-card-image p{color:#94a3b8;text-align:center;margin:0;font-size:13px}.service-card-content{flex-direction:column;gap:16px;min-height:214px;padding:24px;display:flex}.service-card-copy{flex-direction:column;align-items:flex-start;gap:10px;min-height:112px;display:flex}.service-card-copy>span{color:#1a56f0;white-space:nowrap;text-overflow:ellipsis;background:#e0f2fe;border-radius:999px;max-width:100%;padding:4px 10px;font-size:12px;font-weight:600;overflow:hidden}.service-card-copy h3{text-overflow:ellipsis;white-space:nowrap;width:100%;margin:0;font-size:18px;line-height:26px;overflow:hidden}.service-card-copy p{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;margin:0;font-size:14px;line-height:22px;display:-webkit-box;overflow:hidden}.service-card-content>i{background:#e0e8f2;flex:0 0 1px;width:100%;height:1px}.service-card-content footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.service-card-content footer strong{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:18px;overflow:hidden}.service-card-content footer a{color:#1a56f0;white-space:nowrap;flex:none;align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.service-card-content footer img{width:16px;height:16px}.service-cta{text-align:center;background:#f8fafc;border-top:1px solid #e0e8f2;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:303px;padding:64px 24px;display:flex}.service-cta h2{margin:0;font-size:24px;line-height:32px}.service-cta p{color:#64748b;width:520px;margin:0;font-size:15px;line-height:22px}.service-cta a{color:#fff;background:#1a56f0;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none}.service-empty{color:#94a3b8;text-align:center;margin:0;padding:64px 24px;font-size:15px}.service-card-image.has-photo{padding:0;overflow:hidden}.service-card-image img.service-card-photo{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:900px){.service-hero{height:auto;padding:44px 24px}.service-hero p,.service-cta p{width:min(600px,100%)}.service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card-image{height:280px}}@media (max-width:560px){.service-tabs,.service-featured,.service-all{padding-left:16px;padding-right:16px}.service-card-grid{grid-template-columns:1fr}.service-card-image{height:260px}.service-section-title h2{font-size:24px}.service-section-title p{font-size:14px}.service-cta h2{font-size:21px}.service-cta p{font-size:14px}}@media (max-width:767px){.service-hero{gap:8px;padding:24px 20px}.service-hero h1{font-size:20px;line-height:26px}.service-hero p{font-size:13px;line-height:19px}.service-hero a{padding:10px 18px;font-size:13px}.service-tabs{height:auto;padding:12px 20px}.service-tabs button{height:32px;padding:0 14px;font-size:13px}.service-featured,.service-all{min-height:0;padding:28px 0 28px 20px}.service-section-title{margin:0 20px 16px 0}.service-section-title h2{font-size:18px;line-height:24px}.service-section-title p{margin-top:6px;font-size:12px;line-height:18px}.service-featured .service-card-grid.featured-grid{scroll-snap-type:x proximity;grid-template-columns:none;gap:12px;margin:0;padding-right:20px;display:flex;overflow-x:auto}.service-featured .service-card-grid.featured-grid .service-card{scroll-snap-align:start;flex:0 0 174px}.service-all{padding-right:20px}.service-all .service-card-grid{grid-template-columns:repeat(2,1fr);gap:16px 12px}.service-all .service-card-grid>.service-card:nth-child(n+7){display:none}.service-all .service-card-grid.expanded>.service-card:nth-child(n+7){display:flex}.service-card-image{aspect-ratio:1;height:auto}.service-card-content{gap:10px;min-height:0;padding:12px}.service-card-copy{gap:6px;min-height:0}.service-card-copy h3{white-space:normal;font-size:13px;line-height:17px}.service-card-copy p{-webkit-line-clamp:2;font-size:11px;line-height:15px}.service-card-content footer{flex-direction:column;align-items:flex-start;gap:6px}.service-card-content footer strong{text-overflow:clip;white-space:normal;max-width:100%;font-size:13px;overflow:visible}.service-card-content footer a{font-size:11px}.service-load-more{color:#475569;background:#fff;border:1px solid #e0e8f2;border-radius:10px;justify-content:center;align-items:center;width:calc(100% - 40px);height:44px;margin:20px 20px 0;font-size:14px;font-weight:600;display:flex}.service-cta{gap:16px;min-height:0;padding:40px 20px}.service-cta h2{font-size:18px;line-height:25px}.service-cta p{font-size:13px;line-height:20px}.service-cta a{padding:12px 24px;font-size:14px}}.product-page{color:#0f172a;background:#fff;min-height:100vh;font-family:Inter,sans-serif}.product-preview-banner{color:#92400e;text-align:center;background:#fef3c7;padding:12px 20px;font-size:13px;font-weight:600}.product-top{grid-template-columns:588px 588px;gap:24px;width:min(1200px,100% - 48px);margin:56px auto 0;display:grid}.product-gallery{min-width:0}.product-image-slot{text-align:center;background:#f5f5f5;border:1px dashed #e0e8f2;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:550px;display:flex}.product-image-slot img{width:56px;height:56px}.product-image-slot strong{font-size:16px;line-height:22px}.product-image-slot span{color:#63738f;font-size:13px;line-height:18px}.product-thumbnails{flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;display:flex}.product-thumb{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #e0e8f2;border-radius:8px;flex:0 0 96px;width:96px;height:96px;padding:0;overflow:hidden}.product-thumb img{object-fit:cover;width:100%;height:100%;display:block}.product-thumb.active{border:2px solid #1a56f0}.product-info{min-width:0}.product-title{flex-direction:column;gap:10px;display:flex}.product-title>span{color:#1a56f0;background:#e0f2fe;border-radius:999px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:600}.product-title h1{letter-spacing:-.8px;width:auto;margin:0;font-size:32px;line-height:40px}.product-title p{color:#63738f;margin:0;font-size:15px;line-height:22px}.product-info hr{border:0;border-top:1px solid #e0e8f2;margin:16px 0}.product-price{flex-direction:column;gap:8px;display:flex}.product-price>span,.product-options>label,.product-total>span{font-size:14px;font-weight:600}.product-price strong{font-size:28px;line-height:34px}.product-price small{color:#63738f;font-size:13px}.product-options{flex-direction:column;gap:8px;min-height:74px;display:flex;position:relative}.product-dropdown{color:#0f172a;text-align:left;background:#fff;border:1px solid #e0e8f2;border-radius:12px;justify-content:space-between;align-items:center;height:48px;padding:0 14px;font-size:14px;display:flex}.product-dropdown img{width:18px;height:18px}.product-option-menu{z-index:5;background:#fff;border:1px solid #e0e8f2;border-radius:12px;position:absolute;top:82px;left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #0f172a1f}.product-option-menu button{color:#0f172a;text-align:left;background:#fff;border:0;border-bottom:1px solid #e0e8f2;justify-content:space-between;align-items:flex-start;width:100%;min-height:63px;padding:12px 14px;display:flex}.product-option-menu button:last-child{border-bottom:0}.product-option-menu button:hover,.product-option-menu button.selected{background:#f8fafc}.product-option-caret{flex:none;width:16px;height:16px;margin-top:2px}.product-option-submenu{background:#fafbfc;border-bottom:1px solid #e0e8f2}.product-option-submenu button{border-bottom:1px solid #eef1f6;padding-left:32px}.product-option-submenu button:last-child{border-bottom:0}.product-option-menu button span{flex-direction:column;gap:4px;display:flex}.product-option-menu button strong{font-size:14px}.product-option-menu button small{color:#64748b;white-space:pre-wrap;font-size:13px}.product-option-menu button b{flex:none;font-size:13px}.product-total{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.product-total strong{font-size:28px;line-height:30px}.product-actions{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.product-actions button{color:#1a56f0;background:#fff;border:1px solid #1a56f0;border-radius:12px;height:56px;font-size:16px;font-weight:600}.product-actions button:last-child{color:#fff;background:#1a56f0}.product-detail-tabs{border-bottom:1px solid #e0e8f2;gap:24px;width:min(1200px,100% - 48px);margin:48px auto 0;display:flex}.product-detail-tabs button{color:#64748b;background:0 0;border:0;padding:0 0 12px;font-size:16px;position:relative}.product-detail-tabs button.active{color:#1a56f0;font-weight:600}.product-detail-tabs button.active:after{content:"";background:#1a56f0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.product-detail,.product-faq{width:min(1200px,100% - 48px);margin:56px auto 0}.product-detail>h2,.product-faq>h2{text-align:left;margin:0 0 24px;font-size:24px}.product-faq-toggle{cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;margin:0 0 24px;padding:0;display:flex}.product-faq-toggle h2{text-align:left;margin:0;font-size:24px}.product-faq-chevron{flex:none;width:20px;height:20px;transition:transform .2s}.product-faq-chevron.is-open{transform:rotate(180deg)}.product-detail-box{text-align:center;background:#fafafa;border:1px solid #e0e8f2;flex-direction:column;align-items:center;gap:18px;width:min(860px,100%);height:1000px;margin:0 auto;padding-top:480px;display:flex}.product-detail-box img{width:48px;height:48px}.product-detail-box strong{font-size:16px}.product-detail-box p{color:#63738f;margin:0;font-size:13px}.related-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.related-grid .service-card-image{aspect-ratio:1;height:auto}.related-grid .service-card-content,.related-grid .service-card-copy{min-height:0}.product-detail-text{color:#334155;white-space:pre-wrap;margin:0;font-size:15px;line-height:26px}.product-detail-image{border-radius:12px;width:100%;height:auto;margin:0 auto 24px;display:block}.product-image-controls{justify-content:center;align-items:center;gap:18px;margin-top:12px;display:flex}.product-image-controls button{color:#1a56f0;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:50%;width:36px;height:36px;font-size:20px;line-height:1}.product-image-controls button:hover{background:#eef4ff}.product-image-controls span{color:#334155;text-align:center;background:#f1f5f9;border-radius:999px;min-width:48px;padding:4px 10px;font-size:15px;font-weight:700}.product-image-slot.has-photo{padding:0;overflow:hidden}.product-image-slot.has-photo img.product-image-photo{object-fit:cover;width:100%;height:100%;display:block}.product-image-slot.small{border-style:solid;border-radius:8px;height:250px}.product-image-slot.small img{width:28px;height:28px}.product-faq{margin-bottom:80px}.product-faq-list{border:1px solid #e8e8e8;border-radius:12px;overflow:hidden}.product-faq-item{border-bottom:1px solid #e2e8f0}.product-faq-item:last-child{border-bottom:0}.product-faq-item button{color:#0f172a;text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;min-height:69px;padding:24px 0;font-size:18px;display:flex}.product-faq-item button img{width:20px;height:20px}.product-faq-item p{color:#64748b;margin:-4px 0 22px;font-size:14px;line-height:22px}.product-faq-item button,.product-faq-item p{padding-left:24px;padding-right:24px}@media (max-width:1000px){.product-top{grid-template-columns:1fr}.product-gallery,.product-info{width:min(588px,100%);margin:0 auto}.related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.product-top,.product-detail-tabs,.product-detail,.product-faq{width:calc(100% - 32px)}.product-top{margin-top:28px}.product-image-slot{height:360px}.product-thumbnails{overflow-x:auto}.product-title h1{font-size:26px}.product-option-menu button small{white-space:pre-wrap;max-width:220px}.related-grid{grid-template-columns:1fr}.product-detail-box{height:600px;padding:260px 16px 0}.product-faq-item button{font-size:15px}}@media (max-width:767px){.product-top{grid-template-columns:1fr;gap:24px;width:calc(100% - 32px);margin-top:36px}.product-image-slot{aspect-ratio:1;height:auto}.product-thumbnails{gap:8px}.product-thumb{flex:0 0 62px;width:62px;height:62px}.product-title h1{font-size:22px;line-height:28px}.product-price strong{font-size:24px}.product-actions{grid-template-columns:1fr;gap:10px}.related-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-image-slot.small{aspect-ratio:1;height:auto}.product-detail-tabs,.product-detail,.product-faq{width:calc(100% - 32px)}}.checkout-page{color:#0f172a;background:#f8fafc;min-height:100vh;padding:48px 0 80px;font-family:Inter,sans-serif}.checkout-layout{grid-template-columns:750px 410px;gap:40px;width:1200px;margin:0 auto;display:grid}.checkout-form{flex-direction:column;gap:32px;display:flex}.checkout-form>header h1{margin:0;font-size:32px;line-height:36px}.checkout-form>header p{color:#64748b;margin:8px 0 0;font-size:14px;line-height:20px}.checkout-card,.order-summary{background:#fff;border:1px solid #e2e8f0;border-radius:12px}.checkout-card{padding:24px}.checkout-card h2,.order-summary h2{margin:0;font-size:18px;line-height:22px}.buyer-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;display:grid}.checkout-field{color:#0f172a;flex-wrap:wrap;gap:8px;font-size:14px;font-weight:600;display:flex}.checkout-field em{color:#ef4444;font-style:normal}.checkout-field input{color:#0f172a;width:100%;height:48px;font:inherit;border:1px solid #e0e8f2;border-radius:8px;outline:none;padding:0 14px;font-weight:400}.checkout-field input:focus{border-color:#1a56f0}.checkout-field.wide{grid-column:1/-1}.payment-tabs{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px;display:grid}.payment-tabs button{color:#64748b;background:#fff;border:1px solid #e0e8f2;border-radius:8px;height:41px;font-size:14px}.payment-tabs button.active{color:#fff;background:#1a56f0;border-color:#1a56f0;font-weight:600}.payment-notice{color:#64748b;background:#f8fafc;border-radius:8px;margin:16px 0 0;padding:16px;font-size:13px;line-height:22px}.agreement-card{min-height:220px}.agreement-all,.agreement-row,.agreement-row>span{align-items:center;display:flex}.agreement-all{gap:10px;margin-top:20px}.agreement-all strong{font-size:15px}.agreement-card hr{border:0;border-top:1px solid #e2e8f0;margin:20px 0}.agreement-row{justify-content:space-between;margin-top:18px;font-size:14px;line-height:1.5}.agreement-row>span{gap:10px}.agreement-row a{color:#94a3b8;font-size:13px;text-decoration:underline}.checkout-check{color:#fff;background:#fff;border:1px solid #cbd5e1;border-radius:4px;flex:0 0 20px;width:20px;height:20px;padding:0;line-height:18px}.checkout-check.checked{background:#1a56f0;border-color:#1a56f0}.refund-warning{color:#ef4444;margin:18px 0 0 30px;font-size:12px;line-height:1.6}.order-summary{height:fit-content;padding:24px}.summary-product{align-items:center;gap:12px;margin-top:24px;display:flex}.summary-thumb{background:#f8fafc;border-radius:8px;place-items:center;width:64px;height:64px;display:grid;overflow:hidden}.summary-thumb img{width:24px;height:24px}.summary-thumb.has-photo img{object-fit:cover;width:100%;height:100%}.summary-product div:last-child{flex-direction:column;gap:6px;display:flex}.summary-product strong{font-size:14px}.summary-product span{color:#64748b;font-size:13px}.order-summary hr{border:0;border-top:1px solid #e0e8f2;margin:20px 0}.summary-row{color:#64748b;justify-content:space-between;margin-top:12px;font-size:14px;display:flex}.summary-row strong{color:#0f172a;font-weight:500}.summary-total{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.summary-total span{font-size:16px;font-weight:600}.summary-total strong{color:#1a56f0;font-size:24px}.summary-total small{color:#94a3b8;grid-column:1/-1;font-size:12px}.summary-submit{color:#fff;background:#1a56f0;border:0;border-radius:10px;width:100%;height:56px;margin-top:24px;font-size:16px;font-weight:700}.security-notice{color:#94a3b8;text-align:center;margin:16px 0 0;font-size:12px}@media (max-width:1000px){.checkout-layout{grid-template-columns:1fr;width:min(750px,100% - 32px)}.order-summary{order:-1}}@media (max-width:560px){.checkout-page{padding-top:24px}.checkout-layout{width:calc(100% - 32px)}.buyer-grid{grid-template-columns:1fr}.checkout-field.wide{grid-column:auto}.payment-tabs button{font-size:12px}.agreement-row{align-items:flex-start;gap:8px}.agreement-row>span{white-space:normal}.agreement-row a{flex:none}}.checkout-mobile-header{display:none}@media (max-width:767px){.checkout-page{background:#f8fafc;padding:0}.checkout-mobile-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.checkout-mobile-header h1{color:#0f172a;margin:0;font-size:18px;font-weight:700}.checkout-mobile-header a{width:20px;height:20px;display:flex}.checkout-mobile-header img{width:100%;height:100%}.checkout-layout{flex-direction:column;gap:16px;width:auto;margin:0;padding:20px;display:flex}.checkout-form{gap:16px}.checkout-form>header{order:-2}.checkout-form>header h1{display:none}.checkout-form>header p{margin:0;font-size:13px}.order-summary{order:-1;padding:18px}.checkout-card{padding:18px}.checkout-card h2,.order-summary h2{font-size:15px}.buyer-grid{margin-top:16px}.payment-tabs{margin-top:14px}.payment-tabs button{border-width:1.5px}.payment-tabs button.active{color:#1a56f0;background:#fff;font-weight:700}.summary-submit{height:52px}}.checkout-result-page{min-height:100vh;font-family:var(--font-pretendard), -apple-system, BlinkMacSystemFont, sans-serif;background:#f8fafc}.checkout-result-body{flex-direction:column;gap:24px;max-width:500px;margin:0 auto;padding:40px 20px;display:flex}.checkout-result-status{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.checkout-result-icon{width:64px;height:64px}.checkout-result-status h2{color:#0f172a;margin:0;font-size:22px;font-weight:700}.checkout-result-status p{color:#475569;margin:0;font-size:13px;line-height:1.5}.checkout-result-body .checkout-card{flex-direction:column;gap:4px;padding:18px;display:flex}.checkout-result-body .checkout-card h3{color:#0f172a;margin:0 0 10px;font-size:15px;font-weight:600}.checkout-result-body .checkout-card-title-danger{color:#ef4444}.checkout-result-body .checkout-card hr{border:0;border-top:1px solid #e2e8f0;margin:0 0 10px}.checkout-result-row{justify-content:space-between;align-items:center;padding:5px 0;font-size:14px;display:flex}.checkout-result-row span{color:#475569}.checkout-result-row strong{color:#0f172a;font-weight:700}.checkout-result-row em{color:#0f172a;font-style:normal;font-weight:500}.checkout-notice-box{border-radius:10px;flex-direction:column;gap:10px;padding:16px;display:flex}.checkout-notice-info{background:#eef2ff}.checkout-notice-danger{background:#fef2f2}.checkout-notice-neutral{background:#f8fafc;border:1px solid #e2e8f0}.checkout-notice-neutral .checkout-notice-title{color:#0f172a}.checkout-notice-title{align-items:center;gap:6px;margin:0;font-size:14px;font-weight:700;display:flex}.checkout-notice-title img{width:16px;height:16px}.checkout-notice-info .checkout-notice-title{color:#1a56f0}.checkout-notice-danger .checkout-notice-title{color:#ef4444}.checkout-notice-box p:not(.checkout-notice-title){color:#475569;margin:0;font-size:12px;line-height:1.5}.checkout-result-actions{flex-direction:column;gap:10px;display:flex}.checkout-result-actions .primary-button,.checkout-result-actions .secondary-button{box-sizing:border-box;width:100%;height:52px}.mypage{color:#0f172a;background:#f8fafc;min-height:calc(100vh - 72px);padding:40px 0 80px;font-family:Inter,sans-serif}.mypage-profile{background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;width:min(1200px,100% - 48px);height:128px;margin:0 auto;padding:24px;display:flex;box-shadow:0 4px 8px #0f172908}.mypage-profile-left{align-items:center;gap:20px;display:flex}.mypage-avatar{background:#d9d9d9;border-radius:50%;place-items:center;width:80px;height:80px;display:grid;overflow:hidden}.mypage-avatar img{object-fit:cover;width:80px;height:80px}.mypage-name{align-items:center;gap:10px;display:flex}.mypage-name strong{font-size:20px}.mypage-name span{color:#3b6cf4;background:#eef2ff;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700}.mypage-profile p{color:#64748b;margin:6px 0 0;font-size:14px}.mypage-layout{grid-template-columns:280px minmax(0,896px);align-items:start;gap:24px;width:min(1200px,100% - 48px);margin:24px auto 0;display:grid}.mypage-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:4px;padding:16px;display:flex}.mypage-sidebar a{color:#64748b;border-radius:8px;align-items:center;min-height:48px;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.mypage-sidebar a.active{color:#4361ee;background:#eef2ff}.mypage-content{flex-direction:column;gap:24px;min-width:0;display:flex}.mypage-content-header{flex-direction:column;gap:8px;display:flex}.mypage-content-header a{color:#4361ee;font-size:14px;font-weight:600;text-decoration:none}.mypage-content-header h1{margin:0;font-size:28px;line-height:36px}.mypage-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 8px #0f17290a}.mypage-card h2{margin:0;font-size:18px;line-height:24px}.mypage-card hr{border:0;border-top:1px solid #e2e8f0;margin:20px 0}.mypage-info{min-height:408px}.mypage-info-row{color:#64748b;justify-content:space-between;align-items:center;gap:16px;min-height:52px;font-size:14px;display:flex}.mypage-info-row>div{color:#0f172a;justify-content:flex-end;align-items:center;gap:10px;display:flex}.mypage-info-row strong{font-weight:500}.mypage-info-row em{color:#059669;background:#ecfdf5;border-radius:4px;padding:3px 7px;font-size:11px;font-style:normal;font-weight:700}.mypage-info-row button{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.mypage-info-edit{align-items:center;gap:8px;display:flex}.mypage-info-edit input{color:#0f172a;height:36px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:0;padding:0 10px;font-size:14px}.mypage-info-edit button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600}.mypage-info-edit button:last-child{color:#4361ee;border-color:#4361ee}.mypage-password-form{flex-direction:column;gap:10px;margin-top:16px;display:flex}.mypage-password-form input{box-sizing:border-box;color:#0f172a;height:44px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:0;padding:0 14px;font-size:14px}.mypage-password-actions{justify-content:flex-end;gap:8px;display:flex}.mypage-password-actions button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:40px;padding:0 16px;font-size:14px;font-weight:600}.mypage-password-actions button:last-child{color:#4361ee;border:1px solid #4361ee}.mypage-card>p{color:#64748b;margin:0;font-size:14px;line-height:22px}.outline-action{color:#4361ee;background:#fff;border:1px solid #4361ee;border-radius:8px;height:40px;padding:0 16px;font-size:14px;font-weight:600}.mypage-notification{justify-content:space-between;align-items:center;gap:20px;min-height:66px;display:flex}.mypage-notification strong{font-size:14px}.mypage-notification p{color:#64748b;margin:6px 0 0;font-size:13px;line-height:20px}.mypage-toggle{background:0 0;border:0;flex:0 0 44px;width:44px;height:24px;padding:0}.mypage-toggle img{width:44px;height:24px;display:block}.mypage-account>div{align-items:center;gap:20px;display:flex}.mypage-account a{color:#ef4444;font-size:13px;text-decoration:none}@media (max-width:900px){.mypage{padding-top:24px}.mypage-layout{grid-template-columns:1fr}.mypage-sidebar{flex-direction:row}.mypage-sidebar a{flex:1;justify-content:center}}@media (max-width:560px){.mypage{padding-bottom:40px}.mypage-profile,.mypage-layout{width:calc(100% - 32px)}.mypage-profile{align-items:flex-start;gap:16px;height:auto;min-height:128px}.mypage-profile-left{gap:12px}.mypage-avatar,.mypage-avatar img{width:60px;height:60px}.mypage-name strong{font-size:17px}.mypage-profile p{font-size:12px}.mypage-card{padding:20px 16px}.mypage-info-row{align-items:flex-start;padding:8px 0}.mypage-info-row>div{flex-wrap:wrap}.mypage-notification{align-items:flex-start}.mypage-notification p{max-width:250px;font-size:12px}.mypage-content-header h1{font-size:24px}}.mypage-desktop-content{display:contents}.mypage:has(.mypage-card>p:only-child){box-sizing:border-box;min-height:100vh}.mypage-hub{display:none}@media (max-width:767px){.mypage-desktop-content{display:none}.mypage-desktop-content.mobile-visible{display:block}.mypage-hub{min-height:calc(100vh - 72px);font-family:var(--font-pretendard), -apple-system, BlinkMacSystemFont, sans-serif;background:#f8fafc;display:block}}.mypage-hub-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.mypage-hub-header h1{color:#0f172a;margin:0;font-size:18px;font-weight:700}.mypage-hub-close{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.mypage-hub-close img{width:100%;height:100%}.mypage-hub-profile{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:16px;margin:20px 20px 0;padding:24px;display:flex;box-shadow:0 4px 8px #0f172908}.mypage-hub-avatar{background:#d9d9d9;border-radius:50%;flex:0 0 64px;width:64px;height:64px;overflow:hidden}.mypage-hub-avatar img{object-fit:cover;width:100%;height:100%}.mypage-hub-profile-text{flex-direction:column;gap:4px;min-width:0;display:flex}.mypage-hub-name-row{align-items:center;gap:8px;display:flex}.mypage-hub-name-row strong{color:#0f172a;font-size:18px;font-weight:700}.mypage-hub-name-row span{color:#059669;background:#ecfdf5;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.mypage-hub-profile-text p{color:#64748b;margin:0;font-size:13px}.mypage-hub-contact{background:#fff;border:1px solid #e2e8f0;border-top:0;border-radius:0 0 16px 16px;flex-direction:column;gap:6px;margin:-1px 20px 0;padding:16px 24px 24px;display:flex;position:relative;box-shadow:0 4px 8px #0f172908}.mypage-hub-contact:before{content:"";background:#f1f5f9;height:1px;position:absolute;top:0;left:24px;right:24px}.mypage-hub-contact>div{justify-content:space-between;align-items:center;font-size:13px;display:flex}.mypage-hub-contact span{color:#64748b}.mypage-hub-contact strong{color:#0f172a;font-weight:500}.mypage-hub-section-label{color:#64748b;margin:24px 20px 12px;font-size:14px;font-weight:700}.mypage-hub-menu{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin:0 20px;overflow:hidden}.mypage-hub-menu-item{border-bottom:1px solid #f1f5f9;align-items:center;gap:16px;padding:20px;text-decoration:none;display:flex}.mypage-hub-menu-item:last-child{border-bottom:0}.mypage-hub-menu-icon{background:#f8fafc;border-radius:10px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.mypage-hub-menu-icon img{width:18px;height:18px}.mypage-hub-menu-text{flex-direction:column;flex:1 1 0;gap:2px;min-width:0;display:flex}.mypage-hub-menu-text strong{color:#0f172a;font-size:15px;font-weight:600}.mypage-hub-menu-text em{color:#64748b;font-size:12px;font-style:normal}.mypage-hub-chevron{flex:0 0 18px;width:18px;height:18px}.mypage-hub-logout{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;width:calc(100% - 40px);margin:20px 20px 0;padding:16px;display:flex}.mypage-hub-logout span{color:#64748b;font-size:14px;font-weight:500}.mypage-hub-logout img{width:16px;height:16px}.mypage-hub-footer{color:#64748b;justify-content:space-between;align-items:center;margin:8px 24px 40px;padding:8px 4px;font-size:12px;display:flex}.mypage-hub-footer a{color:#64748b;text-decoration:underline}.policy-page{color:#0f172a;background:#f8fafc;min-height:100vh}.policy-document{min-height:1200px;padding:64px 24px}.policy-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(800px,100%);margin:0 auto;padding:48px;box-shadow:0 4px 12px #0f172a0a}.policy-badge{color:#4361ee;background:#eef2ff;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.policy-card h1{margin:16px 0 12px;font-size:32px;line-height:39px}.policy-date{color:#64748b;gap:8px;font-size:14px;display:flex}.policy-date strong{color:#0f172a;font-weight:500}.policy-card>hr,.cancel-card hr{border:0;border-top:1px solid #e2e8f0;margin:32px 0}.policy-card article{margin-bottom:24px}.policy-card article h2{margin:0 0 10px;font-size:16px;line-height:22px}.policy-card article p{color:#475569;margin:0;font-size:14px;line-height:22px}.policy-card article p+p{margin-top:6px}.policy-table{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;font-size:13px;overflow:hidden}.policy-table-row{border-bottom:1px solid #e2e8f0;align-items:center;padding:10px 12px;display:flex}.policy-table-row:last-child{border-bottom:0}.policy-table-head{color:#64748b;background:#f8fafc;font-weight:700}.policy-table-row span{flex:1 1 0;min-width:0}.policy-table-row:not(.policy-table-head) span:first-child{color:#0f172a;font-weight:600}.policy-table-row:not(.policy-table-head) span:last-child{color:#475569}.policy-standalone{background:#f8fafc;min-height:100vh}.policy-standalone-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.policy-standalone-header h1{color:#0f172a;margin:0;font-size:18px;font-weight:700}.policy-standalone-header a{width:20px;height:20px;display:flex}.policy-standalone-header img{width:100%;height:100%}.policy-standalone-body{padding:20px}.policy-standalone-body .policy-card{padding:24px;box-shadow:0 4px 8px #0f17290a}.policy-standalone-body .policy-card h1{font-size:24px;line-height:1.3}.error-page{color:#0f172a;background:#fff;place-items:center;min-height:calc(100vh - 136px);padding:80px 24px;display:grid}.error-card{text-align:center;flex-direction:column;align-items:center;width:min(580px,100%);display:flex}.error-mark{color:#1f5eff;letter-spacing:-8px;place-items:center;min-height:140px;font-size:110px;font-weight:900;display:grid}.error-mark.error-403{color:#4361ee;letter-spacing:0;background:#eef2ff;border-radius:50%;width:120px;height:120px;min-height:120px;margin-bottom:32px;font-size:46px}.error-icon-circle{background:#fff;border:1px solid #e2e8f0;border-radius:48px;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:32px;display:flex;box-shadow:0 8px 12px #0f172905}.error-icon-circle img{width:44px;height:44px}.error-badge{color:#4361ee;letter-spacing:.4px;background:#eef2ff;margin-top:-12px;padding:4px 12px;font-size:11px;font-weight:700}.error-card h1{margin:32px 0 12px;font-size:28px;line-height:34px}.error-card p{color:#64748b;max-width:520px;margin:0;font-size:14px;line-height:24px}.error-actions,.success-actions{gap:12px;margin-top:32px;display:flex}.primary-button,.secondary-button,.success-actions a{border-radius:8px;justify-content:center;align-items:center;min-height:46px;padding:0 24px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.primary-button,.success-actions a:last-child{color:#fff;background:#1f5eff}.secondary-button,.success-actions a:first-child{color:#475569;background:#fff;border:1px solid #dbe3ef}.error-help{color:#4361ee;margin-top:16px;font-size:13px}@media (max-width:560px){.error-actions{flex-direction:column;width:100%}.primary-button,.secondary-button{width:100%;height:52px}}.error-standalone{min-height:100vh;font-family:var(--font-pretendard), -apple-system, BlinkMacSystemFont, sans-serif;background:#f8fafc}.error-standalone-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.error-standalone-header h1{color:#0f172a;margin:0;font-size:18px;font-weight:700}.error-standalone-header a{width:20px;height:20px;display:flex}.error-standalone-header img{width:100%;height:100%}.error-standalone-body{text-align:center;flex-direction:column;align-items:center;gap:32px;padding:60px 20px;display:flex}.error-standalone .error-icon-circle{margin-bottom:0}.error-standalone .error-icon-circle img{width:40px;height:40px}.error-standalone-copy{flex-direction:column;gap:12px;display:flex}.error-standalone-copy h2{color:#0f172a;margin:0;font-size:22px;font-weight:800}.error-standalone-copy p{color:#475569;margin:0;font-size:14px;line-height:1.6}.error-standalone-btn{border-radius:12px;width:100%;max-width:350px;height:52px}.simple-footer{color:#64748b;background:#f8fafc;justify-content:space-between;align-items:center;min-height:64px;padding:0 max(24px,50% - 600px);font-size:12px;display:flex}.request-page,.cancel-page{color:#0f172a;background:#f8fafc;min-height:calc(100vh - 72px);padding:60px 24px 80px}.request-content{width:min(800px,100%);margin:0 auto}.request-content>header{margin-bottom:40px}.request-content h1,.cancel-layout h1{margin:0;font-size:32px;line-height:40px}.request-content header p{color:#64748b;margin:12px 0 0;font-size:14px;line-height:20px}.request-card,.cancel-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px;box-shadow:0 4px 12px #0f172a08}.request-card{flex-direction:column;gap:28px;display:flex}.request-field{color:#0f172a;flex-direction:column;gap:8px;font-size:14px;font-weight:600;display:flex}.request-field em{color:#ef4444;margin-left:4px;font-style:normal}.request-field input,.request-field textarea,.request-select,.cancel-textarea textarea{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:8px;outline:none;padding:0 16px;font-weight:400}.request-field input,.request-select{height:42px}.request-select:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a}.request-field textarea,.cancel-textarea textarea{resize:vertical;min-height:120px;padding-top:14px}.request-field input:focus,.request-field textarea:focus,.cancel-textarea textarea:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a}.request-row{gap:16px;display:flex}.request-row .request-field{flex:1}.channel-field{flex-direction:column;gap:12px;font-size:14px;font-weight:600;display:flex}.channel-field>div{flex-wrap:wrap;gap:18px;display:flex}.channel-field label,.radio-row label{color:#475569;align-items:center;gap:8px;font-size:13px;font-weight:400;display:inline-flex}.channel-field input,.radio-row input,.request-agreement button,.cancel-side input{accent-color:#1f5eff}.request-agreement{color:#334155;border:1px solid #e2e8f0;align-items:center;gap:10px;min-height:52px;padding:16px;font-size:13px;display:flex}.request-agreement button{color:#fff;background:#fff;border:1px solid #cbd5e1;border-radius:4px;width:20px;height:20px;padding:0}.request-agreement button.checked{background:#1f5eff;border-color:#1f5eff}.request-agreement a{color:#64748b;margin-left:auto;font-size:12px}.request-submit{color:#fff;background:#1f5eff;border:0;border-radius:8px;width:100%;height:47px;font-size:15px;font-weight:700}.request-submit:disabled{cursor:not-allowed;opacity:.5}.request-success{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(640px,100%);margin:40px auto;padding:60px}.success-icon{color:#fff;background:#1f5eff;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 32px;font-size:28px;display:grid}.request-success h1{margin:0;font-size:25px;line-height:32px}.request-success>p{color:#64748b;margin:14px 0 0;font-size:14px;line-height:22px}.success-summary{text-align:left;background:#f8fafc;border-radius:8px;flex-direction:column;gap:10px;margin-top:32px;padding:20px;font-size:13px;display:flex}.success-summary span{color:#64748b}.success-actions{margin-top:32px}.success-actions a{flex:1}.cancel-layout{grid-template-columns:minmax(0,756px) 420px;gap:24px;width:min(1200px,100%);margin:0 auto;display:grid}.cancel-layout>section>header{margin-bottom:24px}.cancel-layout>section>header a{color:#4361ee;margin-bottom:8px;font-size:14px;text-decoration:none;display:block}.cancel-layout>section,.cancel-side{flex-direction:column;gap:24px;display:flex}.cancel-card{padding:24px}.cancel-card h2{margin:0;font-size:18px}.cancel-card h2 b{float:right;color:#059669;background:#ecfdf5;border-radius:4px;padding:6px 8px;font-size:11px}.cancel-card p{color:#64748b;justify-content:space-between;margin:14px 0;font-size:14px;display:flex}.cancel-card p strong{color:#0f172a;font-weight:500}.radio-row{flex-wrap:wrap;gap:20px;margin:12px 0 28px;display:flex}.cancel-textarea{color:#475569;flex-direction:column;gap:8px;font-size:14px;display:flex}.cancel-total strong{font-size:20px;color:#1f5eff!important;font-weight:700!important}.cancel-side .request-submit{margin-top:20px}.cancel-side .cancel-card label{color:#475569;font-size:13px}.cancel-refund-card{background:#eef2ff;border-color:#1a56f0}.cancel-refund-helper{color:#475569;align-items:center;gap:4px;margin-top:-4px;font-size:12px;display:flex}.cancel-refund-helper img{width:14px;height:14px}@media (max-width:767px){.cancel-page{padding:0}.cancel-layout>section>header{display:none}.cancel-layout{grid-template-columns:1fr;gap:16px;width:auto;padding:20px}.cancel-card{padding:18px}}@media (max-width:900px){.simple-footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;padding-top:16px;padding-bottom:16px}.cancel-layout{grid-template-columns:1fr}.cancel-side{order:-1}}@media (max-width:560px){.policy-document{min-height:auto;padding:24px 16px}.policy-card{padding:24px 20px}.policy-card h1{font-size:26px}.error-page{padding:48px 16px}.error-card h1{font-size:24px}.error-actions,.success-actions{width:100%}.primary-button,.secondary-button,.success-actions a{flex:1;padding:0 12px;font-size:12px}.request-page,.cancel-page{padding:32px 16px 56px}.request-content h1,.cancel-layout h1{font-size:26px}.request-card{padding:24px 20px}.request-row{flex-direction:column}.request-success{padding:40px 20px}.cancel-card{padding:20px}.radio-row{flex-direction:column;gap:10px}}.site-footer{color:#94a3b8;background:#0f172a;flex-direction:column;gap:48px;min-height:483px;padding:80px max(24px,50% - 600px) 48px;display:flex}.footer-nav{grid-template-columns:320px minmax(0,1fr) minmax(0,1fr);gap:64px;display:grid}.footer-brand{flex-direction:column;gap:24px;display:flex}.footer-logo{align-items:center;gap:11px;height:30px;display:flex}.footer-logo img{object-fit:contain;width:39px;height:30px}.footer-logo strong{color:#fff;letter-spacing:-.6px;font-size:24px;line-height:30px}.footer-brand>p{color:#94a3b8;max-width:320px;margin:0;font-size:14px;font-weight:700;line-height:1.6}.footer-socials{gap:8px;display:flex}.footer-socials a{background:#1e293b;border:1px solid #334155;border-radius:18px;place-items:center;width:36px;height:36px;display:grid}.footer-socials img{width:18px;height:18px}.footer-column{flex-direction:column;gap:20px;display:flex}.footer-column h2{color:#fff;margin:0;font-size:15px;line-height:18px}.footer-column a{color:#94a3b8;font-size:14px;font-weight:700;line-height:21px;text-decoration:none}.footer-column a.current{color:#85a5ff}.footer-divider{background:#334155;width:100%;height:1px}.footer-bottom{flex-direction:column;gap:24px;display:flex}.footer-meta{flex-direction:column;gap:8px;display:flex}.footer-meta>div{flex-wrap:wrap;align-items:center;gap:12px;font-size:13px;font-weight:700;line-height:23px;display:flex}.footer-meta strong{color:#94a3b8}.footer-meta em{color:#64748b;font-style:normal}.footer-meta a{color:#85a5ff;text-decoration:none}.footer-meta span{background:#475569;width:1px;height:10px}.footer-bottom>p{color:#64748b;margin:0;font-size:13px;font-weight:700;line-height:23px}@media (max-width:700px){.site-footer{gap:36px;padding:56px 24px 36px}.footer-nav{grid-template-columns:1fr 1fr;gap:40px 24px}.footer-brand{grid-column:1/-1}.footer-meta>div{align-items:flex-start}.footer-meta span{display:none}}.section03 .card-1{width:442px;height:654px;top:-3px}.section03 .card-2{width:457px;height:627px;margin-right:-164px;top:69px}.section03 .card-3{width:457px;height:627px;margin-left:-164px;top:16px}@media (max-width:560px){.section03{width:100%;min-width:0;overflow:hidden}.section03-heading{box-sizing:border-box;text-align:center;width:auto;max-width:none;padding:0 16px;left:0;right:0;transform:none}.section03-heading p,.section03-heading h2{white-space:normal;overflow-wrap:anywhere;max-width:100%}.section03-collage{width:100%;min-width:0;left:0;right:0;transform:none}.section03.section03 .card-1{aspect-ratio:420/640;width:min(113.75px,29.2vw)!important;height:auto!important}.section03.section03 .card-2,.section03.section03 .card-3{aspect-ratio:380/580;width:min(102.917px,26.4vw)!important;height:auto!important}.section03-image{width:100%;max-width:100%;height:100%}.section03-bottom-copy{box-sizing:border-box;text-align:center;width:auto;max-width:none;padding:0 16px;left:0;right:0;transform:none}.section03-bottom-copy p,.section03-bottom-copy strong{overflow-wrap:anywhere;max-width:100%}}.admin-page{color:#0f172a;background:#f8fafc;min-height:1024px;font-family:Inter,sans-serif;display:flex}.admin-sidebar{color:#cbd5e1;background:#0f172a;flex:0 0 240px;width:240px;min-height:100vh;padding:32px 16px}.admin-logo{color:#fff;align-items:center;gap:12px;height:24px;padding:0 12px;display:flex}.admin-logo b{color:#1f5eff;background:#fff;border-radius:6px;place-items:center;width:24px;height:24px;display:grid}.admin-logo strong{font-size:15px}.admin-sidebar nav a{color:#94a3b8;border-radius:8px;align-items:center;gap:12px;height:42px;padding:0 16px;font-size:14px;text-decoration:none;display:flex}.admin-sidebar nav a.active{color:#fff;background:#1f5eff}.admin-sidebar nav i{color:currentColor;text-align:center;width:18px;font-style:normal}.admin-content{flex:1;min-width:0;padding:40px;overflow-x:auto}.admin-header{justify-content:space-between;align-items:center;display:flex}.admin-header h1{margin:0;font-size:28px;line-height:34px}.admin-primary{color:#fff;background:#1f5eff;border:0;border-radius:6px;height:41px;padding:0 18px;font-size:14px;font-weight:600}.admin-summary{grid-template-columns:repeat(4,minmax(180px,1fr));gap:16px;margin-top:24px;display:grid}.admin-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:16px;height:89px;padding:20px;display:flex}.admin-summary-card>span{color:#1f5eff;background:#eef4ff;border-radius:8px;place-items:center;width:48px;height:48px;font-size:20px;font-weight:700;display:grid}.admin-summary-card small{color:#64748b;font-size:13px;display:block}.admin-summary-card strong{margin-top:4px;font-size:24px;display:block}.admin-filter{background:#fff;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:1fr 1fr auto auto;gap:12px;margin-top:24px;padding:20px;display:grid}.admin-filter input,.admin-filter select,.admin-modal input,.admin-modal select,.admin-modal textarea{color:#0f172a;height:42px;font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:6px;outline:none;padding:0 12px}.admin-filter button{color:#475569;background:#fff;border:1px solid #dbe3ef;border-radius:6px;height:40px;padding:0 16px;font-size:13px}.admin-filter .admin-search{color:#fff;background:#1f5eff;border-color:#1f5eff}.admin-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:24px;overflow:hidden}.admin-table-wrap table{border-collapse:collapse;width:100%;min-width:1000px;font-size:13px}.admin-table-wrap th{color:#64748b;text-align:left;background:#f8fafc;height:52px;font-weight:600}.admin-table-wrap th,.admin-table-wrap td{white-space:nowrap;border-bottom:1px solid #eef2f7;padding:0 12px}.admin-table-wrap tr:last-child td{border-bottom:0}.admin-table-wrap td{color:#475569;height:80px}.admin-table-wrap td:first-child{width:64px}.admin-table-wrap td:nth-child(2){min-width:180px}.admin-table-wrap td strong,.admin-table-wrap td small{display:block}.admin-table-wrap td strong{color:#0f172a;font-size:13px}.admin-table-wrap td small{color:#94a3b8;margin-top:5px;font-size:11px}.admin-thumb{background:#e8eef8;border-radius:6px;width:64px;height:48px}.admin-status{border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700}.admin-table-wrap td button{color:#4361ee;background:0 0;border:0;padding:0;font-size:12px}.admin-table-wrap td button:last-child{color:#ef4444}.admin-modal-backdrop{z-index:50;background:#0f172a73;place-items:center;display:grid;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:12px;width:min(520px,100% - 32px);padding:32px;box-shadow:0 24px 60px #0f172a33}.admin-modal header{justify-content:space-between;align-items:center;display:flex}.admin-modal h2{margin:0;font-size:18px}.admin-modal header button{color:#64748b;background:0 0;border:0;font-size:24px}.admin-modal>label,.admin-modal-row label{color:#334155;flex-direction:column;gap:8px;margin-top:24px;font-size:13px;font-weight:600;display:flex}.admin-modal textarea{resize:vertical;height:100px;padding-top:12px}.admin-modal-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.admin-modal footer{justify-content:flex-end;gap:8px;margin-top:32px;display:flex}.admin-modal footer button{color:#475569;background:#fff;border:1px solid #dbe3ef;border-radius:6px;height:36px;padding:0 16px}.admin-modal footer .admin-primary{color:#fff;border:0}.admin-modal label input,.admin-modal label select{width:100%}@media (max-width:900px){.admin-sidebar{flex-basis:200px;width:200px}.admin-content{padding:24px}.admin-summary{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (max-width:600px){.admin-page{display:block}.admin-sidebar{width:auto;min-height:auto;padding:18px 16px}.admin-sidebar nav{flex-direction:row;margin-top:16px;overflow-x:auto}.admin-sidebar nav a{flex:none}.admin-content{padding:20px 16px}.admin-header h1{font-size:24px}.admin-summary{grid-template-columns:1fr 1fr;gap:8px}.admin-summary-card{gap:8px;padding:12px}.admin-summary-card>span{width:36px;height:36px}.admin-filter{grid-template-columns:1fr 1fr;padding:12px}.admin-filter input{grid-column:1/-1}.admin-modal-row{grid-template-columns:1fr}}.landing-search{background:#fff;justify-content:center;padding:16px 20px;display:flex;position:relative}.landing-search-box{box-sizing:border-box;background:#fff;border:1px solid #767676;border-radius:20px;align-items:center;gap:10px;width:100%;max-width:480px;height:40px;padding:0 12px 0 16px;transition:border-color .15s,box-shadow .15s;display:flex}.landing-search-box.has-value,.landing-search-box:focus-within{border:1.5px solid #4361ee;box-shadow:0 4px 5px #4361ee33}.landing-search-icon-btn{cursor:pointer;background:0 0;border:0;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:flex}.landing-search-icon-btn img{width:100%;height:100%}.landing-search-box input{color:#0f172a;min-width:0;font-family:var(--font-pretendard), -apple-system, BlinkMacSystemFont, sans-serif;background:0 0;border:0;outline:none;flex:1 1 0;padding:0;font-size:14px;font-weight:700}.landing-search-box input::placeholder{color:#767676;font-weight:400}.landing-search-clear{cursor:pointer;background:0 0;border:0;flex:0 0 15px;justify-content:center;align-items:center;width:15px;height:15px;padding:0;display:flex}.landing-search-clear img{width:100%;height:100%}@media (max-width:767px){.landing-search{padding:16px 20px}}.search-live-backdrop{display:none}.search-live-dropdown{z-index:40;box-sizing:border-box;width:100%;max-width:480px;font-family:var(--font-pretendard), -apple-system, BlinkMacSystemFont, sans-serif;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-top:6px;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 16px 36px #0f172a24}.search-live-loading{color:#64748b;align-items:center;gap:10px;padding:20px;font-size:13px;display:flex}.search-live-spinner{border:2px solid #e2e8f0;border-top-color:#4361ee;border-radius:50%;flex:0 0 16px;width:16px;height:16px;animation:.7s linear infinite login-spin}.search-live-list{max-height:360px;margin:0;padding:6px;list-style:none;overflow-y:auto}.search-live-list li{margin:0;padding:0}.search-live-list li button{box-sizing:border-box;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px;display:flex}.search-live-list li button:hover,.search-live-list li button:focus-visible{background:#f8fafc}.search-live-thumb{object-fit:cover;background:#f1f5f9;border-radius:8px;flex:0 0 44px;width:44px;height:44px}.search-live-text{flex-direction:column;flex:1 1 0;gap:3px;min-width:0;display:flex}.search-live-text strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.search-live-text mark{color:#4361ee;background:#4361ee29;border-radius:3px;padding:0 1px}.search-live-text em{color:#94a3b8;font-size:12px;font-style:normal}.search-live-price{flex-direction:column;flex:none;align-items:flex-end;gap:2px;display:flex}.search-live-price s{color:#94a3b8;font-size:11px}.search-live-price b{color:#4361ee;white-space:nowrap;font-size:13px;font-weight:700}.search-live-viewall{box-sizing:border-box;color:#4361ee;text-align:center;cursor:pointer;background:#f8fafc;border:0;border-top:1px solid #f1f5f9;width:100%;padding:12px;font-size:13px;font-weight:700;display:block}.search-live-viewall:hover{background:#eef2ff}.search-live-empty{color:#94a3b8;text-align:center;margin:0;padding:28px 20px;font-size:13px}@media (max-width:767px){.search-live-backdrop{z-index:35;background:#0f172a52;display:block;position:fixed;inset:0}.search-live-dropdown{z-index:40;top:var(--search-dropdown-top,64px);width:100vw;max-width:none;max-height:calc(100vh - var(--search-dropdown-top,64px));border-width:1px 0 0;border-radius:0;margin-top:0;position:fixed;left:0;right:0;transform:none;box-shadow:0 20px 40px #0f172a2e}.search-live-list{max-height:none}}.search-page{min-height:100vh;font-family:var(--font-pretendard), -apple-system, BlinkMacSystemFont, sans-serif;background:#f8fafc;flex-direction:column;display:flex}.search-icon-btn{cursor:pointer;background:0 0;border:0;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;text-decoration:none;display:flex}.search-icon-btn img{width:100%;height:100%}.search-app-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.search-app-header-left{align-items:center;gap:12px;display:flex}.search-app-header-left h1{color:#0f172a;margin:0;font-size:18px;font-weight:700}.search-bar-row{background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 16px}.search-bar-box{background:#f8fafc;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;display:flex}.search-submit-btn{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:flex}.search-submit-btn img{width:100%;height:100%}.search-bar-box .search-submit-btn{flex:0 0 18px;width:18px;height:18px}.search-bar-box input{color:#0f172a;min-width:0;font:inherit;background:0 0;border:0;outline:none;flex:1 1 0;padding:0;font-size:14px;font-weight:700}.search-bar-box button{cursor:pointer;background:0 0;border:0;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:flex}.search-bar-box button img{width:100%;height:100%}.search-results-count{padding:16px 16px 8px}.search-results-count p{color:#0f172a;margin:0;font-size:15px;font-weight:700}.search-results-count em{color:#4361ee;font-style:normal}.search-cards{flex-direction:column;gap:14px;padding:0 16px 40px;display:flex}.search-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;gap:14px;padding:16px;display:flex;box-shadow:0 4px 8px #0f172a0d}.search-card-header{flex-direction:column;gap:8px;display:flex}.search-card-tag{color:#4361ee;background:#dbeafe;border-radius:6px;align-self:flex-start;padding:4px 10px;font-size:12px;font-weight:700}.search-card-title{color:#0f172a;margin:0;font-size:16px;font-weight:700;line-height:1.3}.search-card-body{gap:12px;display:flex}.search-card-thumb{object-fit:cover;border-radius:8px;flex:0 0 72px;width:72px;height:72px}.search-card-desc{color:#64748b;flex:1 1 0;min-width:0;margin:0;font-size:13px;font-weight:700;line-height:1.4}.search-card-divider{background:#f1f5f9;height:1px}.search-card-footer{justify-content:space-between;align-items:center;display:flex}.search-card-price{flex-direction:column;gap:2px;display:flex}.search-card-price span{color:#64748b;font-size:10px;font-weight:700}.search-card-price strong{color:#0f172a;font-size:16px;font-weight:700}.search-card-detail{color:#fff;background:#4361ee;border:1.5px solid #4361ee;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.search-compact-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;height:64px;padding:12px 16px;display:flex}.search-pill-box{box-sizing:border-box;background:#f8fafc;border-radius:20px;flex:1 1 0;align-items:center;gap:8px;min-width:0;height:40px;padding:8px 16px;display:flex}.search-pill-box .search-submit-btn{flex:0 0 16px;width:16px;height:16px}.search-pill-box input{color:#0f172a;min-width:0;font:inherit;background:0 0;border:0;outline:none;flex:1 1 0;padding:0;font-size:14px;font-weight:700}.search-pill-clear{cursor:pointer;box-sizing:border-box;background:#e2e8f0;border:0;border-radius:8px;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;padding:4px;display:flex}.search-pill-clear img{width:100%;height:100%}.search-empty-wrap{flex:auto;justify-content:center;align-items:center;padding:40px 16px 64px;display:flex}.search-empty-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;align-items:center;gap:32px;width:100%;padding:48px 20px 40px;display:flex;box-shadow:0 8px 12px #0f172a08}.search-empty-icon{background:#f1f5f9;border-radius:40px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.search-empty-icon img{width:32px;height:32px}.search-empty-text{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.search-empty-title{color:#0f172a;margin:0;font-size:20px;font-weight:700}.search-empty-desc{color:#64748b;margin:0;font-size:14px;font-weight:700;line-height:1.5}.search-empty-desc span{color:#0f172a}.search-empty-actions{gap:10px;width:100%;display:flex}.search-empty-primary,.search-empty-secondary{border-radius:8px;flex:1 1 0;justify-content:center;align-items:center;height:44px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.search-empty-primary{color:#fff;background:#4361ee;box-shadow:0 4px 6px #4361ee21}.search-empty-secondary{color:#4b5563;background:#fff;border:1px solid #d1d5db}.hist-page{min-height:100vh;font-family:var(--font-pretendard), -apple-system, BlinkMacSystemFont, sans-serif;background:#f8fafc}.hist-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:8px;height:56px;padding:0 20px;display:flex}.hist-header h1{color:#0f172a;flex:1 1 0;margin:0;font-size:18px;font-weight:700}.hist-header a{flex:0 0 20px;width:20px;height:20px;display:flex}.hist-header img{width:100%;height:100%}.hist-tabs{background:#fff;border-bottom:1px solid #e2e8f0;gap:8px;padding:16px 20px;display:flex}.hist-tabs button{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex:1 1 0;padding:8px 14px;font-size:13px;font-weight:600}.hist-tabs button.active{color:#000;background:#1a56f0;border-color:#1a56f0}.hist-kpi-row{gap:12px;padding:20px;display:flex}.hist-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1 1 0;gap:6px;min-width:0;padding:14px;display:flex}.hist-kpi span{color:#64748b;font-size:12px}.hist-kpi strong{color:#0f172a;font-size:20px;font-weight:700}.hist-kpi strong.blue{color:#1a56f0}.hist-kpi strong.green{color:#059669}.hist-list{flex-direction:column;gap:16px;padding:0 20px 40px;display:flex}.hist-body{flex-direction:column;gap:16px;max-width:500px;margin:0 auto;padding:20px;display:flex}.hist-body .hist-list{padding:0}.order-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex;box-shadow:0 4px 6px #0f172905}.order-card hr,.hist-card hr,.consult-card hr{border:0;border-top:1px solid #f1f5f9;margin:0}.order-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.order-card-top p{color:#64748b;margin:0;font-size:12px}.hist-badge{white-space:nowrap;border-radius:6px;flex:none;padding:4px 10px;font-size:12px;font-weight:600}.hist-badge.sm{border-radius:4px;padding:4px 8px;font-size:11px}.hist-badge.blue{color:#1a56f0;background:#eef2ff}.hist-badge.orange{color:#d98c1a;background:#fff2e0}.hist-badge.green{color:#059669;background:#ecfdf5}.hist-badge.gray{color:#475569;background:#f1f5f9}.order-card-body{flex-direction:column;gap:8px;display:flex}.order-card-body div{gap:12px;font-size:13px;display:flex}.order-card-body span{color:#64748b;flex:0 0 60px}.order-card-body strong{color:#0f172a;flex:1 1 0;font-size:14px;font-weight:600}.order-card-body em{color:#0f172a;flex:1 1 0;font-style:normal;font-weight:500}.order-card-footer{justify-content:space-between;align-items:center;display:flex}.order-card-footer p{align-items:center;gap:4px;margin:0;display:flex}.order-card-footer p span{color:#64748b;font-size:13px}.order-card-footer p strong{color:#0f172a;font-size:16px}.hist-detail-btn{color:#1a56f0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:600;text-decoration:none}.hist-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex}.hist-card h3{color:#0f172a;margin:0;font-size:15px;font-weight:700}.tracker-card{gap:20px}.tracker-steps{justify-content:space-between;align-items:flex-start;display:flex}.tracker-step{flex-direction:column;align-items:center;gap:8px;width:64px;display:flex}.tracker-step img{width:24px;height:24px}.tracker-step span{color:#64748b;text-align:center;font-size:11px;font-weight:500}.tracker-step.done span,.tracker-step.active span{color:#1a56f0;font-weight:700}.tracker-empty-dot{box-sizing:border-box;border:2px solid #e2e8f0;border-radius:12px;width:24px;height:24px}.tracker-progress{flex-direction:column;gap:8px;display:flex}.tracker-progress-label{justify-content:space-between;font-size:12px;display:flex}.tracker-progress-label span{color:#64748b}.tracker-progress-label strong{color:#1a56f0}.tracker-progress-track{background:#f1f5f9;border-radius:4px;height:8px;overflow:hidden}.tracker-progress-fill{background:#1a56f0;height:100%}.tracker-progress-dates{color:#64748b;justify-content:space-between;font-size:11px;display:flex}.hist-info-row{justify-content:space-between;align-items:flex-start;gap:12px;font-size:13px;display:flex}.hist-info-row span{color:#64748b;white-space:nowrap}.hist-info-row strong{color:#0f172a;text-align:right;font-weight:500}.hist-info-row strong.link{color:#1a56f0}.hist-action-row{gap:12px;display:flex}.hist-action-row .primary-button{border-radius:12px;flex:1 1 0;height:52px}.hist-cancel-btn{color:#ef4444;border:1px solid #ef4444;border-radius:12px;flex:1 1 0;justify-content:center;align-items:center;height:52px;font-size:15px;font-weight:700;text-decoration:none;display:flex}.hist-list-header{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.hist-list-header p{color:#64748b;margin:0;font-size:13px}.hist-list-header p strong{color:#1a56f0}.hist-list-header span{color:#94a3b8;font-size:12px}.hist-empty{color:#94a3b8;text-align:center;margin:0;padding:48px 20px;font-size:14px}.order-list-desktop-head{display:none}@media (max-width:767px){.order-list-shell>.site-nav{display:none}}@media (min-width:768px){.order-list-page .hist-header.mobile-only{display:none}.order-list-page.hist-page{padding-top:40px}.order-list-desktop-head{flex-direction:column;gap:8px;max-width:760px;margin:0 auto 24px;padding:0 24px;display:flex}.order-list-back-link{color:#64748b;font-size:13px;font-weight:600;text-decoration:none}.order-list-desktop-head h1{color:#0f172a;margin:0;font-size:28px}.order-list-page .hist-page-inner{max-width:760px;margin:0 auto;padding:0 24px 80px}.order-list-page .hist-tabs{border:1px solid #e2e8f0;border-radius:12px}.order-list-page .hist-kpi-row{padding:20px 0}}.consult-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:14px;padding:18px;text-decoration:none;display:flex}.consult-id{color:#64748b;margin:0;font-size:12px;font-weight:600}.consult-title{color:#0f172a;margin:0;font-size:15px;font-weight:700}.consult-card-footer{color:#94a3b8;justify-content:space-between;align-items:center;font-size:13px;display:flex}.consult-detail-link{color:#64748b;font-weight:600}.hist-text-box{color:#64748b;background:#f8fafc;border-radius:8px;margin:0;padding:12px;font-size:14px;line-height:1.4}.answer-header{align-items:center;gap:8px;display:flex}.answer-header strong{color:#0f172a;font-size:14px}.answer-logo-badge{color:#fff;background:#1a56f0;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:900;display:flex}.hist-answer-box{background:#eef2ff;border-radius:8px;flex-direction:column;gap:12px;padding:14px;font-size:14px;line-height:1.5;display:flex}.hist-answer-box p{color:#64748b;margin:0}.hist-answer-box .answer-greeting{color:#1a56f0;font-weight:600}.admin-page{color:#0f172a;min-height:1024px;font-family:var(--font-pretendard), -apple-system, BlinkMacSystemFont, sans-serif;background:#f8fafc;display:flex}.admin-sidebar{box-sizing:border-box;color:#475569;background:#fff;border-right:1px solid #e2e8f0;flex:0 0 240px;width:240px;padding:32px 16px}.admin-logo{align-items:center;gap:8px;height:24px;padding:0 12px;display:flex}.admin-logo b{color:#fff;background:#3b6cf4;border-radius:6px;place-items:center;width:24px;height:24px;font-size:13px;font-weight:800;display:grid}.admin-logo strong{color:#3b6cf4;letter-spacing:-.04em;font-size:18px;font-weight:800}.admin-sidebar nav{flex-direction:column;gap:4px;margin-top:32px;display:flex}.admin-sidebar nav a{box-sizing:border-box;color:#475569;background:#fff;border-radius:8px;align-items:center;gap:12px;height:42px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.admin-sidebar nav a.active{color:#fff;background:#3b6cf4;font-weight:700}.admin-sidebar nav img{object-fit:contain;width:18px;height:18px}.admin-content{box-sizing:border-box;flex:1;min-width:0;padding:40px}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:41px;margin-bottom:24px;display:flex}.admin-header h1{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:28px;font-weight:700;line-height:1.25}.admin-primary{color:#fff;white-space:nowrap;cursor:pointer;background:#3b6cf4;border:0;border-radius:8px;height:41px;padding:12px 18px;font-size:14px;font-weight:700}.admin-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.admin-summary-card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;min-width:0;height:89px;padding:20px;display:flex;box-shadow:0 4px 6px #0f172905}.admin-summary-card>span{background:#f8fafc;border-radius:24px;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.admin-summary-card img{object-fit:contain;width:22px;height:22px}.admin-summary-card div{flex-direction:column;gap:4px;display:flex}.admin-summary-card small{color:#64748b;font-size:13px;font-weight:500}.admin-summary-card strong{color:#0f172a;font-size:24px;font-weight:700;line-height:1}.admin-summary-card em{color:#64748b;margin-left:3px;font-size:13px;font-style:normal;font-weight:500}.admin-filter{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:1.3fr 1fr 1fr 1fr auto;align-items:center;gap:12px;height:82px;margin-bottom:24px;padding:20px;display:grid}.admin-filter label{align-items:center;min-width:0;display:flex;position:relative}.admin-filter input,.admin-filter select{box-sizing:border-box;color:#64748b;width:100%;height:42px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:0 12px;font-size:13px}.admin-filter input{padding-left:36px}.admin-filter select{appearance:none;padding-right:32px}.admin-filter label>img{pointer-events:none;width:14px;height:14px;position:absolute;right:12px}.admin-search-input>img{left:12px;width:16px!important;height:16px!important;right:auto!important}.admin-filter>div{gap:8px;display:flex}.admin-filter button{color:#475569;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;height:42px;padding:0 14px;font-size:13px;font-weight:600}.admin-filter .admin-search-button{color:#fff;background:#3b6cf4;border-color:#3b6cf4}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.admin-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.admin-table-wrap table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1120px}.admin-table-wrap th,.admin-table-wrap td{text-align:left;white-space:nowrap;color:#475569;border-bottom:1px solid #f1f5f9;height:72px;padding:0 12px;font-size:13px}.admin-table-wrap th{color:#64748b;background:#f8fafc;height:48px;font-size:12px;font-weight:600}.admin-table-wrap th:first-child,.admin-table-wrap td:first-child{width:36px}.admin-table-wrap th:nth-child(2),.admin-table-wrap td:nth-child(2){width:76px}.admin-table-wrap th:nth-child(3),.admin-table-wrap td:nth-child(3){width:220px}.admin-table-wrap th:nth-child(4),.admin-table-wrap td:nth-child(4){width:130px}.admin-table-wrap th:nth-child(5),.admin-table-wrap td:nth-child(5),.admin-table-wrap th:nth-child(6),.admin-table-wrap td:nth-child(6){width:100px}.admin-table-wrap th:nth-child(7),.admin-table-wrap td:nth-child(7){width:72px}.admin-table-wrap th:nth-child(8),.admin-table-wrap td:nth-child(8){width:92px}.admin-table-wrap th:nth-child(9),.admin-table-wrap td:nth-child(9){width:100px}.admin-table-wrap th:nth-child(10),.admin-table-wrap td:nth-child(10){width:146px}.admin-table-wrap td:nth-child(3){white-space:normal}.admin-table-wrap td:nth-child(3) strong,.admin-table-wrap td:nth-child(3) small{display:block}.admin-table-wrap td:nth-child(3) strong{color:#0f172a;margin-bottom:4px;font-size:14px;font-weight:700}.admin-table-wrap td:nth-child(3) small{color:#64748b;font-size:12px}.admin-table-wrap input[type=checkbox]{accent-color:#3b6cf4}.admin-thumb{object-fit:cover;border-radius:6px;width:64px;height:48px;display:block}.discount-price{font-weight:600;color:#3b6cf4!important}.admin-status{border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.admin-status.on{color:#10b981;background:#ecfdf5}.admin-status.off{color:#64748b;background:#f8fafc}.admin-status.soldout{color:#ef4444;background:#fef2f2}.admin-table-wrap td button{color:#3b6cf4;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600}.admin-table-wrap td button.danger{color:#ef4444}.admin-table-wrap td i{vertical-align:middle;background:#e2e8f0;width:1px;height:12px;margin:0 8px;display:inline-block}.admin-empty{color:#64748b;text-align:center;padding:40px}.admin-pagination{justify-content:center;gap:8px;margin-top:24px;display:flex}.admin-pagination button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;width:32px;height:32px;font-size:13px}.admin-pagination button.active{color:#3b6cf4;background:#eef2ff;border-color:#3b6cf4;font-weight:700}@media (max-width:900px){.admin-sidebar{flex-basis:200px;width:200px}.admin-content{padding:24px}.admin-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-filter{grid-template-columns:1fr 1fr;height:auto}.admin-filter>div{justify-content:flex-end}}@media (max-width:640px){.admin-page{display:block}.admin-sidebar{border-bottom:1px solid #e2e8f0;border-right:0;width:100%;padding:16px}.admin-sidebar nav{flex-direction:row;margin-top:16px;overflow-x:auto}.admin-sidebar nav a{flex:none}.admin-content{padding:20px 16px}.admin-summary{grid-template-columns:1fr 1fr}.admin-filter{grid-template-columns:1fr}.admin-filter>div{justify-content:stretch}.admin-filter button{flex:1}}.admin-category-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-category-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;overflow:hidden}.admin-category-row{box-sizing:border-box;color:#475569;border-bottom:1px solid #e2e8f0;grid-template-columns:60px 160px minmax(280px,1fr) 80px 100px 100px 120px;align-items:center;gap:12px;min-height:54px;padding:16px 24px;font-size:13px;display:grid}.admin-category-row:last-child{border-bottom:0}.admin-category-head{color:#475569;background:#f8fafc;min-height:44px;padding-top:14px;padding-bottom:14px;font-weight:600}.admin-category-row>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-category-row>strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.category-order{align-items:center;gap:8px;display:flex}.category-order img{width:14px;height:14px}.admin-category-row>span:nth-last-child(3),.admin-category-row>span:nth-last-child(2){text-align:center}.category-actions{justify-content:center;align-items:center;gap:8px;display:flex}.category-actions button{color:#3b6cf4;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:600}.category-actions button.danger{color:#ef4444}.category-actions i{background:#e2e8f0;width:1px;height:10px}.category-modal{min-height:457px}.category-modal-fields{grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;display:grid}.category-modal-fields label{margin-top:0}.category-toggle{grid-template-columns:1fr 1fr;gap:4px;height:36px;display:grid}.category-toggle button{color:#64748b;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.category-toggle button.selected{color:#fff;background:#3b6cf4;border-color:#3b6cf4}@media (max-width:900px){.admin-category-table{overflow-x:auto}.admin-category-row{min-width:900px}.admin-category-summary{grid-template-columns:1fr}}.admin-category-columns{grid-template-columns:1fr 1fr;align-items:start;gap:20px;width:100%;display:grid}.cat-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:0;overflow:hidden}.cat-panel-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.cat-panel-header h2{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:700;overflow:hidden}.cat-panel-header small{color:#64748b;margin-top:2px;font-size:12px;font-weight:500;display:block}.cat-panel-header>button{color:#fff;white-space:nowrap;cursor:pointer;background:#3b6cf4;border:0;border-radius:6px;flex:none;height:32px;padding:0 12px;font-size:12px;font-weight:700}.cat-panel-header>button:disabled{cursor:not-allowed;background:#cbd5e1}.cat-list{max-height:620px;overflow-y:auto}.cat-row{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:14px 20px;display:flex}.cat-row:last-child{border-bottom:0}.cat-row:hover{background:#f8fafc}.cat-row.selected{background:#eef2ff}.cat-order-btns{flex-direction:column;flex:none;gap:2px;display:flex}.cat-order-btns button{color:#94a3b8;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:3px;width:20px;height:16px;padding:0;font-size:8px;line-height:1}.cat-order-btns button:hover:not(:disabled){color:#3b6cf4;border-color:#3b6cf4}.cat-order-btns button:disabled{opacity:.4;cursor:not-allowed}.cat-info{flex:1 1 0;min-width:0}.cat-info strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;display:block;overflow:hidden}.cat-info span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;display:block;overflow:hidden}.cat-meta{flex:none;align-items:center;gap:10px;display:flex}.cat-sub-count{color:#475569;white-space:nowrap;background:#f1f5f9;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:600}.cat-actions{flex:none;align-items:center;gap:8px;display:flex}.cat-actions button{color:#3b6cf4;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600}.cat-actions button.danger{color:#ef4444}.cat-actions i{background:#e2e8f0;width:1px;height:11px}.cat-empty{color:#94a3b8;text-align:center;padding:44px 20px;font-size:13px}.cat-confirm-modal{min-height:0}.cat-confirm-text{color:#475569;margin:20px 0 0;font-size:14px;line-height:1.6}.cat-confirm-text strong{color:#0f172a}.admin-modal footer .danger-fill{background:#ef4444}@media (max-width:900px){.admin-category-columns{grid-template-columns:1fr}}.admin-reg-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.admin-reg-actions-bottom{justify-content:center;margin-top:8px}.admin-reg-actions>button{white-space:nowrap;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:41px;padding:12px 18px;font-size:14px;font-weight:600}.admin-reg-actions>button.admin-primary{color:#fff;background:#3b6cf4;border:0;padding:12px 24px;font-weight:700}.admin-registration-page .admin-content{gap:24px}.admin-reg-card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:24px;width:100%;padding:24px;display:flex;box-shadow:0 4px 6px #0f172905}.admin-reg-card h2{color:#0f172a;margin:0;font-size:18px;font-weight:700}.admin-reg-card hr{border:0;border-top:1px solid #e2e8f0;width:100%;margin:-8px 0 -4px}.admin-reg-upload-grid{grid-template-columns:1fr 1fr;gap:24px;width:100%;display:grid}.admin-reg-field{color:#0f172a;flex-direction:column;gap:8px;width:100%;font-size:14px;font-weight:600;display:flex}.admin-reg-field>span b{color:#ef4444;margin-left:4px}.admin-reg-field input{box-sizing:border-box;color:#0f172a;width:100%;height:48px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:0;padding:0 14px;font-size:14px;font-weight:400}.admin-reg-field input::placeholder{color:#94a3b8}.admin-reg-main-upload{aspect-ratio:1;box-sizing:border-box;color:#64748b;width:100%;height:auto;font:inherit;text-align:center;cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;font-size:13px;display:flex;overflow:hidden}.admin-reg-main-upload img{width:32px;height:32px}.admin-reg-main-upload.has-image{border-style:solid;padding:0}.admin-reg-detail-upload{box-sizing:border-box;color:#64748b;width:100%;min-height:200px;font:inherit;text-align:center;cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;font-size:13px;display:flex;overflow:hidden}.admin-reg-detail-upload img:not(.admin-reg-detail-preview){width:32px;height:32px}.admin-reg-detail-upload.has-image{border-style:solid;padding:12px}.admin-reg-detail-upload img.admin-reg-detail-preview{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:480px}.admin-reg-main-upload img.admin-reg-main-preview{object-fit:cover;width:100%;height:100%}.admin-reg-image-slots{flex-wrap:wrap;gap:12px;width:100%;display:flex}.admin-reg-image-slot{box-sizing:border-box;color:#64748b;cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex:0 0 96px;place-items:center;width:96px;height:96px;font-size:12px;display:grid;position:relative;overflow:hidden}.admin-reg-image-slot img{width:20px;height:20px}.admin-reg-image-slot.has-image{cursor:default;border-style:solid}.admin-reg-image-slot.has-image img{object-fit:cover;width:100%;height:100%}.admin-reg-image-remove{color:#fff;cursor:pointer;background:#0f172aa6;border:0;border-radius:50%;place-items:center;width:20px;height:20px;padding:0;font-size:13px;line-height:1;display:grid;position:absolute;top:4px;right:4px}.admin-reg-select-input{box-sizing:border-box;color:#0f172a;width:100%;height:48px;font:inherit;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:0;padding:0 14px;font-size:14px;font-weight:400}.admin-reg-select-input:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.admin-reg-two{grid-template-columns:1fr 1fr;gap:24px;width:100%;display:grid}.admin-reg-related-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px 16px;display:grid}.admin-reg-related-item{color:#334155;cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.admin-reg-related-item input{accent-color:#3b6cf4;width:16px;height:16px}.admin-reg-toggle{grid-template-columns:1fr 1fr;gap:4px;height:42px;display:grid}.admin-reg-toggle button{color:#64748b;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}.admin-reg-toggle button.selected{color:#fff;background:#3b6cf4;border-color:#3b6cf4}@media (max-width:800px){.admin-reg-upload-grid,.admin-reg-two{grid-template-columns:1fr}.admin-reg-actions{gap:6px}.admin-reg-actions>button{padding:10px;font-size:12px}}.admin-registration-page{align-items:stretch;height:auto;min-height:3421px}.admin-registration-page .admin-sidebar{align-self:stretch;min-height:3421px}.admin-registration-page .admin-content{flex-direction:column;gap:24px;display:flex;overflow:visible}.admin-reg-card textarea{box-sizing:border-box;resize:vertical;color:#0f172a;width:100%;min-height:120px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:0;padding:14px;font-size:14px;font-weight:400;line-height:1.5}.admin-reg-detail{min-height:686px}.admin-reg-list-card{min-height:643px}.admin-reg-option-row{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:16px;width:100%;min-height:226px;padding:16px;display:flex}.admin-reg-row-head{justify-content:space-between;align-items:center;display:flex}.admin-reg-row-head strong{color:#0f172a;font-size:13px;font-weight:700}.admin-reg-row-head button{color:#ef4444;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px}.admin-reg-option-bottom{grid-template-columns:minmax(0,280px);gap:16px;width:100%;display:grid}.admin-reg-switch{cursor:pointer;background:#cbd5e1;border:0;border-radius:12px;width:44px;height:24px;position:relative}.admin-reg-switch:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:left .15s;position:absolute;top:2px;left:2px}.admin-reg-switch.on{background:#3b6cf4}.admin-reg-switch.on:after{left:22px}.admin-reg-add-row{color:#3b6cf4;width:100%;height:41px;font:inherit;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}.admin-reg-suboptions{border-top:1px dashed #e2e8f0;flex-direction:column;gap:16px;width:100%;padding:12px 0 0 20px;display:flex}.admin-reg-suboption-item{flex-direction:column;gap:8px;display:flex}.admin-reg-suboption-row{grid-template-columns:72px 1.6fr 1fr auto;align-items:end;gap:10px;display:grid}.admin-reg-suboption-label{color:#64748b;padding-bottom:9px;font-size:12px;font-weight:600}.admin-reg-suboption-field{color:#64748b;flex-direction:column;gap:4px;font-size:11px;font-weight:600;display:flex}.admin-reg-suboption-field input{box-sizing:border-box;color:#0f172a;height:38px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:0;padding:0 12px;font-size:13px}.admin-reg-suboption-row>button{padding-bottom:10px}.admin-reg-suboption-row button{color:#ef4444;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px}.admin-reg-suboption-desc{box-sizing:border-box;color:#64748b;flex-direction:column;gap:4px;width:calc(100% - 82px);margin-left:82px;font-size:11px;font-weight:600;display:flex}.admin-reg-suboption-desc textarea{box-sizing:border-box;resize:vertical;color:#0f172a;min-height:56px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:0;padding:10px 12px;font-size:13px;line-height:1.5}.admin-reg-add-suboption{color:#3b6cf4;width:fit-content;height:34px;font:inherit;cursor:pointer;background:#fff;border:1px dashed #cbd5e1;border-radius:8px;padding:0 14px;font-size:13px}@media (max-width:800px){.admin-reg-suboption-row{grid-template-columns:1fr 1fr}.admin-reg-suboption-label{grid-column:1/-1}.admin-reg-suboption-desc{width:100%;margin-left:0}}.admin-reg-exposure{min-height:260px}.admin-reg-exposure-row{align-items:flex-start;gap:16px;min-height:35px;display:flex}.admin-reg-exposure-row>div{flex-direction:column;gap:4px;display:flex}.admin-reg-exposure-row strong{color:#0f172a;font-size:14px;font-weight:600}.admin-reg-exposure-row small{color:#64748b;font-size:12px;font-weight:400}.admin-reg-hint{color:#64748b;margin:8px 0 0;font-size:12px;line-height:1.5}@media (max-width:800px){.admin-registration-page{min-height:100vh}.admin-registration-page .admin-sidebar{min-height:auto}.admin-reg-option-bottom{grid-template-columns:1fr}.admin-reg-list-card,.admin-reg-detail,.admin-reg-exposure{min-height:0}}.admin-order-page,.admin-order-detail-page{align-items:stretch;min-height:100vh}.admin-order-sidebar{min-height:100vh}.admin-order-content,.admin-order-detail-content{flex-direction:column;gap:24px;min-width:0;display:flex;overflow:visible}.admin-order-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%;display:grid}.admin-order-summary-card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;min-width:0;height:89px;padding:20px;display:flex;box-shadow:0 4px 6px #0f172905}.admin-order-summary-icon{border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.admin-order-summary-icon img{width:22px;height:22px}.admin-order-summary-icon.blue{background:#eef2ff}.admin-order-summary-icon.amber{background:#fffbeb}.admin-order-summary-icon.sky{background:#eff6ff}.admin-order-summary-icon.purple{background:#f5f3ff}.admin-order-summary-icon.green{background:#ecfdf5}.admin-order-summary-icon.red{background:#fef2f2}.admin-order-summary-card div{white-space:nowrap;flex-direction:column;gap:4px;display:flex}.admin-order-summary-card small{color:#64748b;font-size:13px}.admin-order-summary-card strong{color:#0f172a;font-size:24px;line-height:1}.admin-order-summary-card em{color:#64748b;margin-left:3px;font-size:13px;font-style:normal;font-weight:500}.admin-order-filters{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:16px;width:100%;padding:20px;display:flex}.admin-order-filter-row{align-items:end;gap:12px;width:100%;display:flex}.admin-order-filter-row label{flex-direction:column;flex:1 1 0;gap:6px;min-width:0;display:flex}.admin-order-filter-row label>b{color:#475569;font-size:12px}.admin-order-filter-row input,.admin-order-filter-row select,.admin-order-input,.admin-order-date{box-sizing:border-box;color:#0f172a;width:100%;height:40px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:13px}.admin-order-filter-row select{padding:0 12px}.admin-order-input{align-items:center;gap:8px;padding:0 14px;display:flex}.admin-order-input img{width:16px;height:16px}.admin-order-input input{border:0;outline:0;height:auto;padding:0}.admin-order-date{color:#0f172a;align-items:center;gap:8px;padding:0 12px;display:flex}.admin-order-date span{flex:1}.admin-order-date input[type=date]{color:#0f172a;min-width:0;height:auto;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0;font-size:13px}.admin-order-date i{color:#94a3b8;font-style:normal}.admin-order-date img{width:16px;height:16px}.admin-order-filter-actions{gap:8px;display:flex}.admin-order-filter-actions button{color:#475569;height:40px;font:inherit;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:0 16px;font-size:13px;font-weight:600}.admin-order-filter-actions .admin-primary{color:#fff;background:#3b6cf4;border:0}.admin-order-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;overflow-x:auto}.admin-order-table-head,.admin-order-table-row{box-sizing:border-box;grid-template-columns:150px 100px 110px minmax(200px,1fr) 110px 100px 110px 130px;align-items:center;column-gap:12px;min-width:1100px;padding:0 24px;display:grid}.admin-order-table-head{color:#64748b;background:#f8fafc;height:48px;font-size:12px;font-weight:600}.admin-order-table-row{color:#475569;border-top:1px solid #f1f5f9;min-height:73px;font-size:13px;text-decoration:none}.admin-order-table-row>strong:first-child{color:#0f172a;font-size:13px}.admin-order-table-row>div{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-order-table-row>div b{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.admin-order-table-row>div small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-order-table-row .amount{text-align:right}.admin-order-table-row .detail-link{color:#3b6cf4;text-align:center;font-weight:700}.admin-order-table-row>span:last-child{justify-content:center;align-items:center;gap:8px;display:flex}.admin-order-badge{white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.admin-order-badge.done{color:#10b981;background:#ecfdf5}.admin-order-badge.waiting{color:#f59e0b;background:#fffbeb}.admin-order-badge.working{color:#3b6cf4;background:#eef2ff}.admin-order-badge.muted{color:#64748b;background:#f8fafc}.admin-order-detail-header{flex-direction:column;gap:12px;display:flex}.admin-order-breadcrumb{color:#64748b;font-size:13px}.admin-order-breadcrumb span{margin:0 8px}.admin-order-breadcrumb strong{color:#0f172a}.admin-order-title-row{align-items:center;gap:12px;display:flex}.admin-order-title-row h1{color:#0f172a;margin:0;font-size:28px;font-weight:700}.admin-order-columns{grid-template-columns:minmax(0,1fr) 410px;align-items:start;gap:24px;width:100%;display:grid}.admin-order-left{flex-direction:column;gap:24px;min-width:0;display:flex}.admin-order-right{min-width:0}.admin-order-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.admin-order-detail-card>header{border-bottom:1px solid #e2e8f0;padding:20px 24px}.admin-order-detail-card h2{color:#0f172a;margin:0;font-size:16px}.admin-order-card-body{padding:24px}.admin-order-info-row{gap:8px;margin-bottom:20px;font-size:14px;display:flex}.admin-order-info-row:last-child{margin-bottom:0}.admin-order-info-row span{color:#64748b;flex:0 0 120px;width:120px}.admin-order-info-row strong{color:#0f172a;font-weight:500}.admin-order-product{align-items:center;gap:16px;display:flex}.admin-order-product>img{object-fit:cover;border-radius:8px;width:80px;height:60px}.admin-order-product strong{color:#0f172a;font-size:16px}.admin-order-product p{color:#64748b;margin:6px 0 0;font-size:13px}.admin-order-product p b{color:#0f172a}.admin-order-detail-card hr{border:0;border-top:1px solid #e2e8f0;margin:20px 0}.admin-order-extra{color:#475569;flex-direction:column;gap:6px;font-size:13px;display:flex}.admin-order-extra strong{color:#0f172a}.admin-order-price{color:#475569;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:14px;display:flex}.admin-order-price:last-child{margin-bottom:0}.admin-order-price strong{color:#0f172a}.admin-order-price strong.danger{color:#ef4444}.admin-order-price.total{color:#0f172a;font-size:16px;font-weight:700}.admin-order-price.total strong{color:#3b6cf4;font-size:20px}.admin-order-form-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.admin-order-field{flex-direction:column;gap:8px;min-width:0;display:flex}.admin-order-field b{color:#0f172a;font-size:13px}.admin-order-field>span{box-sizing:border-box;color:#0f172a;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;height:44px;padding:0 14px;font-size:14px;display:flex}.admin-order-field select{box-sizing:border-box;color:#0f172a;height:44px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:0 14px;font-size:14px}.admin-order-status-row{gap:16px;display:flex}.admin-order-status-row .admin-order-field{flex:1 1 0}.admin-request-page .admin-summary{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:20px}.admin-request-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;overflow-x:auto}.admin-request-table-head,.admin-request-table-row{box-sizing:border-box;grid-template-columns:130px 90px 120px 130px minmax(220px,1fr) 110px 100px 90px;align-items:center;column-gap:12px;min-width:1120px;padding:0 24px;display:grid}.admin-request-table-head{color:#64748b;background:#f8fafc;height:48px;font-size:12px;font-weight:600}.admin-request-table-row{color:#475569;border-top:1px solid #f1f5f9;min-height:64px;font-size:13px}.admin-request-table-row>div{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-request-table-row>div b{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.admin-request-table-row>div small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-request-table-row .message-cell{text-overflow:ellipsis;white-space:nowrap;color:#475569;overflow:hidden}.admin-request-table-row select{color:#0f172a;height:32px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:0 8px;font-size:12px}.admin-order-field img{width:14px;height:14px}.admin-order-note{box-sizing:border-box;color:#0f172a;border:1px solid #e2e8f0;border-radius:8px;min-height:100px;padding:12px;font-size:14px;line-height:1.5}.admin-order-actions{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:20px;display:flex}.admin-order-actions>div{align-items:center;gap:12px;display:flex}.admin-order-actions button{color:#3b6cf4;height:36px;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:0 12px;font-size:13px;font-weight:600}.admin-order-actions button img{vertical-align:middle;width:12px;margin-left:8px}.admin-order-actions .cancel,.admin-order-actions .refund{color:#ef4444;border-color:#ef4444;height:38px;padding:0 16px}.admin-order-actions .refund{background:#fef2f2}.admin-order-timeline .admin-order-card-body{padding-top:24px}.admin-order-step{grid-template-columns:24px 1fr;column-gap:16px;min-height:48px;display:grid;position:relative}.admin-order-step-dot{z-index:1;box-sizing:border-box;background:#fff;border:2px solid #cbd5e1;border-radius:50%;place-items:center;width:16px;height:16px;margin:0 4px;display:grid}.admin-order-step-dot.done{background:#3b6cf4;border-color:#3b6cf4}.admin-order-step-dot.current{background:#3b6cf4;border:4px solid #eef2ff}.admin-order-step-dot img{width:8px;height:8px}.admin-order-step>i{background:#cbd5e1;width:2px;height:32px;position:absolute;top:20px;left:11px}.admin-order-step>div:last-child{flex-direction:column;gap:4px;display:flex}.admin-order-step>div:last-child>div{justify-content:space-between;gap:8px;display:flex}.admin-order-step strong{color:#0f172a;font-size:14px}.admin-order-step strong.current{color:#3b6cf4}.admin-order-step small{color:#64748b;font-size:12px}@media (max-width:1100px){.admin-order-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-order-columns{grid-template-columns:1fr}.admin-order-right{width:100%}.admin-order-timeline{max-width:none}}@media (max-width:700px){.admin-order-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-order-filter-row,.admin-order-form-grid{grid-template-columns:1fr;display:grid}.admin-order-filter-actions{justify-content:flex-end}.admin-order-title-row h1{font-size:22px}.admin-order-actions{flex-direction:column;align-items:stretch;gap:16px}.admin-order-actions>div{justify-content:space-between}.admin-order-summary-card{gap:10px;padding:14px}.admin-order-summary-icon{flex-basis:40px;width:40px;height:40px}.admin-order-summary-icon img{width:20px;height:20px}}.admin-order-actions{position:relative}.admin-order-action-notice{color:#3b6cf4;font-size:12px;position:absolute;bottom:-22px;right:20px}.admin-customer-modal-detail{color:#475569;flex-direction:column;gap:12px;padding:24px 0;font-size:14px;display:flex}.admin-customer-modal-detail p{gap:16px;margin:0;display:flex}.admin-customer-modal-detail b{color:#64748b;width:64px}.admin-modal-hint{color:#475569;background:#f8fafc;border-radius:8px;margin:20px 0 0;padding:12px 14px;font-size:13px;line-height:1.5}.admin-action-notice{color:#10b981;margin:-12px 0 0;font-size:13px;font-weight:600}.admin-modal footer button.admin-primary{color:#fff!important;background:#3b6cf4!important;border-color:#3b6cf4!important}.admin-modal{box-sizing:border-box;max-height:calc(100vh - 32px);overflow-y:auto}.admin-modal footer{z-index:1;background:#fffffffa;border-top:1px solid #e2e8f0;margin:28px -32px -32px;padding:16px 32px;position:sticky;bottom:-32px}.admin-modal footer button:disabled{opacity:.55;cursor:not-allowed}.admin-service-form-message{color:#dc2626;min-height:18px;margin:16px 0 0;font-size:13px;line-height:1.5}.admin-modal>label:has(input[type=checkbox]){color:#334155;cursor:pointer;flex-direction:row;align-items:center;gap:8px;min-height:24px;margin-top:16px;font-size:13px;font-weight:500;display:flex}.admin-modal>label:has(input[type=checkbox]) input[type=checkbox]{accent-color:#3b6cf4;flex:0 0 18px;height:18px;margin:0;width:18px!important}.admin-category-table .admin-status{cursor:pointer;font:inherit;border:0}.admin-category-table .admin-status:after{content:" ↔";opacity:.65;font-size:11px}.admin-category-table .admin-status:focus-visible{outline-offset:2px;outline:2px solid #3b6cf4}.site-nav-menu a.is-active{color:#374151;font-weight:500}.site-nav-menu a.is-active i{display:none}.site-nav-menu a{position:relative}.site-nav-menu a:after{content:"";opacity:0;background:#3b6cf4;border-radius:1px;width:36px;height:2px;transition:opacity .15s;position:absolute;bottom:14px}.site-nav-menu a:hover{color:#3b6cf4;font-weight:600}.site-nav-menu a:hover:after{opacity:1}.admin-sidebar nav a:not(.active) img{filter:grayscale();opacity:.9}.admin-sidebar nav a.active img{filter:brightness(0)saturate()invert(39%)sepia(94%)saturate(1857%)hue-rotate(205deg)brightness(98%)contrast(96%)}.admin-dashboard-page,.admin-customer-page{align-items:stretch;min-height:100vh}.admin-dash-chart-card{padding-bottom:8px}.admin-dashboard-page .admin-order-summary-card:first-child strong{font-size:17px}.admin-dashboard-page .admin-order-summary-card:first-child{gap:10px}.admin-dash-chart{width:100%;height:200px;display:block}.admin-dash-chart-area{fill:#3b6cf414;stroke:none}.admin-dash-chart-line{fill:none;stroke:#3b6cf4;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.admin-dash-chart-dot{fill:#fff;stroke:#3b6cf4;stroke-width:2.5px}.admin-dash-chart-label{fill:#94a3b8;font-size:11px;font-family:var(--font-pretendard), sans-serif}.admin-dash-columns{grid-template-columns:1fr 1fr;gap:24px;display:grid}.admin-dash-list{flex-direction:column;gap:4px;display:flex}.admin-dash-list-row{box-sizing:border-box;min-height:56px;color:inherit;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding:10px 4px;text-decoration:none;display:flex}.admin-dash-list-row:last-child{border-bottom:0}.admin-dash-list-row>div:not(.admin-dash-list-right){flex-direction:column;gap:2px;min-width:0;display:flex}.admin-dash-list-row strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.admin-dash-list-row small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.admin-dash-list-right{flex:none;align-items:center;gap:10px;display:flex}.admin-dash-list-right span{color:#475569;white-space:nowrap;font-size:13px;font-weight:600}.admin-dash-rank-row{gap:12px}.admin-dash-rank{color:#64748b;background:#f1f5f9;border-radius:6px;flex:0 0 22px;place-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:grid}@media (max-width:1100px){.admin-dash-columns{grid-template-columns:1fr}}.admin-customer-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;overflow-x:auto}.admin-customer-row{box-sizing:border-box;color:#475569;border-bottom:1px solid #f1f5f9;grid-template-columns:minmax(120px,1fr) 100px 130px minmax(220px,1fr) 80px 80px;align-items:center;column-gap:12px;min-width:780px;min-height:68px;padding:12px 20px;font-size:13px;display:grid}.admin-customer-row:last-child{border-bottom:0}.admin-customer-head{color:#64748b;background:#f8fafc;min-height:44px;padding-top:12px;padding-bottom:12px;font-size:12px;font-weight:600}.admin-customer-row>div{flex-direction:column;gap:2px;min-width:0;display:flex}.admin-customer-row>div strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.admin-customer-row>div small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-customer-row>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-customer-row>span.amount{color:#0f172a;font-weight:600}.login-provider-badge{color:#475569;background:#f1f5f9;border-radius:999px;width:fit-content;padding:4px 7px;font-size:11px;font-weight:700;display:inline-flex}.login-provider-badge.naver{color:#087f3e;background:#e7f8ee}.login-provider-badge.kakao{color:#765c00;background:#fff5b8}.login-provider-badge.google{color:#b42318;background:#ffebe8}.admin-customer-actions{align-items:center;gap:8px;display:flex}.admin-customer-actions button{color:#3b6cf4;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:600}.admin-customer-actions i{background:#e2e8f0;width:1px;height:12px}@media (max-width:700px){.admin-customer-table{overflow-x:auto}}.product-detail,.product-faq{scroll-margin-top:96px}.product-faq-item>strong{color:#0f172a;padding:24px;font-size:18px;line-height:1.5;display:block}.admin-settings-section-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-settings-section-head h2{margin:0}.admin-settings-section-head p{color:#64748b;margin:6px 0 0;font-size:13px}.admin-settings-section-head>button{color:#3b6cf4;white-space:nowrap;background:#fff;border:1px solid #dbe3ef;border-radius:8px;height:36px;padding:0 14px;font-size:13px;font-weight:600}.admin-faq-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:1fr 1.5fr auto;align-items:end;gap:16px;margin-top:20px;padding:18px;display:grid;position:relative}.admin-faq-row label{color:#475569;flex-direction:column;gap:8px;font-size:13px;font-weight:600;display:flex}.admin-faq-row input,.admin-faq-row textarea{box-sizing:border-box;color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:7px;outline:0;padding:10px 12px}.admin-faq-row textarea{resize:vertical;min-height:76px}.admin-faq-row>button.danger{color:#dc2626;background:#fff;border:1px solid #fecaca;border-radius:7px;height:36px;padding:0 12px;font-size:12px}@media (max-width:700px){.admin-faq-row{grid-template-columns:1fr}.admin-faq-row>button.danger{justify-self:end}}.admin-validation-errors{color:#b42318;background:#fff7f7;border:1px solid #fecaca;border-radius:12px;margin:18px 0 0;padding:16px 20px;font-size:14px;line-height:1.7}.admin-validation-errors strong{margin-bottom:4px;display:block}.admin-validation-errors ul{margin:0;padding-left:20px}.admin-settings-tabs{gap:8px;margin:24px 0;display:flex}.admin-settings-tabs button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 18px}.admin-settings-tabs button.active{color:#fff;background:#1a56f0;border-color:#1a56f0}.admin-settings-card{max-width:760px}.admin-settings-card>p{color:#64748b;margin:0 0 24px}.admin-settings-card label{color:#334155;margin:0 0 16px;font-size:14px;font-weight:600;display:block}.admin-settings-card input,.admin-settings-card textarea{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #dbe3ef;border-radius:8px;margin-top:8px;padding:12px 14px;font-weight:400;display:block}.admin-settings-card textarea{resize:vertical;min-height:110px}.admin-settings-saved{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;max-width:760px;margin:0 0 16px;padding:12px 16px;font-size:14px}.account-transfer-box{color:#172033;background:#f5f8ff;border:1px solid #cfe0ff;border-radius:12px;margin-top:18px;padding:18px 20px}.account-transfer-box strong,.account-transfer-box span{display:block}.account-transfer-box strong{font-size:18px}.account-transfer-box span{color:#475569;margin-top:6px}.account-transfer-box p{color:#1a56f0;margin:14px 0 0;line-height:1.6}.admin-payment-summary{margin-top:8px;line-height:1.5;color:#1a56f0!important;display:block!important}.admin-payment-detail-guide{color:#172033;background:#f5f8ff;border-radius:10px;margin-bottom:18px;padding:14px 16px}.admin-payment-detail-guide strong,.admin-payment-detail-guide span,.admin-payment-detail-guide small{display:block}.admin-payment-detail-guide span{color:#1a56f0;margin-top:4px}.admin-payment-detail-guide small{color:#64748b;margin-top:4px}.admin-order-row-actions{align-items:center;gap:8px;display:flex!important}.admin-order-delete{color:#b42318;cursor:pointer;background:#fff7f7;border:1px solid #fecaca;border-radius:6px;padding:4px 8px;font-size:12px}.admin-payment-guide{background:#f5f8ff;border:1px solid #cfe0ff;border-radius:10px;align-items:center;gap:14px;margin:18px 0;padding:14px 18px;display:flex}.admin-payment-guide strong{color:#172033}.admin-payment-guide span{color:#1a56f0}.admin-payment-guide small{color:#64748b}.checkout-validation-error{color:#b42318;margin:14px 0 0;font-size:14px;font-weight:600}.public-content-page,.public-detail-page{color:#172033;max-width:1200px;margin:0 auto;padding:64px 24px 120px}.public-page-heading{text-align:center;padding:48px 0 40px}.public-page-heading h1,.public-detail-page h1{letter-spacing:-.04em;margin:12px 0 16px;font-size:clamp(32px,5vw,56px)}.public-page-heading>p:last-child,.public-detail-summary{color:#667085;line-height:1.8}.public-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.public-card{background:#fff;border:1px solid #e6eaf0;border-radius:20px;transition:transform .25s,box-shadow .25s;overflow:hidden}.public-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #17203314}.public-card a{color:inherit;text-decoration:none;display:block}.public-card img{object-fit:cover;width:100%;height:220px;display:block}.public-card>a>div{padding:22px}.public-card h2{margin:0 0 10px;font-size:20px}.public-card p{color:#667085;margin:0;line-height:1.6}.public-breadcrumb{color:#667085;align-items:center;gap:10px;margin-bottom:36px;font-size:14px;display:flex}.public-breadcrumb a{color:inherit}.public-detail-page article{max-width:920px;margin:0 auto}.public-detail-page article>header{text-align:center;margin-bottom:40px}.public-detail-image{object-fit:cover;border-radius:24px;width:100%;height:auto;max-height:620px;display:block}.public-detail-body{padding:40px 0;font-size:17px;line-height:1.9}.public-detail-body h2{font-size:28px}.public-price{color:#2864f0;font-size:28px;font-weight:700}.public-linked-products{padding:0 0 40px}.public-linked-products h2{margin:0 0 24px;font-size:28px}.public-linked-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.public-linked-product-card{background:#fff;border:1px solid #e6eaf0;border-radius:20px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.public-linked-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #17203314}.public-linked-product-card img{object-fit:cover;width:100%;height:180px;display:block}.public-linked-product-card>div{flex-direction:column;gap:8px;padding:20px;display:flex}.public-linked-product-card h3{margin:0;font-size:18px}.public-linked-product-card p{color:#667085;margin:0;font-size:14px;line-height:1.6}.public-linked-product-card strong{color:#2864f0;font-size:20px}.public-linked-product-cta{color:#fff;text-align:center;background:#2864f0;border-radius:12px;margin-top:8px;padding:12px;font-weight:600;text-decoration:none}@media (max-width:720px){.public-content-page,.public-detail-page{padding:36px 18px 80px}.public-card-grid{grid-template-columns:1fr;gap:16px}.public-card img{height:200px}.public-page-heading{padding:28px 0}.public-detail-image{border-radius:16px}.public-linked-product-grid{grid-template-columns:1fr}}
