:root{color-scheme:light;font-family:system-ui,-apple-system,sans-serif}body{margin:0;background:#f5f7fa;color:#1a1a1a}#root{max-width:640px;margin:0 auto;padding:1.5rem 1rem 3rem}button{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1rem;background:#1b4965;color:#fff;font-size:1rem}button:disabled{opacity:.5;cursor:not-allowed}input{padding:.5rem;border:1px solid #c7ccd1;border-radius:4px;font-size:1rem;width:100%;box-sizing:border-box}.error-text{color:#b3261e}.warning-text{color:#b3261e;font-weight:600}.auth-form{display:flex;flex-direction:column;gap:.75rem;max-width:360px}.balance-row,.tier-selector,.dashboard-actions{display:flex;gap:.75rem;align-items:center;margin:1rem 0;flex-wrap:wrap}.case-list,.sku-list{list-style:none;padding:0}.case-list-item,.sku-list-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:6px;margin-bottom:.5rem}.chat-log{display:flex;flex-direction:column;gap:.5rem;max-height:60vh;overflow-y:auto;padding:.5rem;background:#fff;border-radius:6px}.chat-bubble{padding:.5rem .75rem;border-radius:8px;max-width:80%}.chat-bubble--human{align-self:flex-end;background:#1b4965;color:#fff}.chat-bubble--ai{align-self:flex-start;background:#e7ecf1}.chat-input-row{display:flex;gap:.5rem;margin-top:.75rem}.end-session-button{margin-top:.75rem;background:#7a1f1f}.note-section,.feedback-section{background:#fff;border-radius:6px;padding:.75rem 1rem;margin-bottom:.75rem}.logout-button{background:transparent;color:#1b4965;border:1px solid #1b4965}
