.login-page{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:32px;background:linear-gradient(135deg,#fef2f2,#fee2e2 40%,#fca5a5)}.login-card{width:100%;max-width:460px;padding:40px;border-radius:28px;background:#fffffffa;box-shadow:0 30px 80px #0000001f;border:1px solid rgba(220,38,38,.12)}.login-brand{display:flex;justify-content:center;width:100%;max-width:260px;margin:0 auto 24px}.login-logo{width:100%;height:72px;object-fit:contain;border-radius:18px;border:1px solid rgba(220,38,38,.16);background:#fff;padding:10px}.brand-text span{display:block;margin-top:3px;color:#7f1d1d;font-size:.92rem}.login-card h1{margin:0 0 10px;font-size:2rem;color:#1f2937}.login-card p{margin:0 0 28px;color:#4b5563;line-height:1.6}.login-card label{display:block;margin-bottom:18px;color:#374151;font-size:.95rem}.login-card input{width:100%;margin-top:8px;padding:14px 16px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.login-card input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 4px #dc262629}.password-input-wrap{position:relative;display:block}.password-input-wrap input{padding-right:48px}.login-card .password-toggle{position:absolute;top:50%;right:12px;width:32px;height:32px;min-height:0;margin:4px 0 0;padding:0;border:0;border-radius:50%;background:transparent;color:#4b5563;cursor:pointer;transform:translateY(-50%)}.login-card .password-toggle svg{width:20px;height:20px;display:block;margin:0 auto;fill:currentColor}.login-card .password-toggle:hover{background:#dc262614;color:#b91c1c;transform:translateY(-50%)}.login-error{margin:4px 0 16px;padding:12px 14px;border:1px solid rgba(153,27,27,.12);border-radius:12px;background:#fff0f1;color:#991b1b;font-size:.9rem;font-weight:700}.login-card button[type=submit]{width:100%;margin-top:12px;padding:14px;border:none;border-radius:14px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;cursor:pointer;font-weight:700;letter-spacing:.02em;transition:transform .15s ease,background .15s ease}.login-card button[type=submit]:hover{transform:translateY(-1px);background:linear-gradient(135deg,#b91c1c,#991b1b)}.login-card button:disabled{cursor:not-allowed;opacity:.68;transform:none}.themed-select{position:relative;width:100%}.themed-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:1px solid rgba(160,62,82,.06);border-radius:12px;background:#ffffffa3;color:#1d2333;font:inherit;font-size:.98rem;font-weight:600;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.themed-select--form .themed-select-trigger{min-height:48px;padding:13px 14px}.themed-select--dashboard .themed-select-trigger{min-height:44px;padding:11px 13px;border-radius:11px;border-color:#a03e5214;background:#ffffffad;font-size:.95rem}.themed-select-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.themed-select-trigger:hover:not(:disabled){border-color:#a7001238}.themed-select.is-open .themed-select-trigger,.themed-select-trigger:focus-visible{border-color:#a7001261;box-shadow:0 0 0 3px #a7001214;outline:none}.themed-select-trigger:disabled{cursor:not-allowed;opacity:.62}.themed-select-chevron{width:18px;height:18px;flex-shrink:0;fill:none;stroke:#a70012;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .15s ease}.themed-select.is-open .themed-select-chevron{transform:rotate(180deg)}.themed-select-menu{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;border:1px solid rgba(160,62,82,.1);border-radius:12px;background:#fff;box-shadow:0 16px 36px #773f4e24}.themed-select--dashboard .themed-select-menu{border-radius:11px}.themed-select-menu button{display:block;width:100%;border:0;border-radius:9px;padding:11px 12px;background:transparent;color:#1d2333;font:inherit;font-size:.95rem;font-weight:650;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.themed-select-menu button:hover,.themed-select-menu button.is-selected{background:#fff1f3;color:#a70012}.themed-select-menu button.is-selected{font-weight:800}.dashboard-page{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr);background:radial-gradient(circle at 58% 2%,rgba(188,0,28,.16),transparent 34%),radial-gradient(circle at 28% 42%,rgba(255,244,247,.98),transparent 45%),linear-gradient(135deg,#fffafb,#f7eef4 52%,#fff7f8);color:#191724}.dashboard-sidebar{position:sticky;top:0;height:100vh;min-height:100vh;display:flex;flex-direction:column;gap:48px;padding:34px 24px;background:#ffffffb8;border-right:1px solid rgba(150,43,65,.08);box-shadow:20px 0 44px #6234460d}.dashboard-brand{width:100%;max-width:182px}.dashboard-brand img{display:block;width:100%;height:64px;object-fit:contain;border-radius:14px;border:1px solid rgba(220,38,38,.12);background:#fff;padding:8px}.dashboard-nav{display:grid;gap:10px}.dashboard-nav a{display:block;padding:12px 16px;border-radius:8px;color:#725f65;font-size:.94rem;font-weight:650;text-decoration:none}.dashboard-nav .active{color:#a70012;background:linear-gradient(90deg,#fff1f3,#fff1f300)}.dashboard-logout-button{width:100%;min-height:44px;margin-top:auto;border:1px solid rgba(167,0,18,.14);border-radius:10px;background:#fff1f3;color:#a70012;font-weight:800;cursor:pointer}.dashboard-logout-button:hover{background:#a70012;color:#fff}.dashboard-workspace{min-width:0}.dashboard-content{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:50px 0 58px}.dashboard-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}.dashboard-hero h1{margin:0;color:#101425;font-size:clamp(2rem,4vw,3rem);line-height:1.04}.dashboard-total-card{min-width:160px;padding:16px 20px;border-radius:18px;background:#ffffffd1;text-align:center}.dashboard-total-card span{display:block;color:#927c83;font-size:.78rem;font-weight:850}.dashboard-total-card strong{display:block;margin-top:4px;color:#a70012;font-size:2rem}.dashboard-filter-panel,.dashboard-results-panel{background:#ffffffdb;border:1px solid rgba(255,255,255,.76);border-radius:24px;box-shadow:0 24px 60px #773f4e1c}.dashboard-filter-panel{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:16px;align-items:end;padding:24px;margin-bottom:28px}.dashboard-filter-panel label{display:grid;gap:8px;color:#7b6269;font-size:.78rem;font-weight:800}.dashboard-filter-panel input,.dashboard-filter-panel select,.dashboard-filter-panel .themed-select{width:100%;min-height:44px;padding:11px 13px;border:1px solid rgba(160,62,82,.08);border-radius:11px;background:#ffffffad;color:#1d2333;outline:none;accent-color:#a70012}.dashboard-filter-panel input:focus,.dashboard-filter-panel select:focus{border-color:#a7001261;box-shadow:0 0 0 3px #a7001214}.dashboard-filter-actions{display:flex;gap:10px}.dashboard-filter-actions button,.dashboard-results-header button,.dashboard-pagination button{min-height:44px;border:0;border-radius:10px;padding:0 16px;background:#a70012;color:#fff;font-weight:800;cursor:pointer}.dashboard-filter-actions .secondary,.dashboard-results-header button,.dashboard-pagination button{background:#fff1f3;color:#a70012}.dashboard-results-panel{padding:28px}.dashboard-results-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}.dashboard-results-header h2{margin:0;color:#191724;font-size:1.55rem}.dashboard-results-header p{margin:6px 0 0;color:#9b858b;font-size:.88rem;font-weight:700}.dashboard-calls-section{padding-top:20px}.dashboard-calls-section+.dashboard-calls-section{margin-top:30px;border-top:1px solid rgba(160,62,82,.08)}.dashboard-calls-section h3{margin:0 0 14px;color:#191724;font-size:1.12rem}.dashboard-table-wrap{width:100%;overflow-x:auto}.dashboard-results-table{width:100%;min-width:920px;border-collapse:collapse}.dashboard-results-table th,.dashboard-results-table td{padding:16px 14px;border-bottom:1px solid rgba(160,62,82,.08);text-align:left;vertical-align:middle}.dashboard-results-table th{color:#927c83;font-size:.72rem;font-weight:900;text-transform:uppercase}.dashboard-results-table td{max-width:220px;overflow:hidden;color:#1d2333;font-size:.9rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboard-results-table td strong{display:inline-flex;max-width:100%;padding:7px 10px;border-radius:999px;background:#fff1f3;color:#a70012;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.dashboard-status-pill{display:inline-flex;max-width:100%;padding:7px 10px;border-radius:999px;background:#eef4ff;color:#315486;font-size:.78rem;font-weight:900;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.dashboard-audio-player{width:190px;height:36px;display:block}.dashboard-play-button{min-height:36px;border:0;border-radius:999px;padding:0 14px;background:#fff1f3;color:#a70012;font-size:.82rem;font-weight:900}.dashboard-data-button{min-height:36px;border:0;border-radius:999px;padding:0 14px;background:#fff1f3;color:#a70012;font-size:.82rem;font-weight:900;cursor:pointer}.dashboard-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:24px}.dashboard-pagination span,.dashboard-muted{color:#8d7880;font-weight:700}.dashboard-error{position:fixed;z-index:50;top:24px;right:24px;width:min(420px,calc(100vw - 32px));padding:16px 18px;border:1px solid rgba(153,27,27,.12);border-radius:14px;background:#fff0f1;color:#991b1b;font-size:.92rem;font-weight:700;box-shadow:0 18px 44px #48222d2e}.dashboard-modal-backdrop{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#19172461}.dashboard-data-modal{width:min(860px,100%);max-height:min(760px,calc(100vh - 48px));overflow:hidden;display:flex;flex-direction:column;border-radius:20px;background:#fff;box-shadow:0 28px 72px #23141c47}.dashboard-data-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid rgba(160,62,82,.1)}.dashboard-data-modal-header h2{margin:0;color:#191724;font-size:1.45rem}.dashboard-data-modal-header p{margin:6px 0 0;color:#8d7880;font-size:.88rem;font-weight:700}.dashboard-data-modal-header button{min-height:40px;border:0;border-radius:10px;padding:0 16px;background:#fff1f3;color:#a70012;font-weight:900;cursor:pointer}.dashboard-data-grid{overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:24px 26px 28px}.dashboard-data-field{min-width:0;display:grid;gap:8px;padding:14px;border:1px solid rgba(160,62,82,.08);border-radius:10px;background:#fffafb}.dashboard-data-field span{color:#927c83;font-size:.72rem;font-weight:900;text-transform:uppercase}.dashboard-data-field strong{min-width:0;color:#1d2333;font-size:.9rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}@media (max-width: 1100px){.dashboard-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.dashboard-page{grid-template-columns:1fr}.dashboard-sidebar{position:static;height:auto;min-height:auto;flex-direction:row;align-items:center;gap:24px;padding:20px 24px}.dashboard-nav{display:flex;gap:6px;overflow-x:auto}.dashboard-logout-button{width:auto;min-width:110px;margin-top:0}.dashboard-content{width:min(100% - 40px,720px)}.dashboard-hero{align-items:stretch;flex-direction:column}.dashboard-filter-panel{grid-template-columns:1fr}}@media (max-width: 640px){.dashboard-sidebar{align-items:stretch;flex-direction:column}.dashboard-logout-button{width:100%}.dashboard-content{width:calc(100% - 28px);padding-top:32px}.dashboard-results-header,.dashboard-pagination,.dashboard-filter-actions{align-items:stretch;flex-direction:column}.dashboard-results-panel,.dashboard-filter-panel{padding:22px;border-radius:20px}.dashboard-modal-backdrop{padding:14px}.dashboard-data-modal-header{flex-direction:column}.dashboard-data-modal-header button{width:100%}.dashboard-data-grid{grid-template-columns:1fr;padding:18px}}.models-page{min-height:100vh;padding:40px;background:linear-gradient(180deg,#f7fafc,#fff)}.models-header h1{margin:0 0 16px;font-size:1.75rem;color:#0f172a}.models-content{display:flex;gap:24px;max-width:920px}.models-form,.models-list{background:#fff;padding:20px;border-radius:12px;box-shadow:0 10px 30px #0206170f}.models-form{flex:0 0 320px}.models-form h2{margin:0 0 12px}.models-form label{display:block;margin-top:8px;font-weight:600}.models-form input{width:100%;padding:8px 10px;border:1px solid #e6eef7;margin-top:6px;border-radius:6px}.form-actions{margin-top:12px;display:flex;gap:8px}.form-actions button{padding:8px 12px;border-radius:8px;border:none;background:#4338ca;color:#fff;cursor:pointer}.btn-ghost{background:#eef2ff;color:#4338ca}.models-list{flex:1 1 0}.models-list h2{margin:0 0 12px}.muted{color:#64748b}.model-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:8px;border:1px solid #eef2f7;margin-bottom:8px}.model-name{font-weight:600}.model-desc{color:#64748b;font-size:.92rem}.model-actions button{margin-left:8px;padding:6px 10px;border-radius:8px;border:none;cursor:pointer}.model-actions .danger{background:#fee2e2;color:#b91c1c}.calltypes-page{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr);background:radial-gradient(circle at 58% 2%,rgba(188,0,28,.16),transparent 34%),radial-gradient(circle at 28% 42%,rgba(255,244,247,.98),transparent 45%),linear-gradient(135deg,#fffafb,#f7eef4 52%,#fff7f8);color:#191724}.calltypes-sidebar{position:sticky;top:0;height:100vh;min-height:100vh;display:flex;flex-direction:column;gap:48px;padding:34px 24px;background:#ffffffb8;border-right:1px solid rgba(150,43,65,.08);box-shadow:20px 0 44px #6234460d}.calltypes-brand{width:100%;max-width:182px}.calltypes-brand img{display:block;width:100%;height:64px;object-fit:contain;border-radius:14px;border:1px solid rgba(220,38,38,.12);background:#fff;padding:8px}.calltypes-nav{display:grid;gap:10px}.calltypes-nav a{display:block;padding:12px 16px;border-radius:8px;color:#725f65;font-size:.94rem;font-weight:650;text-decoration:none}.calltypes-nav .active{color:#a70012;background:linear-gradient(90deg,#fff1f3,#fff1f300)}.calltypes-logout-button{width:100%;min-height:44px;margin-top:auto;border:1px solid rgba(167,0,18,.14);border-radius:10px;background:#fff1f3;color:#a70012;font-weight:800;cursor:pointer}.calltypes-logout-button:hover{background:#a70012;color:#fff}.calltypes-workspace{min-width:0}.calltypes-content{width:min(1100px,calc(100% - 64px));margin:0 auto;padding:50px 0 58px}.calltypes-header h1{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.04;color:#101425}.calltypes-grid{display:grid;grid-template-columns:minmax(300px,370px) minmax(0,660px);gap:34px;align-items:start;justify-content:center;margin-top:38px}.calltypes-form-panel,.calltype-item{background:#ffffffdb;border:1px solid rgba(255,255,255,.76);border-radius:24px;box-shadow:0 24px 60px #773f4e1c}.calltypes-form-panel{padding:28px}.calltypes-list-panel{min-width:0;width:100%}.calltypes-form-panel h2,.calltypes-list-panel h2{margin:0;color:#191724}.calltypes-form-panel h2{display:flex;align-items:center;gap:14px;font-size:1.45rem}.panel-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#fff0f2;color:#a70012;font-size:1.5rem;font-weight:800}.calltypes-form{margin-top:24px}.calltypes-form label{display:block;margin-top:18px;color:#7b6269;font-size:.78rem;font-weight:800}.calltypes-form input,.calltypes-form textarea,.calltypes-form select,.calltypes-form .themed-select{width:100%;margin-top:9px;padding:13px 14px;border:1px solid rgba(160,62,82,.06);border-radius:12px;background:#ffffffa3;color:#1d2333;font-size:.98rem;outline:none;accent-color:#a70012}.calltypes-form input:focus,.calltypes-form textarea:focus,.calltypes-form select:focus,.field-form input:focus,.field-form select:focus{border-color:#a7001261;box-shadow:0 0 0 3px #a7001214}.calltypes-form textarea{min-height:112px;resize:vertical}.calltypes-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.calltypes-actions button,.field-form-actions button{min-height:44px;padding:0 18px;border:0;border-radius:10px;background:#a70012;color:#fff;font-weight:800;cursor:pointer}.calltypes-actions button{flex:1}.calltypes-actions .btn-secondary,.field-form-actions .btn-secondary{background:#fff1f3;color:#a70012}.calltypes-success,.calltypes-error{position:fixed;z-index:50;top:24px;right:24px;width:min(420px,calc(100vw - 32px));margin:0;padding:16px 18px;border-radius:14px;font-size:.92rem;font-weight:700;box-shadow:0 18px 44px #48222d2e;animation:calltypes-toast-in .22s ease-out}.calltypes-success{border:1px solid rgba(22,101,52,.12);background:#f0fdf4;color:#166534}.calltypes-error{border:1px solid rgba(153,27,27,.12);background:#fff0f1;color:#991b1b}@keyframes calltypes-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.calltypes-list-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.calltypes-list-header h2{line-height:1.1;font-size:1.55rem}.calltypes-list-header p{margin:6px 0 0;color:#9b858b;font-size:.88rem;font-weight:700}.calltypes-list-header button{flex:0 0 auto;min-height:34px;padding:0 16px;border:0;border-radius:999px;background:#ffffffd1;color:#967d84;font-size:.82rem;font-weight:800;cursor:pointer}.calltypes-list{display:grid;gap:24px;list-style:none;padding:0;margin:0}.calltype-item{display:grid;gap:22px;padding:28px}.calltype-item-clickable{cursor:pointer;transition:box-shadow .18s ease,transform .18s ease}.calltype-item-clickable:hover{transform:translateY(-2px);box-shadow:0 28px 68px #773f4e29}.calltype-main{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:16px;align-items:start}.calltype-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#eef4ff;color:#b00016;font-weight:900}.calltype-info{min-width:0}.calltype-name{color:#25283a;font-size:1.35rem;font-weight:850}.calltype-slug{margin-top:4px;color:#887179;font-size:.75rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.calltype-slug:before{content:"";width:7px;height:7px;display:inline-block;margin-right:8px;border-radius:50%;background:#a70012;vertical-align:1px}.calltype-description{margin-top:12px;color:#846d74;line-height:1.55}.calltype-buttons,.field-buttons,.field-form-actions{display:flex;gap:8px;flex-wrap:wrap}.calltype-buttons button,.field-buttons button{min-height:34px;border:0;border-radius:9px;padding:0 12px;background:#fff5f6;color:#6f5961;font-size:.82rem;font-weight:800;cursor:pointer}.calltype-buttons .danger,.field-buttons .danger{color:#a70012}.calltype-meta{padding:18px;border-radius:18px;background:#ffffff57}.calltype-meta span,.fields-header{color:#927c83;font-size:.78rem;font-weight:850}.calltype-meta strong{display:block;margin-top:6px;color:#303040;font-size:.9rem}.calltype-fields{min-width:0}.fields-header{margin-bottom:12px;letter-spacing:.04em;text-transform:uppercase}.fields-list{display:flex;flex-wrap:wrap;gap:9px;list-style:none;padding:0;margin:0 0 18px}.field-item{position:relative}.field-info{display:flex;align-items:center;gap:8px;max-width:100%;min-height:31px;padding:0 10px;border-radius:999px;background:#ffffff9e}.field-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5a4d55;font-size:.76rem;font-weight:850;text-transform:uppercase}.field-type{color:#a70012;font-size:.7rem;font-weight:850}.field-description{display:none}.field-buttons{display:none;position:absolute;z-index:2;top:calc(100% + 6px);left:0;padding:7px;border-radius:12px;background:#fff;box-shadow:0 16px 30px #773f4e29}.field-item:hover .field-buttons,.field-item:focus-within .field-buttons{display:flex}.field-more{align-self:center;color:#a70012;font-size:.76rem;font-weight:900}.field-form{display:grid;grid-template-columns:minmax(130px,1fr) minmax(180px,1.35fr) 120px auto;gap:10px;align-items:center}.field-form input,.field-form select{width:100%;min-height:40px;padding:8px 11px;border:1px solid rgba(160,62,82,.08);border-radius:10px;background:#ffffffad;color:#1d2333;outline:none;accent-color:#a70012}.field-form input:disabled{background:#f7eef2c7;color:#8b7b82}.field-form-actions button{min-height:40px;padding:0 14px;font-size:.88rem}.calltype-detail-content{width:min(1180px,calc(100% - 64px))}.calltype-back-link{display:inline-flex;margin-bottom:20px;color:#a70012;font-weight:800;text-decoration:none}.calltype-detail-hero{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:30px}.calltype-detail-hero h1{margin:0 0 10px;color:#101425;font-size:clamp(2rem,4vw,3rem);line-height:1.04}.calltype-detail-hero p{max-width:720px;margin:0;color:#8a757b;font-size:1.05rem;line-height:1.65}.calltype-detail-count{min-width:150px;padding:16px 20px;border-radius:18px;background:#ffffffd1;text-align:center}.calltype-detail-count span{display:block;color:#927c83;font-size:.78rem;font-weight:850}.calltype-detail-count strong{display:block;margin-top:4px;color:#a70012;font-size:2rem}.calltype-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:34px;align-items:start}.calltype-detail-side{display:grid;gap:24px}.calltype-detail-fields{cursor:default}.detail-fields-list{display:grid;gap:12px;list-style:none;padding:0;margin:0}.detail-field-row{display:grid;grid-template-columns:92px minmax(0,1fr) 110px auto;gap:16px;align-items:center;padding:14px 0;border-top:1px solid rgba(160,62,82,.08)}.detail-rating-checkbox{display:inline-flex;align-items:center;gap:8px;color:#7b6269;font-size:.82rem;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.detail-rating-checkbox input{width:16px;height:16px;accent-color:#a70012;cursor:pointer}.detail-rating-checkbox input:disabled{cursor:not-allowed}.rating-schema-panel{margin-top:0}.rating-schema-box-header h2{margin:0;color:#2f2b36;font-size:1.35rem}.rating-schema-box-header p{margin:8px 0 0;color:#8a757b;font-size:.88rem}.rating-schema-list{display:grid;gap:10px;list-style:none;padding:0;margin:18px 0 0}.rating-schema-item{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:12px;align-items:center;padding:12px 14px;border-radius:12px;background:#fff1f38c;border:1px solid rgba(167,0,18,.08)}.rating-schema-item strong{display:block;color:#2f2b36;font-size:.9rem;text-transform:uppercase}.rating-schema-item span{grid-column:1;color:#8a757b;font-size:.86rem}.rating-schema-values{font-size:.8rem!important;color:#a70012!important}.field-form-checkbox{display:inline-flex;align-items:center;gap:10px;margin-top:4px;color:#2f2b36;font-size:.92rem;font-weight:700;cursor:pointer}.field-form-checkbox input{width:16px;height:16px;accent-color:#a70012}.field-form-hint{margin:-8px 0 0;color:#8a757b;font-size:.82rem}.rating-schema-item .detail-field-type{grid-column:2;grid-row:1 / span 2;justify-self:start}.detail-field-row:first-child{border-top:0}.detail-field-row strong{display:block;color:#2f2b36;font-size:.92rem;text-transform:uppercase}.detail-field-row span{color:#8a757b;font-size:.88rem}.detail-field-type{justify-self:start;padding:6px 10px;border-radius:999px;background:#fff1f3;color:#a70012;font-size:.76rem;font-weight:900}.audio-upload-panel h2{font-size:1.35rem}.audio-dropzone{display:grid;gap:6px;justify-items:center;margin-top:22px;padding:24px 18px;border:1px dashed rgba(167,0,18,.28);border-radius:16px;background:#fff1f373;color:#7b6269;cursor:pointer;text-align:center}.audio-dropzone input{display:none}.audio-dropzone strong{color:#a70012;font-size:1rem}.audio-dropzone span{font-size:.88rem}.audio-file-list{display:grid;gap:10px;list-style:none;padding:0;margin:18px 0 0}.audio-file-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border-radius:12px;background:#ffffffa3}.audio-file-item strong{display:block;overflow:hidden;color:#25283a;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.audio-file-item span{color:#927c83;font-size:.78rem;font-weight:800}.audio-file-item button{min-height:34px;border:0;border-radius:9px;padding:0 12px;background:#fff1f3;color:#a70012;font-size:.82rem;font-weight:800;cursor:pointer}.muted{color:#8d7880;font-weight:700}@media (max-width: 1050px){.calltypes-page{grid-template-columns:1fr}.calltypes-sidebar{position:static;height:auto;min-height:auto;flex-direction:row;align-items:center;gap:24px;padding:20px 24px}.calltypes-nav{display:flex;gap:6px;overflow-x:auto}.calltypes-logout-button{width:auto;min-width:110px;margin-top:0}}@media (max-width: 900px){.calltypes-content{width:min(100% - 40px,720px)}.calltypes-grid,.field-form,.calltype-detail-grid{grid-template-columns:1fr}.calltype-detail-hero{align-items:stretch;flex-direction:column}}@media (max-width: 640px){.calltypes-sidebar{align-items:stretch;flex-direction:column}.calltypes-logout-button{width:100%}.calltypes-content{width:calc(100% - 28px);padding-top:32px}.calltypes-list-header,.calltype-main{grid-template-columns:1fr}.calltypes-list-header{align-items:stretch;flex-direction:column}.calltype-item,.calltypes-form-panel{padding:22px;border-radius:20px}.detail-field-row{grid-template-columns:1fr}.detail-rating-checkbox{margin-bottom:4px}.rating-schema-item{grid-template-columns:1fr}.rating-schema-item .detail-field-type{grid-column:1;grid-row:auto}}.users-page{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr);background:radial-gradient(circle at 58% 2%,rgba(188,0,28,.16),transparent 34%),radial-gradient(circle at 28% 42%,rgba(255,244,247,.98),transparent 45%),linear-gradient(135deg,#fffafb,#f7eef4 52%,#fff7f8);color:#191724}.users-sidebar{position:sticky;top:0;height:100vh;min-height:100vh;display:flex;flex-direction:column;gap:48px;padding:34px 24px;background:#ffffffb8;border-right:1px solid rgba(150,43,65,.08);box-shadow:20px 0 44px #6234460d}.users-brand{width:100%;max-width:182px}.users-brand img{display:block;width:100%;height:64px;object-fit:contain;border-radius:14px;border:1px solid rgba(220,38,38,.12);background:#fff;padding:8px}.users-nav{display:grid;gap:10px}.users-nav a{display:block;padding:12px 16px;border-radius:8px;color:#725f65;font-size:.94rem;font-weight:650;text-decoration:none}.users-nav .active{color:#a70012;background:linear-gradient(90deg,#fff1f3,#fff1f300)}.users-logout-button{width:100%;min-height:44px;margin-top:auto;border:1px solid rgba(167,0,18,.14);border-radius:10px;background:#fff1f3;color:#a70012;font-weight:800;cursor:pointer}.users-logout-button:hover{background:#a70012;color:#fff}.users-workspace{min-width:0}.users-content{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:50px 0 58px}.users-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.users-hero h1{margin:0;color:#101425;font-size:clamp(2rem,4vw,3rem);line-height:1.04}.users-total-card{min-width:160px;padding:16px 20px;border-radius:18px;background:#ffffffd1;text-align:center}.users-total-card span{display:block;color:#927c83;font-size:.78rem;font-weight:850}.users-total-card strong{display:block;margin-top:4px;color:#a70012;font-size:2rem}.users-form-panel,.users-list-panel{background:#ffffffdb;border:1px solid rgba(255,255,255,.76);border-radius:24px;box-shadow:0 24px 60px #773f4e1c}.users-config-grid{display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));gap:28px;align-items:start;margin-bottom:28px}.users-config-panel{min-height:0}.users-user-panel{align-self:start}.users-config-panel>h2{margin:0;color:#191724}.users-ip-panel{display:flex;flex-direction:column}.users-ip-header{margin-bottom:0}.users-ip-form{margin-top:20px;padding-bottom:20px;border-bottom:1px solid rgba(160,62,82,.08)}.users-ip-form label:first-of-type{margin-top:0}.users-ip-section{display:flex;flex:1;flex-direction:column;min-height:0;margin-top:18px}.users-ip-section-label{margin:0 0 10px;color:#7b6269;font-size:.78rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.users-ip-list-wrap{max-height:240px;overflow-y:auto;padding-right:6px;scrollbar-gutter:stable}.users-ip-list-wrap .users-muted{margin:0;padding:18px 12px;text-align:center;border:1px dashed rgba(160,62,82,.14);border-radius:12px;background:#ffffff73}.users-ip-list-wrap::-webkit-scrollbar{width:8px}.users-ip-list-wrap::-webkit-scrollbar-thumb{border-radius:999px;background:#a700122e}.users-ip-list-wrap::-webkit-scrollbar-track{border-radius:999px;background:#fff1f3cc}.users-accounts-panel{margin-top:0}.users-ip-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.users-ip-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(160,62,82,.08);border-radius:12px;background:#ffffffb8}.users-ip-item-text{min-width:0;flex:1}.users-ip-list li strong{display:block;overflow:hidden;color:#1d2333;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.88rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.users-ip-list li span{display:inline-flex;max-width:100%;margin-top:6px;padding:4px 10px;overflow:hidden;border-radius:999px;background:#fff1f3;color:#a70012;font-size:.74rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.users-ip-list button{min-height:34px;border:0;border-radius:9px;padding:0 12px;background:#fff5f6;color:#6f5961;font-size:.82rem;font-weight:800;cursor:pointer;flex-shrink:0}.users-ip-list button.danger{color:#a70012}.users-ip-list button.danger:hover:not(:disabled){background:#ffe4e8}.users-form-panel,.users-list-panel{padding:28px}.users-form-panel h2,.users-list-header h2{margin:0;color:#191724}.users-form{margin-top:24px}.users-form label{display:block;margin-top:18px;color:#7b6269;font-size:.78rem;font-weight:800}.users-form input,.users-form select,.users-form .themed-select{width:100%;margin-top:9px;padding:13px 14px;border:1px solid rgba(160,62,82,.06);border-radius:12px;background:#ffffffa3;color:#1d2333;font-size:.98rem;outline:none;accent-color:#a70012}.users-form input:focus,.users-form select:focus{border-color:#a7001261;box-shadow:0 0 0 3px #a7001214}.users-actions button,.users-list-header button{min-height:44px;border:0;border-radius:10px;padding:0 18px;background:#a70012;color:#fff;font-weight:800;cursor:pointer;transition:background .15s ease,transform .15s ease}.users-actions button:hover:not(:disabled),.users-list-header button:hover:not(:disabled){background:#8f0010}.users-list-header button{min-height:38px;padding:0 14px;font-size:.84rem}.users-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.users-actions button{flex:1}.users-actions .secondary,.users-list-header button{background:#fff1f3;color:#a70012}.users-list-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.users-list-header p{margin:6px 0 0;color:#9b858b;font-size:.88rem;font-weight:700}.users-table-wrap{width:100%;overflow-x:auto}.users-table{width:100%;min-width:820px;border-collapse:collapse}.users-table th,.users-table td{padding:15px 14px;border-bottom:1px solid rgba(160,62,82,.08);text-align:left;vertical-align:middle}.users-table th{color:#927c83;font-size:.72rem;font-weight:900;text-transform:uppercase}.users-table td{max-width:220px;overflow:hidden;color:#1d2333;font-size:.9rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.users-table td strong{display:inline-flex;max-width:100%;padding:7px 10px;border-radius:999px;background:#fff1f3;color:#a70012;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.users-row-actions{display:flex;gap:8px;flex-wrap:wrap}.users-row-actions button{min-height:34px;border:0;border-radius:9px;padding:0 12px;background:#fff5f6;color:#6f5961;font-size:.82rem;font-weight:800;cursor:pointer;transition:background .15s ease}.users-row-actions button:hover:not(:disabled){background:#ffe8ec}.users-row-actions .danger{color:#a70012}.users-muted{color:#8d7880;font-weight:700}.users-success,.users-error{position:fixed;z-index:50;top:24px;right:24px;width:min(420px,calc(100vw - 32px));padding:16px 18px;border-radius:14px;font-size:.92rem;font-weight:700;box-shadow:0 18px 44px #48222d2e}.users-success{border:1px solid rgba(22,101,52,.12);background:#f0fdf4;color:#166534}.users-error{border:1px solid rgba(153,27,27,.12);background:#fff0f1;color:#991b1b}button:disabled{cursor:not-allowed;opacity:.62}@media (max-width: 1100px){.users-config-grid{grid-template-columns:1fr}}@media (max-width: 900px){.users-page{grid-template-columns:1fr}.users-sidebar{position:static;height:auto;min-height:auto;flex-direction:row;align-items:center;gap:24px;padding:20px 24px}.users-nav{display:flex;gap:6px;overflow-x:auto}.users-logout-button{width:auto;min-width:110px;margin-top:0}.users-content{width:min(100% - 40px,720px)}.users-hero{align-items:stretch;flex-direction:column}}@media (max-width: 640px){.users-sidebar{align-items:stretch;flex-direction:column}.users-logout-button{width:100%}.users-content{width:calc(100% - 28px);padding-top:32px}.users-list-header,.users-actions{align-items:stretch;flex-direction:column}.users-form-panel,.users-list-panel{padding:22px;border-radius:20px}}.chatbot-embed{--chatbot-primary: #a70012;--chatbot-primary-dark: #8f0010;--chatbot-text: #191724;--chatbot-muted: #927c83;--chatbot-bubble: #f3f4f6;--chatbot-border: #e8e5e7;box-sizing:border-box;width:100%;height:100vh;min-height:100%;margin:0;padding:0;background:transparent;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--chatbot-text)}.chatbot-embed *,.chatbot-embed *:before,.chatbot-embed *:after{box-sizing:border-box}.chatbot-panel{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 18px 48px #19172429}.chatbot-header{display:flex;align-items:center;gap:10px;flex:0 0 auto;padding:14px 16px;background:var(--chatbot-primary);color:#fff}.chatbot-header--history{justify-content:space-between}.chatbot-back{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:transparent;color:#fff;cursor:pointer;flex-shrink:0}.chatbot-back:hover{background:#ffffff24}.chatbot-history-header{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}.chatbot-history-header-main{display:flex;align-items:center;gap:10px;min-width:0}.chatbot-history-header strong{font-size:1.05rem;font-weight:700}.chatbot-new-chat{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:999px;background:#ffffff29;color:#fff;cursor:pointer;flex-shrink:0}.chatbot-new-chat:hover{background:#ffffff3d}.chatbot-history-header-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#ffffff29}.chatbot-history-list{flex:1 1 auto;overflow-y:auto;padding:12px;background:#fff}.chatbot-history-error{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#fff7f8;border:1px solid rgba(167,0,18,.12);color:var(--chatbot-primary);font-size:.82rem;line-height:1.45}.chatbot-history-item{display:flex;align-items:flex-start;gap:12px;width:100%;margin-bottom:10px;padding:14px 12px;border:1px solid var(--chatbot-border);border-radius:14px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.chatbot-history-item:hover,.chatbot-history-item.is-active{border-color:#a7001247;background:#fff7f8}.chatbot-history-avatar{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#fff1f3;color:var(--chatbot-primary);flex-shrink:0}.chatbot-history-content{flex:1 1 auto;min-width:0}.chatbot-history-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.chatbot-history-meta strong{font-size:.95rem;color:var(--chatbot-text)}.chatbot-history-meta time{font-size:.75rem;color:var(--chatbot-muted);white-space:nowrap}.chatbot-history-content p{margin:0;color:#5f5560;font-size:.88rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbot-history-trailing{color:var(--chatbot-primary);flex-shrink:0;margin-top:4px}.chatbot-history-empty{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:24px;text-align:center;color:var(--chatbot-muted)}.chatbot-history-empty p{margin:0;color:var(--chatbot-text);font-weight:600}.chatbot-identity{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto}.chatbot-header-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:transparent;color:#fff;cursor:pointer;flex-shrink:0}.chatbot-header-action:hover{background:#ffffff24}.chatbot-identity-text{display:flex;flex-direction:column;gap:2px;min-width:0}.chatbot-identity-text strong{font-size:1.05rem;font-weight:700;line-height:1.2}.chatbot-identity-text span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;opacity:.92}.chatbot-messages{flex:1 1 auto;overflow-y:auto;padding:18px 16px 12px;scroll-padding-bottom:20px;background:#fff}.chatbot-row{display:flex;flex-direction:column;margin-bottom:14px;max-width:88%}.chatbot-row--bot{align-items:flex-start}.chatbot-row--user{margin-left:auto;align-items:flex-end}.chatbot-row--human{align-items:flex-start}.chatbot-sender{margin:0 0 6px 4px;color:var(--chatbot-muted);font-size:.78rem;font-weight:500}.chatbot-bubble{padding:12px 14px;border-radius:16px;font-size:.95rem;line-height:1.45;word-break:break-word}.chatbot-bubble--bot{background:var(--chatbot-bubble);color:var(--chatbot-text);border-top-left-radius:6px}.chatbot-bubble--user{background:var(--chatbot-primary);color:#fff;border-top-right-radius:6px}.chatbot-bubble--human{background:#eef4ff;color:#1d2333;border-top-left-radius:6px}.chatbot-timestamp{margin-top:4px;font-size:.72rem;color:var(--chatbot-muted);line-height:1.2}.chatbot-row--user .chatbot-timestamp{padding-right:4px}.chatbot-row--bot .chatbot-timestamp{padding-left:4px}.chatbot-message-content{display:flex;flex-direction:column;gap:10px}.chatbot-message-text{margin:0}.chatbot-action-btn{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;padding:10px 16px;border:none;border-radius:10px;background:var(--chatbot-primary);color:#fff;font-size:.9rem;font-weight:600;line-height:1.2;text-decoration:none;cursor:pointer;transition:background .15s ease}.chatbot-action-btn:hover{background:var(--chatbot-primary-dark)}.chatbot-bubble--typing{display:inline-flex;align-items:center;gap:5px;min-width:52px;padding:14px 16px}.chatbot-bubble--typing span{width:6px;height:6px;border-radius:999px;background:#a89aa0;animation:chatbot-bounce 1.1s infinite ease-in-out}.chatbot-bubble--typing span:nth-child(2){animation-delay:.15s}.chatbot-bubble--typing span:nth-child(3){animation-delay:.3s}@keyframes chatbot-bounce{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-4px);opacity:1}}.chatbot-footer{display:flex;align-items:center;gap:8px;flex:0 0 auto;border-top:1px solid var(--chatbot-border);background:#fff;padding:8px 10px}.chatbot-footer-btn,.chatbot-send-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:999px;background:#f3f4f6;color:var(--chatbot-muted);cursor:pointer;flex-shrink:0}.chatbot-send-btn.is-active{background:var(--chatbot-primary);color:#fff}.chatbot-send-btn:disabled{opacity:.45;cursor:not-allowed}.chatbot-footer input{flex:1 1 auto;min-width:0;border:0;outline:none;background:transparent;padding:10px 8px;font:inherit;font-size:.95rem;color:var(--chatbot-text)}.chatbot-footer input::placeholder{color:#b0a3a8}.chatbot-footer input:focus{outline:none}.chatbot-route{margin-top:10px;width:100%;max-width:100%;padding:12px;border:1px solid var(--chatbot-border);border-radius:12px;background:#fff}.chatbot-route-slots{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;margin-bottom:10px}.chatbot-route-slot{display:flex;flex-direction:column;gap:4px;width:100%;padding:10px;border:1px solid var(--chatbot-border);border-radius:10px;background:#fff;color:var(--chatbot-text);font:inherit;text-align:left;cursor:pointer}.chatbot-route-slot.is-active{border-color:var(--chatbot-primary);background:#fff7f8}.chatbot-route-slot.is-active .chatbot-route-slot-label{color:var(--chatbot-primary)}.chatbot-route-slot-label{font-size:11px;font-weight:600;color:var(--chatbot-muted)}.chatbot-route-slot-value{font-size:13px;font-weight:600;color:var(--chatbot-text)}.chatbot-route-slot-value.is-placeholder{color:#b0a3a8;font-weight:500}.chatbot-route-arrow{color:var(--chatbot-primary);font-weight:700}.chatbot-route-search{width:100%;margin-bottom:10px;padding:10px 12px;border:1px solid var(--chatbot-border);border-radius:8px;font:inherit;font-size:14px}.chatbot-route-list{max-height:180px;overflow-y:auto;margin-bottom:10px}.chatbot-route-option{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:6px;padding:10px 12px;border:1px solid var(--chatbot-border);border-radius:10px;background:#fff;color:var(--chatbot-text);font:inherit;text-align:left;cursor:pointer}.chatbot-route-option.is-selected,.chatbot-route-option:hover{border-color:#a7001247;background:#fff7f8}.chatbot-route-option.is-selected .chatbot-route-option-meta,.chatbot-route-option:hover .chatbot-route-option-meta{color:#7a656c}.chatbot-route-option-label{display:flex;flex-direction:column;gap:2px;font-size:14px;font-weight:600}.chatbot-route-option-meta{font-size:12px;font-weight:500;color:var(--chatbot-muted)}.chatbot-route-option-code{font-size:12px;font-weight:700;color:var(--chatbot-primary)}.chatbot-route-empty{padding:12px;text-align:center;color:var(--chatbot-muted);font-size:13px}.chatbot-route-submit{width:100%;padding:10px 12px;border:none;border-radius:8px;background:var(--chatbot-primary);color:#fff;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.chatbot-route-submit:disabled{opacity:.5;cursor:not-allowed}.chatbot-quick-replies{margin-bottom:16px}.chatbot-quick-intro{margin:0 0 12px;font-size:1rem;font-weight:600;color:var(--chatbot-text)}.chatbot-quick-list{display:flex;flex-direction:column;gap:8px}.chatbot-quick-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:1px solid var(--chatbot-border);border-radius:12px;background:#fff;text-align:left;cursor:pointer}.chatbot-quick-item:hover:not(:disabled){border-color:#a7001247;background:#fff7f8}.chatbot-quick-icon{font-size:1.2rem}.chatbot-quick-label{display:flex;flex-direction:column;gap:2px;flex:1;font-weight:600;color:var(--chatbot-text)}.chatbot-quick-desc{font-size:12px;font-weight:500;color:var(--chatbot-muted)}.chatbot-quick-arrow{color:var(--chatbot-primary)}.chatbot-human-prompt{margin:20px 12px 8px;padding:8px 12px;text-align:center}.chatbot-human-prompt-question{margin:0 0 10px;color:var(--chatbot-text);font-size:14px;font-weight:500}.chatbot-human-prompt-yes{border:0;background:transparent;color:var(--chatbot-primary);font:inherit;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none}.chatbot-human-prompt-yes:hover{text-decoration:underline}.chatbot-human-bar{padding:10px 16px;border-top:1px solid var(--chatbot-border);background:#fffafb;font-size:13px;color:var(--chatbot-text)}.chatbot-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:20px;background:#19172473}.chatbot-confirm-card{width:100%;max-width:320px;padding:18px;border-radius:14px;background:#fff}.chatbot-confirm-title{font-size:1rem;font-weight:700;color:var(--chatbot-text)}.chatbot-confirm-text{margin:10px 0 16px;color:var(--chatbot-muted);font-size:.92rem;line-height:1.45}.chatbot-confirm-actions{display:flex;gap:10px;justify-content:flex-end}.chatbot-confirm-cancel,.chatbot-confirm-primary{padding:9px 14px;border-radius:10px;border:0;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer}.chatbot-confirm-cancel{background:#f3f4f6;color:var(--chatbot-text)}.chatbot-confirm-primary{background:var(--chatbot-primary);color:#fff}.chatbot-ended-block{margin-top:8px;padding:12px;border:1px solid var(--chatbot-border);border-radius:12px;background:#fff}.chatbot-ended-banner,.chatbot-feedback-card,.chatbot-ended-continue,.chatbot-ended-actions,.chatbot-transcript-row,.chatbot-email-confirm,.chatbot-email-note{margin-bottom:12px}.chatbot-ended-actions{display:flex;flex-direction:column;gap:10px}.chatbot-start-new,.chatbot-email-transcript{width:100%}.chatbot-ended-banner{padding:10px 12px;border-radius:10px;background:#fff1f3;color:var(--chatbot-primary);font-size:.9rem;font-weight:600}.chatbot-feedback-card{position:relative;padding:14px;border:1px solid var(--chatbot-border);border-radius:12px}.chatbot-feedback-close{position:absolute;top:8px;right:10px;border:0;background:transparent;font-size:1.2rem;cursor:pointer}.chatbot-feedback-title{font-weight:700;margin-bottom:4px}.chatbot-feedback-subtitle{margin:0 0 12px;color:var(--chatbot-muted);font-size:.88rem}.chatbot-feedback-ratings{display:flex;gap:8px;flex-wrap:wrap}.chatbot-rating-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 10px;border:1px solid var(--chatbot-border);border-radius:10px;background:#fff;cursor:pointer;font-size:12px}.chatbot-rating-btn.is-active{border-color:var(--chatbot-primary);background:#fff7f8}.chatbot-feedback-comment-row{display:flex;gap:8px;margin-top:12px}.chatbot-feedback-comment{flex:1;min-height:64px;padding:10px;border:1px solid var(--chatbot-border);border-radius:10px;font:inherit;resize:vertical}.chatbot-feedback-send,.chatbot-start-new,.chatbot-email-transcript,.chatbot-transcript-send,.chatbot-email-confirm-actions button{padding:10px 14px;border:0;border-radius:10px;background:var(--chatbot-primary);color:#fff;font:inherit;font-weight:600;cursor:pointer}.chatbot-link-btn{border:0;background:transparent;color:var(--chatbot-primary);font:inherit;font-weight:600;cursor:pointer;text-decoration:underline}.chatbot-transcript-row{display:flex;align-items:center;gap:8px}.chatbot-transcript-input{flex:1;min-width:0;min-height:42px;padding:10px 12px;border:1px solid var(--chatbot-border);border-radius:10px;font:inherit;box-sizing:border-box}.chatbot-transcript-send{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin:0;white-space:nowrap}.chatbot-email-confirm-actions{display:flex;gap:8px}.chatbot-email-note{color:var(--chatbot-muted);font-size:.88rem}.chatbot-demo-page{position:relative;min-height:100vh;width:100%;overflow:hidden;background-position:center center;background-size:cover;background-repeat:no-repeat;background-color:#1a0508}.chatbot-demo-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#1a05082e,#1a050814 45%,#a700121f);pointer-events:none}.chatbot-demo-widget{position:fixed;right:24px;bottom:24px;z-index:20;width:min(380px,calc(100vw - 32px));height:min(720px,calc(100vh - 40px));display:flex;flex-direction:column;align-items:flex-end;gap:10px}.chatbot-demo-widget.is-minimized{opacity:0;visibility:hidden;pointer-events:none;width:0;height:0;overflow:hidden}.chatbot-demo-iframe{width:100%;flex:1 1 auto;min-height:0;border:0;border-radius:16px;background:transparent;box-shadow:0 22px 56px #00000047}.chatbot-demo-toggle{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:0;border-radius:999px;background:#a70012;color:#fff;cursor:pointer;box-shadow:0 10px 28px #a7001266;transition:transform .15s ease,background .15s ease}.chatbot-demo-toggle:hover{background:#8f0010;transform:translateY(-1px)}.chatbot-demo-toggle--open{flex-shrink:0}.chatbot-demo-toggle--closed{position:fixed;right:24px;bottom:24px;z-index:20;width:56px;height:56px}.chatbot-demo-toggle--closed.is-hidden{display:none}@media (max-width: 640px){.chatbot-demo-widget{right:12px;bottom:12px;width:calc(100vw - 24px);height:min(720px,calc(100vh - 24px))}.chatbot-demo-toggle--closed{right:16px;bottom:16px}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background:#f4f6fb}*{box-sizing:border-box}body,html,#root{margin:0;min-height:100vh}body.chatbot-embed-body,body.chatbot-embed-body #root{min-height:100%;height:100%;background:transparent}button{font:inherit}
