.aofta-shell{position:fixed;z-index:99990;bottom:24px;left:24px;font-family:inherit;color:#151515}.aofta-shell.aofta-right{left:auto;right:24px}.aofta-launcher{width:58px;height:58px;border:0;border-radius:19px;background:var(--aofta-primary,#111);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 14px 38px rgba(0,0,0,.22);transition:transform .22s ease,box-shadow .22s ease}.aofta-launcher:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 18px 42px rgba(0,0,0,.27)}.aofta-launch-close{display:none;font-size:30px;line-height:1;font-weight:300}.aofta-shell.is-open .aofta-launch-icon{display:none}.aofta-shell.is-open .aofta-launch-close{display:block}.aofta-unread{position:absolute;top:-5px;right:-5px;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#ff4d4f;color:#fff;font-size:11px;border:3px solid #fff}.aofta-shell.is-open .aofta-unread,.aofta-shell.seen .aofta-unread{display:none}
.aofta-panel{position:absolute;bottom:72px;left:0;width:min(390px,calc(100vw - 32px));height:min(590px,calc(100vh - 120px));background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.22);display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transform-origin:bottom left;transition:.23s ease}.aofta-right .aofta-panel{left:auto;right:0;transform-origin:bottom right}.aofta-shell.is-open .aofta-panel{opacity:1;visibility:visible;transform:none}.aofta-head{padding:16px 16px 14px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.aofta-agent{display:flex;align-items:center;gap:10px}.aofta-avatar{width:39px;height:39px;border-radius:13px;background:#111;color:#fff;display:grid;place-items:center}.aofta-agent strong{display:block;font-size:14px}.aofta-agent small{display:flex;align-items:center;gap:5px;color:#707070;font-size:11px;margin-top:2px}.aofta-agent small i{width:7px;height:7px;border-radius:50%;background:#31b868}.aofta-close{border:0;background:transparent;width:36px;height:36px;border-radius:10px;font-size:25px;cursor:pointer;color:#555}.aofta-close:hover{background:#f3f3f3}.aofta-body{flex:1;overflow:auto;padding:18px;background:#fafafa;scrollbar-width:thin}.aofta-messages{display:flex;flex-direction:column;gap:12px}.aofta-message{max-width:88%;animation:aoftaIn .24s ease}.aofta-message.bot{align-self:flex-start}.aofta-message.user{align-self:flex-end}.aofta-bubble{padding:11px 13px;border-radius:16px;font-size:13px;line-height:1.45}.aofta-bot-bubble{background:#fff;border:1px solid #e9e9e9;border-bottom-left-radius:5px}.aofta-user-bubble{background:#111;color:#fff;border-bottom-right-radius:5px}.aofta-options{display:grid;gap:8px;margin-top:9px;min-width:250px}.aofta-option{appearance:none;border:1px solid #e1e1e1;background:#fff;color:#171717;border-radius:13px;padding:10px 12px;text-align:left;font:inherit;font-size:12.5px;line-height:1.3;cursor:pointer;transition:.17s}.aofta-option:hover{border-color:#111;transform:translateX(2px);background:#f5f5f5}.aofta-controls{display:flex;justify-content:space-between;gap:8px;padding:11px 14px;border-top:1px solid #eee;background:#fff}.aofta-controls button{border:0;background:transparent;color:#6b6b6b;font:inherit;font-size:11.5px;cursor:pointer;padding:7px 8px;border-radius:8px}.aofta-controls button:hover{background:#f4f4f4;color:#111}.aofta-back[disabled]{opacity:.3;pointer-events:none}
.aofta-nudge{position:absolute;bottom:72px;left:0;width:290px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:17px;padding:14px 36px 14px 15px;box-shadow:0 14px 40px rgba(0,0,0,.16);opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s}.aofta-right .aofta-nudge{left:auto;right:0}.aofta-nudge.show{opacity:1;visibility:visible;transform:none}.aofta-nudge strong,.aofta-nudge span{display:block}.aofta-nudge strong{font-size:12px;margin-bottom:4px}.aofta-nudge span{font-size:11.5px;line-height:1.4;color:#696969}.aofta-nudge-close{position:absolute;right:6px;top:6px;border:0;background:transparent;color:#888;font-size:19px;cursor:pointer;width:28px;height:28px}.aofta-nudge-close:hover{color:#111}
@keyframes aoftaIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (prefers-color-scheme:dark){html[data-theme="dark"] .aofta-panel,html[data-theme="dark"] .aofta-head,html[data-theme="dark"] .aofta-controls,html[data-theme="dark"] .aofta-nudge,html[data-theme="dark"] .aofta-bot-bubble,html[data-theme="dark"] .aofta-option{background:#17191d;color:#f5f5f5;border-color:#2b2e34}html[data-theme="dark"] .aofta-body{background:#101216}html[data-theme="dark"] .aofta-agent small,html[data-theme="dark"] .aofta-nudge span{color:#a8adb5}html[data-theme="dark"] .aofta-option:hover,html[data-theme="dark"] .aofta-controls button:hover,html[data-theme="dark"] .aofta-close:hover{background:#24272d;color:#fff}html[data-theme="dark"] .aofta-unread{border-color:#0d0f12}}
html[data-theme="dark"] .aofta-panel,html[data-theme="dark"] .aofta-head,html[data-theme="dark"] .aofta-controls,html[data-theme="dark"] .aofta-nudge,html[data-theme="dark"] .aofta-bot-bubble,html[data-theme="dark"] .aofta-option{background:#17191d;color:#f5f5f5;border-color:#2b2e34}html[data-theme="dark"] .aofta-body{background:#101216}html[data-theme="dark"] .aofta-agent small,html[data-theme="dark"] .aofta-nudge span{color:#a8adb5}html[data-theme="dark"] .aofta-option:hover,html[data-theme="dark"] .aofta-controls button:hover,html[data-theme="dark"] .aofta-close:hover{background:#24272d;color:#fff}
@media(max-width:700px){.aofta-shell{left:14px;bottom:14px}.aofta-shell.aofta-right{left:auto;right:14px}.aofta-panel{position:fixed;left:10px!important;right:10px!important;bottom:82px;width:auto;height:min(620px,calc(100vh - 105px));border-radius:22px;transform-origin:bottom center}.aofta-nudge{width:min(290px,calc(100vw - 28px))}.aofta-launcher{width:56px;height:56px}}
