@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");.medichat-root{--primary-50:#f0f4fd;--primary-100:#e7e8fb;--primary-200:#c7c9f3;--primary-300:#a8abeb;--primary-400:#888de2;--primary-500:#5a5dd5;--primary-600:#494caf;--primary-700:#383a89;--primary-800:#272864;--gray:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--surface:#fff;--surface-2:#fafbfd;--line:#e7eaf0;--line-strong:#dadde6;--mint-500:#10b981;--mint-600:#059669;--amber-500:#f59e0b;--amber-600:#d97706;--rose-500:#ef4444;--kakao-yellow:#fee500;--kakao-yellow-2:#ffd400;--kakao-bg:#c6daeb;--ink:#1a1714;--ink-2:#221e1a;--ink-3:#2c2722;--ink-line:#36302a;--on-dark-1:#fff;--on-dark-2:hsla(0,0%,100%,.72);--on-dark-3:hsla(0,0%,100%,.45);--shadow-sm:0 1px 2px rgba(17,20,40,.04);--shadow-md:0 6px 16px -6px rgba(17,20,40,.12);--shadow-lg:0 24px 48px -24px rgba(17,20,40,.3),0 8px 16px -8px rgba(17,20,40,.12);--shadow-xl:0 40px 80px -40px rgba(0,0,0,.55),0 12px 24px -12px rgba(0,0,0,.25);--shadow-brand:0 6px 18px -8px rgba(91,109,236,.45);--shadow-yellow:0 12px 28px -12px rgba(254,229,0,.55);--dur-1:140ms;--dur-2:220ms;--ease:cubic-bezier(.22,1,.36,1)}.medichat-root *,.medichat-root :after,.medichat-root :before{box-sizing:border-box}.medichat-root{margin:0;padding:0;font-family:Pretendard Variable,Pretendard,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.55;color:var(--gray-700);background:var(--surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-break:keep-all;overflow-wrap:break-word}.medichat-root a{color:inherit;text-decoration:none}.medichat-root button{font-family:inherit;cursor:pointer}.medichat-root img,.medichat-root svg{display:block;max-width:100%}.medichat-root h1,.medichat-root h2,.medichat-root h3,.medichat-root h4,.medichat-root p{margin:0}.medichat-root .container{max-width:1200px;margin:0 auto;padding:0 32px}.medichat-root .container-narrow{max-width:980px;margin:0 auto;padding:0 32px}.medichat-root .hl{color:var(--kakao-yellow);white-space:nowrap}.medichat-root #faq .hl,.medichat-root .beforeafter .hl,.medichat-root .faq .hl,.medichat-root .feature .hl,.medichat-root .schedule-card .hl,.medichat-root .scope .hl,.medichat-root .testi .hl{color:#000;background:linear-gradient(transparent 60%,var(--kakao-yellow) 60%);-webkit-text-fill-color:#000}.medichat-root .eyebrow{display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 14px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.4px;color:var(--gray-600);background:var(--gray);border:1px solid var(--line)}.medichat-root .eyebrow.is-dark{color:var(--on-dark-2);background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.12)}.medichat-root .eyebrow.is-yellow{color:#6b5900;background:rgba(254,229,0,.18);border-color:rgba(254,229,0,.35)}.medichat-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:48px;padding:0 20px;border-radius:6px;border:none;outline:none;font-size:16px;font-weight:600;transition:background var(--dur-1) var(--ease),color var(--dur-1) var(--ease),border-color var(--dur-1) var(--ease),box-shadow var(--dur-1) var(--ease),transform var(--dur-1) var(--ease);white-space:nowrap}.medichat-root .btn svg{width:16px;height:16px}.medichat-root .btn:active{transform:translateY(1px)}.medichat-root .btn-primary{background:var(--primary-600);color:#fff;box-shadow:var(--shadow-brand)}.medichat-root .btn-primary:hover{background:var(--primary-700)}.medichat-root .btn-yellow{background:var(--kakao-yellow);color:#181818;box-shadow:var(--shadow-yellow)}.medichat-root .btn-yellow:hover{background:var(--kakao-yellow-2)}.medichat-root .btn-dark{background:var(--ink);color:#fff}.medichat-root .btn-dark:hover{background:#000}.medichat-root .btn-secondary{background:#fff;border:1px solid var(--gray-300);color:var(--gray-700)}.medichat-root .btn-secondary:hover{background:var(--gray-100);border-color:var(--gray-400)}.medichat-root .btn-outline-light{background:transparent;border:1px solid hsla(0,0%,100%,.28);color:#fff}.medichat-root .btn-outline-light:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.5)}.medichat-root .btn-ghost{background:transparent;color:var(--gray-600)}.medichat-root .btn-ghost:hover{background:var(--gray-100);color:var(--gray-900)}.medichat-root .btn-ghost-light{background:transparent;color:var(--on-dark-2)}.medichat-root .btn-ghost-light:hover{background:hsla(0,0%,100%,.08);color:#fff}.medichat-root .btn-sm{height:36px;padding:0 14px;border-radius:4px;font-size:12px}.medichat-root .btn-lg{height:60px;padding:0 28px;border-radius:7px;font-size:20px}.medichat-root .nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--ink);border-bottom:1px solid hsla(0,0%,100%,.06);transition:background var(--dur-2) var(--ease),border-color var(--dur-2) var(--ease)}.medichat-root .nav.is-scrolled{background:hsla(0,0%,9%,.72);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom-color:hsla(0,0%,100%,.08)}.medichat-root .nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.medichat-root .nav-left{display:flex;align-items:center;gap:18px}.medichat-root .nav-back{text-decoration:none;display:inline-flex;align-items:center;gap:6px;font-size:12.5px}.medichat-root .nav-back svg{width:14px;height:14px}.medichat-root .nav-brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#fff;letter-spacing:-.3px}.medichat-root .nav-brand-mark{width:30px;height:30px;border-radius:9px;background:#fff;display:grid;place-items:center;color:var(--ink);font-weight:800;font-size:14px;box-shadow:0 4px 12px rgba(0,0,0,.18)}.medichat-root .nav-brand-logo{height:40px;width:auto;object-fit:contain;flex-shrink:0}.medichat-root .nav-links{display:flex;gap:28px;align-items:center}.medichat-root .nav-links a{font-size:14.5px;color:var(--on-dark-2);font-weight:500;transition:color var(--dur-1) var(--ease)}.medichat-root .nav-links a:hover{color:#fff}.medichat-root .nav-cta{display:flex;gap:8px;align-items:center}.medichat-root .nav-cta .btn-sm{height:42px;padding:0 18px;font-size:14px;border-radius:5px}@media (max-width:760px){.medichat-root .nav-links{display:none}}.medichat-root .hero{position:relative;background:var(--ink);color:#fff;padding:96px 0 120px;overflow:hidden}.medichat-root .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(1300px 520px at 20% 10%,rgba(254,229,0,.04),transparent 70%),radial-gradient(1300px 720px at 90% 100%,rgba(254,229,0,.07),transparent 70%);pointer-events:none}.medichat-root .hero-inner{position:relative;text-align:center;z-index:2}.medichat-root .hero-eyebrow{font-size:clamp(22px,2vw,28px);font-weight:600;color:var(--on-dark-2);letter-spacing:-.2px;margin-bottom:16px}.medichat-root .hero h1{font-size:clamp(48px,5vw,72px);line-height:1.12;font-weight:800;letter-spacing:-.02em;color:#fff}.medichat-root .hero h1 .hl{color:var(--kakao-yellow)}.medichat-root .hero-sub{margin-top:28px;font-size:18px;line-height:1.7;color:var(--on-dark-2);max-width:620px;margin-left:auto;margin-right:auto}.medichat-root .hero-cta{margin-top:40px;display:flex;gap:22px;align-items:center;justify-content:center;flex-wrap:wrap}.medichat-root .hero-cta .btn{padding:0 30px}.medichat-root .hero-meta{margin-top:28px;display:flex;gap:26px;flex-wrap:wrap;justify-content:center;color:var(--on-dark-3);font-size:16px}.medichat-root .hero-meta span{display:inline-flex;align-items:center;gap:6px}.medichat-root .hero-meta svg{width:14px;height:14px;color:var(--kakao-yellow)}.medichat-root .hero-video{position:relative;z-index:5;margin:56px auto 0;max-width:1100px;width:100%;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-xl)}.medichat-root .hero-video video{display:block;width:100%;height:auto;object-fit:cover}.medichat-root .hero-preview{position:relative;z-index:5;margin:56px auto 0;max-width:338px;background:#fff;color:var(--gray-800);border-radius:14px;padding:0;box-shadow:var(--shadow-xl);text-align:left;overflow:hidden}.medichat-root .hero-preview:before{display:none}.medichat-root .hero-preview-head{background:var(--kakao-yellow);padding:10px 20px;font-size:12px;font-weight:700;color:#181818;display:flex;align-items:center;gap:6px;letter-spacing:-.2px}.medichat-root .hero-preview-head svg{width:14px;height:14px}.medichat-root .hero-preview-inner{padding:24px 24px 28px}.medichat-root .hero-preview-cap{font-size:12px;font-weight:600;color:var(--gray-500);margin-bottom:8px;letter-spacing:.3px}.medichat-root .hero-preview-title{font-size:20px;font-weight:700;color:var(--gray-900);margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--gray-200)}.medichat-root .hero-preview-body{font-size:14px;line-height:1.65;color:var(--gray-700);white-space:pre-line}.medichat-root .hero-preview-btn{margin-top:48px;background:#fafafa;color:var(--gray-800);border:1px solid var(--gray-200);border-radius:6px;height:44px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;text-align:center;letter-spacing:-.2px}.medichat-root .hero-papers{position:absolute;left:50%;bottom:80px;transform:translateX(-50%);width:1200px;height:290px;display:flex;justify-content:center;align-items:flex-end;gap:24px;opacity:1;pointer-events:none}.medichat-root .hero-paper{width:219px;aspect-ratio:1/1.414;background:#fff;border-radius:8px;padding:18px 16px;color:var(--gray-900);box-shadow:0 8px 20px rgba(0,0,0,.3);opacity:0;animation-duration:1.2s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:forwards}.medichat-root .hero-paper.is-tilt-1{animation-name:paperReveal1;animation-delay:.72s}.medichat-root .hero-paper.is-tilt-2{animation-name:paperReveal2;animation-delay:.58s}.medichat-root .hero-paper.is-tilt-3{animation-name:paperReveal3;animation-delay:.4s}.medichat-root .hero-paper.is-tilt-4{animation-name:paperReveal4;animation-delay:.58s}.medichat-root .hero-paper.is-tilt-5{animation-name:paperReveal5;animation-delay:.72s}@keyframes paperReveal1{0%{opacity:0;transform:translateX(352px) translateY(48px)}to{opacity:.22;transform:translateX(0) rotate(-6deg) translateY(20px)}}@keyframes paperReveal2{0%{opacity:0;transform:translateX(176px) translateY(48px)}to{opacity:.22;transform:translateX(0) rotate(-2deg) translateY(0)}}@keyframes paperReveal3{0%{opacity:0;transform:translateX(0) translateY(48px)}to{opacity:.22;transform:translateX(0) rotate(1deg) translateY(-6px)}}@keyframes paperReveal4{0%{opacity:0;transform:translateX(-176px) translateY(48px)}to{opacity:.22;transform:translateX(0) rotate(4deg) translateY(0)}}@keyframes paperReveal5{0%{opacity:0;transform:translateX(-352px) translateY(48px)}to{opacity:.22;transform:translateX(0) rotate(7deg) translateY(20px)}}.medichat-root .hero-paper-head{font-size:12px;font-weight:700;color:var(--gray-700);border-bottom:1px solid var(--gray-200);padding-bottom:4px;margin-bottom:6px;letter-spacing:.3px}.medichat-root .hero-paper-line{height:4px;background:var(--gray-200);border-radius:999px;margin-bottom:4px}.medichat-root .hero-paper-line.is-short{width:60%}.medichat-root .hero-scroll{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--on-dark-2);font-size:12px;font-weight:600;letter-spacing:.4px;text-decoration:none;z-index:3;transition:color var(--dur-1) var(--ease)}.medichat-root .hero-scroll:hover{color:#fff}.medichat-root .hero-scroll-mouse{width:22px;height:36px;border:1.5px solid hsla(0,0%,100%,.5);border-radius:12px;position:relative}.medichat-root .hero-scroll-mouse:after{content:"";position:absolute;left:50%;top:7px;width:3px;height:7px;background:#fff;border-radius:2px;transform:translateX(-50%);animation:heroScrollDot 1.8s cubic-bezier(.65,0,.35,1) infinite}@keyframes heroScrollDot{0%{transform:translate(-50%);opacity:1}70%{transform:translate(-50%,12px);opacity:0}to{transform:translate(-50%);opacity:0}}@media (max-width:760px){.medichat-root .hero{padding:64px 0 80px}.medichat-root .hero h1{font-size:48px;letter-spacing:-.02em}.medichat-root .hero-papers,.medichat-root .hero-scroll{display:none}}.medichat-root .trust{background:var(--ink-2);color:#fff;padding:64px 0 72px;border-top:1px solid var(--ink-line);border-bottom:1px solid var(--ink-line);position:relative;overflow:hidden}.medichat-root .trust-head{text-align:center;margin-bottom:36px}.medichat-root .trust-head h2{font-size:clamp(28px,2.8vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.25;color:#fff}.medichat-root .trust-head h2 .count{color:var(--kakao-yellow);font-size:clamp(28px,2.8vw,40px);font-weight:800;margin:0 4px}.medichat-root .trust-head p{margin-top:12px;color:var(--on-dark-3);font-size:18px;font-weight:500;letter-spacing:.5px}.medichat-root .trust-depts{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:800px;margin:0 auto}.medichat-root .trust-dept{font-size:16px;font-weight:600;color:var(--on-dark-1);background:var(--ink-3);border:1px solid var(--ink-line);border-radius:999px;padding:11px 22px;letter-spacing:-.2px}.medichat-root .trust-dept.is-more{background:transparent;border-style:dashed;color:var(--on-dark-3);font-weight:500}.medichat-root .trust-docs{margin:30px auto 0;max-width:700px;text-align:center;font-size:16px;font-weight:500;line-height:1.7;color:var(--on-dark-2);letter-spacing:-.2px}.medichat-root .trust-docs strong{color:var(--kakao-yellow);font-weight:700}@media (max-width:600px){.medichat-root .trust-depts{gap:8px}.medichat-root .trust-dept{font-size:14px;padding:9px 16px}.medichat-root .trust-docs{font-size:15px}}.medichat-root .trust-track-wrap{position:relative;overflow:hidden;padding:16px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 80px,#000 calc(100% - 80px),transparent);mask-image:linear-gradient(90deg,transparent,#000 80px,#000 calc(100% - 80px),transparent)}.medichat-root .trust-track{display:flex;gap:14px;width:max-content;animation:trust-scroll 80s linear infinite}.medichat-root .trust-track:hover{animation-play-state:paused}@keyframes trust-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-1 * (240px * 6 + 14px * 6)))}}.medichat-root .trust-card{flex-shrink:0;width:240px;background:var(--ink-3);border:1px solid hsla(0,0%,100%,.25);border-radius:14px;padding:18px 18px 16px;display:flex;flex-direction:column;gap:10px;transition:transform .25s ease}.medichat-root .trust-card:hover{transform:scale(1.05)}.medichat-root .trust-card-row{display:flex;align-items:center;gap:10px}.medichat-root .trust-card-logo{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,rgba(254,229,0,.18),rgba(255,212,0,.28));display:grid;place-items:center;color:#fff;font-weight:700;font-size:14px}.medichat-root .trust-card-name{font-size:14px;font-weight:600;color:#fff}.medichat-root .trust-card-dept{font-size:12px;color:var(--on-dark-3);margin-top:1px}.medichat-root .trust-card-addr{font-size:12px;color:var(--on-dark-2);line-height:1.5;border-top:1px solid hsla(0,0%,100%,.08);padding-top:10px}.medichat-root .promises{background:var(--ink);color:#fff;padding:120px 0}.medichat-root .promises-head{text-align:center;margin-bottom:64px}.medichat-root .promises-head h2{font-size:clamp(28px,2.8vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.25;color:#fff}.medichat-root .promises-head h2 .hl{color:var(--kakao-yellow)}.medichat-root .promises-head p{margin-top:14px;color:var(--on-dark-2);font-size:16px}.medichat-root .promise-row{display:grid;grid-template-columns:minmax(0,480px) minmax(0,430px);grid-template-areas:"num shot" "text shot";justify-content:center;align-items:center;grid-gap:0 40px;gap:0 40px;padding:56px 0;border-top:1px solid var(--ink-line)}.medichat-root .promise-num{grid-area:num}.medichat-root .promise-text{grid-area:text}.medichat-root .promise-shot{grid-area:shot}.medichat-root .promise-row:last-child{border-bottom:none}.medichat-root .promise-row:first-of-type{border-top:none}.medichat-root .promise-num{font-family:Pretendard Variable,Pretendard,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(18px,1.8vw,24px);line-height:1;font-weight:700;color:var(--gray-900);background:var(--kakao-yellow);width:clamp(34px,3.3vw,42px);height:clamp(34px,3.3vw,42px);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:4px;flex-shrink:0}.medichat-root .promise-kicker{font-size:clamp(24px,2.5vw,36px);font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:-.3px;line-height:1.2}.medichat-root .promise-text h3{font-size:clamp(18px,1.7vw,24px);font-weight:500;color:#fff;letter-spacing:-.3px;line-height:1.6;margin-bottom:12px}.medichat-root .promise-text p{font-size:16px;color:var(--on-dark-2);line-height:1.65}.medichat-root .promise-shot{background:transparent;color:var(--gray-700);aspect-ratio:4/3;max-width:calc(100% - 50px);display:flex;align-items:center;justify-content:center;overflow:hidden}.medichat-root .promise-shot.has-card{background:#fff;border-radius:14px;padding:16px;box-shadow:var(--shadow-xl);max-width:calc((100% - 50px) * .9)}.medichat-root .promise-shot img{width:100%;height:100%;object-fit:contain}.medichat-root .promise-shot-bar{display:flex;gap:6px;margin-bottom:12px}.medichat-root .promise-shot-bar span{width:8px;height:8px;border-radius:999px;background:var(--gray-200)}.medichat-root .promise-shot-line{height:6px;border-radius:999px;background:var(--gray-100);margin-bottom:8px}.medichat-root .promise-shot-line.is-strong{background:var(--gray-200);width:70%}.medichat-root .promise-shot-line.is-yellow{background:var(--kakao-yellow);width:40%}.medichat-root .promise-shot-cta{margin-top:14px;background:var(--kakao-yellow);color:#181818;font-size:12px;font-weight:700;text-align:center;padding:10px 12px;border-radius:8px}@media (max-width:960px){.medichat-root .promise-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 24px;padding:40px 0}.medichat-root .promises-head h2{font-size:32px}.medichat-root .promise-kicker{font-size:28px;margin-bottom:8px}.medichat-root .promise-text h3{font-size:20px}}@media (max-width:600px){.medichat-root .promise-kicker{font-size:24px;margin-bottom:8px}.medichat-root .promise-text h3{font-size:18px}.medichat-root .promise-row{grid-template-columns:1fr;grid-template-areas:"num" "text"}.medichat-root .promise-shot{display:none}}.medichat-root section{padding:110px 0}.medichat-root .section-head{text-align:center;max-width:760px;margin:0 auto 64px}.medichat-root .section-head .eyebrow{margin-bottom:16px}.medichat-root .section-head h2{font-size:clamp(28px,2.8vw,40px);font-weight:800;letter-spacing:-.02em;color:var(--gray-900);line-height:1.22}.medichat-root .section-head p{margin-top:12px;font-size:18px;font-weight:500;letter-spacing:.5px;line-height:1.7;color:var(--gray-500)}.medichat-root .feature{position:relative;overflow:hidden}.medichat-root .feature-grid{display:grid;grid-template-columns:1fr 1.05fr;grid-gap:72px;gap:72px;align-items:center}.medichat-root .feature-grid.is-reverse{grid-template-columns:1.05fr 1fr}.medichat-root .feature-grid.is-reverse .feature-text{order:2}.medichat-root .feature-grid.is-reverse .feature-demo{order:1}.medichat-root .feature-text .eyebrow{margin-bottom:18px}.medichat-root .feature-text h2{font-size:clamp(28px,2.8vw,40px);font-weight:800;letter-spacing:-.02em;color:var(--gray-900);line-height:1.25}.medichat-root .feature-text>p{margin-top:20px;font-size:16px;line-height:1.75;color:var(--gray-600)}.medichat-root .feature-list{margin-top:32px;display:flex;flex-direction:column;gap:16px;list-style:none;padding:0}.medichat-root .feature-list li{display:flex;align-items:center;gap:12px}.medichat-root .feature-list-bullet{flex-shrink:0;width:26px;height:26px;border-radius:999px;background:var(--kakao-yellow);color:#181818;display:grid;place-items:center;margin-top:0}.medichat-root .feature-list-bullet svg{width:16px;height:16px}.medichat-root .feature-list strong{display:block;color:var(--gray-900);font-size:20px;font-weight:700;margin-bottom:0}.medichat-root .feature-list span{font-size:14px;color:var(--gray-500);line-height:1.6}@media (max-width:960px){.medichat-root .feature-grid,.medichat-root .feature-grid.is-reverse{grid-template-columns:1fr;gap:44px}.medichat-root .feature-grid.is-reverse .feature-text{order:1}.medichat-root .feature-grid.is-reverse .feature-demo{order:2}.medichat-root .feature-text h2{font-size:32px}}.medichat-root .demo{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-lg);overflow:hidden}.medichat-root .demo-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line);background:var(--surface-2)}.medichat-root .demo-head-title{font-size:14px;font-weight:600;color:var(--gray-700);letter-spacing:.2px;display:flex;align-items:center;gap:8px}.medichat-root .demo-head-title:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--kakao-yellow);box-shadow:0 0 0 3px rgba(254,229,0,.25)}.medichat-root .demo-head-pills{display:flex;gap:6px}.medichat-root .demo-head-pill{width:8px;height:8px;border-radius:999px;background:var(--gray-200)}.medichat-root .demo-body{display:grid;grid-template-columns:1fr 1.05fr;min-height:540px}.medichat-root .demo-form{padding:22px;background:#fff;border-right:1px solid var(--line)}.medichat-root .demo-form-title{font-size:12px;font-weight:700;color:var(--gray-500);letter-spacing:.5px;text-transform:uppercase;margin-bottom:14px}.medichat-root .demo-field{margin-bottom:24px}.medichat-root .req-mark{color:var(--rose-500);margin-left:2px}.medichat-root .demo-error{display:none;margin:6px 0 0;font-size:12px;color:var(--rose-500);line-height:1.4}.medichat-root .demo-field.is-error .demo-error{display:block}.medichat-root .demo-field.is-error input{border-color:var(--rose-500);box-shadow:0 0 0 3px rgba(239,68,68,.12)}.medichat-root .demo-field.is-error .demo-radio-group .demo-radio{border-color:var(--rose-500)}.medichat-root .demo-field label{display:block;font-size:14px;font-weight:600;color:var(--gray-700);margin-bottom:6px}.medichat-root .demo-field input,.medichat-root .demo-field select,.medichat-root .demo-field textarea{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--gray-300);border-radius:8px;background:#fff;font-family:inherit;font-size:14px;color:var(--gray-700);transition:border-color var(--dur-1) var(--ease),box-shadow var(--dur-1) var(--ease)}.medichat-root .demo-field textarea{padding:12px 14px;min-height:88px;line-height:1.5;resize:vertical}.medichat-root .demo-field input:focus,.medichat-root .demo-field select:focus,.medichat-root .demo-field textarea:focus{outline:none;border-color:#fee500;box-shadow:0 0 0 3px rgba(254,229,0,.35)}.medichat-root .demo-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%236B7280' stroke-width='1.6'><path d='M3 4.5L6 7.5L9 4.5'/></svg>");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.medichat-root .demo-radio-group{display:flex;gap:8px;flex-wrap:wrap}.medichat-root .demo-radio{flex:1 1;min-width:0;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;padding:14px;line-height:1;border:1px solid var(--gray-300);border-radius:8px;background:#fff;font-size:14px;font-weight:500;color:var(--gray-600);cursor:pointer;transition:all var(--dur-1) var(--ease)}.medichat-root .demo-radio input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.medichat-root .demo-radio-group .demo-radio.is-active,.medichat-root .demo-radio.is-active{border:1px solid #fee500!important;background:#fee500!important;color:#181818!important;font-weight:600;padding:14px}.medichat-root .demo-preview{background:var(--kakao-bg);padding:32px 28px;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}.medichat-root .demo-preview-cap{font-size:12px;color:rgba(0,0,0,.55);text-align:center;margin-bottom:4px;font-weight:500}.medichat-root .kakao-msg{background:#fff;border-radius:14px;padding:18px 20px;font-size:14px;color:var(--gray-800);line-height:1.65;box-shadow:0 1px 1px rgba(0,0,0,.04);max-width:100%;align-self:stretch}.medichat-root .kakao-msg-title{font-size:12px;font-weight:700;color:var(--primary-600);margin-bottom:6px;letter-spacing:.2px}.medichat-root .kakao-msg-body{white-space:pre-line;font-size:14px;line-height:1.65;color:var(--gray-800)}.medichat-root .kakao-msg-cta{margin-top:10px;background:var(--kakao-yellow);color:#181818;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:700;text-align:center}.medichat-root .kakao-msg-meta{margin-top:8px;font-size:12px;color:var(--gray-500);display:flex;gap:8px;align-items:center}.medichat-root .kakao-msg-meta:before{content:"";width:4px;height:4px;border-radius:999px;background:var(--gray-400)}.medichat-root .timeline-demo{display:grid;grid-template-columns:1fr 1fr;min-height:540px}.medichat-root .timeline-form{padding:22px;background:#fff;border-right:1px solid var(--line)}.medichat-root .timeline-preview{background:var(--kakao-bg);padding:22px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.medichat-root .timeline-step{display:flex;flex-direction:column;gap:6px}.medichat-root .timeline-step-label{display:inline-flex;align-self:flex-start;align-items:center;gap:6px;height:24px;padding:0 10px;border-radius:4px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:700}.medichat-root .timeline-step-label.is-immediate{color:var(--primary-700);border-color:var(--primary-200)}.medichat-root .timeline-step-label.is-3d{color:#c04141;border-color:#fce9e9}.medichat-root .timeline-step-label.is-5d{color:var(--amber-600);border-color:#fcd34d}.medichat-root .timeline-step-label:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}@media (max-width:720px){.medichat-root .demo-body,.medichat-root .timeline-demo{grid-template-columns:1fr;min-height:0}.medichat-root .demo-form,.medichat-root .timeline-form{border-right:0;border-bottom:1px solid var(--line)}}.medichat-root .schedule-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-lg);padding:36px 32px}.medichat-root .schedule-card-head{margin-bottom:24px}.medichat-root .schedule-card-head .eyebrow{margin-bottom:16px}.medichat-root .schedule-card-title{font-size:24px;font-weight:800;color:var(--gray-900);line-height:1.35;letter-spacing:-.02em}.medichat-root .schedule-timeline{position:relative;display:flex;flex-direction:column}.medichat-root .schedule-timeline:before{content:"";position:absolute;left:6px;top:18px;bottom:14px;width:2px;background:repeating-linear-gradient(to bottom,var(--gray-200) 0 4px,transparent 4px 8px)}.medichat-root .schedule-step{position:relative;padding:20px 0 20px 32px;border-bottom:1px dashed var(--line)}.medichat-root .schedule-step:first-child{padding-top:0}.medichat-root .schedule-step:last-child{border-bottom:0;padding-bottom:0}.medichat-root .schedule-step:before{content:"";position:absolute;left:0;top:22px;width:14px;height:14px;border-radius:999px;background:var(--kakao-yellow);box-shadow:0 0 0 4px rgba(254,229,0,.22)}.medichat-root .schedule-step:first-child:before{top:2px}.medichat-root .schedule-step-badge{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:6px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:700;letter-spacing:.2px}.medichat-root .schedule-step-badge.is-immediate{color:var(--primary-700);border-color:var(--primary-200)}.medichat-root .schedule-step-badge.is-3d{color:#c04141;border-color:#fce9e9}.medichat-root .schedule-step-badge.is-5d{color:var(--amber-600);border-color:#fcd34d}.medichat-root .schedule-step-title{display:block;margin-top:10px;font-size:18px;font-weight:700;color:var(--gray-900);letter-spacing:-.2px}.medichat-root .schedule-step-desc{margin-top:6px;font-size:14px;color:var(--gray-500);line-height:1.65}.medichat-root .beforeafter{background:var(--gray)}.medichat-root .ba-card{background:var(--ink);border:1px solid var(--ink-line);border-radius:24px;padding:56px 48px 48px;box-shadow:var(--shadow-lg);color:#fff}.medichat-root .ba-chart-head{display:flex;flex-direction:column;gap:4px;margin-bottom:34px}.medichat-root .ba-chart-metric{font-size:16px;font-weight:700;color:#fff;letter-spacing:-.2px}.medichat-root .ba-chart-metric-sub{font-size:13px;color:var(--on-dark-3)}.medichat-root .ba-grid{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:32px;gap:32px;align-items:center}.medichat-root .ba-side{text-align:center}.medichat-root .ba-side-label{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.3px;margin-bottom:18px}.medichat-root .ba-side.is-before .ba-side-label{background:hsla(0,0%,100%,.08);color:var(--on-dark-2)}.medichat-root .ba-side.is-after .ba-side-label{background:rgba(254,229,0,.22);color:var(--kakao-yellow)}.medichat-root .ba-side-num{font-size:clamp(64px,6.7vw,96px);font-weight:800;line-height:1;letter-spacing:-3px}.medichat-root .ba-side.is-before .ba-side-num{color:var(--on-dark-3)}.medichat-root .ba-side.is-after .ba-side-num{color:#fff}.medichat-root .ba-side-num small{font-size:32px;font-weight:700;margin-left:4px}.medichat-root .ba-side-desc{margin-top:14px;font-size:14px;color:var(--on-dark-2);line-height:1.6}.medichat-root .ba-side.is-after .ba-side-desc strong{color:#fff}.medichat-root .ba-arrow{width:120px;height:120px;background:var(--kakao-yellow);border-radius:24px;display:grid;place-items:center;box-shadow:var(--shadow-yellow);position:relative}.medichat-root .ba-arrow svg{width:56px;height:56px;color:var(--ink)}@media (max-width:800px){.medichat-root .ba-card{padding:40px 24px}.medichat-root .ba-grid{grid-template-columns:1fr}.medichat-root .ba-arrow{width:80px;height:80px;margin:0 auto;transform:rotate(90deg)}.medichat-root .ba-side-num{font-size:72px}}.medichat-root .ba-chart{padding:32px 0 0;margin-top:32px}.medichat-root .ba-chart-area{display:flex;gap:16px;height:360px}.medichat-root .ba-chart-yaxis{position:relative;width:36px;font-size:14px;color:hsla(0,0%,100%,.55);font-weight:400;letter-spacing:.2px;line-height:1}.medichat-root .ba-chart-yaxis>span{position:absolute;right:0;transform:translateY(-50%)}.medichat-root .ba-chart-yaxis>span:first-child{top:4px}.medichat-root .ba-chart-yaxis>span:nth-child(2){top:calc(4px + (100% - 4px) * .25)}.medichat-root .ba-chart-yaxis>span:nth-child(3){top:calc(4px + (100% - 4px) * .5)}.medichat-root .ba-chart-yaxis>span:nth-child(4){top:calc(4px + (100% - 4px) * .75)}.medichat-root .ba-chart-yaxis>span:nth-child(5){top:100%}.medichat-root .ba-chart-plot{flex:1 1;position:relative;padding:4px 0 0}.medichat-root .ba-chart-gridlines{position:absolute;inset:4px 0 0 0;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.medichat-root .ba-chart-gridlines>div{height:1px;border-top:1px dashed hsla(0,0%,100%,.14)}.medichat-root .ba-chart-cols{position:relative;display:flex;justify-content:center;align-items:flex-end;height:100%;gap:80px}.medichat-root .ba-chart-col{width:140px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.medichat-root .ba-chart-bar{width:100%;position:relative;display:flex;justify-content:center}.medichat-root .ba-chart-bar.is-before{background:linear-gradient(180deg,#5f574e,#2a2520);border-radius:14px 14px 0 0}.medichat-root .ba-chart-bar.is-after{background:var(--kakao-yellow);border-radius:6px;box-shadow:var(--shadow-yellow);min-height:8px}.medichat-root .ba-chart-bar.is-after.is-animating{animation:baDropAfter 2.4s cubic-bezier(.4,0,.2,1) forwards}@keyframes baDropAfter{0%{height:97%}to{height:5%}}.medichat-root .ba-chart-bar-value{position:absolute;bottom:calc(100% + 14px);left:50%;transform:translateX(-50%);font-size:clamp(28px,2.8vw,40px);font-weight:800;color:#fff;letter-spacing:-1.4px;line-height:1;white-space:nowrap}.medichat-root .ba-chart-bar-value small{font-size:18px;font-weight:700;color:hsla(0,0%,100%,.55);margin-left:3px;letter-spacing:0}.medichat-root .ba-chart-xaxis{display:flex;justify-content:center;gap:80px;margin-top:22px;padding-left:52px}.medichat-root .ba-chart-xitem{width:140px;text-align:center}.medichat-root .ba-chart-xlabel{font-size:18px;font-weight:500;color:var(--on-dark-2)}.medichat-root .ba-chart-xlabel .br-mo{display:none}@media (max-width:600px){.medichat-root .ba-chart-xlabel .br-mo{display:inline}}.medichat-root .ba-chart-xsub{font-size:12px;color:var(--gray-500);margin-top:6px;line-height:1.6}.medichat-root .ba-chart-xsub strong{color:var(--ink);font-weight:700}@media (max-width:720px){.medichat-root .ba-chart-area{height:280px}.medichat-root .ba-chart-cols{gap:40px}.medichat-root .ba-chart-col{width:100px}.medichat-root .ba-chart-bar-value{font-size:32px}.medichat-root .ba-chart-bar-value small{font-size:14px}.medichat-root .ba-chart-xaxis{gap:40px;padding-left:52px}.medichat-root .ba-chart-xitem{width:100px}}.medichat-root .ba-note{margin:18px 0 0;font-size:15px;line-height:1.6;color:var(--gray-500);text-align:center}.medichat-root .ba-cta{margin:64px calc(50% - 50vw) 0;padding:56px 32px;background:#fff}.medichat-root .ba-cta-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:22px;text-align:center}.medichat-root .ba-cta-text{font-size:clamp(20px,2vw,24px);font-weight:700;color:var(--gray-900);letter-spacing:-.3px;line-height:1.4}.medichat-root .effect-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.medichat-root .effect-card{background:#3f3a35;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:28px 24px;box-shadow:var(--shadow-lg);color:#fff;transition:transform var(--dur-2) var(--ease)}.medichat-root .effect-card:hover{transform:translateY(-3px)}.medichat-root .effect-num{font-size:clamp(28px,2.8vw,40px);font-weight:800;letter-spacing:-1.2px;line-height:1.1;color:var(--kakao-yellow)}.medichat-root .effect-num small{font-size:18px;font-weight:500;color:var(--kakao-yellow);margin-left:3px}.medichat-root .effect-num .hl{color:var(--kakao-yellow);background:none;-webkit-text-fill-color:var(--kakao-yellow)}.medichat-root .effect-name{margin-top:12px;font-size:20px;font-weight:700;color:#fff}.medichat-root .effect-sub{margin-top:6px;font-size:14px;color:var(--on-dark-2);line-height:1.55}@media (max-width:880px){.medichat-root .effect-grid{grid-template-columns:repeat(2,1fr)}}.medichat-root .testi{background:var(--gray);overflow:hidden}.medichat-root .testi-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;margin-top:36px}.medichat-root .testi-grid .testi-card{flex:1 1 250px;max-width:340px;width:auto}.medichat-root .testi-track-wrap{position:relative;overflow:hidden;margin-top:36px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 80px,#000 calc(100% - 80px),transparent);mask-image:linear-gradient(90deg,transparent,#000 80px,#000 calc(100% - 80px),transparent)}.medichat-root .testi-track{display:flex;gap:20px;width:max-content;align-items:stretch;animation:testi-scroll 80s linear infinite}.medichat-root .testi-track:hover{animation-play-state:paused}@keyframes testi-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-1 * (360px * 6 + 20px * 6)))}}.medichat-root .testi-card{flex-shrink:0;width:360px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:transform var(--dur-2) var(--ease),box-shadow var(--dur-2) var(--ease)}.medichat-root .testi-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.medichat-root .testi-quote-mark{font-family:Pretendard Variable,Pretendard,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:40px;line-height:1;color:var(--kakao-yellow);margin-bottom:4px;font-weight:700}.medichat-root .testi-body{font-size:16px;line-height:1.7;color:var(--gray-700);flex:1 1}.medichat-root .testi-body strong{color:var(--gray-900);background:rgba(254,229,0,.4);padding:0 3px;border-radius:2px}.medichat-root .testi-meta{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:center;gap:12px}.medichat-root .testi-avatar{width:40px;height:40px;border-radius:999px;background:linear-gradient(135deg,var(--primary-200),var(--primary-400));display:grid;place-items:center;color:#fff;font-weight:700;font-size:14px}.medichat-root .testi-meta>div{display:flex;align-items:center}.medichat-root .testi-name{font-size:14px;font-weight:600;color:var(--gray-900)}.medichat-root .testi-name:after{content:"|";margin:0 12px;color:var(--gray-300);font-weight:300}.medichat-root .testi-role{font-size:14px;color:var(--gray-500)}@media (max-width:880px){.medichat-root .testi-grid{grid-template-columns:1fr}}.medichat-root .scope{background:#fff;border-top:1px solid var(--line)}.medichat-root .scope-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;align-items:stretch}.medichat-root .scope-col{background:var(--gray);border:1px solid var(--line);border-radius:20px;padding:30px 28px 28px}.medichat-root .scope-col.is-accent{background:linear-gradient(180deg,rgba(254,229,0,.14),rgba(254,229,0,.05));border-color:var(--kakao-yellow-2)}.medichat-root .scope-tag{display:inline-block;font-size:13px;font-weight:800;color:var(--gray-600);background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px 14px}.medichat-root .scope-col.is-accent .scope-tag{color:#6b5900;background:hsla(0,0%,100%,.9);border-color:var(--kakao-yellow-2)}.medichat-root .scope-col h3{margin:14px 0 0;font-size:20px;font-weight:800;line-height:1.4;color:var(--gray-900);letter-spacing:-.02em}.medichat-root .scope-col>p{margin:8px 0 0;font-size:15px;line-height:1.7;font-weight:500;color:var(--gray-500);letter-spacing:-.2px}.medichat-root .scope-list{list-style:none;margin:20px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.medichat-root .scope-list li{font-size:15px;font-weight:600;color:var(--gray-800);background:#fff;border:1px solid var(--line);border-radius:10px;padding:9px 14px;letter-spacing:-.2px}.medichat-root .scope-col.is-accent .scope-list li{border-color:rgba(254,229,0,.55)}.medichat-root .scope-note{margin:18px 0 0;font-size:13px;line-height:1.6;color:var(--gray-500);letter-spacing:-.1px}.medichat-root .scope-foot{margin:40px auto 0;max-width:760px;text-align:center;font-size:18px;font-weight:500;line-height:1.75;color:var(--gray-700);letter-spacing:-.2px}.medichat-root .scope-foot strong{color:var(--gray-900);font-weight:800}@media (max-width:880px){.medichat-root .scope-grid{grid-template-columns:1fr}.medichat-root .scope-col h3{font-size:18px}.medichat-root .scope-foot{font-size:16px}}.medichat-root .faq-wrap{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.medichat-root .faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:box-shadow var(--dur-1) var(--ease),border-color var(--dur-1) var(--ease)}.medichat-root .faq-item.is-open{box-shadow:var(--shadow-md);border-color:var(--kakao-yellow-2)}.medichat-root .faq-q{width:100%;padding:20px 22px;background:#fff;border:none;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}.medichat-root .faq-q,.medichat-root .faq-q-prefix{font-size:17px;font-weight:600;color:var(--gray-900)}.medichat-root .faq-q-prefix{display:inline-block;margin-right:10px}.medichat-root .faq-q-icon{flex-shrink:0;width:28px;height:28px;border-radius:999px;background:var(--gray-100);color:var(--gray-600);display:grid;place-items:center;transition:transform var(--dur-2) var(--ease),background var(--dur-1) var(--ease),color var(--dur-1) var(--ease)}.medichat-root .faq-item.is-open .faq-q-icon{background:var(--kakao-yellow);color:var(--ink);transform:rotate(180deg)}.medichat-root .faq-a{max-height:0;overflow:hidden;transition:max-height var(--dur-2) var(--ease)}.medichat-root .faq-a-inner{padding:0 22px 22px 56px;font-size:15px;line-height:1.75;color:var(--gray-600)}.medichat-root .faq-item.is-open .faq-a{max-height:560px}.medichat-root .cta{background:var(--ink);color:#fff;padding:120px 0;position:relative;overflow:hidden}.medichat-root .cta:before{content:"";position:absolute;inset:0;background:radial-gradient(620px 320px at 50% 100%,rgba(254,229,0,.18),transparent 72%),radial-gradient(420px 240px at 0 0,rgba(254,229,0,.08),transparent 72%);pointer-events:none}.medichat-root .cta-inner{text-align:center;position:relative}.medichat-root .cta-eyebrow{font-size:14px;color:var(--on-dark-3);letter-spacing:.5px;margin-bottom:18px}.medichat-root .cta h2{font-size:clamp(40px,4.4vw,64px);font-weight:800;letter-spacing:-.02em;line-height:1.18;color:#fff}.medichat-root .cta h2 .hl{color:var(--kakao-yellow)}.medichat-root .cta-sub{margin-top:24px;font-size:16px;color:var(--on-dark-2);line-height:1.7;max-width:560px;margin-left:auto;margin-right:auto}.medichat-root .cta-actions{margin-top:40px;display:flex;gap:22px;justify-content:center;flex-wrap:wrap}@media (max-width:760px){.medichat-root .cta{padding:80px 0}.medichat-root .cta h2{font-size:40px}}.medichat-root .footer{background:var(--ink-2);color:var(--on-dark-3);padding:40px 0 36px;border-top:1px solid var(--ink-line)}.medichat-root .footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.medichat-root .footer-brand{display:flex;align-items:center;gap:10px}.medichat-root .footer-brand-name{font-size:14px;font-weight:700;color:#fff}.medichat-root .footer-meta{font-size:12px;color:var(--on-dark-3);line-height:1.7;max-width:600px}.medichat-root .footer-links{display:flex;gap:22px;font-size:14px;color:var(--on-dark-2)}.medichat-root .footer-links a:hover{color:#fff}@media (max-width:600px){.medichat-root .container{padding:0 20px}.medichat-root section{padding:72px 0}.medichat-root .section-head h2{font-size:32px}.medichat-root .promises{padding:80px 0}.medichat-root .promises-head h2{font-size:32px}}.medichat-root .modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.medichat-root .modal.is-open{display:flex}.medichat-root .modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.medichat-root .modal-dialog{position:relative;width:100%;max-width:460px;max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;border-radius:20px;padding:32px 28px 28px;box-shadow:var(--shadow-xl);animation:modalIn .3s var(--ease) both}@keyframes modalIn{0%{transform:translateY(20px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.medichat-root .modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;background:transparent;border:none;font-size:24px;line-height:1;color:var(--gray-500);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background var(--dur-1) var(--ease),color var(--dur-1) var(--ease)}.medichat-root .modal-close:hover{background:var(--gray-100);color:var(--gray-900)}.medichat-root .modal-head{margin-bottom:20px;padding-right:32px}.medichat-root .modal-head h3{font-size:24px;font-weight:800;color:var(--gray-900);letter-spacing:-.02em;margin:0 0 6px}.medichat-root .modal-head p{font-size:14px;color:var(--gray-500);margin:0;line-height:1.6}.medichat-root .modal-form{display:flex;flex-direction:column;gap:14px}.medichat-root .form-row{display:flex;flex-direction:column;gap:6px}.medichat-root .form-row label{font-size:14px;font-weight:600;color:var(--gray-700)}.medichat-root .form-row label .req{color:var(--rose-500);margin-left:2px}.medichat-root .form-row input,.medichat-root .form-row select,.medichat-root .form-row textarea{font-family:inherit;font-size:14px;padding:12px 14px;border:1px solid var(--gray-300);border-radius:6px;outline:none;color:var(--gray-900);background:#fff;transition:border-color var(--dur-1) var(--ease),box-shadow var(--dur-1) var(--ease)}.medichat-root .form-row input::placeholder,.medichat-root .form-row textarea::placeholder{color:var(--gray-400)}.medichat-root .form-row select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:36px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%239CA3AF' stroke-width='2'><path d='M1 1.5L6 6.5L11 1.5'/></svg>");background-repeat:no-repeat;background-position:right 14px center}.medichat-root .form-row input:focus,.medichat-root .form-row select:focus,.medichat-root .form-row textarea:focus{border-color:var(--kakao-yellow);box-shadow:0 0 0 3px rgba(254,229,0,.25)}.medichat-root .form-row textarea{resize:none;height:96px;line-height:1.6}.medichat-root .cselect{position:relative}.medichat-root .cselect-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;font-family:inherit;font-size:14px;padding:12px 14px;border:1px solid var(--gray-300);border-radius:6px;background:#fff;color:var(--gray-900);cursor:pointer;outline:none;transition:border-color var(--dur-1) var(--ease),box-shadow var(--dur-1) var(--ease);text-align:left}.medichat-root .cselect-trigger:focus,.medichat-root .cselect.is-open .cselect-trigger{border-color:var(--kakao-yellow);box-shadow:0 0 0 3px rgba(254,229,0,.25)}.medichat-root .cselect-value.is-placeholder{color:var(--gray-400)}.medichat-root .cselect-arrow{color:var(--gray-500);transition:transform var(--dur-1) var(--ease);flex-shrink:0}.medichat-root .cselect.is-open .cselect-arrow{transform:rotate(180deg);color:var(--ink)}.medichat-root .cselect-list{position:absolute;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 32px -8px rgba(0,0,0,.12),0 4px 12px -4px rgba(0,0,0,.06);max-height:160px;overflow-y:auto;z-index:10;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity var(--dur-1) var(--ease),transform var(--dur-1) var(--ease)}.medichat-root .cselect.is-open .cselect-list{opacity:1;transform:translateY(0);pointer-events:auto}.medichat-root .cselect-option{padding:10px 12px;font-size:14px;color:var(--gray-700);border-radius:6px;cursor:pointer;transition:background var(--dur-1) var(--ease),color var(--dur-1) var(--ease)}.medichat-root .cselect-option.is-active,.medichat-root .cselect-option.is-selected,.medichat-root .cselect-option:hover{background:rgba(254,229,0,.18);color:var(--ink)}.medichat-root .form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.medichat-root .form-actions .btn-sm{height:auto;padding:10px 18px;border-radius:5px;font-size:13px}.medichat-root .form-row.is-error .cselect-trigger,.medichat-root .form-row.is-error input,.medichat-root .form-row.is-error select,.medichat-root .form-row.is-error textarea{border-color:var(--rose-500);box-shadow:0 0 0 3px rgba(239,68,68,.15)}.medichat-root .form-row .form-error{display:none;margin-top:0;font-size:12px;color:var(--rose-500)}.medichat-root .form-row.is-error .form-error{display:block}.medichat-root .mobile-cta{display:none}@media (max-width:600px){.medichat-root .mobile-cta{display:block;position:fixed;left:0;right:0;bottom:0;z-index:80;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:hsla(0,0%,9%,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid hsla(0,0%,100%,.08);box-shadow:0 -8px 24px -8px rgba(0,0,0,.4);transform:translateY(0);transition:transform .32s var(--ease)}.medichat-root .mobile-cta.is-hidden{transform:translateY(120%)}.medichat-root .mobile-cta .btn{width:100%;height:52px;font-size:16px}.medichat-root{padding-bottom:80px}}.medichat-root .toast{position:fixed;left:50%;bottom:40px;transform:translateX(-50%) translateY(20px);display:flex;align-items:center;gap:10px;padding:14px 22px;background:var(--ink);color:#fff;border-radius:12px;font-size:14px;font-weight:600;letter-spacing:-.2px;box-shadow:var(--shadow-lg);z-index:200;opacity:0;pointer-events:none;transition:opacity .28s var(--ease),transform .28s var(--ease)}.medichat-root .toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}.medichat-root .toast svg{width:18px;height:18px;color:var(--kakao-yellow);flex-shrink:0}.medichat-root[data-theme=violet-hybrid] .btn-yellow{background:#5a5dd5;color:#fff;box-shadow:0 12px 28px -12px rgba(91,109,236,.55)}.medichat-root[data-theme=violet-hybrid] .btn-yellow:hover{background:#494caf}.medichat-root[data-theme=violet-hybrid] .hero{background:radial-gradient(680px 340px at 18% 12%,rgba(91,109,236,.22),transparent 70%),radial-gradient(560px 320px at 92% 95%,rgba(254,229,0,.1),transparent 72%),var(--ink)}.medichat-root[data-theme=violet-hybrid] .cta{background:radial-gradient(620px 320px at 50% 100%,rgba(91,109,236,.22),transparent 72%),radial-gradient(420px 240px at 0 0,rgba(254,229,0,.08),transparent 72%),var(--ink-2)}.medichat-root[data-theme=violet-hybrid] .cselect-trigger:focus,.medichat-root[data-theme=violet-hybrid] .cselect.is-open .cselect-trigger,.medichat-root[data-theme=violet-hybrid] .form-row input:focus,.medichat-root[data-theme=violet-hybrid] .form-row select:focus,.medichat-root[data-theme=violet-hybrid] .form-row textarea:focus{border-color:#5a5dd5;box-shadow:0 0 0 3px rgba(91,109,236,.22)}.medichat-root[data-theme=violet-hybrid] .cselect.is-open .cselect-arrow{color:#5a5dd5}.medichat-root[data-theme=violet-hybrid] .cselect-option.is-active,.medichat-root[data-theme=violet-hybrid] .cselect-option.is-selected,.medichat-root[data-theme=violet-hybrid] .cselect-option:hover{background:rgba(91,109,236,.12);color:#272864}.medichat-root .consent-check{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--gray-700);font-weight:500;cursor:pointer;line-height:1.5}.medichat-root .consent-check input{width:16px;height:16px;margin:1px 0 0;flex-shrink:0;accent-color:var(--primary-500);cursor:pointer}.medichat-root .form-row.is-error .consent-check{color:var(--rose-500)}.medichat-root .consent-check input:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}