.setup-wizard-overlay{position:fixed;inset:0;z-index:25050;background:rgba(17,36,73,.72);display:flex;align-items:flex-start;justify-content:center;padding:1.5rem .75rem 2rem;overflow-y:auto}.setup-wizard-modal{background:#fff;border-radius:16px;width:100%;max-width:720px;max-height:min(92vh,900px);display:flex;flex-direction:column;box-shadow:0 12px 48px rgba(0,0,0,.2);position:relative}.setup-wizard-close{position:absolute;top:.75rem;right:.75rem;width:2.25rem;height:2.25rem;border:none;background:#f1f5f9;border-radius:8px;cursor:pointer;font-size:1.25rem;line-height:1;color:#64748b;z-index:2}.setup-wizard-close:hover{background:#e2e8f0;color:#334155}.setup-wizard-stepper{display:flex;gap:.35rem;padding:1.25rem 2.5rem 1rem 1.25rem;overflow-x:auto;border-bottom:1px solid #e8ecf4;flex-shrink:0}.setup-wizard-stepper-item{display:flex;align-items:center;gap:.35rem;flex-shrink:0;font-size:.72rem;color:#94a3b8;max-width:140px}.setup-wizard-stepper-item--done{color:#7c3aed}.setup-wizard-stepper-item--current{color:#7c3aed;font-weight:600}.setup-wizard-stepper-num{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;background:#e2e8f0;color:#64748b;flex-shrink:0}.setup-wizard-stepper-item--done .setup-wizard-stepper-num{background:#7c3aed;color:#fff}.setup-wizard-stepper-item--current .setup-wizard-stepper-num{background:#7c3aed;color:#fff;box-shadow:0 0 0 2px rgba(124,58,237,.25)}.setup-wizard-stepper-check{font-size:.65rem}.setup-wizard-body-wrap{padding:1.25rem 1.5rem 1rem;overflow-y:auto;flex:1;min-height:0}.setup-wizard-step-title{margin:0 0 1rem;font-size:1.25rem;font-weight:700;color:#7c3aed;text-align:center}.setup-wizard-step-body{color:#334155;font-size:.95rem;line-height:1.6;text-align:center}.setup-wizard-step-body ol,.setup-wizard-step-body ul{text-align:left;margin:.75rem 0;padding-left:1.25rem}.setup-wizard-step-body li{margin-bottom:.5rem}.setup-wizard-step-body a{color:#7c3aed;font-weight:600;text-decoration:underline}.setup-wizard-step-body code{background:#f1f5f9;padding:.1rem .35rem;border-radius:4px;font-size:.88em}.setup-wizard-hint{padding:.75rem 1rem;background:#f5f3ff;border-radius:10px;font-size:.88rem;color:#5b21b6}.setup-wizard-hint,.setup-wizard-token-block{margin-top:1rem;text-align:left}.setup-wizard-token-block label{display:block;font-weight:600;margin-bottom:.35rem;color:#334155;font-size:.9rem}.setup-wizard-token-block .setup-wizard-token-field,.setup-wizard-token-block .setup-wizard-token-input{width:100%;max-width:100%;box-sizing:border-box;padding:.6rem .75rem;border:1px solid #c4b5fd;border-radius:8px;font-size:.95rem}.setup-wizard-token-block .setup-wizard-token-field{margin-top:0}.setup-wizard-token-block .setup-wizard-token-field-wrap{margin-top:.65rem}.setup-wizard-token-block .setup-wizard-token-field-wrap:first-of-type{margin-top:0}.setup-wizard-token-save{margin-top:.75rem}.setup-wizard-token-status{margin-top:.65rem;font-size:.85rem;color:#64748b}.setup-wizard-token-error{margin-top:.5rem;font-size:.88rem;color:#b91c1c}.setup-wizard-choice-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;justify-content:flex-start}.setup-wizard-footer{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;padding:1rem 1.25rem 1.25rem;border-top:1px solid #e8ecf4;flex-shrink:0}.setup-wizard-btn{padding:.55rem 1.25rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;border:2px solid #c4b5fd;background:#fff;color:#7c3aed;transition:background .15s,border-color .15s}.setup-wizard-btn:hover{background:#faf5ff;border-color:#7c3aed}.setup-wizard-btn--primary{background:#7c3aed;border-color:#7c3aed;color:#fff}.setup-wizard-btn--primary:hover{background:#6d28d9;border-color:#6d28d9}.tg-admin{max-width:640px;margin:0 auto;padding:1.5rem 0 3rem}.tg-admin h1{font-size:1.5rem;margin-bottom:.5rem;color:#1a1a2e}.tg-admin .lead{color:#555;line-height:1.55;margin-bottom:1.75rem;font-size:.95rem}.tg-admin-card{background:#fff;border:1px solid #e8ecf4;border-radius:12px;padding:1.25rem 1.35rem;margin-bottom:1.25rem;box-shadow:0 1px 3px rgba(46,104,222,.06)}.tg-admin-card h2{font-size:1.05rem;margin:0 0 .75rem;color:#2e68de}.tg-admin label{display:block;font-size:.85rem;font-weight:600;color:#333;margin-bottom:.35rem}.tg-admin input[type=password],.tg-admin input[type=text],.tg-admin textarea{width:100%;box-sizing:border-box;padding:.55rem .65rem;border:1px solid #cfd8ea;border-radius:8px;font-size:.9rem;margin-bottom:.75rem;font-family:inherit}.tg-admin textarea{min-height:120px;resize:vertical}.tg-admin .hint{font-size:.8rem;color:#666;line-height:1.45;margin-top:-.35rem;margin-bottom:.75rem}.tg-admin .token-status{font-size:.85rem;color:#444;margin-bottom:.5rem}.tg-admin-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.tg-admin .btn-primary{background:#2e68de;color:#fff;border:none;padding:.55rem 1.25rem;border-radius:8px;font-size:.9rem;cursor:pointer;font-weight:600}.tg-admin .btn-primary:disabled{opacity:.55;cursor:not-allowed}.tg-admin .btn-ghost{background:transparent;color:#2e68de;border:1px solid #2e68de;padding:.55rem 1rem;border-radius:8px;font-size:.9rem;cursor:pointer}.tg-admin-warn{background:#fff8e6;border:1px solid #e6c35c;border-radius:10px;padding:.85rem 1rem;margin-bottom:1.25rem;font-size:.88rem;line-height:1.5;color:#5c4a1a}.tg-admin-warn code{font-size:.82em;background:rgba(0,0,0,.06);padding:.1em .35em;border-radius:4px}.tg-admin .error{color:#c62828}.tg-admin .error,.tg-admin .ok{font-size:.85rem;margin-bottom:1rem}.tg-admin .ok{color:#2e7d32}.tg-admin-title-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.tg-admin-title-row .tg-admin-main-title,.tg-admin-title-row h1{margin:0;flex:1;min-width:200px}.tg-admin-wizard-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .95rem;border-radius:10px;border:2px solid #7c3aed;background:#fff;color:#7c3aed;font-weight:600;font-size:.88rem;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.tg-admin-wizard-btn:hover{background:#f5f3ff}.tg-admin-info{display:flex;gap:.65rem;align-items:flex-start;background:#f3edff;border:1px solid #c4b5fd;border-radius:10px;padding:.75rem .9rem;margin:.5rem 0 .85rem;font-size:.86rem;line-height:1.5;color:#3b2a5e}.tg-admin-info-icon{flex-shrink:0;font-weight:700;color:#7c3aed}.tg-admin-row-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.tg-admin-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:8px;border:1px solid #cfd8ea;background:#fff;cursor:pointer;font-size:1rem;line-height:1;color:#2e68de}.tg-admin-icon-btn:hover{background:#f4f7ff}.tg-admin-icon-btn--danger{color:#c62828;border-color:#e8b4b4}.tg-admin-icon-btn--danger:hover{background:#fff5f5}.tg-admin-inline-field{display:flex;gap:.5rem;align-items:stretch;flex-wrap:wrap}.tg-admin-inline-field input{flex:1;min-width:180px;margin-bottom:0}.tg-admin-check{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;font-weight:600;color:#333}.tg-admin-check input{width:auto;margin:0}.tg-admin-connection-card .tg-admin-connection-status{font-size:.92rem;line-height:1.5;margin:0 0 1rem;color:#444}.tg-admin-connection-status--ok{color:#1b5e20}.tg-admin-connection-status--off{color:#5d4037}.tg-admin-connection-status--none{color:#555}.tg-admin-connection-label{font-weight:600;color:#333}.tg-admin-status-ok{font-weight:700;color:#2e7d32}.tg-admin-webhook-ok{color:#2e7d32}.tg-admin-webhook-warn{color:#c62828}.tg-admin-connection-grid{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:.65rem;margin-bottom:.5rem}@media (max-width:520px){.tg-admin-connection-grid{grid-template-columns:1fr}}.tg-admin-connection-grid .btn-primary,.tg-admin-connection-grid .tg-admin-btn-danger,.tg-admin-connection-grid .tg-admin-btn-outline-danger,.tg-admin-connection-grid .tg-admin-connection-wizard{width:100%;justify-content:center;box-sizing:border-box;margin:0}.tg-admin-connection-wizard{font-size:.85rem}.tg-admin-btn-outline-danger{background:#fff;color:#c62828;border:2px solid #c62828;padding:.55rem 1rem;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer}.tg-admin-btn-outline-danger:hover:not(:disabled){background:#fff5f5}.tg-admin-btn-outline-danger:disabled{opacity:.5;cursor:not-allowed}.tg-admin-btn-danger{background:#c62828;color:#fff;border:none;padding:.55rem 1rem;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer}.tg-admin-btn-danger:hover:not(:disabled){background:#b71c1c}.tg-admin-btn-danger:disabled{opacity:.5;cursor:not-allowed}.tg-admin select,.tg-admin-scope-select{width:100%;max-width:100%;box-sizing:border-box;padding:.55rem .65rem;border:1px solid #cfd8ea;border-radius:8px;font-size:.9rem;margin-bottom:.75rem;font-family:inherit;background:#fff}.tg-admin-inline-field .tg-admin-scope-select{flex:1 1 200px;margin-bottom:0}.tg-admin .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bot-settings-container{padding-top:3rem;padding-bottom:3rem;min-height:60vh}.bot-settings-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}.bot-settings-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#122549;line-height:1.2}.bot-settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.bot-settings-card{background:white;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.bot-settings-card:hover{border-color:#2E68DE;box-shadow:0 4px 12px rgba(46,104,222,.2)}.bot-settings-card-title{font-size:1.1rem;font-weight:600;color:#122549;margin-bottom:.25rem}.bot-settings-card-description{font-size:.9rem;color:#666}a.bot-settings-card--link{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box}a.bot-settings-card--link:focus-visible{outline:3px solid #2e68de;outline-offset:2px}.bot-settings-integrations-back{margin-bottom:1rem}.bot-settings-integrations-back-link{font-size:.95rem;font-weight:600;color:#2e68de;text-decoration:none}.bot-settings-integrations-back-link:hover{text-decoration:underline}.bot-settings-integrations-page-title{font-size:1.5rem;font-weight:700;color:#122549;margin:0 0 1rem}.bot-settings-integrations-page-sheet{background:#fff;border-radius:12px;padding:1.75rem 1.5rem 2rem;border:1px solid #e8ecf4;box-shadow:0 4px 20px rgba(0,0,0,.12);max-width:min(1100px,100%);margin:0 auto 3rem}.bot-settings-deploy-footer{margin-top:1.5rem;padding:.75rem 0 2rem;font-size:.78rem;color:#888;text-align:center;line-height:1.5}.bot-settings-deploy-footer-link{color:#2e68de;text-decoration:underline}.bot-settings-deploy-footer-link:hover{color:#1a4d80}.bot-settings-modal-overlay{position:fixed;inset:0;display:flex;background:rgba(17.65,44.52,88.82,.7);width:100%;min-height:100vh;min-height:100dvh;z-index:2147483000;overflow-y:auto;-webkit-overflow-scrolling:touch;justify-content:center;align-items:flex-start;padding-top:2rem;padding-bottom:2rem;box-sizing:border-box}.bot-settings-modal-content{background:white;border-radius:12px;padding:2rem;max-width:900px;width:90%;position:relative;overflow:visible;box-shadow:0 4px 20px rgba(0,0,0,.3);margin-bottom:2rem}.bot-settings-modal-content--wide{max-width:min(1100px,98vw);width:98%}.integrations-settings{margin-top:.25rem}.integrations-lead{font-size:.95rem;line-height:1.55;color:#333;margin:0 0 1rem}.integrations-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}.integrations-tab{padding:.5rem 1rem;border-radius:8px;border:2px solid #e0e0e0;background:#f8f9fb;color:#122549;font-weight:600;font-size:.95rem;cursor:pointer;transition:border-color .2s,background .2s}.integrations-tab:hover{border-color:#2E68DE}.integrations-tab--active{border-color:#2E68DE;background:#fff;box-shadow:0 2px 8px rgba(46,104,222,.15)}.integrations-hint{font-size:.9rem;color:#666;margin:0 0 1rem;line-height:1.5}.integrations-tab-panel{min-height:120px}.integrations-embedded-panel .tg-admin{max-width:100%}.integrations-embedded-panel .tg-admin-main-title{font-size:1.35rem;margin-top:0;margin-bottom:.75rem;color:#122549}.bot-settings-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.bot-settings-modal-title{font-size:1.5rem;font-weight:700;color:#122549;margin:0}.bot-settings-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.bot-settings-modal-body{min-height:200px;overflow-x:auto;overflow-y:visible}@media (max-width:960px){.bot-settings-container{padding-top:2rem;padding-bottom:2rem}.bot-settings-title{font-size:2rem;margin-bottom:1.5rem}.bot-settings-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.bot-settings-card{padding:1.25rem}.bot-settings-card-title{font-size:1rem}.bot-settings-card-description{font-size:.85rem}.bot-settings-modal-content{padding:1.5rem;width:95%}.bot-settings-modal-title{font-size:1.25rem}}@media (max-width:640px){.bot-settings-container{padding-top:1.5rem;padding-bottom:1.5rem}.bot-settings-wrapper{padding:0 .75rem}.bot-settings-title{font-size:1.75rem;margin-bottom:1.25rem}.bot-settings-grid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.bot-settings-card{padding:1rem}.bot-settings-card-title{font-size:.95rem}.bot-settings-card-description{font-size:.8rem}.bot-settings-modal-overlay{padding-top:1rem;padding-bottom:1rem}.bot-settings-modal-content{padding:1.25rem;width:95%;border-radius:8px}.bot-settings-modal-title{font-size:1.1rem}.bot-settings-modal-header{margin-bottom:1rem;padding-bottom:.75rem}}@media (max-width:480px){.bot-settings-container{padding-top:1rem;padding-bottom:1rem}.bot-settings-wrapper{padding:0 .5rem}.bot-settings-title{font-size:1.5rem;margin-bottom:1rem}.bot-settings-grid{gap:.75rem;margin-top:1rem}.bot-settings-card{padding:.875rem;border-radius:8px}.bot-settings-card-title{font-size:.9rem}.bot-settings-card-description{font-size:.75rem}.bot-settings-modal-overlay{padding-top:.5rem;padding-bottom:.5rem}.bot-settings-modal-content{padding:1rem;width:98%;border-radius:8px}.bot-settings-modal-title{font-size:1rem}.bot-settings-modal-header{margin-bottom:.75rem;padding-bottom:.5rem}}