:root{--yellow:#fee500;--bg:#b2c7d9;--ink:#191919;--muted:#6f747a}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:"Noto Sans KR",sans-serif;color:var(--ink);background:#eef0f1}a{color:inherit;text-decoration:none}button,input{font:inherit}.chat-header{position:sticky;top:0;z-index:10;height:76px;padding:0 max(20px,calc((100vw - 1060px)/2));display:flex;align-items:center;gap:14px;background:#fff;border-bottom:1px solid #e1e1e1}.back{font-size:26px}.avatar{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:#1c1c1c;color:var(--yellow);font:600 18px Manrope,sans-serif}.avatar.small{width:35px;height:35px;border-radius:12px;font-size:15px}.chat-header>div:nth-of-type(2){display:flex;flex-direction:column}.chat-header b{font-size:16px}.chat-header span{font-size:12px;color:var(--muted)}.chat-header i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#37b24d;margin-right:5px}.home{margin-left:auto;font:600 15px Manrope,sans-serif;letter-spacing:.12em}.chat-shell{width:min(1060px,100%);margin:auto;display:grid;grid-template-columns:360px 1fr;grid-template-rows:1fr 74px;min-height:calc(100vh - 76px);background:var(--bg);box-shadow:0 0 40px rgba(0,0,0,.07)}.chat-intro{grid-row:1/3;padding:70px 42px;background:#1b1c1b;color:#fff}.chat-intro p{margin:0 0 30px;color:#d7a66d;font:500 11px Manrope,sans-serif;letter-spacing:.16em}.chat-intro h1{font-size:38px;line-height:1.35;letter-spacing:-.06em;margin:0}.chat-window{padding:35px 30px 24px;overflow:auto}.date{width:max-content;margin:0 auto 28px;padding:5px 13px;border-radius:14px;background:rgba(0,0,0,.12);color:#fff;font-size:12px}.message-row{display:flex;gap:10px;align-items:flex-start;margin:0 0 12px}.message-row.bot>div:last-child>b{display:block;font-size:12px;margin-bottom:7px}.message-row.user{justify-content:flex-end}.bubble{max-width:410px;padding:12px 15px;border-radius:4px 14px 14px 14px;background:#fff;font-size:14px;line-height:1.65;box-shadow:0 1px 1px rgba(0,0,0,.05)}.user .bubble{background:var(--yellow);border-radius:14px 4px 14px 14px}.quick-menu{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 22px 45px}.quick-menu button{padding:13px 12px;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:#fff;text-align:left;cursor:pointer}.quick-menu button:hover,.quick-menu button:focus{border-color:#3c1e1e;outline:none}.result-card{margin:10px 0 20px 45px;padding:18px;background:#fff;border-radius:8px}.result-card b{font-size:15px}.result-card p{margin:8px 0 14px;color:var(--muted);font-size:13px;line-height:1.65}.result-card a{display:flex;justify-content:space-between;padding:12px 14px;border-radius:5px;background:var(--yellow);font-size:13px;font-weight:600}.chat-input{display:flex;gap:9px;padding:13px 18px;background:#fff}.chat-input input{flex:1;border:0;padding:0 13px;font-size:15px;outline:none}.chat-input button{width:46px;border:0;border-radius:8px;background:var(--yellow);font-size:22px;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.chat-header{padding:0 16px}.chat-shell{display:flex;flex-direction:column;min-height:calc(100vh - 76px)}.chat-intro{display:none}.chat-window{flex:1;padding:24px 16px}.quick-menu{margin-left:45px;grid-template-columns:1fr}.result-card{margin-left:45px}.bubble{max-width:calc(100vw - 90px)}.chat-input{position:sticky;bottom:0}}
