html,body,#root{min-height:100%}:root{color:#151515;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--black:#111;--dark:#181818;--gray-900:#292929;--gray-700:#555;--gray-600:#6d6d6d;--gray-500:#888;--gray-400:#a7a7a7;--gray-300:#d5d5d1;--gray-200:#e7e7e2;--gray-100:#f2f2ee;--background:#f7f7f5;--white:#fff;--green:#238636;--green-bg:#edf8ef;--red:#c83c3c;--red-bg:#fff0f0;--yellow:#a46b00;--yellow-bg:#fff8e5;--shadow-sm:0 1px 2px #0000000a;--shadow:0 8px 30px #0000000f;--radius:14px;background:#f7f7f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--background);color:var(--black)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.app-loading{background:var(--background);min-height:100vh;color:var(--gray-600);flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.loading-logo{background:var(--black);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:800;display:flex}.loading-spinner{border:2px solid var(--gray-200);border-top-color:var(--black);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{letter-spacing:.14em;color:var(--gray-500);font-size:10px;font-weight:800;line-height:1;display:block}.primary-button,.secondary-button{border:0;border-radius:10px;min-height:42px;padding:0 17px;font-size:13px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s}.primary-button{background:var(--black);color:#fff;box-shadow:var(--shadow-sm)}.primary-button:hover:not(:disabled){background:#2a2a2a;transform:translateY(-1px);box-shadow:0 5px 16px #00000021}.secondary-button{color:var(--black);border:1px solid var(--gray-200);background:#fff}.secondary-button:hover:not(:disabled){background:var(--gray-100);border-color:var(--gray-300)}.auth-page{background:radial-gradient(circle at 50% 0,#fff 0%,#f7f7f5 45%,#eeeeea 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.auth-brand{letter-spacing:-.04em;align-items:center;gap:10px;margin-bottom:28px;font-size:20px;font-weight:800;display:flex}.brand-mark{background:var(--black);color:#fff;border-radius:11px;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:800;display:flex}.auth-card{border:1px solid var(--gray-200);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffeb;border-radius:20px;width:100%;max-width:430px;padding:38px;box-shadow:0 25px 70px #00000014}.auth-heading{margin-bottom:28px}.auth-heading h1{letter-spacing:-.055em;margin:10px 0 9px;font-size:32px;line-height:1.08}.auth-heading p{color:var(--gray-600);margin:0;font-size:14px;line-height:1.6}.auth-form{flex-direction:column;gap:17px;display:flex}.auth-form label{color:var(--gray-700);flex-direction:column;gap:8px;font-size:12px;font-weight:700;display:flex}.auth-form input{border:1px solid var(--gray-200);width:100%;height:46px;color:var(--black);background:#fff;border-radius:10px;outline:none;padding:0 13px;transition:border .15s,box-shadow .15s}.auth-form input::placeholder{color:var(--gray-400)}.auth-form input:focus{border-color:#777;box-shadow:0 0 0 3px #0000000d}.auth-submit{width:100%;height:48px;margin-top:5px}.auth-switch{border-top:1px solid var(--gray-200);color:var(--gray-600);justify-content:center;gap:6px;margin-top:25px;padding-top:23px;font-size:12px;display:flex}.auth-switch button{color:var(--black);background:0 0;border:0;padding:0;font-weight:800}.auth-switch button:hover{text-decoration:underline}.auth-footer{color:var(--gray-500);margin-top:24px;font-size:11px}.alert{border:1px solid #0000;border-radius:10px;margin-bottom:20px;padding:12px 15px;font-size:13px;line-height:1.5}.alert-error{color:var(--red);background:var(--red-bg);border-color:#ffd7d7}.alert-success{color:var(--green);background:var(--green-bg);border-color:#ccebd2}.dashboard-page{background:var(--background);min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--gray-200);z-index:20;background:#fff;flex-direction:column;width:245px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{border-bottom:1px solid var(--gray-200);align-items:center;gap:11px;height:78px;padding:0 23px;display:flex}.sidebar-brand .brand-mark{border-radius:9px;width:34px;height:34px;font-size:16px}.sidebar-brand strong{letter-spacing:-.03em;font-size:15px;display:block}.sidebar-brand span{color:var(--gray-500);margin-top:2px;font-size:10px;display:block}.sidebar-nav{padding:23px 13px;overflow-y:auto}.nav-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.12em;margin:0 0 9px;padding:0 10px;font-size:9px;font-weight:800}.chatbot-label{margin-top:26px}.nav-item{width:100%;min-height:40px;color:var(--gray-600);text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;padding:0 11px;font-size:12px;font-weight:650;transition:background .15s,color .15s;display:flex}.nav-item:hover{background:var(--gray-100);color:var(--black)}.nav-item.active{background:var(--black);color:#fff}.nav-item.chatbot-item{margin-top:3px}.nav-item.chatbot-item.selected{background:var(--gray-100);color:var(--black);font-weight:800}.nav-item>span:first-child{text-align:center;width:18px}.bot-dot{color:#777;font-size:8px}.nav-item.selected .bot-dot{color:var(--black)}.sidebar-bottom{border-top:1px solid var(--gray-200);margin-top:auto;padding:17px}.sidebar-user{align-items:center;gap:10px;padding:5px;display:flex}.avatar{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:flex}.user-details{min-width:0}.user-details strong{text-overflow:ellipsis;white-space:nowrap;max-width:155px;font-size:11px;display:block;overflow:hidden}.user-details span{color:var(--gray-500);margin-top:3px;font-size:10px;display:block}.logout-button{border:1px solid var(--gray-200);width:100%;height:34px;color:var(--gray-600);background:#fff;border-radius:8px;margin-top:12px;font-size:11px;font-weight:700}.logout-button:hover{background:var(--gray-100);color:var(--black)}.dashboard-main{width:calc(100% - 245px);min-height:100vh;margin-left:245px;padding:0 46px 70px}.topbar{justify-content:space-between;align-items:center;gap:20px;max-width:1050px;min-height:120px;margin:0 auto;display:flex}.topbar h1{letter-spacing:-.055em;margin:8px 0 0;font-size:30px;line-height:1}.empty-chatbot-card{border:1px solid var(--gray-200);text-align:center;max-width:1050px;min-height:480px;box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;margin:15px auto;padding:45px 25px;display:flex}.empty-illustration{background:var(--black);color:#fff;border-radius:18px;justify-content:center;align-items:center;width:66px;height:66px;margin-bottom:25px;font-size:28px;display:flex}.empty-chatbot-card h2{letter-spacing:-.045em;margin:14px 0 10px;font-size:26px}.empty-chatbot-card p{max-width:490px;color:var(--gray-600);margin:0 0 25px;font-size:14px;line-height:1.7}.chatbot-toolbar{border:1px solid var(--gray-200);border-radius:var(--radius);max-width:1050px;box-shadow:var(--shadow-sm);background:#fff;justify-content:space-between;align-items:center;gap:20px;margin:10px auto 20px;padding:20px 23px;display:flex}.chatbot-title-row{align-items:center;gap:12px;margin-top:8px;display:flex}.chatbot-title-row h2{letter-spacing:-.04em;margin:0;font-size:20px}.status-badge{background:var(--green-bg);color:var(--green);text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:10px;font-weight:800;display:inline-flex}.status-badge span{background:currentColor;border-radius:50%;width:5px;height:5px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:14px;max-width:1050px;margin:0 auto 20px;display:grid}.stat-card{border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;padding:20px 21px}.stat-card>span{color:var(--gray-500);font-size:11px;font-weight:700;display:block}.stat-card strong{letter-spacing:-.04em;margin-top:9px;font-size:24px;display:block}.stat-card small{color:var(--gray-500);margin-top:5px;font-size:10px;display:block}.panel{border:1px solid var(--gray-200);border-radius:var(--radius);max-width:1050px;box-shadow:var(--shadow-sm);background:#fff;margin:0 auto 20px;padding:25px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:22px;display:flex}.panel-heading h2{letter-spacing:-.035em;margin:8px 0 6px;font-size:18px}.panel-heading p{max-width:600px;color:var(--gray-600);margin:0;font-size:12px;line-height:1.65}.api-icon{background:var(--gray-100);width:42px;height:42px;color:var(--gray-700);border-radius:11px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.api-key-box{border:1px solid var(--gray-200);background:#fafafa;border-radius:9px;align-items:center;gap:10px;min-height:48px;padding:5px 6px 5px 13px;display:flex}.api-key-box code{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--gray-700);flex:1;font-family:SFMono-Regular,Consolas,monospace;font-size:11px;overflow:hidden}.copy-button{background:var(--black);color:#fff;border:0;border-radius:7px;flex:none;height:35px;padding:0 13px;font-size:11px;font-weight:800}.copy-button:hover{background:#2a2a2a}.upload-zone{width:100%;min-height:145px;color:var(--gray-700);background:#fbfbf9;border:1px dashed #c8c8c3;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:7px;transition:background .15s,border .15s,transform .15s;display:flex}.upload-zone:hover:not(:disabled){background:var(--gray-100);border-color:#999;transform:translateY(-1px)}.upload-symbol{border:1px solid var(--gray-200);background:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:4px;font-size:20px;font-weight:400;display:flex}.upload-zone strong{font-size:12px}.upload-zone>span:last-child{color:var(--gray-500);font-size:10px}.files-heading{align-items:center;margin-bottom:17px}.file-count{color:var(--gray-500);font-size:11px;font-weight:700}.file-list{border-top:1px solid var(--gray-200)}.file-item{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:20px;min-height:70px;display:flex}.file-item:last-child{border-bottom:0}.file-left{align-items:center;gap:12px;min-width:0;display:flex}.file-type{background:var(--gray-100);border:1px solid var(--gray-200);width:38px;height:38px;color:var(--gray-600);border-radius:9px;flex:0 0 38px;justify-content:center;align-items:center;font-size:8px;font-weight:900;display:flex}.file-left strong{text-overflow:ellipsis;white-space:nowrap;max-width:600px;font-size:12px;display:block;overflow:hidden}.file-left span{color:var(--gray-500);margin-top:4px;font-size:10px;display:block}.file-status{text-transform:uppercase;border-radius:999px;flex:none;padding:5px 9px;font-size:9px;font-weight:800}.file-status.ready{color:var(--green);background:var(--green-bg)}.file-status.processing{color:var(--yellow);background:var(--yellow-bg)}.file-status.failed{color:var(--red);background:var(--red-bg)}.empty-files{border:1px dashed var(--gray-200);text-align:center;min-height:150px;color:var(--gray-600);background:#fbfbf9;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-files div{font-size:13px;font-weight:800}.empty-files span{color:var(--gray-500);margin-top:6px;font-size:11px}@media (width<=1000px){.sidebar{width:215px}.dashboard-main{width:calc(100% - 215px);margin-left:215px;padding-left:25px;padding-right:25px}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid .stat-card:last-child{grid-column:span 2}}@media (width<=760px){.dashboard-page{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--gray-200);width:100%;height:auto;min-height:0;position:relative}.sidebar-brand{height:65px}.sidebar-nav{display:none}.sidebar-bottom{border-top:0;align-items:center;gap:10px;padding:10px 16px 14px;display:flex}.sidebar-user{flex:1}.logout-button{width:auto;margin:0;padding:0 12px}.dashboard-main{width:100%;margin-left:0;padding:0 15px 45px}.topbar{min-height:100px}.topbar h1{font-size:25px}.chatbot-toolbar{flex-direction:column;align-items:flex-start}.chatbot-toolbar .primary-button{width:100%}.stats-grid{grid-template-columns:1fr}.stats-grid .stat-card:last-child{grid-column:auto}.panel{padding:20px}.panel-heading{flex-direction:column}.api-icon{display:none}.file-item{flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:15px 0}.file-left{width:100%}.file-left strong{max-width:calc(100vw - 120px)}.file-status{margin-left:50px}}@media (width<=500px){.auth-page{padding:25px 15px}.auth-card{border-radius:16px;padding:28px 21px}.auth-heading h1{font-size:27px}.topbar{min-height:90px}.topbar .secondary-button{padding:0 12px}.empty-chatbot-card{min-height:420px}.empty-chatbot-card h2{font-size:23px}.api-key-box{flex-direction:column;align-items:stretch;padding:11px}.api-key-box code{white-space:normal;word-break:break-all;width:100%;line-height:1.5}.copy-button{width:100%}}
