.chat-page{box-sizing:border-box;color:#111;background:#f4f4f4;min-height:100vh;margin:0;padding:0;font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,sans-serif}.chat-page--guide{place-items:start center;padding:32px 20px 48px;display:grid}.chat-page__guide{flex-direction:column;gap:14px;width:min(100%,720px);display:flex}.chat-page__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:#6b6560;margin:0;font-size:12px}.chat-page__title{margin:0;font-size:28px;line-height:1.2}.chat-page__hint{color:#4d4843;margin:0;font-size:14px;line-height:1.6}.chat-page__hint code,.chat-page__steps code{background:#e4e0d8;border-radius:4px;padding:1px 5px;font-size:12px}.chat-page__gate{background:#fff;border:1px solid #e4e0d8;border-radius:12px;flex-wrap:wrap;align-items:end;gap:10px;padding:16px;display:flex}.chat-page__field{color:#6b6560;flex-direction:column;flex:1;gap:6px;min-width:200px;font-size:13px;display:flex}.chat-page__field input{font:inherit;color:inherit;background:#f7f6f3;border:1px solid #d8d2c8;border-radius:10px;padding:10px 12px}.chat-page__snippet{color:#f3efe8;white-space:pre-wrap;background:#1c1b19;border-radius:12px;margin:0;padding:16px;font-size:12.5px;line-height:1.55;overflow-x:auto}.chat-page__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.chat-page__go{font:inherit;color:#fff;cursor:pointer;background:#0f5c4c;border:0;border-radius:10px;padding:11px 14px;font-weight:600}.chat-page__go:disabled{opacity:.45;cursor:not-allowed}.chat-page__link{color:#0f5c4c;font-size:14px;font-weight:600}.chat-page__steps{color:#4d4843;margin:8px 0 0;padding-left:20px;font-size:13px;line-height:1.7}.atlas-panel{--atlas-bg:#fff;--atlas-surface:#fff;--atlas-ink:#111;--atlas-muted:#8a8a8a;--atlas-line:#ececec;--atlas-soft:#f7f7f7;--atlas-ok:#1f9d55;--atlas-warn:#e67e22;--atlas-neutral:#6b6b6b;--atlas-danger:#c0392b;--atlas-radius:18px;--atlas-font:"Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;box-sizing:border-box;background:var(--atlas-bg);height:100%;min-height:480px;color:var(--atlas-ink);border:1px solid var(--atlas-line);border-radius:var(--atlas-radius);font-family:var(--atlas-font);flex-direction:column;display:flex;overflow:hidden}.atlas-panel *,.atlas-panel :before,.atlas-panel :after{box-sizing:border-box}.atlas-panel__header{border-bottom:1px solid var(--atlas-line);background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.atlas-panel__brand{align-items:center;gap:10px;min-width:0;display:flex}.atlas-panel__logo,.atlas-msg__avatar{color:#fff;background:#111;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.atlas-panel__logo svg,.atlas-msg__avatar svg{width:16px;height:16px}.atlas-panel__title{letter-spacing:-.02em;font-size:15px;font-weight:700;line-height:1.2;display:block}.atlas-panel__ver{color:var(--atlas-muted);margin-top:1px;font-size:11px;display:block}.atlas-panel__header-right{align-items:center;gap:6px;height:32px;display:flex}.atlas-panel__model{border:1px solid var(--atlas-line);color:#333;background:#fff;border-radius:999px;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.atlas-panel__model-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #22c55e26}.atlas-panel__close{border:1px solid var(--atlas-line);color:#555;cursor:pointer;background:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.atlas-panel__close svg{width:16px;height:16px;display:block}.atlas-panel__close:hover{background:var(--atlas-soft);color:#111}.atlas-panel__body{background:#fff;flex:1;min-height:0;padding:16px;overflow-y:auto}.atlas-msg{align-items:flex-start;gap:10px;display:flex}.atlas-msg__card{flex:1;min-width:0;padding:4px 2px 8px}.atlas-msg__content{letter-spacing:-.01em;color:#222;font-size:14px;line-height:1.7}.atlas-msg__content>:first-child{margin-top:0}.atlas-msg__content>:last-child{margin-bottom:0}.atlas-md__h{letter-spacing:-.02em;color:#111;margin:22px 0 10px;font-size:15px;font-weight:700;line-height:1.35}.atlas-msg__content>.atlas-md__h:first-child{margin-top:0}.atlas-md__h--sub{color:#222;margin-top:16px;font-size:13.5px;font-weight:700}.atlas-md__p{margin:0 0 12px}.atlas-md__p+.atlas-md__p{margin-top:-2px}.atlas-md__strong{font-weight:700}.atlas-md__em{font-style:italic}.atlas-md__ul,.atlas-md__ol{flex-direction:column;gap:7px;margin:0 0 14px;padding:0 0 0 1.2em;display:flex}.atlas-md__ul{list-style:outside}.atlas-md__ol{list-style:decimal}.atlas-md__li{color:#333;margin:0;padding-left:2px;font-size:13.5px;line-height:1.6}.atlas-md__li>.atlas-md__p{margin:0}.atlas-md__li>.atlas-md__ul,.atlas-md__li>.atlas-md__ol{margin:8px 0 2px}.atlas-md__p br,.atlas-md__li br{content:"";margin-top:.35em;display:block}.atlas-md__a{color:#111;text-underline-offset:2px;text-decoration:underline}.atlas-md__table-wrap{-webkit-overflow-scrolling:touch;border:1px solid var(--atlas-line);background:#fff;border-radius:10px;margin:10px 0 14px;overflow-x:auto}.atlas-md__table{border-collapse:collapse;table-layout:auto;width:100%;min-width:280px;font-size:12.5px;line-height:1.45}.atlas-md__th,.atlas-md__td{border-bottom:1px solid var(--atlas-line);text-align:left;vertical-align:top;word-break:keep-all;overflow-wrap:anywhere;padding:8px 10px}.atlas-md__th{color:#333;white-space:nowrap;background:#f7f7f7;font-weight:700}.atlas-md__tr:last-child .atlas-md__td{border-bottom:0}.atlas-md__p:has(+.atlas-md__table-wrap){margin-bottom:6px}.atlas-md__hr{border:0;border-top:1px solid var(--atlas-line);margin:14px 0}.atlas-md__quote{color:#555;background:#fafafa;border-left:3px solid #ddd;margin:0 0 12px;padding:8px 12px}.atlas-md__code{background:#f3f3f3;border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em}.atlas-md__pre{background:#f5f5f5;border-radius:10px;margin:0 0 12px;padding:10px 12px;overflow-x:auto}.atlas-md__code-block{white-space:pre;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5}.atlas-panel__status,.atlas-panel__empty{color:var(--atlas-muted);margin:0;font-size:13px;line-height:1.5}.atlas-process{border:1px solid var(--atlas-line);background:linear-gradient(#fafafa 0%,#fff 100%);border-radius:14px;margin:0 0 16px;padding:14px 14px 12px;animation:.28s both atlas-fade-in}.atlas-process__list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.atlas-process__item{align-items:flex-start;gap:10px;padding:7px 0;display:flex;position:relative}.atlas-process__item:not(:last-child):after{content:"";background:#e8e8e8;width:1px;position:absolute;top:28px;bottom:-2px;left:8px}.atlas-process__item--done:not(:last-child):after{background:#cfe9d8}.atlas-process__item--active:not(:last-child):after{background:linear-gradient(#22c55e 0%,#e8e8e8 100%)}.atlas-process__marker{color:#bdbdbd;z-index:1;background:#fafafa;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;display:inline-flex}.atlas-process__item--done .atlas-process__marker{color:var(--atlas-ok)}.atlas-process__item--active .atlas-process__marker{color:#111}.atlas-process__marker svg{width:16px;height:16px}.atlas-process__dot{background:#d4d4d4;border-radius:50%;width:7px;height:7px}.atlas-process__spin{animation:.85s linear infinite atlas-spin}.atlas-process__body{flex:1;min-width:0}.atlas-process__label{letter-spacing:-.01em;color:#b0b0b0;margin:0;font-size:13px;font-weight:600;line-height:1.35}.atlas-process__item--active .atlas-process__label{color:#111}.atlas-process__item--done .atlas-process__label{color:#444}.atlas-process__detail{color:var(--atlas-muted);margin:3px 0 0;font-size:11.5px;line-height:1.4;animation:.2s both atlas-fade-in}.atlas-process__item--active .atlas-process__detail{color:#666}.atlas-process__meta{border-top:1px dashed #ececec;flex-direction:column;gap:8px;margin-top:10px;padding-top:10px;animation:.25s both atlas-fade-in;display:flex}.atlas-process__chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.atlas-process__chips-label{color:#999;margin-right:2px;font-size:11px;font-weight:600}.atlas-process__chip{color:#333;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1px solid #e5e5e5;border-radius:999px;align-items:center;max-width:100%;padding:3px 8px;font-size:11px;font-weight:500;line-height:1.3;animation:.28s both atlas-chip-in;display:inline-flex;overflow:hidden}.atlas-process__chip--soft{color:#555;background:#f5f5f5;border-color:#0000}.atlas-panel__writing{color:#666;align-items:center;gap:8px;margin:0 0 10px;font-size:12px;font-weight:600;display:inline-flex}.atlas-panel__writing-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:1.2s ease-out infinite atlas-pulse;box-shadow:0 0 #22c55e73}.atlas-panel__caret{vertical-align:-2px;background:#111;width:7px;height:1em;margin-left:2px;animation:.9s step-end infinite atlas-blink;display:inline-block}@keyframes atlas-spin{to{transform:rotate(360deg)}}@keyframes atlas-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes atlas-chip-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:none}}@keyframes atlas-pulse{0%{box-shadow:0 0 #22c55e73}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes atlas-blink{50%{opacity:0}}.atlas-panel__error{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.atlas-panel__error p{color:var(--atlas-danger);margin:0;font-size:13px;line-height:1.5}.atlas-panel__text-btn{color:#111;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:600;text-decoration:underline}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#111;background:#f4f4f4;font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0}.demo{grid-template-columns:minmax(240px,1fr) minmax(340px,420px);gap:24px;max-width:1100px;min-height:100vh;margin:0 auto;padding:32px 20px;display:grid}.demo__host{padding:8px 4px}.demo__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#8a8a8a;margin:0 0 8px;font-size:12px}.demo__title{letter-spacing:-.03em;margin:0 0 20px;font-size:32px;line-height:1.2}.demo__field{color:#8a8a8a;flex-direction:column;gap:6px;margin-bottom:16px;font-size:13px;display:flex}.demo__field input{font:inherit;color:inherit;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:10px 12px}.demo__apply{font:inherit;color:#fff;cursor:pointer;background:#0f5c4c;border:0;border-radius:12px;margin-bottom:12px;padding:10px 14px;font-weight:600}.demo__warn{color:#a15c00;margin:0 0 12px;font-size:13px;line-height:1.5}.demo__gate{color:#6b6560;text-align:center;background:#faf9f7;border:1px dashed #d8d2c8;border-radius:16px;place-items:center;min-height:280px;padding:24px;font-size:14px;display:grid}.demo__hint{color:#555;margin:0;font-size:14px;line-height:1.6}.demo__hint code{background:#ececec;border-radius:4px;padding:1px 5px;font-size:12px}.demo__hint a{color:#111;font-weight:600}.demo__panel{filter:drop-shadow(0 10px 30px #0000000f);height:min(80vh,760px);min-height:640px}@media (width<=800px){.demo{grid-template-columns:1fr}.demo__panel{min-height:560px}}
