.lkm-editor,.lkm-editor .p-editor-content,.lkm-editor .ql-container,.lkm-editor .ql-editor{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.lkm-editor .ql-editor,.lkm-editor .ql-editor p,.lkm-editor .ql-editor span,.lkm-editor .ql-editor div{overflow-wrap:anywhere!important;word-break:break-word!important;white-space:pre-wrap!important}:root{--text:#1F2937;--muted:#6B7280;--stroke:#E5E7EB;--tableHead:#FAFAFA;--brand:#F2C300;--white:#FFFFFF;--black:#000000;--success:#16A34A;--danger:#B91C1C;--radius:16px;--shadow:0 8px 24px rgba(0,0,0,.06)}.agt-topbar{position:sticky;top:0;z-index:40;background:var(--white)}.agt-topbar__inner{max-width:1200px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.agt-topbar__brand{display:flex;align-items:center;gap:10px;min-width:0}.agt-topbar__title{color:var(--text);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agt-topbar__rule{height:1px;background:var(--stroke)}.agt-burger{appearance:none;background:transparent;border:0;width:38px;height:32px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:10px}.agt-burger:focus-visible{outline:2px solid var(--brand)}.agt-burger span{display:block;height:2px;width:22px;background:var(--text);border-radius:2px}.agt-nav{position:absolute;left:0;right:0;top:100%;background:var(--white);box-shadow:var(--shadow);border-top:1px solid var(--stroke);display:none;flex-direction:column;gap:10px;padding:14px}.agt-nav.is-open{display:flex}.agt-nav__right{margin-top:6px;display:flex;justify-content:flex-start}.agt-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border:1px solid var(--stroke);border-radius:999px;color:var(--text);text-decoration:none;background:var(--tableHead);font-weight:500}.agt-pill:hover{background:#f3f4f6}.agt-pill.is-active{background:var(--text);color:var(--white);border-color:var(--text)}.agt-btn{padding:8px 12px;border-radius:999px;border:1px solid var(--stroke);background:var(--white);cursor:pointer}.agt-btn--ghost:hover{background:#f9fafb}@media (min-width: 768px){.agt-burger{display:none}.agt-nav{position:static;display:flex!important;flex-direction:row;align-items:center;gap:8px;padding:0;box-shadow:none;border:0}.agt-nav__right{margin-left:auto;margin-top:0}}@media (max-width: 360px){.agt-nav.is-open{overflow-x:auto}}:root{--text:#1F2937;--yellow:#F2C300;--stroke:#E5E7EB;--muted:#6B7280;--thead:#FAFAFA;--field-radius:12px;--field-pad:12px}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:ui-sans-serif,system-ui,Segoe UI,Roboto,Helvetica,Arial;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}.btn-primary{padding:10px 14px;border-radius:12px;background:var(--text);color:#fff;border:1px solid var(--text)}.btn-outline{padding:10px 14px;border-radius:12px;border:1px solid var(--stroke);background:#fff}.btn-yellow{padding:10px 14px;border-radius:12px;background:var(--yellow);color:#000;font-weight:600;border:1px solid var(--yellow)}button{cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.btn-primary:hover{filter:brightness(.95)}.btn-outline:hover{background:var(--thead)}.btn-yellow:hover{filter:brightness(1.03)}label{font-size:14px;margin-bottom:6px;display:block}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],input[type=search],input[type=date],input[type=time],input[type=datetime-local],select,textarea{width:100%;padding:var(--field-pad);border-radius:var(--field-radius);border:1px solid var(--stroke);background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.9}input:focus:not([type=checkbox]):not([type=radio]),select:focus,textarea:focus{border-color:var(--yellow);box-shadow:0 0 0 3px #f2c3004d}input[type=checkbox],input[type=radio]{width:auto;height:16px;margin:0;padding:0;accent-color:var(--yellow);border-radius:4px}.form{display:grid;gap:14px}.card{background:#fff;border:1px solid var(--stroke);border-radius:16px;padding:18px}.lkm-alert{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid transparent;font-size:14px;line-height:1.2;margin-top:8px}.lkm-alert--success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.lkm-alert--error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.container{max-width:1200px;margin:0 auto;padding:40px 20px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:900px){.two-col{grid-template-columns:1fr}}.cards-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px}@media (max-width:640px){.cards-grid{grid-template-columns:1fr}}img{max-width:100%;height:auto}@media (max-width:768px){.hide-sm{display:none!important}.show-sm{display:initial!important}}@media (min-width:769px){.show-sm{display:none!important}}.checkbox-row{display:flex;align-items:center;gap:8px}.checkbox-row label{display:inline;margin:0;font-size:14px}.splash-overlay{position:fixed;inset:0;z-index:9999;background:#fff;display:grid;place-items:center;opacity:1;transition:opacity .32s ease;will-change:opacity;backface-visibility:hidden;transform:translateZ(0);pointer-events:none}html.splash-lock,body.splash-lock{overflow:hidden}.splash-overlay{position:fixed;inset:0;z-index:9999;background:#fff;display:grid;place-items:center;opacity:1;transition:opacity .3s ease}.splash-overlay.is-hiding{opacity:0}.lkm-topbar{height:64px;border-bottom:1px solid var(--stroke);background:#fff}.lkm-topbar__inner{max-width:1200px;margin:0 auto;height:64px;padding:0 20px;display:flex;align-items:center;gap:16px}.lkm-topbar__brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font-weight:600}.lkm-topbar__nav{display:flex;align-items:center;gap:10px;margin-left:12px}.lkm-topbar__spacer{flex:1}.lkm-navlink{padding:8px 12px;border-radius:12px;border:1px solid var(--stroke);background:#fff;color:inherit;text-decoration:none;font-size:14px;line-height:1}.lkm-navlink:hover,.lkm-navlink.is-active{background:var(--thead)}.lkm-pill{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:16px;background:#0f172a;color:#fff;font-size:14px}.lkm-pill__dot{width:8px;height:8px;border-radius:999px;background:#22c55e}.lkm-btn-outline{padding:8px 12px;border-radius:12px;border:1px solid var(--stroke);background:#fff;color:inherit;cursor:pointer}.lkm-btn-outline:hover{background:var(--thead)}.agent-container{max-width:1200px;margin:0 auto;padding:24px 20px}.agent-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}.agent-main{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;margin-top:16px}@media (max-width: 1024px){.agent-stats{grid-template-columns:1fr 1fr}.agent-main{grid-template-columns:1fr}}@media (max-width: 640px){.agent-stats{grid-template-columns:1fr}}.auth-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#0f172a}.auth-brand__name{font-size:16px;font-weight:600;letter-spacing:.2px;line-height:1}@media (max-width: 480px){.auth-brand__name{display:none}}
