@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial}}}.fixed{position:fixed}.sticky{position:sticky}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}body{margin:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#0f172a;background-color:#f6f7fb;line-height:1.5;font-weight:400}html,body{height:100vh}*{box-sizing:border-box}body{margin:0;height:100vh;background:radial-gradient(circle at top,#f8fbff,#eef2ff 45%,#f6f7fb);color:#0f172a;overflow:hidden}#root{height:100vh}a{color:inherit}.chat-page{flex:1;min-height:0;display:flex;flex-direction:column;padding:16px;overflow:hidden;height:100%}.chat-layout{display:flex;gap:16px;width:100%;max-width:1200px;margin:0 auto;padding:0;flex:1;min-height:0;min-width:0;overflow:hidden;height:100%}.chat-panel{flex:1;min-width:0;background:#ffffffe6;border-radius:20px;border:1px solid #e4e7f2;box-shadow:0 12px 35px #0f172a14;display:flex;flex-direction:column;padding:16px;min-height:0;height:100%;overflow:hidden}.chat-panel__header{padding-bottom:12px;background:#ffffffe6;flex-shrink:0}.chat-panel__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-panel__content{flex:1;min-height:0;display:flex;flex-direction:column;gap:14px;overflow:hidden}.chat-panel__footer{padding-top:12px;background:#ffffffeb;flex-shrink:0}.chip{font-size:13px;padding:4px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:600}.chat-thread{flex:1 1 0;background:#f9fafc;border:1px solid rgba(148,163,184,.35);border-radius:18px;padding:20px;overflow-y:auto;overflow-x:hidden;min-height:0;max-height:100%}.chat-thread>*+*{margin-top:16px}.chat-bubble{max-width:75%;padding:12px 16px;border-radius:18px;position:relative;display:inline-flex;flex-direction:column;gap:8px;animation:bubble-in .18s ease}.chat-bubble__meta{font-size:12px;color:#94a3b8}.chat-bubble--assistant{background:#fff;border:1px solid #e2e8f0;border-top-left-radius:8px;box-shadow:0 8px 20px #0f172a0d}.chat-bubble--user{background:#111b2e;color:#f8fafc;border-top-right-radius:8px;margin-left:auto}.chat-message{display:flex;flex-direction:column;align-items:flex-start}.interaction-panel{border:1px solid #e2e8f0;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:12px;background:#fff}.interaction-panel__prompt{font-size:15px;color:#475569;font-weight:500}.text-input{width:100%;border-radius:14px;border:1px solid #d0d7e6;padding:12px 14px;font-size:15px;font-family:inherit;background:#f8fafc}.text-input:disabled{opacity:.6;cursor:not-allowed;background:#f1f5f9}.action-button{border:none;border-radius:16px;background:linear-gradient(135deg,#111b2e,#1e2a44);color:#fff;font-weight:600;font-size:15px;padding:12px 18px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.action-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.action-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 18px #111b2e40}.option-grid{display:flex;flex-wrap:wrap;gap:10px}.option-pill{border:1px solid #cfd6ea;border-radius:999px;padding:8px 16px;background:#f8fafc;color:#0f172a;font-weight:500;cursor:pointer;transition:all .12s ease}.option-pill:hover{border-color:#6366f1;color:#4338ca}.option-pill:disabled{opacity:.5;cursor:not-allowed;border-color:#e2e8f0;color:#94a3b8}.option-pill:disabled:hover{border-color:#e2e8f0;color:#94a3b8}.upload-panel{border:1px dashed #c7d2fe;border-radius:18px;padding:18px;background:#f8f9ff;display:flex;flex-direction:column;gap:14px}.upload-list{display:flex;flex-wrap:wrap;gap:12px}.upload-chip{border-radius:12px;background:#111b2e;color:#fff;padding:8px 12px;display:inline-flex;align-items:center;gap:8px;font-size:13px}.upload-chip button{border:none;background:transparent;color:inherit;cursor:pointer;padding:0}.summary-panel{width:300px;min-width:280px;max-width:320px;background:#0f172aeb;color:#f8fafc;border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:16px;box-shadow:0 15px 35px #0f172a73;overflow:auto;min-height:0;flex-shrink:1}.summary-panel h3{margin:0;font-size:18px;font-weight:600}.summary-row{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}.summary-row:last-of-type{border-bottom:none}.summary-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#cbd5f5}.summary-value{font-size:15px;font-weight:500}.completion-card{border-radius:18px;padding:20px;background:linear-gradient(135deg,#ecfccb,#d9f99d);color:#365314;border:1px solid #bef264;margin-top:16px}@keyframes bubble-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.typing-indicator{display:flex;align-items:center;gap:4px;padding:8px 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background-color:#94a3b8;animation:typing-bounce 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing-bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.chat-layout{flex-direction:column}.summary-panel{width:100%;flex-direction:row;flex-wrap:wrap}.summary-row{width:48%;border-bottom:none}}@media(max-width:768px){.chat-layout,.chat-panel,.summary-panel{padding:16px}.chat-bubble{max-width:90%}}
