:root{font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,system-ui,-apple-system,sans-serif;color:#1f1f1f;background:#e5e5e5}*{box-sizing:border-box}body{margin:0;background:#f3f3f3}html,body{height:100%}.app{min-height:100vh;min-height:100svh;min-height:100dvh}.chat-shell{margin:0 auto;width:100%;max-width:520px;height:100vh;height:100svh;height:100dvh;display:grid;grid-template-rows:auto 1fr;background:#f9f9f9;box-shadow:0 8px 32px #00000014}.chat-header{padding:12px 16px;background:#3c1e1e;color:#fff;display:flex;align-items:center;justify-content:space-between}.title{font-weight:700;font-size:18px}.badge,.tabs{display:none}.sub{font-size:12px;opacity:.8}main{padding:16px;overflow-y:auto;background:#f5f5f5}.msg-row{display:flex;margin-bottom:10px}.msg-row.left{justify-content:flex-start}.msg-row.right{justify-content:flex-end}.bubble{max-width:80%;padding:10px 12px;border-radius:14px;font-size:15px;line-height:1.4;white-space:pre-line}.bubble.bot{background:#fff;border:1px solid #ececec}.bubble.user{background:#fee500;color:#111;border:1px solid #f0d600}.loading{text-align:center;color:#888;font-size:14px}footer{padding:12px;display:flex;gap:8px;background:#f0f0f0;border-top:1px solid #e2e2e2}button{min-width:80px;border:none;border-radius:12px;background:#fee500;color:#111;font-weight:700;cursor:pointer;transition:transform .08s ease,box-shadow .08s ease}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:#fff;color:#3c1e1e;border:1px solid #d9d9d9}button.danger{background:#e53935;color:#fff}button:not(:disabled):active{transform:translateY(1px);box-shadow:inset 0 1px 2px #0003}.error{padding:10px;background:#ffe6e6;color:#b00020;font-size:13px;border-top:1px solid #ffd4d4}.chat-view{display:grid;grid-template-rows:auto 1fr auto auto;height:calc(100vh - 82px);height:calc(100svh - 82px);height:calc(100dvh - 82px)}.chat-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px 0}.branch{font-weight:700;font-size:14px}.inline-input{padding:6px 8px;border:1px solid #ddd;border-radius:8px;min-width:120px;font-size:14px;max-width:0;display:none}.admin-shell{min-height:100vh;background:#f3f3f3;color:#222}.admin-nav{background:#fff;border-bottom:1px solid #e2e2e2;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.brand{font-weight:800;font-size:18px}.nav-links{display:flex;gap:12px}.nav-link{color:#444;text-decoration:none;padding:8px 10px;border-radius:8px}.nav-link.active{background:#111;color:#fff}.admin-body{max-width:1080px;margin:16px auto;padding:0 16px 24px}.admin-view{display:grid;gap:12px}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}.admin-card{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:8px;box-shadow:0 8px 18px #0000000a}.field{display:flex;flex-direction:column;gap:4px}.field input{padding:8px 10px;border-radius:10px;border:1px solid #ddd;font-size:14px;background:#fafafa}.project-list{display:flex;flex-direction:column;gap:8px}.project-item{padding:10px;border:1px solid #f0f0f0;border-radius:10px;background:#fafafa}.knowledge-item{cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.knowledge-item:hover,.project-item.selected{border-color:#fee500;box-shadow:0 0 0 2px #fee50033}.project-title{font-weight:700;margin-bottom:4px}.project-meta{font-size:12px;color:#555}.knowledge-snippet{margin:4px 0 0;font-size:12px;color:#333;white-space:pre-wrap}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:16px;z-index:50}.modal-card{width:min(720px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px;box-shadow:0 18px 40px #0003}.modal-header{display:flex;align-items:center;justify-content:space-between}.modal-actions{display:flex;justify-content:flex-end;gap:8px}textarea{flex:1;resize:none;padding:10px;border-radius:12px;border:1px solid #ddd;font-size:14px;background:#fff;min-height:48px}.qr-box{width:200px;height:200px;display:flex;align-items:center;justify-content:center;background:#fafafa;border:1px solid #eee;border-radius:12px;margin-bottom:8px}@media (max-width: 600px){.chat-shell{max-width:100%;height:100vh;height:100svh;height:100dvh;box-shadow:none;border-radius:0}.chat-top{flex-direction:row;align-items:center;padding:8px 12px 4px;background:#fff;border-bottom:1px solid #eee}main{padding:12px 12px 20px}footer{padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #eee;position:sticky;bottom:0}textarea{font-size:16px;min-height:56px;border-radius:14px}button{min-width:72px;border-radius:14px}.bubble{max-width:86%;font-size:16px;line-height:1.5}.chat-header{padding:10px 14px}.title{font-size:16px}.branch{font-size:13px}.inline-input{display:none}}
