body{background:var(--light, #f9f9fa)}.jx-pointer{cursor:pointer}.jx-nav{transition:background .25s ease,box-shadow .25s ease,border-color .25s ease;background:#0c1c2942;backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid rgba(255,255,255,.12)}.jx-nav .jx-wordmark{color:#fff;letter-spacing:.4px;transition:color .2s}.jx-nav .jx-logo{border-radius:10px;transition:transform .25s ease;box-shadow:0 6px 18px #00000047}.jx-nav .navbar-brand:hover .jx-logo{transform:rotate(-6deg) scale(1.06)}.jx-nav .jx-link{color:#ffffffdb;font-weight:500;text-decoration:none;padding:.5rem .9rem;border-radius:9px;transition:color .15s ease,background .15s ease}.jx-nav .jx-link:hover{color:#fff;background:#ffffff24}.jx-nav.scrolled{background:#ffffffed;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);box-shadow:0 8px 26px #0c1c291a;border-bottom:1px solid var(--gray-200, #e6eaec)}.jx-nav.scrolled .jx-wordmark{background:linear-gradient(90deg,var(--primary, #3550dc),#6d5dfc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.jx-nav.scrolled .jx-link{color:var(--gray-800, #40484f)}.jx-nav.scrolled .jx-link:hover{color:var(--primary, #3550dc);background:var(--primary-transparent, #e3e7fa)}.jx-carousel{overflow:hidden}.jx-carousel-track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1)}.jx-carousel-item{padding:0 12px}.jx-dot{width:9px;height:9px;border-radius:50%;border:0;padding:0;cursor:pointer;background:var(--gray-300, #dadfe2);transition:all .22s ease}.jx-dot.active{width:26px;border-radius:6px;background:var(--primary, #3550dc)}.jx-foot-admin{width:44px;height:44px;border-radius:50%;display:inline-grid;place-items:center;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.22);transition:all .18s ease;cursor:pointer;font-size:19px}.jx-foot-admin:hover{background:var(--primary, #3550dc);border-color:var(--primary, #3550dc);transform:translateY(-2px)}.jx-hero{background:var(--dark, #0c1c29)}.jx-hero-banner{position:relative;width:100%;overflow:hidden;line-height:0}.jx-hero-banner img{width:100%;height:auto;display:block}.jx-hero-actions{position:absolute;left:0;right:0;bottom:0;display:flex;flex-wrap:wrap;justify-content:center;gap:14px;padding:26px 16px 30px;line-height:normal;background:linear-gradient(to top,rgba(8,15,30,.72) 0%,rgba(8,15,30,.28) 55%,transparent 100%)}@media(max-width:575px){.jx-hero-banner{border-radius:12px}.jx-hero-actions{padding:16px 12px 18px;gap:10px}.jx-hero-actions .btn{padding:.5rem 1rem;font-size:.9rem}}.jx-section{padding:72px 0}.jx-feature-card{border:1px solid var(--gray-200, #e6eaec);border-radius:16px;transition:transform .18s ease,box-shadow .18s ease;height:100%}.jx-feature-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0c1c291f}.jx-feature-ico{width:56px;height:56px;border-radius:14px;display:grid;place-items:center;font-size:26px}.jx-anchor{scroll-margin-top:90px}.jx-chat{display:flex;flex-direction:column;gap:8px;max-height:60vh;overflow-y:auto;padding:4px}.jx-msg{max-width:78%;padding:9px 13px;border-radius:14px;font-size:.9rem;white-space:pre-wrap;word-break:break-word}.jx-msg.in{background:var(--gray-100, #f4f6f7);align-self:flex-start;border-bottom-left-radius:4px}.jx-msg.out{background:#d8f5e6;align-self:flex-end;border-bottom-right-radius:4px}.jx-msg .jx-meta{font-size:.68rem;opacity:.55;margin-top:3px}.jx-convo{cursor:pointer;border-radius:10px;padding:10px 12px;border:1px solid transparent}.jx-convo:hover{background:var(--gray-100, #f4f6f7)}.jx-convo.active{background:var(--primary-transparent, #e3e7fa);border-color:var(--primary, #3550dc)}.jx-scroll{max-height:360px;overflow-y:auto}.jx-drop{border:2px dashed var(--gray-300, #dadfe2);border-radius:12px;padding:26px;text-align:center;cursor:pointer;transition:all .15s;background:var(--light, #f9f9fa)}.jx-drop:hover,.jx-drop.drag{border-color:var(--primary, #3550dc);background:var(--primary-transparent, #e3e7fa)}.jx-toasts{position:fixed;top:18px;right:18px;z-index:4000;display:flex;flex-direction:column;gap:10px}.jx-toast{background:#fff;border-left:4px solid var(--primary, #3550dc);border-radius:8px;box-shadow:0 12px 30px #0c1c292e;padding:12px 16px;min-width:280px;max-width:380px;display:flex;gap:10px;align-items:flex-start;animation:jx-in .2s ease}.jx-toast.ok{border-left-color:var(--success, #01b664)}.jx-toast.err{border-left-color:var(--danger, #ff0000)}@keyframes jx-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}.jx-modal-back{position:fixed;inset:0;background:#0c1c298c;z-index:3000;display:grid;place-items:center;padding:20px}.jx-modal{background:#fff;border-radius:14px;width:min(620px,100%);max-height:90vh;overflow:auto}.jx-modal.wide{width:min(880px,100%)}.jx-modal-head,.jx-modal-foot{padding:16px 22px;display:flex;align-items:center}.jx-modal-head{border-bottom:1px solid var(--gray-200, #e6eaec);justify-content:space-between}.jx-modal-foot{border-top:1px solid var(--gray-200, #e6eaec);justify-content:flex-end;gap:10px}.jx-modal-body{padding:22px}.jx-spin{width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;display:inline-block;animation:jx-rot .7s linear infinite}.jx-spin.dark{border-color:#3550dc40;border-top-color:var(--primary, #3550dc)}@keyframes jx-rot{to{transform:rotate(360deg)}}.jx-admin-top{background:var(--dark, #0c1c29)}.jx-stat-ico{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;font-size:22px}@media(max-width:575px){.jx-section{padding:48px 0}}
