:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}body:not(.embed-mode){display:flex;place-items:center}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.chatbot-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (max-width: 480px){.chatbot-container{bottom:1rem;right:1rem}}.chatbot-icon{background:linear-gradient(135deg,#01afb8,#01afb8);color:#fff;border:none;width:4rem;height:4rem;border-radius:50%;cursor:pointer;box-shadow:0 1px 5px #ffffffc5;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 480px){.chatbot-icon{width:3.5rem;height:3.5rem}}.chatbot-icon:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 12px 40px #4f46e566}.chatbot-icon:active{transform:scale(.95)}.chatbot-window{width:min(400px,90vw);height:min(600px,80vh);background-color:#424141;border-radius:16px;display:flex;flex-direction:column;position:absolute;bottom:5rem;right:0;overflow:hidden;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.2)}@media (max-width: 480px){.chatbot-window{width:100vw;height:100vh;bottom:0;right:0;border-radius:0;position:fixed}}@media (min-width: 481px) and (max-width: 768px){.chatbot-window{width:min(420px,85vw);height:min(650px,85vh)}}@media (min-width: 769px){.chatbot-window.wide{width:min(500px,85vw);height:min(700px,85vh)}}.chatbot-header{background:linear-gradient(135deg,#01afb8,#01afb8);color:#fff;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;border-radius:16px 16px 0 0;min-height:60px;box-sizing:border-box}@media (max-width: 480px){.chatbot-header{padding:1rem;border-radius:0}}.header-title{font-size:.9rem;font-weight:400;margin:0;display:flex;align-items:center;gap:.5rem;font-family:Roboto,sans-serif}@media (max-width: 480px){.header-title{font-size:1rem}}.header-controls{display:flex;gap:.5rem;align-items:center}.header-button{background:#fff3;border:none;color:#fff;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:rotate(90deg)}@media (max-width: 480px){.header-button{width:32px;height:32px;padding:.375rem}}.header-button:hover{background:#ffffff4d}.chatbot-body{flex:1;display:flex;flex-direction:column;background:linear-gradient(to bottom,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.chatbot-disclaimer{font-family:Montserrat,sans-serif;font-size:10px;color:#adadad;background:#fff;line-height:1.4;text-align:center}.message-container{flex:1;padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;scroll-behavior:smooth}@media (max-width: 480px){.message-container{padding:.75rem;gap:.75rem}}.message{display:flex;align-items:flex-start;gap:.35rem;max-width:85%;animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.message{max-width:90%;gap:.5rem}}.user-message{align-self:flex-end;flex-direction:row-reverse}.bot-message{align-self:flex-start}.message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0000001a}@media (max-width: 480px){.message-avatar{width:28px;height:28px}}.user-avatar{background:linear-gradient(135deg,#01afb8,#01afb8);color:#fff}.bot-avatar{background-color:#fff;color:#6b7280;border:1px solid #e5e7eb}.message-bubble{padding:.5rem;border-radius:16px;font-size:.9rem;line-height:1.5;word-wrap:break-word;position:relative;box-shadow:0 2px 8px #0000000d;max-width:280px}@media (max-width: 280px){.message-bubble{padding:.5rem;font-size:.85rem}}.user-bubble{background:linear-gradient(135deg,#01afb8,#01afb8);color:#fff;border-top-right-radius:4px;max-width:280px}.bot-bubble{background-color:#fff;color:#374151;border:1px solid #e5e7eb;border-top-left-radius:4px}.typing-indicator{display:flex;gap:4px;align-items:center;padding:8px 0}.typing-indicator .dot{width:8px;height:8px;background-color:#9ca3af;border-radius:50%;animation:blink 1.2s infinite ease-in-out}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.3}40%{opacity:1}}.message-bubble a{color:#2563eb;text-decoration:underline;font-weight:500;cursor:pointer;word-break:break-word}.user-bubble a{color:#e0e7ff}.chatbot-input{display:flex;align-items:flex-end;padding:.5rem 1rem .25rem;gap:.75rem;border-top:1px solid #e5e7eb;background-color:#fff;min-height:72px;box-sizing:border-box}@media (max-width: 480px){.chatbot-input{padding:.75rem;gap:.5rem;min-height:70px}}.input-field{flex:1;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.9rem;outline:none;transition:all .2s ease;resize:none;min-height:20px;max-height:120px;font-family:inherit;line-height:1.5;background-color:#f9fafb;color:#374151}@media (max-width: 480px){.input-field{padding:.75rem;font-size:.85rem;max-height:100px}}.input-field:focus{border-color:#01afb8;box-shadow:0 0 0 3px #4f46e51a;background-color:#fff}.input-field::placeholder{color:#9ca3af}.send-button{background:linear-gradient(135deg,#01afb8,#01afb8);color:#fff;border:none;padding:.75rem;border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;box-shadow:0 2px 8px #4f46e533}@media (max-width: 480px){.send-button{min-width:44px;height:44px;padding:.625rem}}.send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #4f46e54d}.send-button:active:not(:disabled){transform:scale(.95)}.send-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}.feedback-container{display:flex;justify-content:flex-end}.feedback-button{background:transparent;border:none;cursor:pointer;color:#9ca3af;padding:.1rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:28px;height:28px;font-size:.875rem;max-height:1vh}.feedback-button:hover{color:#01afb8;background-color:#4f46e514;transform:scale(1.05)}.feedback-form{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.25rem;margin-top:.25rem;box-shadow:0 4px 20px #00000014;position:relative;min-width:280px;animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feedback-stars{display:flex;justify-content:flex-start;gap:.125rem}.feedback-star{font-size:1.25rem;color:#cbd5e1;cursor:pointer;transition:all .15s ease;padding:.125rem;border-radius:2px}.feedback-star:hover{color:#fbbf24;transform:scale(1.1)}.feedback-star.active{color:#f59e0b}.feedback-form textarea{width:100%;min-height:2.25rem;max-height:4rem;background-color:#f8fafc;color:#334155;border:1.5px solid #e2e8f0;border-radius:8px;padding:.5rem .75rem;resize:none;font-family:inherit;font-size:.875rem;outline:none;transition:all .2s ease;line-height:1.4}.feedback-form textarea::placeholder{color:#94a3b8}.feedback-form textarea:focus{border-color:#01afb8;background-color:#fff;box-shadow:0 0 0 3px #4f46e514}.feedback-form button{background:linear-gradient(135deg,#01afb8,#6366f1);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:40px;height:auto;padding:.5rem;font-size:1rem;box-shadow:0 2px 8px #4f46e533}.feedback-form button:hover:not(:disabled){background:linear-gradient(135deg,#3730a3,#4338ca);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.feedback-form button:active:not(:disabled){transform:translateY(0)}.feedback-form button:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.feedback-form.submitted{background:linear-gradient(135deg,#10b981,#059669);border:1px solid #059669;animation:successPulse .6s ease-out}.feedback-success{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;color:#fff;font-weight:500;font-size:14px}.success-icon{animation:checkmarkBounce .5s ease-out;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}@keyframes successPulse{0%{transform:scale(1);box-shadow:0 0 #10b981b3}50%{transform:scale(1.02);box-shadow:0 0 0 8px #10b98133}to{transform:scale(1);box-shadow:0 0 #10b98100}}@keyframes checkmarkBounce{0%{transform:scale(0) rotate(0);opacity:0}50%{transform:scale(1.3) rotate(5deg);opacity:.8}to{transform:scale(1) rotate(0);opacity:1}}.loading-overlay{position:absolute;top:60px;left:0;right:0;bottom:80px;background:#fffffff2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #01afb8;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-overlay p{color:#6b7280;font-size:.9rem;margin:0}@media (min-width: 481px) and (max-width: 768px){.history-window{width:min(420px,85vw);height:calc(100vh - 8rem)}}@media (min-width: 769px){.history-window{width:min(500px,85vw);height:calc(100vh - 8rem)}}.history-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#9ca3af}.history-empty svg{opacity:.5}.history-empty p{margin:0;font-size:1rem}.history-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.history-item:hover{background:#fafafa;box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.history-item-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.history-item-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-icon{background:linear-gradient(135deg,#01afb8,#01afb8);color:#fff}.bot-icon{background:#fff;color:#6b7280;border:1px solid #e5e7eb}.history-item-role{font-weight:600;font-size:.875rem;color:#374151}.history-item-time{margin-left:auto;font-size:.75rem;color:#9ca3af}.history-item-text{color:#4b5563;font-size:.9rem;line-height:1.6;word-wrap:break-word}.history-window-footer{padding:1rem 1.5rem;border-right:1px solid #e5e7eb;background:#01afb8;display:flex;justify-content:center}.history-window-header{padding:1.25rem 1.5rem;border-right:1px solid #e5e7eb;background:#01afb8;display:flex;justify-content:center}.clear-all-history{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem}.clear-all-history:hover:not(:disabled){background:#fecaca;border-color:#fca5a5}.clear-all-history:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.history-close-button-absolute{top:1rem;right:1rem;width:36px;height:36px}.history-window-content{padding:3.5rem 1rem 1rem}.history-window-footer{padding:1rem}.history-item{padding:.75rem}}.message-container::-webkit-scrollbar{width:6px}.message-container::-webkit-scrollbar-track{background:transparent}.message-container::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.message-container::-webkit-scrollbar-thumb:hover{background:#0000004d}.analytics-panel{background:#fff;border-top:1px solid #e5e7eb;padding:1rem;font-size:.875rem}.analytics-panel h4{margin:0 0 .75rem;font-size:1rem;color:#1f2937}.analytics-panel>div{margin-bottom:.5rem;color:#4b5563}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast: high){.chatbot-window{border:2px solid #000}.bot-bubble,.input-field{border-color:#000}}.history-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10000}.history-window{position:fixed;top:0;right:0;bottom:0;max-width:28vw;height:100vh;background-color:#fff;display:flex;flex-direction:column;overflow-y:auto;z-index:10001;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;border-left:1px solid rgba(0,0,0,.08);animation:slideInFromRight .28s cubic-bezier(.2,.9,.25,1) both;border-radius:0}@media (min-width: 481px) and (max-width: 768px){.history-window{width:min(420px,85vw);height:100vh}}@media (min-width: 769px){.history-window{width:min(500px,85vw);height:100vh}}@media (max-width: 480px){.history-window{width:100vw;height:100vh;bottom:0;right:0;border-radius:0;position:fixed}}.history-close-button-absolute{position:absolute;top:1.25rem;left:1.25rem;background:#05966800;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .16s ease;box-shadow:0 2px 8px #0000001a;padding:0}.history-close-button-absolute:hover{background:#f3f4f6;color:#374151;transform:scale(1.05)}.history-window-content{flex:1;overflow-y:auto;padding:4rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem;background:linear-gradient(to bottom,#f8fafc,#f1f5f9)}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.history-window-content::-webkit-scrollbar{width:8px}.history-window-content::-webkit-scrollbar-track{background:#f9fafb}.history-window-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.history-window-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}body.admin-mode{margin:0;display:block!important}body.admin-mode #root{width:100%;max-width:none;margin:0;padding:0;text-align:initial}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:24px;background:radial-gradient(1200px 500px at 10% -10%,rgba(47,111,237,.15),transparent 60%),radial-gradient(900px 400px at 100% 0%,rgba(11,28,67,.08),transparent 50%),#f1f5fb}.admin-login-visual{flex:1;min-height:calc(100vh - 48px);border-radius:22px;background:linear-gradient(160deg,#081a4447,#081a448c),url(/assets/bits-image-B7EghbIN.jpg) center center / cover no-repeat;box-shadow:0 24px 50px #08132d38}.admin-login-card{width:100%;max-width:460px;flex:0 0 460px;border-radius:18px;border:1px solid #d9e3ef;background:#fff;box-shadow:0 24px 60px #08132d26;overflow:hidden}.admin-login-brandbar{height:6px;width:100%;background:linear-gradient(90deg,#081a44,#2f6fed 75%,#5ca7ff)}.admin-login-content{display:grid;gap:14px;padding:30px}.admin-login-header{display:grid;gap:8px;text-align:left;margin-bottom:4px}.admin-login-eyebrow{margin:0;color:#2f6fed;font-weight:700;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.admin-login-title{margin:0;color:#081a44;font-size:1.55rem;font-weight:700;line-height:1.25}.admin-login-subtitle{margin:0;color:#5f6f89;font-size:.95rem;line-height:1.5}.admin-input-group{display:grid;gap:7px}.admin-label{color:#32415f;font-size:.83rem;font-weight:600}.admin-input{width:100%;height:46px;border:1px solid #c8d6e8;border-radius:10px;padding:0 13px;font-size:.95rem;color:#1f2f4d;background:#f9fbff;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.admin-input:focus{outline:none;border-color:#2f6fed;background:#fff;box-shadow:0 0 0 3px #2f6fed2b}.admin-error{margin:0;color:#be123c;font-size:.9rem;background:#fff1f2;border:1px solid #ffe4e6;border-radius:8px;padding:8px 10px}.admin-login-button{width:100%;height:46px;border:none;border-radius:10px;background:linear-gradient(135deg,#081a44,#2f6fed);color:#fff;font-size:.93rem;font-weight:700;letter-spacing:.01em;cursor:pointer;box-shadow:0 10px 20px #081a4433;transition:transform .18s ease,filter .18s ease}.admin-login-button:hover{filter:brightness(1.04);transform:translateY(-1px)}.admin-login-hint{margin:2px 0 0;color:#6b7b96;font-size:.83rem}.admin-dashboard-shell{width:100vw;height:100vh;position:relative;background:#e9eff8}.admin-logout-button{position:fixed;top:14px;right:14px;z-index:5;padding:10px 14px;border:1px solid #d1dceb;border-radius:10px;background:#fff;color:#1f2f4d;cursor:pointer;font-weight:700;box-shadow:0 10px 18px #081a441f}.admin-logout-button:hover{background:#f6f9ff}.admin-dashboard-frame{width:100%;height:100%;border:none;background:#fff}@media (max-width: 540px){.admin-login-page{justify-content:center;padding:16px}.admin-login-visual{display:none}.admin-login-card{flex:1 1 auto;border-radius:14px}.admin-login-content{padding:22px}.admin-login-title{font-size:1.25rem}}@media (min-width: 541px) and (max-width: 820px){.admin-login-page{justify-content:center}.admin-login-visual{display:none}}body.admin-mode{margin:0}body.admin-mode #root{width:100%;max-width:none;margin:0;padding:0;text-align:left}.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:220px 1fr;background:#eef2f7}.dashboard-sidebar{background:#081634;color:#c6d2ea;padding:14px 10px;border-right:1px solid #16284b;display:flex;flex-direction:column;min-height:100vh}.dashboard-brand{display:flex;align-items:center;gap:10px;padding:10px 8px 14px;border-bottom:1px solid #1a2f59}.dashboard-brand-icon{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;font-weight:700;color:#fff;background:linear-gradient(135deg,#2f6fed,#4ea0ff)}.dashboard-brand-title{margin:0;color:#fff;font-size:.98rem;line-height:1.1}.dashboard-brand-subtitle{margin:2px 0 0;color:#8ea4ca;font-size:.82rem}.dashboard-menu-title{margin:16px 8px 10px;color:#6f87b2;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}.dashboard-nav{display:grid;gap:6px}.dashboard-nav-link{text-decoration:none;color:#bfd0ef;border-radius:8px;padding:10px 12px;font-weight:600;font-size:.95rem}.dashboard-nav-link:hover{background:#12264e}.dashboard-nav-link.active{color:#fff;background:#173468}.dashboard-logout-button{position:fixed;top:16px;right:20px;z-index:1000;padding:10px 14px;border:1px solid #1a3468;border-radius:8px;background:#16284b;color:#bfd0ef;font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:0 8px 18px #081a4433;transition:background .2s ease,color .2s ease}.dashboard-logout-button:hover{background:#1a3468;color:#fff}.dashboard-logout-button:active{background:#0f1f3a}.dashboard-main{padding:72px 28px 24px}.page-wrap{display:grid;gap:16px}.page-header h2{margin:0;color:#152a4a;font-size:2rem}.page-header p{margin:4px 0 0;color:#607392;font-size:.95rem}.filters-row{display:grid;grid-template-columns:150px 150px minmax(220px,1fr) 96px;gap:10px;padding:14px;border-radius:12px;border:1px solid #d8e1ef;background:#fff}.filters-row.analysis{grid-template-columns:140px 140px 160px minmax(220px,1fr)}.filters-row.analysis .filter-input.wide{width:100%}.filter-input{height:42px;min-height:42px;border:2px solid #d1dceb;border-radius:8px;background:#fff;color:#23385e;padding:8px 12px;font-size:.95rem;line-height:26px;cursor:pointer;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;pointer-events:auto!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;box-sizing:border-box!important;margin:0!important;vertical-align:middle}.filter-input:hover{border-color:#2f6fed;background:#f9fbff;box-shadow:0 2px 8px #2f6fed26}.filter-input:focus{outline:none;border-color:#2f6fed;background:#fff;box-shadow:0 0 0 4px #2f6fed26}select.filter-input{height:42px!important;min-height:42px!important;padding:8px 40px 8px 12px!important;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%232f6fed" stroke-width="2"><polyline points="6 9 12 15 18 9"></polyline></svg>');background-repeat:no-repeat;background-position:right 8px center;background-size:20px;background-color:#fff}input[type=date].filter-input{position:relative;padding:8px 40px 8px 12px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%232f6fed" stroke-width="2"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');background-repeat:no-repeat;background-position:right 8px center;background-size:20px}input[type=date].filter-input::-webkit-calendar-picker-indicator{cursor:pointer;width:100%;height:100%;position:absolute;right:0;top:0;opacity:0}input[type=date].filter-input::-webkit-outer-spin-button,input[type=date].filter-input::-webkit-inner-spin-button{display:none}input[type=date].filter-input::-webkit-input-placeholder{color:#a0b0c8}.filter-button{height:38px;border:none;border-radius:8px;background:#2f6fed;color:#fff;font-size:.88rem;font-weight:600;cursor:pointer}.filter-button:hover{background:#245bd1}.kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px}.kpi-grid.three{grid-template-columns:repeat(3,minmax(180px,1fr))}.kpi-card{background:#fff;border:1px solid #d8e1ef;border-radius:12px;padding:14px}.kpi-card p{margin:0;color:#6a7d9c;text-transform:uppercase;font-size:.75rem;font-weight:700}.kpi-card h3{margin:8px 0 6px;color:#14294c;font-size:2rem;line-height:1}.kpi-card span{color:#7082a0;font-size:.84rem}.panel-grid.two-col{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:12px}.panel-grid.single-col-overview{grid-template-columns:minmax(260px,1fr)}.panel-card{background:#fff;border:1px solid #d8e1ef;border-radius:12px;padding:14px}.panel-card h4{margin:0;color:#14294c;font-size:1.04rem}.panel-card p{margin:4px 0 12px;color:#7082a0;font-size:.88rem}.mock-chart{height:180px;border-radius:10px;border:1px dashed #c6d5ea;background:linear-gradient(180deg,#f9fbff,#f3f7fd)}.chart-empty{margin:6px 0;color:#607392;font-size:.88rem}.chart-empty.error{color:#b42318}.chart-bars{height:210px;display:flex;align-items:flex-end;gap:8px;border-bottom:1px solid #dbe5f2;padding-bottom:8px}.chart-column{flex:1;min-width:30px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;height:100%}.chart-bar{width:100%;min-height:6px;border-radius:7px 7px 0 0;background:linear-gradient(180deg,#3a79f5,#2f64d7)}.chart-label{font-size:.72rem;color:#6880a3;white-space:nowrap}.stack-bar{width:100%;min-height:6px;border-radius:7px 7px 0 0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;background:#e9eff9}.stack-new{width:100%;background:#9f59f3}.stack-returning{width:100%;background:#2ebf63}.hbar-list{display:grid;gap:10px}.hbar-row{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:10px}.hbar-label{font-size:.85rem;color:#2b4167}.hbar-track{width:100%;height:28px;border-radius:8px;background:#eef3fb;overflow:hidden}.hbar-fill{height:100%;border-radius:8px;background:linear-gradient(90deg,#5d96eb,#3369dd)}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:860px}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #e0e7f2;padding:10px;color:#253b61;font-size:.88rem}.data-table th{color:#607392;font-size:.76rem;text-transform:uppercase;letter-spacing:.04em}.transcript-col{width:84px;text-align:center!important}.transcript-toggle{border:1px solid #d1dceb;background:#fff;color:#2f6fed;border-radius:6px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;line-height:1}.transcript-toggle:hover{background:#f3f7ff;border-color:#2f6fed}.transcript-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c14228c;display:flex;align-items:center;justify-content:center;padding:20px;z-index:999}.transcript-modal{width:min(920px,100%);max-height:85vh;background:#fff;border:1px solid #d8e1ef;border-radius:12px;padding:14px;display:grid;gap:10px}.transcript-modal-header{display:flex;align-items:center;justify-content:space-between}.transcript-modal-header h4{margin:0;color:#14294c}.transcript-close{width:32px;height:32px;border:1px solid #d1dceb;border-radius:6px;background:#fff;color:#2b4167;cursor:pointer}.transcript-close:hover{background:#f3f7ff;border-color:#2f6fed}.transcript-session{margin:0;color:#607392;font-size:.84rem;font-weight:600}.transcript-content{margin:0;padding:10px;border:1px solid #d8e1ef;border-radius:8px;background:#fff;color:#253b61;font-size:.84rem;white-space:pre-wrap;word-break:break-word;max-height:calc(85vh - 170px);overflow-y:auto}@media (max-width: 1080px){.dashboard-shell{grid-template-columns:86px 1fr}.dashboard-brand-title,.dashboard-brand-subtitle,.dashboard-menu-title,.dashboard-nav-link{font-size:0}.dashboard-nav-link{padding:12px;min-height:40px}.dashboard-brand{justify-content:center}}@media (max-width: 920px){.dashboard-main{padding:68px 16px 16px}.filters-row,.filters-row.analysis,.kpi-grid,.kpi-grid.three,.panel-grid.two-col{grid-template-columns:1fr}.hbar-row{grid-template-columns:1fr;gap:6px}}
