*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;background:#f3f4f6}.app-root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.chat-shell{width:100%;max-width:480px;background:#fff;border-radius:24px;box-shadow:0 18px 45px #0f172a2e;display:flex;flex-direction:column;overflow:hidden;height:80vh;max-height:720px}.chat-header{background:#0f5bd8;color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.chat-title-block{display:flex;flex-direction:column}.chat-title{margin:0;font-size:16px;font-weight:600}.chat-subtitle{margin:4px 0 0;font-size:12px;opacity:.85}.chat-ucr-logo{font-size:24px;font-weight:800;letter-spacing:2px}.chat-body{display:flex;flex-direction:column;background:#f4f5f7;flex:1;min-height:0}.chat-window{padding:16px 16px 8px;flex:1;overflow-y:auto}.chat-row{display:flex;margin-bottom:10px;width:100%;align-items:flex-end;animation:message-fade-in .22s ease-out}.chat-row-bot{flex-direction:row;justify-content:flex-start}.chat-row-user{flex-direction:row-reverse;justify-content:flex-start}.avatar{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;margin-right:8px}.chat-row-user .avatar{margin-right:0;margin-left:8px}.avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid #d4d4d4;background:#f4f4f4}.bubble{max-width:75%;padding:10px 12px;border-radius:18px;font-size:13px;line-height:1.4}.bubble-bot{background:#fff;border:1px solid #e5e7eb}.bubble-user{background:#e1efff;border-radius:18px 18px 4px}.decision-card{background:#fff;border-radius:18px;padding:12px 14px;border:1px solid #e5e7eb;font-size:13px;line-height:1.45;max-width:100%}.decision-card p{margin:4px 0}.decision-status{font-weight:600}.decision-factors ul{margin:4px 0 0;padding-left:18px}.decision-factors li{margin:2px 0}.decision-expl{margin-top:8px;padding:8px 12px;background:#f6f6f6;border-left:3px solid #888;border-radius:6px;font-size:.9rem;line-height:1.4}.decision-expl-ai{margin-top:12px;padding:12px 14px;background:linear-gradient(135deg,#e6f0ff,#f0f7ff);border-left:4px solid #3a80f7;border-radius:8px;box-shadow:0 2px 6px #3a80f72e;animation:ai-expl-glow 3s ease-in-out infinite;font-size:.95rem;line-height:1.45}.decision-expl-ai strong{display:inline-block;margin-bottom:6px;color:#2a6ce0;font-weight:600}.decision-note{margin-top:8px;font-size:11px;color:#6b7280}.hint-card{background:#fff;border-radius:18px;padding:10px 12px;border:1px dashed #d1d5db;font-size:12px}.hint-card ul{margin:6px 0 0;padding-left:18px}.hint-card li{margin:2px 0}.hint-card code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;background:#f3f4f6;padding:1px 4px;border-radius:4px}.chat-input-bar{display:flex;padding:10px 12px;border-top:1px solid #e5e7eb;background:#fff}.chat-input{flex:1;border-radius:999px;border:1px solid #d1d5db;padding:8px 12px;font-size:13px;outline:none}.chat-input:focus{border-color:#0f5bd8;box-shadow:0 0 0 1px #0f5bd840}.chat-send-btn{margin-left:8px;padding:0 16px;border:none;border-radius:999px;background:#ffd34a;color:#111827;font-weight:600;font-size:13px;cursor:pointer}.chat-send-btn:disabled{opacity:.6;cursor:default}.chat-send-btn:hover:not(:disabled){background:#ffcc32}.chat-footer{padding:6px 14px 10px;font-size:11px;text-align:center;color:#6b7280;background:#f9fafb}@keyframes ai-expl-glow{0%{box-shadow:0 2px 6px #3a80f72e}50%{box-shadow:0 4px 14px #3a80f759}to{box-shadow:0 2px 6px #3a80f72e}}@keyframes message-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
