:root{color-scheme:light dark;--color-red-50:oklch(97.1% 0.013 17.38);--color-red-200:oklch(88.5% 0.062 18.334);--color-red-300:oklch(80.8% 0.114 19.571);--color-red-400:oklch(70.4% 0.191 22.216);--color-red-500:oklch(63.7% 0.237 25.331);--color-red-600:oklch(57.7% 0.245 27.325);--color-red-800:oklch(44.4% 0.177 26.899);--color-yellow-50:oklch(98.7% 0.026 102.212);--color-yellow-100:oklch(97.3% 0.071 103.193);--color-yellow-500:oklch(79.5% 0.184 86.047);--color-green-200:oklch(92.5% 0.084 155.995);--color-green-400:oklch(79.2% 0.209 151.711);--color-green-500:oklch(72.3% 0.219 149.579);--color-emerald-600:oklch(59.6% 0.145 163.225);--color-blue-50:oklch(97% 0.014 254.604);--color-blue-100:oklch(93.2% 0.032 255.585);--color-blue-200:oklch(88.2% 0.059 254.128);--color-blue-400:oklch(70.7% 0.165 254.624);--color-blue-500:oklch(62.3% 0.214 259.815);--color-blue-600:oklch(54.6% 0.245 262.881);--color-blue-700:oklch(48.8% 0.243 264.376);--color-purple-600:oklch(55.8% 0.288 302.321);--color-purple-700:oklch(49.6% 0.265 301.924);--color-gray-50:oklch(98.5% 0.002 247.839);--color-gray-100:oklch(96.7% 0.003 264.542);--color-gray-200:oklch(92.8% 0.006 264.531);--color-gray-300:oklch(87.2% 0.01 258.338);--color-gray-400:oklch(70.7% 0.022 261.325);--color-gray-500:oklch(55.1% 0.027 264.364);--color-gray-600:oklch(44.6% 0.03 256.802);--color-gray-700:oklch(37.3% 0.034 259.733);--color-gray-800:oklch(27.8% 0.033 256.848);--color-gray-900:oklch(21% 0.034 264.665);--color-black:#000;--color-white:#fff;--spacing:0.25rem;--radius:0.625rem}body{margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.container{display:grid;grid-template-columns:360px 1fr;height:100vh}.chatPanel{border-right:1px solid rgba(0,0,0,.08)}.chatPanel,.editorArea{padding:16px;transition:all .25s ease-out}.editorArea{position:relative}.slideOut{transform:translateX(-16px);opacity:.9;width:320px}.slideIn{transform:translateY(0);opacity:1}.hiddenBefore{transform:translateY(8px);opacity:0}.skeleton{background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:shimmer 1.2s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.thumbRow{display:flex;gap:8px}.thumb{width:160px;height:90px}.home-root{min-height:100vh;background:#fff;color:#0f172a}.home-header{position:sticky;top:0;height:56px;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid rgba(15,23,42,.06);background:hsla(0,0%,100%,.92);backdrop-filter:saturate(180%) blur(8px);z-index:10}.brand{font-weight:700;letter-spacing:.2px}.top-progress{position:fixed;top:56px;left:0;height:2px;background:#6e8bff;transition:width .12s linear;z-index:9}.home-main{max-width:720px;margin:80px auto;padding:0 16px;display:flex;flex-direction:column;gap:24px}.prompt-card{border:1px solid rgba(15,23,42,.08);border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.06);padding:12px;background:#fff}.prompt-input{width:100%;resize:vertical;min-height:84px;border:1px solid rgba(15,23,42,.08);border-radius:10px;padding:12px;font-size:14px;line-height:22px;outline:none}.prompt-input:focus{border-color:#6e8bff;box-shadow:0 0 0 2px rgba(110,139,255,.35)}.prompt-actions{display:flex;justify-content:flex-end;margin-top:8px}.primary{background:#6e8bff;color:#fff;border:none;padding:8px 14px;border-radius:10px;font-weight:600;cursor:pointer}.primary:disabled{opacity:.6;cursor:default}.chat-list{display:flex;flex-direction:column-reverse;gap:12px}.chat-item{border:1px solid rgba(15,23,42,.06);border-radius:12px;padding:12px;background:#fff}.chat-item.user{background:#f7f7f8}.chat-item.error{border-color:#ef6060;background:#fff5f5}.chat-content{white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:22px}.el-highlight{animation:elFlash .4s ease-out 1;box-shadow:0 0 0 0 rgba(110,139,255,0)}@keyframes elFlash{0%{box-shadow:0 0 0 4px rgba(110,139,255,.35);background-color:rgba(110,139,255,.1)}60%{box-shadow:0 0 0 2px rgba(110,139,255,.2);background-color:rgba(110,139,255,.06)}to{box-shadow:0 0 0 0 rgba(110,139,255,0);background-color:transparent}}.highlightPulse{padding:4px 8px;background:#fff;border:1px solid rgba(110,139,255,.35);border-radius:12px;color:#0f172a;font-size:12px;animation:pulseBadge 1.2s ease-in-out infinite}@keyframes pulseBadge{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.thumb{cursor:pointer;transition:transform .12s ease}.thumb:hover{transform:translateY(-1px)}.el-tween{animation:tweenPop .16s ease-out 1}@keyframes tweenPop{0%{transform:scale(1.02)}to{transform:scale(1)}}.svg-fit svg{width:100%;height:100%;display:block}