*{box-sizing:border-box}html,body,#root{height:100%;margin:0}:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc}body{margin:0;background:#f1f5f9}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{background:linear-gradient(135deg,#1e293b,#0f172a);color:#e2e8f0;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.brand{display:flex;align-items:center;gap:.5rem}.brand-logo,.brand-logo-large{height:1.6rem;width:auto;object-fit:contain}.brand-title{font-size:1.1rem;font-weight:600;color:#e2e8f0}.topbar h1{margin:0;font-size:1rem}.subtitle{margin:0;opacity:.8;font-size:.8rem}.topbar-actions{display:flex;align-items:center;gap:.4rem}.topbar-actions .subtitle{margin:0}.content{flex:1;padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.card{background:#fff;border-radius:8px;padding:.5rem .75rem;box-shadow:0 2px 6px #0f172a0a;display:flex;flex-direction:column;gap:.25rem}.summary-wrapper{display:flex;flex-direction:column}.card.compact{gap:.25rem}.summary-title{margin:0;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.stats-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.35rem}.stat-item{background:linear-gradient(135deg,#6366f10d,#22d3ee0d);border-radius:6px;padding:.35rem .5rem;display:flex;flex-direction:column;gap:.1rem}.stat-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.03em;color:#64748b}.stat-value{font-size:1rem;font-weight:700;color:#0f172a;word-break:break-word}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.5rem}.grid-gastos{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:auto auto;gap:.5rem;align-items:start}.chart-small{min-height:150px}.stack-tight{display:flex;flex-direction:column;gap:.35rem}.panel{background:#fff;border-radius:8px;padding:.6rem;box-shadow:0 2px 8px #0f172a0a;display:flex;flex-direction:column;gap:.4rem}.panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.4rem}.panel-header h2{margin:0;font-size:.95rem;color:#0f172a}.panel-subtitle{font-size:.7rem;color:#64748b}.chart-wrapper{min-height:180px}.layout{display:flex;flex-direction:column;gap:.5rem}.layout-main{flex:2}.layout-aside{flex:1}@media (min-width: 960px){.layout{flex-direction:row;align-items:flex-start}.layout-main{min-width:0}.layout-aside{position:sticky;top:1.5rem}}.filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end}.filter-group{display:flex;flex-direction:column;min-width:min(160px,100%)}label{font-size:.75rem;color:#475569;display:flex;flex-direction:column;gap:.2rem}input,textarea,select{border:1px solid #cbd5f5;border-radius:6px;padding:.4rem .5rem;font-size:.85rem;font-family:inherit;background:#fff;color:#0f172a;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126;background:#fff}.btn-primary,.btn-secondary{border:none;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .15s}.btn-primary{background:linear-gradient(135deg,#6366f1,#22d3ee);color:#fff;align-self:flex-start;box-shadow:0 10px 20px #4f46e54d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 24px #4f46e559}.btn-secondary{background:#e2e8f0;color:#0f172a}.table-wrapper{overflow-x:auto;border-radius:6px}table{width:100%;border-collapse:collapse;min-width:600px}th,td{padding:.4rem .5rem;text-align:left;border-bottom:1px solid #e2e8f0;background:#fff;font-size:.85rem}th{font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;color:#64748b}.sort-button{background:none;border:none;padding:0;margin:0;font:inherit;text-transform:uppercase;letter-spacing:inherit;color:inherit;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.sort-button:focus{outline:none;color:#1f2937}.sort-button.active{color:#1f2937}.sort-indicator{font-size:.75rem;color:#94a3b8}.pagination{margin-top:.75rem;display:flex;align-items:center;gap:.75rem;justify-content:flex-end}.pagination span{font-size:.9rem;color:#475569}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b);padding:1.5rem}.login-panel{background:#fff;border-radius:18px;padding:2.5rem;max-width:360px;width:100%;display:flex;flex-direction:column;gap:1rem;box-shadow:0 20px 40px #0f172a40;align-items:center}.login-panel h1{margin:0;text-align:center;font-size:1.6rem;color:#0f172a}.login-logo{width:120px;height:auto}.login-subtitle{margin:0;text-align:center;color:#0f172a;font-weight:600;letter-spacing:.08em}.login-panel p{margin:0;text-align:center;color:#64748b}.numeric{text-align:right;font-variant-numeric:tabular-nums}.empty{margin:1rem 0;color:#64748b}.error{color:#dc2626}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem}.full{width:100%}textarea{resize:vertical}.btn-edit{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:.25rem .5rem;opacity:.7;transition:opacity .2s}.btn-expand{background:#e2e8f0;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;font-size:1rem;padding:.25rem .5rem;transition:background .2s}.btn-expand:hover{background:#cbd5e1}.btn-edit:hover{opacity:1}@media (max-width: 640px){table{min-width:100%}.stats-list{grid-template-columns:minmax(0,1fr)}}@media (max-width: 1024px){.topbar{flex-direction:column;align-items:stretch;padding:1rem}.brand{justify-content:center;margin-bottom:.5rem}.topbar-actions{flex-wrap:wrap;justify-content:center}.topbar-actions .subtitle{width:100%;text-align:center;margin-bottom:.5rem}.topbar-actions .btn-secondary{padding:.5rem .8rem;font-size:.85rem}}@media (max-width: 768px){.topbar h1{font-size:1.2rem}.brand-logo{height:1.8rem}.topbar-actions .btn-secondary{padding:.45rem .65rem;font-size:.8rem}.content{padding:.75rem}}@media (max-width: 900px){.grid-gastos{grid-template-columns:1fr;grid-template-rows:auto}.grid-gastos>div{grid-column:1!important;grid-row:auto!important}}@media (max-width: 768px){.table-wrapper table{display:block;min-width:unset}.table-wrapper thead{display:none}.table-wrapper tbody{display:flex;flex-direction:column;gap:.75rem}.table-wrapper tr{display:flex;flex-direction:column;background:#f8fafc;border-radius:12px;padding:1rem;border:1px solid #e2e8f0}.table-wrapper td{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0;background:transparent}.table-wrapper td:last-child{border-bottom:none}.table-wrapper td:before{content:attr(data-label);font-weight:600;color:#64748b;font-size:.85rem;text-transform:uppercase}.table-wrapper td.numeric{text-align:right}.filters{flex-direction:column;align-items:stretch}.filter-group{min-width:100%}.filter-group select,.filter-group input{width:100%}.form-grid{grid-template-columns:1fr}.panel{padding:1rem;border-radius:12px}.panel-header h2{font-size:1.1rem}.chart-wrapper{min-height:220px}.chart-small{min-height:180px}.layout{flex-direction:column}.layout-aside{position:relative;top:0}.stat-value{font-size:1.4rem}.stat-item{padding:.75rem}}@media (max-width: 768px){.conversation-message{margin-left:0!important;margin-right:0!important}}@media (max-width: 480px){.pagination{flex-direction:column;align-items:center;gap:.5rem}.pagination .btn-secondary{width:100%}.btn-edit{font-size:1rem;padding:.4rem}}@media (max-width: 600px){.responsive-grid{grid-template-columns:1fr}}@media (max-width: 480px){.card{padding:1rem;border-radius:12px}.summary-title{font-size:.9rem}.stats-list{gap:.75rem}}@media (max-width: 400px){.login-panel{padding:1.5rem}.login-logo{width:90px}.login-panel h1{font-size:1.3rem}}.chatbot-test-container{display:flex;gap:1.5rem;height:calc(100vh - 180px);min-height:500px}.chatbot-test-main{flex:2;display:flex;flex-direction:column;min-width:0}.chatbot-test-sidebar{flex:1;max-width:350px;display:flex;flex-direction:column;gap:1rem}.chatbot-test-panel{flex:1;display:flex;flex-direction:column;overflow:hidden}.chatbot-messages{flex:1;overflow-y:auto;padding:1rem;background:#f8fafc;border-radius:12px;display:flex;flex-direction:column;gap:.75rem}.chatbot-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;text-align:center;padding:2rem}.chatbot-message{display:flex;max-width:85%}.chatbot-message.user{align-self:flex-end}.chatbot-message.bot{align-self:flex-start}.chatbot-message.error{align-self:center}.chatbot-message-content{padding:.75rem 1rem;border-radius:16px;position:relative}.chatbot-message.user .chatbot-message-content{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-bottom-right-radius:4px}.chatbot-message.bot .chatbot-message-content{background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.chatbot-message.error .chatbot-message-content{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.chatbot-message-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.75rem;opacity:.8}.chatbot-message.user .chatbot-message-header{justify-content:flex-end}.chatbot-message-sender{font-weight:600}.chatbot-message-time{opacity:.7}.chatbot-message-type{background:#fff3;padding:.1rem .4rem;border-radius:4px;font-size:.7rem;text-transform:uppercase}.chatbot-message.bot .chatbot-message-type{background:#e2e8f0;color:#64748b}.chatbot-message-text{white-space:pre-wrap;word-break:break-word;line-height:1.5}.chatbot-message-actions{display:flex;gap:.25rem;margin-top:.5rem;opacity:0;transition:opacity .2s}.chatbot-message:hover .chatbot-message-actions{opacity:1}.chatbot-action-btn{background:none;border:none;cursor:pointer;padding:.2rem;font-size:.9rem;opacity:.6;transition:opacity .2s}.chatbot-action-btn:hover{opacity:1}.chatbot-typing{display:flex;gap:4px;padding:.5rem 0}.chatbot-typing span{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out both}.chatbot-typing span:nth-child(1){animation-delay:-.32s}.chatbot-typing span:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chatbot-input-area{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:1rem}.chatbot-input-area textarea{flex:1;resize:none;min-height:60px;border-radius:12px}.chatbot-input-actions{display:flex;flex-direction:column;gap:.5rem;justify-content:flex-end}.chatbot-info-content{font-size:.9rem}.chatbot-info-content h3{margin:0 0 .5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.chatbot-info-item{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid #f1f5f9}.chatbot-info-label{color:#475569}.chatbot-info-value{font-weight:600;color:#0f172a}.chatbot-promo-badge{padding:.5rem .75rem;border-radius:8px;font-weight:600;font-size:.85rem;text-align:center;margin-bottom:1rem}.chatbot-promo-badge.active{background:#dcfce7;color:#166534;border:1px solid #86efac}.chatbot-promo-badge.inactive{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.chatbot-info-item.out-of-stock{background:#fef2f2;margin:0 -.5rem;padding:.4rem .5rem;border-radius:4px}.stock-warning{color:#dc2626;font-size:.8rem;margin-left:.25rem}.panel-header-title{flex:1}.panel-header-actions{display:flex;gap:.5rem}.btn-sm{padding:.35rem .75rem;font-size:.8rem}.btn-danger{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.btn-danger:hover{background:#fecaca}.chatbot-save-dialog{display:flex;gap:.5rem;padding:.75rem;background:#f8fafc;border-radius:8px;margin-bottom:1rem;align-items:center}.chatbot-save-dialog input{flex:1;padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem}.chatbot-sessions-list{background:#f8fafc;border-radius:8px;padding:.75rem;margin-bottom:1rem;max-height:200px;overflow-y:auto}.chatbot-sessions-list h4{margin:0 0 .5rem;font-size:.85rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.chatbot-sessions-list ul{list-style:none;padding:0;margin:0}.chatbot-sessions-list li{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#fff;border-radius:6px;margin-bottom:.5rem;border:1px solid #e2e8f0}.chatbot-sessions-list li:last-child{margin-bottom:0}.session-info{display:flex;flex-direction:column;gap:.15rem}.session-name{font-weight:500;color:#0f172a}.session-meta{font-size:.75rem;color:#64748b}.session-actions{display:flex;gap:.35rem}.chatbot-sessions-empty{color:#94a3b8;font-size:.875rem;margin:0}@media (max-width: 900px){.chatbot-test-container{flex-direction:column;height:auto}.chatbot-test-main{min-height:400px}.chatbot-test-sidebar{max-width:100%;flex-direction:row;flex-wrap:wrap}.chatbot-test-sidebar .panel{flex:1;min-width:280px}}@media (max-width: 480px){.chatbot-input-area{flex-direction:column}.chatbot-input-actions{flex-direction:row;justify-content:flex-end}.chatbot-message{max-width:95%}}
