*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#0f172a;color:#e2e8f0;min-height:100vh}a{color:#38bdf8;text-decoration:none}a:hover{text-decoration:underline}input,select,textarea{background:#0f172a99;border:1px solid rgba(51,65,85,.6);color:#e2e8f0;padding:.5rem .75rem;border-radius:8px;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{outline:none;border-color:#38bdf880;box-shadow:0 0 0 3px #38bdf81a}button{background:#38bdf833;color:#7dd3fc;border:1px solid rgba(56,189,248,.4);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;letter-spacing:.02em;transition:background .2s,border-color .2s,box-shadow .2s}button:hover{background:#38bdf84d;border-color:#38bdf880;box-shadow:0 0 20px #38bdf826}button.secondary{background:#33415566;color:#94a3b8;border-color:#47556980}button.secondary:hover{background:#47556980;color:#e2e8f0}button.danger{background:#f8717126;color:#fca5a5;border-color:#f8717159}button.danger:hover{background:#f8717140;border-color:#f8717180}button.link-danger{background:none;color:#64748b;border:none;padding:0 .25rem;font-size:inherit}button.link-danger:hover{color:#f87171;text-decoration:underline}button.link-danger:disabled{color:#475569;cursor:not-allowed}.container{max-width:1200px;margin:0 auto;padding:1.5rem}.container--full{max-width:none;padding-left:1.5rem;padding-right:1.5rem}.panel-users-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;min-height:100%;background:#0f172ad9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1.5rem;overflow-y:auto;animation:modal-fade .2s ease;box-sizing:border-box}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}.modal-dialog{position:relative;background:#0f172ae6;border:1px solid rgba(51,65,85,.5);border-radius:12px;box-shadow:0 8px 32px #0000004d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);width:100%;max-width:480px;max-height:calc(100vh - 3rem);display:flex;flex-direction:column;animation:modal-scale .2s ease}.modal-dialog:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(56,189,248,.4) 50%,transparent 100%);border-radius:12px 12px 0 0;pointer-events:none}@keyframes modal-scale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(51,65,85,.5);flex-shrink:0}.modal-title{margin:0;font-size:1.125rem;font-weight:600;color:#f1f5f9;letter-spacing:-.02em}.modal-close{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#94a3b8;border-radius:8px;cursor:pointer;font-size:1.25rem;line-height:1;transition:color .2s,background .2s}.modal-close:hover{color:#e2e8f0;background:#33415559}.modal-body{padding:1.25rem;overflow-y:auto;flex:1 1 auto;color:#e2e8f0}.modal-footer{padding:1rem 1.25rem;border-top:1px solid rgba(51,65,85,.5);display:flex;gap:.5rem;justify-content:flex-end;flex-shrink:0}.modal-footer .btn-primary{background:#38bdf833;color:#7dd3fc;border:1px solid rgba(56,189,248,.4);font-weight:600}.modal-footer .btn-primary:hover:not(:disabled){background:#38bdf84d;border-color:#38bdf880;box-shadow:0 0 20px #38bdf826}.modal-body .add-form{background:transparent;border:none;padding:0;margin:0}.modal-body .form-row label{color:#94a3b8}.app-nav{position:relative;margin-bottom:0;background:#0f172ad9;border-bottom:1px solid rgba(51,65,85,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.app-nav-glow{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(56,189,248,.4) 20%,rgba(56,189,248,.6) 50%,rgba(56,189,248,.4) 80%,transparent 100%);opacity:.8;pointer-events:none}.app-nav-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem 0;min-height:48px}.app-nav-links{display:flex;align-items:center;gap:.125rem}.app-nav-link{display:inline-flex;align-items:center;padding:.5rem 1rem;color:#64748b;font-size:.875rem;font-weight:500;letter-spacing:.02em;text-decoration:none;border-radius:6px;transition:color .2s ease,background .2s ease,box-shadow .2s ease;position:relative}.app-nav-link:hover{color:#e2e8f0;background:#33415559;text-decoration:none}.app-nav-link.active{color:#e0f2fe;background:transparent;text-decoration:none}.app-nav-link.active:after{content:"";position:absolute;bottom:0;left:1rem;right:1rem;height:2px;background:linear-gradient(90deg,transparent,#38bdf8,transparent);border-radius:2px;box-shadow:0 0 10px #38bdf880}.app-nav-link.active:hover{color:#e0f2fe;background:#38bdf80f}.app-nav-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:.5rem;opacity:.85}.app-nav-link.active .app-nav-icon{opacity:1;color:#38bdf8}.app-nav-user{display:flex;align-items:center;gap:.75rem;font-size:.8125rem}.app-nav-email{color:#64748b;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;letter-spacing:.01em}.app-nav-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.app-nav-badge--info{background:#38bdf826;color:#7dd3fc;border:1px solid rgba(56,189,248,.25)}.app-nav-badge--warn{background:#fde0471f;color:#fde047;border:1px solid rgba(253,224,71,.2)}.app-nav-logout{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.8125rem;background:transparent;color:#64748b;border:none;border-radius:6px;cursor:pointer;transition:color .2s ease,background .2s ease}.app-nav-logout:hover{color:#e2e8f0;background:#33415566}.app-nav-logout-icon{opacity:.8}.app-nav-logout:hover .app-nav-logout-icon{opacity:1}.page-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(51,65,85,.5)}.page-header h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:600;color:#f1f5f9;letter-spacing:-.02em}.page-desc{color:#64748b;font-size:.9375rem;margin:0;line-height:1.5}.page-error{color:#f87171;font-size:.9rem;margin-bottom:1rem}.card{background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:12px;padding:1.5rem;margin-bottom:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid rgba(51,65,85,.4)}th{color:#64748b;font-weight:600;font-size:.8125rem;letter-spacing:.03em;text-transform:uppercase}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.35rem;color:#94a3b8;font-size:.875rem;font-weight:500;letter-spacing:.01em}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.grid2{grid-template-columns:1fr}}.badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.03em}.badge.success{background:#22c55e26;color:#86efac;border:1px solid rgba(34,197,94,.25)}.badge.warning{background:#fde0471f;color:#fde047;border:1px solid rgba(253,224,71,.2)}.badge.danger{background:#f8717126;color:#fca5a5;border:1px solid rgba(248,113,113,.25)}.badge.info{background:#38bdf826;color:#7dd3fc;border:1px solid rgba(56,189,248,.25)}.panel-tabs{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(51,65,85,.5)}.panel-tabs button{background:transparent;color:#64748b;padding:.5rem 1rem;border-radius:8px;border:none;font-weight:500;letter-spacing:.02em;transition:color .2s,background .2s}.panel-tabs button:hover{color:#e2e8f0;background:#33415559}.panel-tabs button.active{color:#7dd3fc;background:#38bdf81a}.block-card{position:relative;background:#0f172a80;border:1px solid rgba(51,65,85,.5);border-radius:10px;padding:1rem;margin-bottom:.75rem;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:border-color .2s}.block-card:hover{border-color:#47556999}.block-card .block-title{font-weight:600;color:#e2e8f0;letter-spacing:-.01em}.block-card .block-meta{font-size:.875rem;color:#64748b}.block-card .block-actions{display:flex;gap:.5rem}.block-card .block-actions button{padding:.35rem .75rem;font-size:.875rem}.add-form{background:#0f172a66;border:1px dashed rgba(71,85,105,.6);border-radius:10px;padding:1rem;margin-top:.75rem}.add-form .form-row{display:flex;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap;align-items:center}.add-form .form-row label{min-width:100px;color:#94a3b8;font-size:.9rem}.add-form .form-actions{margin-top:.75rem;display:flex;gap:.5rem}.section-desc{color:#64748b;font-size:.9rem;margin-bottom:1rem;line-height:1.45}.empty-state{color:#64748b;padding:1.5rem;text-align:center;border:1px dashed rgba(51,65,85,.6);border-radius:10px;background:#0f172a4d}.telegram-preview{background:#0f172a99;border-radius:12px;overflow:hidden;border:1px solid rgba(51,65,85,.5);max-width:360px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.telegram-preview-header{background:#0f172acc;color:#64748b;padding:.6rem 1rem;font-size:.85rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid rgba(51,65,85,.4)}.telegram-preview-icon{font-size:1rem}.telegram-preview-chat{padding:1rem;min-height:120px;background:linear-gradient(180deg,#0f172a80,#1e293b66)}.telegram-preview-bubble{max-width:85%;margin-bottom:.5rem;padding:.6rem .9rem;border-radius:12px;box-shadow:0 1px 2px #0003}.telegram-preview-bubble-bot{background:#38bdf833;color:#e2e8f0;margin-right:0;margin-left:0;border:1px solid rgba(56,189,248,.2)}.telegram-preview-sender{font-size:.75rem;color:#7dd3fc;margin-bottom:.25rem}.telegram-preview-text{font-size:.9rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}.telegram-preview-text a{color:#7dd3fc}.telegram-preview-keyboard{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.6rem;padding-top:.5rem;border-top:1px solid rgba(51,65,85,.4)}.telegram-preview-btn{background:transparent;color:#7dd3fc;border:1px solid rgba(56,189,248,.4);padding:.35rem .6rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:background .2s}.telegram-preview-btn:hover{background:#38bdf826}.telegram-preview-reply{margin-top:.75rem;border:1px dashed rgba(56,189,248,.4);border-radius:8px}.telegram-preview-close-reply{background:transparent;color:#64748b;border:none;padding:.25rem 0;font-size:.75rem;cursor:pointer;margin-top:.35rem}.telegram-preview-close-reply:hover{color:#e2e8f0;text-decoration:underline}.telegram-preview-hint{color:#64748b;font-size:.75rem;padding:.5rem 1rem;margin:0;border-top:1px solid rgba(51,65,85,.4)}.telegram-preview-mode{padding:.5rem 1rem;border-bottom:1px solid rgba(51,65,85,.4)}.telegram-preview-mode label{display:block;margin-bottom:.25rem;color:#94a3b8}.telegram-preview-select{width:100%;max-width:200px;background:#0f172a99;color:#e2e8f0;border:1px solid rgba(71,85,105,.5);padding:.35rem .5rem;border-radius:6px;font-size:.85rem}.telegram-preview-input-row{display:flex;gap:.5rem;padding:.5rem 1rem;align-items:center}.telegram-preview-input{flex:1;background:#0f172a99;border:1px solid rgba(71,85,105,.5);color:#e2e8f0;padding:.5rem .75rem;border-radius:6px;font-size:.9rem}.telegram-preview-send-btn{flex-shrink:0}.flow-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.flow-messages-list{display:flex;flex-direction:column;gap:1rem}.flow-group{background:#0f172a59;border:1px solid rgba(51,65,85,.5);border-radius:10px;overflow:hidden}.flow-group-header{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:#e2e8f0;font-size:.9375rem;font-weight:600;text-align:left;cursor:pointer;transition:background .2s}.flow-group-header:hover{background:#3341554d}.flow-group-title{flex:1;letter-spacing:-.01em}.flow-group-count{font-size:.8125rem;font-weight:500;color:#64748b}.flow-group-chevron{font-size:.7rem;color:#64748b;transition:transform .2s}.flow-group-body{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:1rem;border-top:1px solid rgba(51,65,85,.4)}.flow-step-card{flex-direction:column;align-items:stretch}.flow-step-card .form-group{margin-bottom:.75rem}.flow-step-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;width:100%;margin-bottom:.5rem}.flow-step-buttons{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(51,65,85,.5)}.flow-step-buttons .flow-row{margin-bottom:.5rem}.flow-hint{display:block;font-size:.8rem;color:#64748b;margin-top:.25rem}.flow-btn-label-inline{display:inline-flex;flex-direction:column;gap:.2rem;font-size:.75rem;color:#94a3b8}.flow-btn-label-inline span{white-space:nowrap}.flow-btn-label-inline input,.flow-btn-label-inline select{font-size:.875rem}.flow-btn-test{font-size:.8rem;padding:.35rem .6rem}.flow-new-layout{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:start;margin-bottom:1.5rem}.flow-new-preview{flex-shrink:0}.flow-new-sidebar{min-width:0;display:flex;flex-direction:column;gap:1rem}.flow-new-section-title{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:#e2e8f0}.flow-new-steps-list{display:flex;flex-direction:column;gap:.5rem}.flow-new-group{display:flex;flex-direction:column;gap:.25rem}.flow-new-group-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem}.flow-new-step-btn{display:block;width:100%;text-align:left;padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(51,65,85,.5);background:#0f172a66;color:#e2e8f0;font-size:.875rem;cursor:pointer;transition:background .2s,border-color .2s}.flow-new-step-btn:hover{background:#33415566;border-color:#38bdf84d}.flow-new-step-btn.active{background:#38bdf826;border-color:#38bdf866;color:#7dd3fc}.flow-new-current-panel{padding:1rem}.flow-new-details summary{padding:.5rem 0}@media (max-width: 900px){.flow-new-layout{grid-template-columns:1fr}}.flow-preview-wrap{margin-bottom:1.5rem;display:flex;justify-content:flex-start}.flow-preview-in-page{flex-shrink:0}.flow-preview{max-width:320px}.flow-preview-header{background:#0f172acc;color:#64748b;padding:.5rem .75rem;font-size:.8rem;display:flex;align-items:center;gap:.5rem;border-radius:12px 12px 0 0;border:1px solid rgba(51,65,85,.5);border-bottom:none}.flow-preview-icon{font-size:.95rem}.flow-preview-hint{color:#64748b;font-size:.75rem;padding:.5rem .75rem;margin:0;border:1px solid rgba(51,65,85,.5);border-top:none;border-radius:0 0 12px 12px}.flow-phone-device{width:320px;min-height:560px;background:#000;border-radius:44px;position:relative;box-shadow:0 0 0 2px #2a2a2a,0 0 0 4px #111,0 16px 48px #00000073;overflow:hidden}.flow-phone-dynamic-island{position:absolute;top:10px;left:50%;transform:translate(-50%);width:100px;height:28px;background:#000;border-radius:16px;z-index:50}.flow-phone-screen{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:42px;overflow:hidden;display:flex;flex-direction:column;background:#f2f2f7}.flow-phone-home-indicator{position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:110px;height:4px;background:#00000040;border-radius:2px;z-index:40}.flow-phone-status-bar{height:48px;display:flex;align-items:flex-end;justify-content:space-between;padding:0 20px 6px;flex-shrink:0;color:#000;font-weight:600;font-size:15px;letter-spacing:.3px}.flow-phone-status-icons{display:flex;align-items:center;gap:4px;font-size:12px}.flow-phone-battery{width:22px;height:10px;border:1.5px solid #000;border-radius:3px;background:#000}.flow-phone-nav{height:44px;display:flex;align-items:center;padding:0 8px;flex-shrink:0;background:#a8d8a8eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:.5px solid rgba(0,0,0,.1)}.flow-phone-nav-left{flex:1;min-width:0;display:flex;align-items:center}.flow-phone-nav-back{display:inline-flex;align-items:center;gap:2px;background:#00000080;color:#fff;border:none;font-size:15px;font-weight:600;padding:5px 10px 5px 6px;border-radius:16px;cursor:pointer}.flow-phone-nav-back:hover{opacity:.9}.flow-phone-nav-back:active{opacity:.7}.flow-phone-nav-center{position:absolute;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;max-width:55%}.flow-phone-nav-title{font-size:17px;font-weight:600;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow-phone-nav-subtitle{font-size:12px;color:#003c0080}.flow-phone-nav-right{flex:1;display:flex;justify-content:flex-end;align-items:center}.flow-phone-nav-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:15px}.flow-phone-wallpaper{flex:1;min-height:0;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:2px;background-color:#6b9b6b;background-image:radial-gradient(ellipse at 20% 50%,rgba(255,255,255,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(255,255,255,.05) 0%,transparent 40%),linear-gradient(170deg,#5e8f5e,#6b9b6b,#78a678,#6b9b6b,#5e8f5e)}.flow-phone-breadcrumb{font-size:11px;color:#00000073;margin-bottom:4px;padding:2px 0}.flow-phone-message-group{max-width:88%;align-self:flex-start;display:flex;flex-direction:column}.flow-phone-message-group.has-keyboard .flow-phone-bubble{margin-bottom:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:none}.flow-phone-bubble{padding:7px 11px 4px;border-radius:18px 18px 18px 4px;background:#fff;box-shadow:0 1px .5px #00000014;position:relative;line-height:1.35;word-wrap:break-word;white-space:pre-wrap;font-size:16px;color:#000}.flow-phone-bubble-inner{margin-bottom:2px}.flow-phone-bubble-text{font-size:16px;line-height:1.35}.flow-phone-bubble-text a{color:#3390ec;text-decoration:none}.flow-phone-bubble-text a:hover{text-decoration:underline}.flow-phone-bubble-text b,.flow-phone-bubble-text strong{font-weight:700}.flow-phone-bubble-text i,.flow-phone-bubble-text em{font-style:italic}.flow-phone-bubble-text code{background:#00000014;padding:1px 4px;border-radius:3px;font-size:14px}.flow-phone-bubble-time{font-size:11px;color:#00000059;text-align:right;float:right;margin-top:2px;padding-left:8px}.flow-preview-spoiler{background:currentColor;color:transparent;border-radius:2px;padding:0 2px}.flow-phone-keyboard{display:flex;flex-direction:column;gap:1px;margin-top:0;max-width:100%;background:#ffffffe6;border-radius:0 0 12px 12px;overflow:hidden;box-shadow:0 1px .5px #0000000f}.flow-phone-keyboard-row{display:flex;gap:1px}.flow-phone-kb-btn{flex:1;min-width:0;padding:10px 8px;background:#ffffffd9;border:none;color:#3390ec;font-size:14px;font-weight:500;cursor:pointer;text-align:center;font-family:inherit;line-height:1.25;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.flow-phone-kb-btn:hover{background:#dce6ffe6}.flow-phone-kb-btn:active{background:#c8dcf0f2}.flow-phone-keyboard-row .flow-phone-kb-btn+.flow-phone-kb-btn{border-left:1px solid rgba(0,0,0,.06)}.flow-phone-kb-back{border-left:none!important}.flow-phone-kb-btn.editable{cursor:pointer}.flow-phone-kb-btn.editable:hover{background:#fffffff2;box-shadow:inset 0 0 0 1px #3390ec4d}.flow-phone-kb-toolbar{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;padding:4px 0;align-items:center}.flow-phone-kb-toolbar-btn{padding:6px 10px;font-size:12px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#ffffffe6;color:#3390ec;cursor:pointer;font-weight:500}.flow-phone-kb-toolbar-btn:hover{background:#fff;color:#007aff}.flow-phone-kb-toolbar-btn.done{color:#34c759;border-color:#34c75966}.flow-phone-kb-toolbar-btn.add{color:#007aff}.flow-phone-kb-add-first{width:100%;padding:10px;margin-top:4px;border:1px dashed rgba(51,144,236,.5);border-radius:10px;background:#ffffffb3;color:#3390ec;font-size:14px;font-weight:500;cursor:pointer}.flow-phone-kb-add-first:hover{background:#ffffffe6;color:#007aff}.flow-preview-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.flow-preview-modal{background:#1e293b;border:1px solid rgba(51,65,85,.6);border-radius:12px;padding:1.25rem;max-width:380px;width:100%;box-shadow:0 20px 40px #0006}.flow-preview-modal-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#f1f5f9}.flow-preview-modal-body{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.flow-preview-modal-label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#94a3b8}.flow-preview-modal-input{padding:.5rem .75rem;border-radius:8px;border:1px solid rgba(71,85,105,.6);background:#0f172a99;color:#e2e8f0;font-size:.9375rem}.flow-preview-modal-input:focus{outline:none;border-color:#38bdf880}.flow-preview-modal-actions{display:flex;flex-wrap:wrap;gap:.5rem}.flow-preview-modal-btn{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid transparent}.flow-preview-modal-btn.primary{background:#38bdf840;color:#7dd3fc;border-color:#38bdf866}.flow-preview-modal-btn.primary:hover{background:#38bdf859}.flow-preview-modal-btn.secondary{background:#33415580;color:#94a3b8}.flow-preview-modal-btn.secondary:hover{background:#47556980;color:#e2e8f0}.flow-preview-modal-btn.danger{background:#f8717126;color:#fca5a5;border-color:#f871714d}.flow-preview-modal-btn.danger:hover{background:#f8717140}.flow-phone-input-bar{display:flex;align-items:flex-end;gap:4px;padding:6px 6px 12px;background:#a8d8a8eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:.5px solid rgba(0,0,0,.1);flex-shrink:0}.flow-phone-input-icon{width:36px;height:36px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.flow-phone-input-field{flex:1;min-height:36px;border-radius:18px;background:#fffffff2;padding:8px 14px;font-size:16px;color:#00000073;display:flex;align-items:center}.flow-preview-empty{color:#00000080;font-size:15px;margin:0;padding:1rem}.flow-phone-bubble .editable-text-view,.flow-phone-bubble .editable-text-content{color:#000}.flow-phone-bubble .editable-text-view a{color:#3390ec}.flow-phone-bubble .editable-text-spoiler{background:#00000026;color:transparent}.flow-phone-bubble .editable-text-edit-btn{color:#3390ec}.flow-phone-bubble .editable-text-edit-btn:hover{color:#007aff}.flow-phone-bubble .editable-text-toolbar{margin-top:6px}.flow-phone-bubble .editable-text-btn{background:#0000000f;border:1px solid rgba(0,0,0,.1);color:#333}.flow-phone-bubble .editable-text-btn:hover{background:#3390ec1f;border-color:#3390ec4d;color:#007aff}.flow-phone-bubble .editable-text-actions button{color:#007aff}.flow-phone-bubble .editable-text-content:empty:before{color:#0006}.editable-text-trigger{position:relative;display:inline-block}.editable-text-view{white-space:pre-wrap}.editable-text-view a{color:#7dd3fc}.editable-text-spoiler{background:#ffffff26;border-radius:2px;padding:0 2px}.editable-text-edit-btn{margin-left:.25rem;padding:.1rem .3rem;font-size:.75rem;background:transparent;border:none;color:#64748b;cursor:pointer;border-radius:4px;vertical-align:middle;opacity:.8}.editable-text-edit-btn:hover{color:#7dd3fc;opacity:1}.editable-text--active{margin-top:.5rem}.editable-text-content{min-height:1.5em;padding:.35rem 0;font-size:inherit;line-height:1.4;outline:none}.editable-text-content:empty:before{content:attr(data-placeholder);color:#64748b}.editable-text-toolbar{display:flex;gap:.25rem;margin-top:.35rem;flex-wrap:wrap}.editable-text-btn{width:28px;height:26px;display:inline-flex;align-items:center;justify-content:center;background:#33415580;border:1px solid rgba(71,85,105,.6);border-radius:4px;color:#e2e8f0;font-size:.8rem;cursor:pointer}.editable-text-btn:hover{background:#47556999;border-color:#38bdf866;color:#7dd3fc}.editable-text-actions{display:flex;gap:.5rem;margin-top:.5rem}.editable-text-actions button{padding:.35rem .75rem;font-size:.85rem}.dashboard{padding:0 0 2.5rem}.dashboard-loading{display:flex;justify-content:center;gap:.5rem;padding:4rem 2rem}.dashboard-loading-dot{width:8px;height:8px;border-radius:50%;background:#475569;animation:dashboard-pulse 1.2s ease-in-out infinite;box-shadow:0 0 12px #38bdf84d}.dashboard-loading-dot:nth-child(2){animation-delay:.2s}.dashboard-loading-dot:nth-child(3){animation-delay:.4s}@keyframes dashboard-pulse{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}.dashboard-error{text-align:center;padding:2rem;background:#1e293b99;border:1px solid rgba(248,113,113,.25);border-radius:12px;max-width:400px;margin:0 auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-error-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#f8717126;color:#f87171;font-weight:700;margin-bottom:.75rem}.dashboard-error p{color:#e2e8f0;margin:0 0 1rem}.dashboard-error button{margin:0}.dashboard-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(51,65,85,.5)}.dashboard-header-text{flex:1;min-width:0}.dashboard-title{margin:0 0 .35rem;font-size:1.5rem;font-weight:600;color:#f1f5f9;letter-spacing:-.02em}.dashboard-subtitle{margin:0;font-size:.9375rem;color:#64748b;line-height:1.5;max-width:42ch}.dashboard-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#38bdf826;color:#7dd3fc;border:1px solid rgba(56,189,248,.35);border-radius:8px;font-weight:500;font-size:.875rem;letter-spacing:.02em;text-decoration:none;white-space:nowrap;transition:background .2s,border-color .2s,box-shadow .2s}.dashboard-cta:hover{background:#38bdf840;border-color:#38bdf880;box-shadow:0 0 20px #38bdf826;text-decoration:none}.dashboard-cta--primary{padding:.625rem 1.25rem;font-size:.9375rem}.dashboard-cta-icon{flex-shrink:0;opacity:.9}.dashboard-stat-cards-wrap{display:flex;justify-content:center;margin-bottom:1.5rem}.dashboard-stat-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;width:100%;max-width:100%}.dashboard-stat-card{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem;background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .2s,box-shadow .2s;overflow:hidden}.dashboard-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(56,189,248,.2),transparent);opacity:0;transition:opacity .2s}.dashboard-stat-card:hover{border-color:#475569b3;box-shadow:0 4px 20px #0003}.dashboard-stat-card:hover:before{opacity:1}.dashboard-stat-card-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#64748b}.dashboard-stat-card--active .dashboard-stat-card-icon{color:#86efac}.dashboard-stat-card--inactive .dashboard-stat-card-icon{color:#fde047}.dashboard-stat-card--monitor .dashboard-stat-card-icon{color:#38bdf8}.dashboard-stat-card-content{display:flex;flex-direction:column;gap:.125rem;min-width:0}.dashboard-stat-card-value{font-size:1.25rem;font-weight:600;color:#e2e8f0;letter-spacing:-.02em;line-height:1.2}.dashboard-stat-card--active .dashboard-stat-card-value{color:#86efac}.dashboard-stat-card--inactive .dashboard-stat-card-value{color:#fde047}.dashboard-stat-card-label{font-size:.75rem;font-weight:500;color:#64748b;letter-spacing:.03em;text-transform:uppercase}.dashboard-section{margin-top:0}.dashboard-section-title{margin:0 0 1rem;font-size:.8125rem;font-weight:600;color:#64748b;letter-spacing:.08em;text-transform:uppercase}.dashboard-empty{position:relative;text-align:center;padding:3rem 1.5rem;background:#0f172a80;border:1px dashed rgba(51,65,85,.6);border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-empty:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(56,189,248,.2),transparent);border-radius:1px}.dashboard-empty-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#475569}.dashboard-empty-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#e2e8f0;letter-spacing:-.01em}.dashboard-empty-desc{margin:0 0 1.5rem;font-size:.9375rem;color:#64748b;max-width:36ch;margin-left:auto;margin-right:auto;line-height:1.5}.dashboard-empty .dashboard-cta--primary{margin:0}.dashboard-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.dashboard-card{position:relative;background:#0f172a80;border:1px solid rgba(51,65,85,.5);border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .2s,box-shadow .2s;overflow:hidden}.dashboard-card:hover{border-color:#47556999;box-shadow:0 8px 32px #0003}.dashboard-card-glow{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(56,189,248,.25),transparent);opacity:0;transition:opacity .2s;pointer-events:none}.dashboard-card:hover .dashboard-card-glow{opacity:1}.dashboard-card-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.dashboard-card-mode{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:8px;background:#33415566;color:#94a3b8}.dashboard-card-name{margin:0;font-size:1rem;font-weight:600;color:#f1f5f9;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.dashboard-card-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.dashboard-card-badge--active{background:#22c55e26;color:#86efac;border:1px solid rgba(34,197,94,.25)}.dashboard-card-badge--inactive{background:#fde0471f;color:#fde047;border:1px solid rgba(253,224,71,.2)}.dashboard-card-meta{font-size:.8125rem;color:#64748b;letter-spacing:.02em}.dashboard-card-edit{display:inline-flex;align-items:center;margin-top:.5rem;padding:.5rem 1rem;width:fit-content;font-size:.875rem;font-weight:500;color:#38bdf8;border:1px solid rgba(56,189,248,.35);border-radius:8px;text-decoration:none;transition:color .2s,border-color .2s,background .2s}.dashboard-card-edit:hover{color:#7dd3fc;background:#38bdf81a;border-color:#38bdf880;text-decoration:none}.dashboard-card-delete{position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:8px;color:#64748b;cursor:pointer;transition:color .2s,background .2s}.dashboard-card-delete:hover{color:#f87171;background:#f871711a}.dashboard-card-delete:disabled{color:#475569;cursor:not-allowed;opacity:.8}.dashboard-card-delete-spin{animation:dashboard-delete-spin .8s linear infinite}@keyframes dashboard-delete-spin{to{transform:rotate(360deg)}}.bot-edit{padding-bottom:2rem}.bot-edit-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(51,65,85,.5)}.bot-edit-header-main{flex:1;min-width:0}.bot-edit-back{display:inline-block;margin-bottom:.5rem;font-size:.9375rem;color:#64748b;text-decoration:none;transition:color .2s}.bot-edit-back:hover{color:#38bdf8;text-decoration:none}.bot-edit-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem}.bot-edit-title{margin:0;font-size:1.5rem;font-weight:600;color:#f1f5f9;letter-spacing:-.02em}.bot-edit-subtitle{margin:0;font-size:.9375rem;color:#64748b}.bot-edit-quick{display:flex;flex-wrap:wrap;gap:.5rem}.bot-edit-quick-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0f172a80;border:1px solid rgba(51,65,85,.5);border-radius:8px;color:#e2e8f0;text-decoration:none;font-size:.9375rem;font-weight:500;transition:border-color .2s,background .2s}.bot-edit-quick-link:hover{border-color:#47556999;background:#1e293b80;color:#e2e8f0;text-decoration:none}.bot-edit-quick-icon{font-size:1.1rem}.bot-edit-quick-count{padding:.15rem .5rem;background:#33415580;border-radius:6px;font-size:.8125rem;color:#94a3b8;font-weight:500}.bot-edit-card{padding:1.5rem 1.75rem;background:#0f172a4d;border:1px solid rgba(51,65,85,.4);border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bot-edit-tabs{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:1px solid rgba(51,65,85,.5)}.bot-edit-card .grid2{gap:1.25rem}.bot-edit-tab{padding:.5rem .875rem;border-radius:8px;border:none;background:transparent;color:#64748b;font-size:.9375rem;font-weight:500;cursor:pointer;transition:color .2s,background .2s}.bot-edit-tab:hover{color:#e2e8f0;background:#33415559}.bot-edit-tab.active{color:#7dd3fc;background:#38bdf81a}.bot-edit-error{color:#f87171;margin-top:1rem;margin-bottom:0}.bot-edit-save-bar{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(51,65,85,.5)}.bot-edit-save-btn{padding:.625rem 1.25rem;font-size:1rem}.bot-edit-save-hint{margin:.5rem 0 0;font-size:.875rem;color:#64748b}.bot-edit-quick-link--danger{color:#f87171;border-color:#f871714d}.bot-edit-quick-link--danger:hover{color:#fca5a5;border-color:#f8717180;background:#f8717114}.bot-modules{display:flex;flex-direction:column;gap:1.25rem}.bot-modules-group{background:#0f172a66;border:1px solid rgba(51,65,85,.5);border-radius:10px;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bot-modules-group-header{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;border-bottom:1px solid rgba(51,65,85,.4)}.bot-modules-group-command{font-size:.9375rem;font-weight:600;color:#e2e8f0;letter-spacing:.02em}.bot-modules-group-count{font-size:.75rem;color:#64748b;font-weight:500}.bot-modules-list{display:flex;flex-direction:column;gap:0}.bot-modules-card{padding:.85rem 1rem;border-bottom:1px solid rgba(51,65,85,.3);transition:background .2s}.bot-modules-card:last-child{border-bottom:none}.bot-modules-card:hover{background:#33415526}.bot-modules-card--on{background:#38bdf80a}.bot-modules-card--on:hover{background:#38bdf814}.bot-modules-card-main{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.bot-modules-toggle{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0;cursor:pointer}.bot-modules-toggle-input{opacity:0;width:0;height:0}.bot-modules-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#33415599;border-radius:11px;transition:background .2s,box-shadow .2s}.bot-modules-toggle-slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:#94a3b8;border-radius:50%;transition:transform .2s}.bot-modules-toggle-input:checked+.bot-modules-toggle-slider{background:#38bdf866;box-shadow:0 0 12px #38bdf84d}.bot-modules-toggle-input:checked+.bot-modules-toggle-slider:before{transform:translate(18px);background:#7dd3fc}.bot-modules-toggle-input:focus-visible+.bot-modules-toggle-slider{outline:2px solid rgba(56,189,248,.5);outline-offset:2px}.bot-modules-card-info{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1}.bot-modules-card-name{font-size:.9375rem;font-weight:500;color:#e2e8f0;cursor:text}.bot-modules-card-name-input{font-size:.9375rem;font-weight:500;color:#e2e8f0;background:#0f172a99;border:1px solid rgba(71,85,105,.5);border-radius:6px;padding:.2rem .4rem;width:100%;min-width:120px;max-width:240px}.bot-modules-card-name-input:focus{outline:2px solid rgba(56,189,248,.5);outline-offset:1px}.bot-modules-card-slug{font-size:.75rem;color:#64748b}.bot-modules-card-options{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1.25rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(51,65,85,.35)}.bot-modules-opt{display:inline-flex;flex-direction:column;gap:.2rem;font-size:.8125rem;color:#94a3b8}.bot-modules-opt-label{font-weight:500}.bot-modules-opt-select{width:100%;min-width:100px;max-width:120px;padding:.35rem .5rem;font-size:.8125rem;background:#0f172a99;border:1px solid rgba(71,85,105,.5);border-radius:6px;color:#e2e8f0}.bot-modules-opt-input{width:64px;padding:.35rem .5rem;font-size:.8125rem;background:#0f172a99;border:1px solid rgba(71,85,105,.5);border-radius:6px;color:#e2e8f0}.bot-modules-opt--row{flex-direction:row;align-items:center;gap:.4rem}.bot-modules-opt--row input{width:auto;margin:0}.bot-modules-global-hint{font-size:.8125rem;color:#64748b;margin:.5rem 0 0}.bot-modules-readonly-opts{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-top:.5rem;font-size:.8125rem;color:#94a3b8}.bot-modules-readonly-opts .bot-modules-opt-label{margin-right:.25rem}.bot-sections{display:flex;flex-direction:column;gap:1.75rem}.bot-section{padding:1.25rem;background:#0f172a66;border:1px solid rgba(51,65,85,.5);border-radius:10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bot-section-title{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#f1f5f9;letter-spacing:-.01em}.bot-section-desc{margin:0 0 1rem;font-size:.875rem;color:#64748b;line-height:1.4}.bot-section-fields{display:flex;flex-direction:column;gap:0}.bot-section-fields .form-group{margin-bottom:1rem}.bot-section-fields .form-group:last-child{margin-bottom:0}.bot-section-fields--row{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:1rem}.bot-section-fields--row .form-group{margin-bottom:0}.bot-input{width:100%;max-width:100%}.bot-select{width:100%;max-width:280px}.bot-checkbox{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#e2e8f0;cursor:pointer;margin:0}.bot-checkbox input{width:auto;margin:0}.bot-details{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(51,65,85,.5);font-size:.875rem;color:#64748b}.bot-details summary{cursor:pointer;color:#94a3b8}.bot-details summary:hover{color:#e2e8f0}.bot-details p{margin:.5rem 0 0;line-height:1.45}.bot-subpage{padding-bottom:2rem}.bot-subpage-header{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(51,65,85,.5)}.bot-subpage-back{display:inline-block;margin-bottom:.5rem;font-size:.9375rem;color:#64748b;text-decoration:none;transition:color .2s}.bot-subpage-back:hover{color:#38bdf8;text-decoration:none}.bot-subpage-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:600;color:#f1f5f9;letter-spacing:-.02em}.bot-subpage-meta{margin:0;font-size:.9375rem;color:#64748b}.bot-subpage-table{margin-top:0}.bot-subpage-pagination{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem}.bot-subpage-pagination span{font-size:.9375rem;color:#64748b}.modules-page{padding-bottom:2rem}.modules-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(51,65,85,.5)}.modules-back{display:inline-block;margin-bottom:.5rem;font-size:.9375rem;color:#64748b;text-decoration:none;transition:color .2s}.modules-back:hover{color:#38bdf8;text-decoration:none}.modules-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:600;color:#f1f5f9;letter-spacing:-.02em}.modules-subtitle{margin:0;font-size:.9375rem;color:#64748b;line-height:1.45;max-width:52ch}.modules-error{color:#f87171;margin-bottom:1rem}.modules-section{margin-bottom:1.5rem}.modules-actions{margin-bottom:1rem}.modules-add-form{margin-bottom:1.5rem;padding:1.25rem;background:#0f172a80;border:1px solid rgba(51,65,85,.5);border-radius:10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modules-add-title{margin:0 0 1rem;font-size:.9375rem;font-weight:600;color:#e2e8f0}.modules-add-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.modules-add-submit{margin-top:0}.modules-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid rgba(51,65,85,.4);overflow:hidden}.modules-table{width:100%;margin-top:0}.modules-table td,.modules-table th{padding:.6rem .75rem;vertical-align:middle;border-bottom:1px solid rgba(51,65,85,.4)}.modules-table code{font-size:.875rem}.modules-table .modules-btn{margin-right:.5rem;padding:.35rem .6rem;font-size:.8125rem}.modules-inline-input{width:64px;padding:.35rem .5rem;font-size:.8125rem;background:#0f172a99;border:1px solid rgba(71,85,105,.5);border-radius:6px;color:#e2e8f0}.modules-inline-select{padding:.35rem .5rem;font-size:.8125rem;background:#0f172a99;border:1px solid rgba(71,85,105,.5);border-radius:6px;color:#e2e8f0;min-width:90px}.modules-btn{border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s,border-color .2s}.modules-btn--test{background:#33415580;color:#e2e8f0;border:1px solid rgba(71,85,105,.5)}.modules-btn--test:hover{background:#47556980}.modules-btn--danger{background:transparent;color:#f87171;border:1px solid transparent}.modules-btn--danger:hover{background:#f871711a}.modules-empty{color:#64748b;margin-top:1rem}.modules-select{max-width:400px;display:block;margin-bottom:.5rem}.modules-inline-btn{margin-left:0;margin-top:.5rem}.modules-run-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.modules-run-row .bot-input{width:100%;max-width:280px}.modules-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1rem}@media (max-width: 900px){.modules-editor-grid{grid-template-columns:1fr}}.modules-textarea{width:100%;min-height:240px;font-family:monospace;font-size:.85rem;resize:vertical}.modules-save-ejs{margin-top:.5rem;padding:.35rem .75rem;font-size:.875rem}.modules-preview-actions{margin-bottom:1rem}.modules-preview-box{padding:1rem;border:1px solid rgba(51,65,85,.5);border-radius:10px;background:#0f172a80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modules-preview-error{color:#f87171;margin:.5rem 0 0}.modules-preview-output{white-space:pre-wrap;word-break:break-word;margin:.5rem 0 0;padding:.75rem;background:#0f172a99;border-radius:8px;min-height:60px;font-size:.875rem}.modules-hint{color:#64748b;font-size:.9375rem;margin:0}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.login-card{max-width:360px;width:100%;background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:12px;padding:1.75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(56,189,248,.3),transparent)}.login-card h1{margin:0 0 .35rem;font-size:1.5rem;font-weight:600;color:#f1f5f9;letter-spacing:-.02em}.login-card-desc{color:#64748b;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.5}.login-card .form-group{margin-bottom:1.25rem}.login-card .form-group:last-of-type{margin-bottom:1rem}.login-card button[type=submit]{width:100%;padding:.625rem 1rem}.login-card .login-error{color:#f87171;font-size:.9rem;margin-bottom:1rem}
