@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#ffffff1a transparent}body{color:#f4f4f5;background-color:#09090b;min-height:100vh;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#fff3}.auth-container{background:radial-gradient(circle at top,#6366f11a 0%,#09090b00 70%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-container.loading{color:#a1a1aa;flex-direction:column;gap:20px}.auth-card{backdrop-filter:blur(16px);text-align:center;background:#141417a6;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:420px;padding:40px 30px;animation:.5s cubic-bezier(.16,1,.3,1) fadeIn;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff1a}.auth-card .brand{margin-bottom:30px}.auth-card .brand h1{letter-spacing:.1rem;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 40%,#a1a1aa 100%);-webkit-background-clip:text;margin:15px 0 5px;font-size:1.8rem;font-weight:700}.auth-card .brand p{color:#a1a1aa;margin:0;font-size:.9rem}.auth-card form{flex-direction:column;gap:20px;display:flex}.brain-glow-logo,.user-glow-logo{background:linear-gradient(135deg,#6366f1 0%,#06b6d4 100%);border-radius:24px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto;display:flex;position:relative;box-shadow:0 0 30px #6366f166}.brain-glow-logo:after,.user-glow-logo:after{content:"🧠";font-size:2.2rem}.user-glow-logo:after{content:"👤";font-size:2.2rem}.input-group input{color:#fff;text-align:center;background:#0003;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;padding:14px 20px;font-size:1rem;transition:all .3s}.input-group input:focus{background:#0006;border-color:#22d3ee;box-shadow:0 0 15px #22d3ee26}.input-group input::placeholder{color:#ffffff4d}.glowing-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#06b6d4 100%);border:none;border-radius:12px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #6366f14d}.glowing-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f180}.glowing-btn:active{transform:translateY(0)}.error-msg{color:#ef4444;margin-top:10px;font-size:.85rem;font-weight:500}.shake{animation:.5s cubic-bezier(.36,.07,.19,.97) both shake}.spinner{border:3px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:40px;height:40px;animation:1s ease-in-out infinite spin}.chat-app-container{background:#09090b;border-left:1px solid #ffffff14;border-right:1px solid #ffffff14;flex-direction:column;max-width:600px;height:100dvh;margin:0 auto;display:flex;box-shadow:0 0 50px #000c}.chat-header{backdrop-filter:blur(12px);background:#0f0f12cc;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-header .header-info h2{margin:0 0 4px;font-size:1.1rem;font-weight:600}.chat-header .header-info .status-indicator{align-items:center;gap:6px;display:flex}.chat-header .header-info .status-indicator .status-dot{border-radius:50%;width:8px;height:8px}.chat-header .header-info .status-indicator .status-dot.active{background-color:#10b981;animation:2s infinite pulse;box-shadow:0 0 8px #10b981}.chat-header .header-info .status-indicator .status-dot.disabled{background-color:#ef4444;box-shadow:0 0 8px #ef4444}.chat-header .header-info .status-indicator .status-text{color:#a1a1aa;font-size:.75rem}.chat-header .user-info-bar{align-items:center;gap:12px;display:flex}.chat-header .user-info-bar .user-name{color:#a1a1aa;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:4px 8px;font-size:.8rem}.chat-header .user-info-bar .logout-btn{color:#ef4444;background:0 0;border:1px solid #ef44444d;border-radius:6px;padding:4px 8px;font-size:.75rem}.chat-header .user-info-bar .logout-btn:hover{background:#ef44441a}.chat-messages-container{background:radial-gradient(circle at bottom,#6366f108 0%,#09090b00 80%);flex:1;padding:20px;overflow-y:auto}.welcome-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;display:flex}.welcome-screen .welcome-icon{margin-bottom:20px;font-size:3rem;animation:3s ease-in-out infinite float}.welcome-screen h3{color:#fff;margin:0 0 10px;font-size:1.3rem}.welcome-screen p{color:#a1a1aa;max-width:320px;margin:0 0 24px;font-size:.9rem;line-height:1.5}.welcome-screen .chat-disabled-banner{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d;border-radius:12px;max-width:350px;padding:12px 20px;font-size:.85rem;line-height:1.4}.messages-list{flex-direction:column;gap:16px;display:flex}.message-row{width:100%;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex}.message-row.user-row{justify-content:flex-end}.message-row.user-row .message-bubble{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#06b6d4 100%);border-bottom-right-radius:4px;box-shadow:0 4px 12px #6366f133}.message-row.model-row{justify-content:flex-start}.message-row.model-row .message-bubble{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-left:2px solid #22d3ee;border-bottom-left-radius:4px;box-shadow:0 4px 12px #00000026}.message-bubble{word-break:break-word;border-radius:16px;max-width:85%;padding:12px 16px;font-size:.95rem;line-height:1.5}.message-bubble .message-text{white-space:pre-wrap}.typing-bubble{align-items:center;gap:6px;display:flex;padding:16px 20px!important}.typing-bubble .typing-dot{background-color:#22d3ee;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing}.typing-bubble .typing-dot:nth-child(2){animation-delay:.2s}.typing-bubble .typing-dot:nth-child(3){animation-delay:.4s}.chat-footer-bar{backdrop-filter:blur(12px);background:#0f0f12cc;border-top:1px solid #ffffff14;padding:16px 20px}.chat-footer-bar .chat-actions{justify-content:flex-start;margin-bottom:12px;display:flex}.chat-footer-bar .chat-actions .new-chat-btn{color:#a1a1aa;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:6px 12px;font-size:.8rem;font-weight:500;transition:all .2s}.chat-footer-bar .chat-actions .new-chat-btn:hover{color:#fff;background:#ffffff0d;border-color:#ffffff4d}.chat-input-form{gap:10px;display:flex}.chat-input-form input{color:#fff;background:#0003;border:1px solid #ffffff14;border-radius:12px;outline:none;flex:1;padding:14px 18px;font-size:.95rem;transition:all .3s}.chat-input-form input:focus:not(:disabled){background:#0006;border-color:#6366f1;box-shadow:inset 0 0 10px #6366f10d}.chat-input-form input:disabled{color:#ffffff40;cursor:not-allowed;background:#ffffff05}.chat-input-form input:disabled::placeholder{color:#ffffff26}.chat-input-form .send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#06b6d4 100%);border:none;border-radius:12px;padding:0 24px;font-weight:600;transition:all .2s;box-shadow:0 4px 10px #6366f133}.chat-input-form .send-btn:hover:not(:disabled){transform:scale(1.03);box-shadow:0 6px 15px #6366f166}.chat-input-form .send-btn:disabled{color:#fff3;box-shadow:none;cursor:not-allowed;background:#ffffff0d}.admin-login-wrapper{background:radial-gradient(circle at top,#ef44440d 0%,#09090b00 70%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.admin-login-wrapper .admin-login-card{backdrop-filter:blur(16px);text-align:center;background:#141417a6;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:440px;padding:40px 30px;box-shadow:0 20px 40px #0006}.admin-login-wrapper .admin-login-card h2{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 50%,#a1a1aa 100%);-webkit-background-clip:text;margin:0 0 10px;font-size:1.5rem}.admin-login-wrapper .admin-login-card p{color:#a1a1aa;margin:0 0 24px;font-size:.9rem}.admin-login-wrapper .admin-login-card form{flex-direction:column;gap:16px;display:flex}.admin-login-wrapper .admin-login-card form input{color:#fff;text-align:center;background:#0003;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;padding:12px 16px;transition:border-color .2s}.admin-login-wrapper .admin-login-card form input:focus{border-color:#ef4444}.admin-login-wrapper .admin-login-card form button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:12px;font-weight:600;transition:background .2s}.admin-login-wrapper .admin-login-card form button:hover{background:#dc2626}.admin-login-wrapper .admin-login-card .login-error-msg{color:#ef4444;margin-top:12px;font-size:.85rem}.admin-login-wrapper .admin-login-card .back-link{margin-top:24px;font-size:.85rem}.admin-login-wrapper .admin-login-card .back-link a{color:#a1a1aa;font-weight:400}.admin-login-wrapper .admin-login-card .back-link a:hover{color:#fff}.admin-dashboard-container{max-width:1400px;min-height:100vh;margin:0 auto;padding:30px}.admin-dashboard-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.admin-dashboard-header .brand h1{margin:0 0 6px;font-size:1.8rem;font-weight:700}.admin-dashboard-header .brand p{color:#a1a1aa;margin:0;font-size:.95rem}.admin-dashboard-header .header-actions{gap:12px;display:flex}.admin-dashboard-header .header-actions .nav-btn{color:#fff;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;align-items:center;padding:10px 20px;font-weight:500;transition:all .2s;display:inline-flex}.admin-dashboard-header .header-actions .nav-btn:hover{background:#ffffff1a;border-color:#ffffff40}.admin-dashboard-header .header-actions .logout-btn{cursor:pointer;color:#fff;background:#ef4444;border:none;border-radius:8px;padding:10px 20px;font-weight:500;transition:background .2s}.admin-dashboard-header .header-actions .logout-btn:hover{background:#dc2626}.admin-dashboard-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}@media (width<=900px){.admin-dashboard-grid{grid-template-columns:1fr}}.dashboard-section{background:#18181bcc;border:1px solid #ffffff14;border-radius:16px;padding:30px;box-shadow:0 10px 30px #0000004d}.dashboard-section h2{color:#fff;justify-content:space-between;align-items:center;margin:0 0 24px;font-size:1.3rem;font-weight:600;display:flex}.dashboard-section h3{color:#22d3ee;letter-spacing:.05em;text-transform:uppercase;margin:24px 0 16px;font-size:1.05rem;font-weight:600}.config-form{flex-direction:column;gap:20px;display:flex}.config-form .divider{background:#ffffff14;border:0;height:1px;margin:10px 0}.config-form .form-group{flex-direction:column;gap:8px;display:flex}.config-form .form-group label{color:#f4f4f5;font-size:.9rem;font-weight:500}.config-form .form-group input[type=text],.config-form .form-group textarea{color:#fff;background:#00000040;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;padding:12px;font-size:.95rem;transition:border-color .2s}.config-form .form-group input[type=text]:focus,.config-form .form-group textarea:focus{border-color:#6366f1}.config-form .form-group textarea{resize:vertical;font-family:inherit}.config-form .form-group .help-text{color:#a1a1aa;font-size:.75rem}.toggle-group{margin:10px 0}.toggle-group .toggle-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;display:inline-flex}.toggle-group .toggle-label input[type=checkbox]{display:none}.toggle-group .toggle-label .custom-toggle{background:#ffffff1a;border:1px solid #ffffff14;border-radius:99px;width:44px;height:24px;transition:background .3s;position:relative}.toggle-group .toggle-label .custom-toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:left .3s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.toggle-group .toggle-label input[type=checkbox]:checked+.custom-toggle{background:#10b981}.toggle-group .toggle-label input[type=checkbox]:checked+.custom-toggle:after{left:22px}.range-group{background:#ffffff05;border:1px solid #ffffff08;border-radius:10px;flex-direction:column;gap:8px;padding:16px;display:flex}.range-group .range-labels{justify-content:space-between;align-items:center;display:flex}.range-group .range-labels label{color:#a1a1aa;font-size:.9rem}.range-group .range-labels .range-val{color:#22d3ee;font-size:1rem;font-weight:600}.range-group input[type=range]{-webkit-appearance:none;background:#ffffff1a;border-radius:3px;outline:none;width:100%;height:6px;margin:12px 0 6px}.range-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#6366f1;border-radius:50%;width:18px;height:18px;transition:transform .1s;box-shadow:0 0 10px #6366f180}.range-group input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.range-group .range-hints{color:#ffffff4d;justify-content:space-between;font-size:.75rem;display:flex}.glowing-btn-green{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;padding:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #10b98133}.glowing-btn-green:hover{transform:translateY(-1px);box-shadow:0 6px 18px #10b98166}.success-toast{color:#a7f3d0;text-align:center;background:#10b98126;border:1px solid #10b9814d;border-radius:8px;padding:12px;font-size:.9rem;animation:.3s fadeIn}.add-participant-form{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;padding:20px}.add-participant-form h3{margin-top:0!important}.add-participant-form .inline-form-row{gap:10px;display:flex}@media (width<=600px){.add-participant-form .inline-form-row{flex-direction:column}}.add-participant-form .inline-form-row input{color:#fff;background:#0003;border:1px solid #ffffff14;border-radius:6px;outline:none;padding:10px 14px;font-size:.9rem}.add-participant-form .inline-form-row input:focus{border-color:#22d3ee}.add-participant-form .inline-form-row input:first-child{flex:1}.add-participant-form .inline-form-row input:nth-child(2){flex:2}.add-participant-form .inline-form-row button{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:6px;padding:10px 20px;font-weight:600;transition:background .2s}.add-participant-form .inline-form-row button:hover{background:#4f46e5}.participants-list-section{flex-direction:column;gap:16px;display:flex}.search-bar-row{align-items:center;gap:12px;display:flex}.search-bar-row .search-input{color:#fff;background:#0003;border:1px solid #ffffff14;border-radius:6px;outline:none;flex:1;padding:10px 14px;font-size:.9rem}.search-bar-row .search-input:focus{border-color:#6366f1}.search-bar-row .count-badge{color:#a1a1aa;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:6px 12px;font-size:.8rem}.participants-table-wrapper{border:1px solid #ffffff14;border-radius:10px;overflow-x:auto}.participants-table{border-collapse:collapse;width:100%;font-size:.9rem}.participants-table th,.participants-table td{text-align:left;border-bottom:1px solid #ffffff14;padding:14px 16px}.participants-table th{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;background:#ffffff05;font-size:.8rem;font-weight:500}.participants-table tr:last-child td{border-bottom:0}.participants-table tr:hover:not(.editing-row){background:#ffffff03}.participants-table .participant-name{color:#fff}.participants-table .participant-info{color:#a1a1aa}.participants-table .action-btns{gap:6px;display:flex}.participants-table .action-btns button{cursor:pointer;border:none;border-radius:4px;padding:6px 12px;font-size:.75rem;font-weight:500;transition:all .2s}.participants-table .action-btns .btn-edit{color:#fff;background:#ffffff0d;border:1px solid #ffffff14}.participants-table .action-btns .btn-edit:hover{background:#ffffff1a}.participants-table .action-btns .btn-danger-small{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.participants-table .action-btns .btn-danger-small:hover{background:#ef444433}.participants-table .action-btns .btn-success{color:#fff;background:#10b981}.participants-table .action-btns .btn-success:hover{background:#059669}.participants-table .action-btns .btn-cancel{color:#a1a1aa;background:#ffffff0d}.participants-table .action-btns .btn-cancel:hover{background:#ffffff1a}.participants-table .editing-row{background:#6366f105!important}.participants-table .editing-row .edit-input-name,.participants-table .editing-row .edit-input-info{color:#fff;background:#0006;border:1px solid #6366f1;border-radius:4px;outline:none;width:100%;padding:6px 10px;font-size:.85rem}.participants-table .editing-row .edit-input-info{resize:vertical;font-family:inherit}.no-data-msg{text-align:center;color:#fff3;margin:0;padding:30px}.clear-all-btn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;padding:6px 12px;font-size:.75rem;transition:all .2s}.clear-all-btn:hover{background:#ef444433}.btn-danger{color:#fca5a5!important;background:#ef444426!important;border:1px solid #ef44444d!important}.btn-danger:hover{background:#ef44444d!important;border-color:#ef444466!important}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes typing{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}
/*# sourceMappingURL=kurz-inteligence.13c1210f.css.map */
