.jimboDrawer{--jd-text:#ffffffeb;--jd-muted:#ffffff9e;--jd-bg:#0a0e12eb;--jd-bg-soft:#ffffff0b;--jd-border:#ffffff1a;--jd-border-soft:#ffffff14;--jd-shadow:0 24px 90px #0000008c;--jd-bubble:#ffffff0f;--jd-bubble-border:#ffffff1a;--jd-user-bubble:linear-gradient(120deg,#39d0ff38,#8f4bff38);--jd-user-border:#39d0ff38;--jd-input-bg:#ffffff0e;--jd-input-border:#ffffff24;--jd-header-bg:#ffffff08}html[data-theme=light] .jimboDrawer,body[data-theme=light] .jimboDrawer,html.light .jimboDrawer,body.light .jimboDrawer,.light .jimboDrawer{--jd-text:#0a0e12eb;--jd-muted:#0a0e1294;--jd-bg:#ffffffdb;--jd-bg-soft:#ffffffb3;--jd-border:#0a0e121a;--jd-border-soft:#0a0e1214;--jd-shadow:0 28px 110px #0a0e121a;--jd-bubble:#ffffffe0;--jd-bubble-border:#0a0e121a;--jd-user-bubble:linear-gradient(120deg,#39d0ff33,#8f4bff2e);--jd-user-border:#39d0ff38;--jd-input-bg:#ffffffc7;--jd-input-border:#0a0e121f;--jd-header-bg:#ffffff9e}.jimboDrawer .ant-drawer-content{-webkit-backdrop-filter:blur(18px);box-shadow:var(--jd-shadow);background:var(--jd-bg)!important;color:var(--jd-text)!important}.jimboDrawer .ant-drawer-header{-webkit-backdrop-filter:blur(16px);background:var(--jd-header-bg)!important;border-bottom:1px solid var(--jd-border)!important}.jimboDrawer .ant-drawer-title,.jimboDrawer .ant-drawer-header-title,.jimboDrawer .ant-drawer-close,.jimboDrawer .ant-drawer-close svg{color:var(--jd-text)!important}.jimboDrawer .ant-drawer-body{background:0 0!important}.jimboDrawerHeader{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.jimboHeaderLeft{align-items:center;gap:10px;min-width:0;display:flex}.jimboHeaderAvatar{border:1px solid var(--jd-border-soft);background:var(--jd-bg-soft);border-radius:16px;place-items:center;width:56px;height:56px;display:grid;overflow:hidden;box-shadow:0 10px 28px #0000001f}.jimboHeaderAvatarInner{width:56px;height:56px;position:relative}.jimboHeaderAvatarInner img{object-fit:contain}.jimboHeaderText{flex-direction:column;gap:2px;min-width:0;display:flex}.jimboDrawerTitle{letter-spacing:.06em;background:linear-gradient(120deg,#39d0ff,#6e7bff,#8f4bff,#39d0ff) 0 0/320% 320%;color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:980;line-height:1.05;animation:8s ease-in-out infinite heroJimboGradientFlow}.jimboDrawerSubtitle{color:var(--jd-muted);font-size:12px;font-weight:700}.jimboHeaderRight{align-items:center;gap:10px;display:flex}.jimboStatusPill{border:1px solid var(--jd-border-soft);background:var(--jd-bg-soft);color:var(--jd-muted);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.jimboCloseBtn{place-items:center;width:40px;height:40px;transition:transform .18s,border-color .18s,filter .18s;display:grid;border:1px solid var(--jd-border-soft)!important;background:var(--jd-bg-soft)!important;color:var(--jd-text)!important;border-radius:14px!important;padding:0!important;font-size:22px!important;line-height:1!important}.jimboCloseBtn:hover{filter:brightness(1.02);transform:translateY(-1px);border-color:#39d0ff47!important}.jimboDrawerShell{flex-direction:column;height:100%;display:flex}.jimboChatMessages{flex:1;padding:14px;overflow:auto}.jimboChatMessages:before{content:"";background:linear-gradient(90deg,transparent,var(--jd-border-soft),transparent);opacity:.65;height:1px;margin-bottom:12px;display:block}.jimboMsg{margin:10px 0;display:flex}.jimboMsg.isJimbo{justify-content:flex-start}.jimboMsg.isUser{justify-content:flex-end}.jimboBubble{max-width:86%;color:var(--jd-text);border:1px solid var(--jd-bubble-border);background:var(--jd-bubble);border-radius:16px;padding:11px 12px;font-weight:720;line-height:1.35;position:relative;overflow:hidden;box-shadow:0 10px 28px #00000024}.jimboMsg.isUser .jimboBubble{background:var(--jd-user-bubble);border-color:var(--jd-user-border)}.jimboBubble:after{content:"";opacity:0;pointer-events:none;mix-blend-mode:overlay;background:linear-gradient(110deg,#0000 0%,#fff3 18%,#0000 38%);position:absolute;inset:-2px;transform:translate(-120%)}.jimboBubble.isNew:after{animation:.78s ease-out jimboBubbleSheen}@keyframes jimboBubbleSheen{0%{opacity:0;transform:translate(-120%)}35%{opacity:.55}to{opacity:0;transform:translate(120%)}}.jimboComposerFooter{border-top:1px solid var(--jd-border);background:var(--jd-header-bg);-webkit-backdrop-filter:blur(18px);padding:12px 12px 10px;position:sticky;bottom:0}.jimboComposerRow{grid-template-columns:1fr 52px;align-items:stretch;gap:10px;display:grid}.jimboDrawer .ant-input,.jimboDrawer .ant-input-affix-wrapper,.jimboDrawer .ant-input::placeholder{color:var(--jd-text)!important}.jimboComposerInput{height:52px;border:1px solid var(--jd-input-border)!important;background:var(--jd-input-bg)!important;color:var(--jd-text)!important;border-radius:16px!important;padding:0 14px!important}.jimboComposerInput input{font-weight:650;color:var(--jd-text)!important;background:0 0!important}.jimboComposerInput input::placeholder{color:var(--jd-muted)!important}.jimboSendBtn{place-items:center;display:grid;border-radius:16px!important;width:52px!important;height:52px!important;padding:0!important}.jimboChatHint{color:var(--jd-muted);margin-top:8px;font-size:12px}@media (max-width:520px){.jimboDrawer .ant-drawer-content-wrapper{width:min(92vw,460px)!important}}
.siteFooter{isolation:isolate;background:#0000002e;border-top:1px solid #ffffff14;padding:64px 0 44px;position:relative}.siteFooterInner{z-index:1;position:relative}.siteFooterGrid{grid-template-columns:1.4fr .9fr .9fr .9fr;gap:22px;padding:20px 0 26px;display:grid}.siteFooterBrand{-webkit-backdrop-filter:blur(14px);background:#ffffff08;border:1px solid #ffffff14;border-radius:22px;padding:18px;box-shadow:0 18px 70px #00000073}.siteFooterLogoRow{align-items:center;gap:12px;margin-bottom:12px;display:flex}.siteFooterLogo{background:#0000002e;border:1px solid #ffffff1a;border-radius:14px;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.siteFooterLogo img{object-fit:contain;width:100%;height:100%}.siteFooterName{letter-spacing:.6px;color:#ffffffeb;font-size:18px;font-weight:950}.siteFooterJimbo{background:linear-gradient(120deg,#39d0ff,#6e7bff,#8f4bff,#39d0ff) 0 0/320% 320%;color:#0000;-webkit-background-clip:text;background-clip:text;animation:8s ease-in-out infinite heroJimboGradientFlow}.siteFooterTag{color:#ffffff9e;margin-top:2px;font-size:12px;font-weight:750}.siteFooterDesc{color:#ffffffb8;margin:0 0 14px;font-size:13px;line-height:1.6}.siteFooterSocial{gap:10px;display:flex}.siteFooterSocialBtn{color:#ffffffc7;background:#0000002e;border:1px solid #ffffff1a;border-radius:14px;place-items:center;width:40px;height:40px;text-decoration:none;transition:transform .18s,border-color .18s,background .18s;display:grid}.siteFooterSocialBtn:hover{background:#ffffff0a;border-color:#39d0ff38;transform:translateY(-2px)}.siteFooterCol{padding:10px 2px}.siteFooterColTitle{color:#ffffffe6;letter-spacing:.4px;margin-bottom:12px;font-weight:950}.siteFooterLinks{gap:10px;display:grid}.siteFooterLink{color:#ffffffb3;font-weight:700;text-decoration:none;transition:color .15s,transform .15s}.siteFooterLink:hover{color:#ffffffeb;transform:translate(2px)}.siteFooterMeta{gap:10px;margin-bottom:10px;display:grid}.siteFooterMetaRow{color:#ffffffbd;gap:10px;font-size:13px;line-height:1.4;display:flex}.siteFooterMetaLabel{color:#ffffff94;width:70px;font-weight:800}.siteFooterMetaValue{font-weight:750}.siteFooterBottom{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:16px;padding-top:18px;display:flex}.siteFooterCopy{color:#ffffff8c;font-size:13px;font-weight:750}.siteFooterJimboSmall{letter-spacing:.4px;color:#fffc;font-weight:950}@media (max-width:980px){.siteFooterGrid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.siteFooterGrid{grid-template-columns:1fr}.siteFooterBottom{flex-direction:column;align-items:flex-start}}
