:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#111827;background:#f3f4f6}*{box-sizing:border-box}body{margin:0;background:#eef2f7;min-height:100vh}h1,h2,h3,h4,p{margin:0}.center{min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-form{width:100%;max-width:420px;display:grid;gap:.9rem}.panel{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:1rem;box-shadow:0 8px 24px #0f172a12}.app-shell{max-width:1320px;margin:0 auto;padding:1rem}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.topbar-actions{display:flex;gap:.5rem;flex-wrap:wrap}.dashboard-grid{display:grid;gap:1rem}.balance-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{text-align:center}.stat-card p{font-size:1.4rem;font-weight:700}label{display:grid;gap:.25rem;font-size:.9rem}input,select,button,textarea{font:inherit}input,select,textarea{padding:.55rem .65rem;border:1px solid #d1d5db;border-radius:8px;width:100%}.button{background:#1d4ed8;color:#fff;border:none;border-radius:8px;padding:.55rem .8rem;cursor:pointer}.button.secondary{background:#6b7280}.table{width:100%;border-collapse:collapse;margin-top:.5rem}.table th,.table td{padding:.55rem;border-bottom:1px solid #e5e7eb;vertical-align:top;text-align:left}.actions{display:flex;gap:.4rem;flex-wrap:wrap}.error-text{color:#b91c1c}.muted{color:#6b7280}.weekend-cell{background-color:#f3f4f6!important}@supports (-webkit-touch-callout: none){body{background:#f3f4f6}}.chat-layout{display:grid;grid-template-columns:320px 1fr;gap:1rem;min-height:68vh}.chat-sidebar{border-right:1px solid #e5e7eb;padding-right:1rem;display:flex;flex-direction:column;gap:.75rem}.chat-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.chat-session-list{display:grid;gap:.5rem;overflow:auto}.chat-session-item{border:1px solid #d1d5db;border-radius:8px;text-align:left;padding:.6rem;display:grid;gap:.3rem}.chat-session-item.active{border-color:#1d4ed8;background:#eff6ff}.chat-session-item span{color:#4b5563;font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-main{display:grid;grid-template-rows:auto 1fr auto auto;gap:.75rem}.chat-banner{background:#0f172a;color:#f8fafc;border-radius:8px;padding:.55rem .7rem;font-size:.88rem}.chat-messages{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;overflow:auto;display:grid;gap:.65rem;max-height:52vh}.chat-message{max-width:min(760px,95%);border-radius:10px;padding:.6rem .7rem;border:1px solid #e5e7eb}.chat-message.user{margin-left:auto;background:#dbeafe;border-color:#93c5fd}.chat-message.assistant{background:#f8fafc}.chat-role{font-size:.78rem;color:#6b7280;margin-bottom:.25rem}.chat-composer{display:grid;gap:.5rem}.chat-composer textarea{resize:vertical;min-height:88px}@media(max-width:900px){.topbar{flex-direction:column;align-items:flex-start}.topbar-actions{width:100%}.topbar-actions .button{flex:1 1 140px}.table{display:table;width:100%;white-space:normal}.table thead{display:none}.table tbody,.table tr,.table td{display:block;width:100%}.table tr{border:1px solid #e5e7eb;border-radius:10px;padding:.55rem;margin-bottom:.7rem;background:#fff}.table td{border-bottom:1px dashed #e5e7eb;padding:.45rem 0;text-align:left}.table td:last-child{border-bottom:none}.table td:before{content:attr(data-label);display:block;font-size:.78rem;color:#6b7280;margin-bottom:.2rem;font-weight:600}.actions{justify-content:flex-start}.actions .button{flex:1 1 120px}.chat-layout{grid-template-columns:1fr}.chat-sidebar{border-right:none;border-bottom:1px solid #e5e7eb;padding-right:0;padding-bottom:.75rem}}
