@charset "UTF-8";@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes slideLeft{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.96)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes drawLine{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blinkCaret{0%,to{border-color:transparent}50%{border-color:#f7c133}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes morphBg{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes particleDrift{0%{transform:translateY(0) translate(0) rotate(0);opacity:1}to{transform:translateY(-120vh) translate(40px) rotate(720deg);opacity:0}}.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-50px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.reveal-left.revealed{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(50px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.reveal-right.revealed{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.9);transition:opacity .6s ease,transform .6s cubic-bezier(.34,1.56,.64,1)}.reveal-scale.revealed{opacity:1;transform:scale(1)}[data-stagger]>*{opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease}[data-stagger]>*:nth-child(1){transition-delay:0s}[data-stagger]>*:nth-child(2){transition-delay:.1s}[data-stagger]>*:nth-child(3){transition-delay:.2s}[data-stagger]>*:nth-child(4){transition-delay:.3s}[data-stagger]>*:nth-child(5){transition-delay:.4s}[data-stagger]>*:nth-child(6){transition-delay:.5s}[data-stagger]>*:nth-child(7){transition-delay:.6s}[data-stagger]>*:nth-child(8){transition-delay:.7s}[data-stagger]>*:nth-child(9){transition-delay:.8s}[data-stagger]>*:nth-child(10){transition-delay:.9s}[data-stagger]>*:nth-child(11){transition-delay:1s}[data-stagger]>*:nth-child(12){transition-delay:1.1s}[data-stagger].revealed>*{opacity:1;transform:translateY(0)}.shimmer-text{background:linear-gradient(90deg,#0e3e6d 25%,#f7c133,#0e3e6d 75%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s linear infinite}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;--color-text-primary: rgba(255, 255, 255, .95);--color-text-secondary: rgba(255, 255, 255, .65);--color-text-subtle: rgba(255, 255, 255, .38);--color-border-secondary: rgba(255, 255, 255, .11);--color-border-tertiary: rgba(255, 255, 255, .07);--color-background-secondary:rgba(255, 255, 255, .04);--color-accent: #F7C133;--color-primary: #0E3E6D;--color-secondary: #0E5398;--color-bg: #060A12;--color-bg-alt: #0B1120}body{font-family:Inter,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;color:#fffffff2;background-color:#060a12;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,Inter,sans-serif;line-height:1.15;color:#fffffff2}h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:800;letter-spacing:-.03em}h2{font-size:clamp(2rem,4vw,3.25rem);font-weight:700;letter-spacing:-.02em}h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.01em}h4{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600}h5{font-size:1.125rem;font-weight:600}h6{font-size:1rem;font-weight:600}p{font-size:1.0625rem;line-height:1.75;color:#ffffffa6}a{color:#ffffffa6;text-decoration:none;transition:color .15s ease;-webkit-tap-highlight-color:transparent}a:hover{color:#fffffff2}a:active{color:#fffffff2;background:transparent}img,video{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:1rem}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#060a12}::-webkit-scrollbar-thumb{background:#0e539880;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#0e5398}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.section{padding-top:5rem;padding-bottom:5rem}@media(min-width:1024px){.section{padding-top:8rem;padding-bottom:8rem}}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:9999px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden}.btn-secondary:before{content:"";position:absolute;inset:0;background:#ffffff1a;transform:translate(-100%);transition:transform .3s ease}.btn-secondary:hover:before{transform:translate(0)}.btn-secondary{background:transparent;color:#fff;border-color:#fff6}.btn-secondary:hover{border-color:#fff;background:#ffffff1a;transform:translateY(-2px)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:9999px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:all .3s ease;white-space:nowrap;position:relative;overflow:hidden}.btn-outline:before{content:"";position:absolute;inset:0;background:#ffffff1a;transform:translate(-100%);transition:transform .3s ease}.btn-outline:hover:before{transform:translate(0)}.btn-outline{background:transparent;color:#ffffffa6;border-color:#ffffff12}.btn-outline:hover{color:#fffffff2;border-color:#f7c13366;background:#f7c1330f;transform:translateY(-2px)}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#f7c133;margin-bottom:1rem}.section-label:before{content:"";display:block;width:20px;height:1px;background:#f7c13380;border-radius:9999px}.section-header{max-width:640px;margin-bottom:4rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.7;color:#ffffffa6}.section-header.centered{margin-left:auto;margin-right:auto;text-align:center}.text-gradient{color:#f7c133}.grid-2{display:grid;gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{display:grid;gap:2rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.cursor{position:fixed;width:8px;height:8px;background:#0e3e6d;border-radius:50%;pointer-events:none;z-index:400;transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease;box-shadow:0 0 10px #0e3e6d99}@media(max-width:1023px){.cursor{display:none}}.cursor-follower{position:fixed;width:32px;height:32px;border:1px solid rgba(14,62,109,.35);border-radius:50%;pointer-events:none;z-index:400;transform:translate(-50%,-50%);transition:width .35s ease,height .35s ease,border-color .3s ease}@media(max-width:1023px){.cursor-follower{display:none}}body.cursor-hover .cursor{width:16px;height:16px;background:#0e3e6d;box-shadow:0 0 20px #0e3e6d80}body.cursor-hover .cursor-follower{width:52px;height:52px;border-color:#0e3e6d40}.page-transition{position:fixed;inset:0;background:#060a12;z-index:300;transform:translateY(100%);pointer-events:none}.page-transition.entering{transform:translateY(0);transition:transform .45s cubic-bezier(.76,0,.24,1)}.page-transition.leaving{transform:translateY(-100%);transition:transform .45s cubic-bezier(.76,0,.24,1)}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;background:#0e3e6d;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;font-size:.875rem}.skip-link:focus{position:fixed;top:1rem;left:1rem;width:auto;height:auto;clip:auto;white-space:normal;z-index:400}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:0}.reveal.revealed,.reveal-left.revealed,.reveal-right.revealed,.reveal-scale.revealed{opacity:1}.sec-title{font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:clamp(1.5rem,3.5vw,2.6rem);font-weight:800;letter-spacing:-.025em;line-height:1.2;color:var(--color-text-primary)}.sec-title.text-anim .word{display:inline-block;opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.sec-heading .sub-title{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem}.sec-heading .sub-title:before{content:"";display:block;width:20px;height:1px;background:var(--color-accent);opacity:.5;border-radius:9999px}.sec-heading.style-2 .sub-title:before{display:none}.sec-heading .sec-title{margin-top:1rem}.section-space{padding:0}@media(min-width:768px){.section-space{padding:2rem 0}}@media(min-width:1024px){.section-space{padding:6rem 0}}.tj-primary-btn{display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1;font-weight:700;text-decoration:none;color:#fff;background-color:#0b1120;padding:5.5px;border-radius:50px;position:relative;z-index:1}.tj-primary-btn .btn_inner{position:relative;z-index:1;padding:15px 20px 15px 55px;width:100%;text-align:center}.tj-primary-btn .btn_inner:before{content:"";position:absolute;z-index:0;top:0;left:0;width:45px;height:100%;background:#2d6be4;border-radius:50px;transition:all .3s ease}.tj-primary-btn .btn_inner .btn_icon{display:inline-flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;min-width:45px;height:100%;z-index:2;font-size:1.6em;line-height:1;color:#fff}.tj-primary-btn .btn_inner .btn_icon>span{overflow:hidden;position:relative;display:inline-flex;width:16px;height:14px}.tj-primary-btn .btn_inner .btn_icon>span svg{width:16px;height:14px;position:absolute;top:0;left:0;display:block;color:#fff}.tj-primary-btn .btn_inner .btn_icon>span svg:first-child{transition:transform .4s ease}.tj-primary-btn .btn_inner .btn_icon>span svg:last-child{transform:translate(-150%);transition:transform .4s ease}.tj-primary-btn .btn_inner .btn_text{display:inline-flex;overflow:hidden;color:#fff;text-shadow:0 23px 0 currentColor;white-space:nowrap}.tj-primary-btn .btn_inner .btn_text>span{display:flex;align-items:center;backface-visibility:hidden;transform:translateY(0);transition:.5s}.tj-primary-btn:hover .btn_inner:before{width:100%}.tj-primary-btn:hover .btn_inner .btn_icon svg:first-child{transform:translate(150%)}.tj-primary-btn:hover .btn_inner .btn_icon svg:last-child{transform:translate(0)}.tj-primary-btn:hover .btn_inner .btn_text>span{transform:translateY(-24px)}.tj-primary-btn:active{background-color:#0b1120}.tj-primary-btn:focus-visible{outline:2px solid #0E3E6D;outline-offset:2px}@media(max-width:639px){.tj-primary-btn{font-size:13px}.tj-primary-btn .btn_inner{padding:12px 16px 12px 48px}.tj-primary-btn .btn_inner:before{width:40px}.tj-primary-btn .btn_icon{min-width:40px;font-size:1.4em}}html[data-theme=light]{--color-text-primary: #1A2332;--color-text-secondary: #4A5568;--color-text-subtle: #8A9BB0;--color-border-secondary: rgba(26, 35, 50, .15);--color-border-tertiary: rgba(26, 35, 50, .08);--color-background-secondary:rgba(26, 35, 50, .05);--color-accent: #0E3E6D;--color-primary: #0E3E6D;--color-bg: #F8F9FA;--color-bg-alt: #FFFFFF}html[data-theme=light] body{background-color:#f8f9fa;color:#1a2332}html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] h4,html[data-theme=light] h5,html[data-theme=light] h6{color:#1a2332}html[data-theme=light] p{color:#4a5568}html[data-theme=light] a{color:#4a5568;-webkit-tap-highlight-color:transparent}html[data-theme=light] a:hover{color:#1a2332}html[data-theme=light] a:active{color:#1a2332;background:transparent}html[data-theme=light] ::-webkit-scrollbar-track{background:#f5f7fa}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#0e53984d}html[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#0e539880}html[data-theme=light] .page-transition{background:#f8f9fa}html[data-theme=light] .section-label{color:#0e3e6d}html[data-theme=light] .btn-outline{color:#4a5568;border-color:#1a233226}html[data-theme=light] .btn-outline:hover{color:#1a2332;border-color:#0e3e6d66;background:#0e3e6d0d}html[data-theme=light] .section-header p{color:#4a5568}html[data-theme=light] .tj-primary-btn{background-color:#e8ecf0}html[data-theme=light] .tj-primary-btn .btn_text{color:#1a2332!important;text-shadow:0 23px 0 currentColor}html[data-theme=light] .tj-primary-btn .btn_inner:before{background:#0e3e6d}html[data-theme=light] .tj-primary-btn:hover .btn_text{color:#fff!important}.page-hero-dark{position:relative;background:#0b1120;padding:calc(80px + 4rem) 0 5rem;overflow:hidden;text-align:center}.page-hero-dark__bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:48px 48px;opacity:.4}.page-hero-dark .container{position:relative;z-index:1}.page-hero-dark h1{color:#fffffff2;margin-bottom:1rem}.page-hero-dark p{color:#ffffffa6;font-size:1.1rem;max-width:600px;margin:0 auto}.logo-dark{display:block;width:160px;height:auto}.logo-light{display:none;width:160px;height:auto}html[data-theme=dark] .logo-dark{display:block}html[data-theme=dark] .logo-light,html[data-theme=light] .logo-dark{display:none}html[data-theme=light] .logo-light{display:block}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .4s ease,box-shadow .4s ease,backdrop-filter .4s ease}.header[data-astro-cid-3ef6ksr2].is-scrolled{background:#060a12d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #ffffff12,0 4px 20px #00000026}.header__container[data-astro-cid-3ef6ksr2]{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.header__container[data-astro-cid-3ef6ksr2]{padding-left:2rem;padding-right:2rem}}.header__container[data-astro-cid-3ef6ksr2]{display:grid;grid-template-columns:1fr auto;align-items:center;height:80px}@media(min-width:1024px){.header__container[data-astro-cid-3ef6ksr2]{grid-template-columns:1fr auto 1fr}}.header__logo[data-astro-cid-3ef6ksr2]{justify-self:start;flex-shrink:0;position:relative}.header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:44px;width:auto;opacity:.9;transition:opacity .15s ease}.header__logo[data-astro-cid-3ef6ksr2]:hover img[data-astro-cid-3ef6ksr2]{opacity:1}.header__nav[data-astro-cid-3ef6ksr2]{display:none;justify-self:center}@media(min-width:1024px){.header__nav[data-astro-cid-3ef6ksr2]{display:flex}}.header__nav-list[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.25rem}.header__nav-link[data-astro-cid-3ef6ksr2]{display:block;padding:.5rem 1rem;font-size:.85rem;font-weight:500;letter-spacing:.01em;color:#ffffffa6;border-radius:8px;position:relative;transition:color .25s ease}.header__nav-link[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:6px;left:50%;right:50%;height:1.5px;background:#f7c133;border-radius:9999px;box-shadow:0 0 8px #f7c13399;transition:left .25s ease,right .25s ease}.header__nav-link[data-astro-cid-3ef6ksr2]:hover{color:#fffffff2}.header__nav-link[data-astro-cid-3ef6ksr2]:hover:after{left:1rem;right:1rem}.header__nav-link[data-astro-cid-3ef6ksr2].is-active{color:#f7c133}.header__nav-link[data-astro-cid-3ef6ksr2].is-active:after{left:1rem;right:1rem}.header__actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-self:end;gap:.75rem}.header__lang[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;color:#ffffffa6;padding:5px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.07);transition:all .25s ease}.header__lang[data-astro-cid-3ef6ksr2]:hover{color:#fffffff2;border-color:#f7c1334d;background:#f7c1330f}.header__theme[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.07);color:#ffffffa6;transition:all .25s ease}.header__theme[data-astro-cid-3ef6ksr2]:hover{color:#fffffff2;border-color:#f7c1334d;background:#f7c1330f}.header__theme[data-astro-cid-3ef6ksr2] .icon-sun[data-astro-cid-3ef6ksr2]{display:block}.header__theme[data-astro-cid-3ef6ksr2] .icon-moon[data-astro-cid-3ef6ksr2],.header__cta[data-astro-cid-3ef6ksr2]{display:none}@media(min-width:1024px){.header__cta[data-astro-cid-3ef6ksr2]{display:inline-flex}}.header__cta[data-astro-cid-3ef6ksr2]{font-size:.8rem!important;padding:4px!important}.header__cta[data-astro-cid-3ef6ksr2] .btn_inner[data-astro-cid-3ef6ksr2]{padding:10px 16px 10px 42px!important}.header__cta[data-astro-cid-3ef6ksr2] .btn_inner[data-astro-cid-3ef6ksr2]:before{width:36px!important;background:#1979da!important}.header__cta[data-astro-cid-3ef6ksr2] .btn_icon[data-astro-cid-3ef6ksr2]{min-width:36px!important;font-size:1.3em!important}.header__cta[data-astro-cid-3ef6ksr2] .btn_text[data-astro-cid-3ef6ksr2]>span[data-astro-cid-3ef6ksr2]{font-size:.8rem}.header__cta[data-astro-cid-3ef6ksr2]:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #1979da40!important}.header__toggle[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;cursor:pointer;padding:.5rem;border-radius:8px;transition:border-color .25s ease,background .25s ease;border:1px solid transparent}@media(min-width:1024px){.header__toggle[data-astro-cid-3ef6ksr2]{display:none}}.header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;height:2px;width:22px;background:#fff;border-radius:9999px;transition:transform .3s ease,opacity .3s ease,background .3s ease}.header__toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(2){width:16px}.header__toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]{background:#f7c133}.header__toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(7px) rotate(45deg);width:22px}.header__toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.header__toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-7px) rotate(-45deg);width:22px}.header__mobile-backdrop[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;z-index:101;background:#0000008c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}@media(min-width:1024px){.header__mobile-backdrop[data-astro-cid-3ef6ksr2]{display:none}}.header__mobile-backdrop[data-astro-cid-3ef6ksr2].is-visible{opacity:1;visibility:visible}.header__mobile[data-astro-cid-3ef6ksr2]{position:fixed;top:0;right:0;bottom:0;width:min(340px,88vw);z-index:102;background:#0b1120;border-left:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.76,0,.24,1);overflow-y:auto;-webkit-overflow-scrolling:touch}@media(min-width:1024px){.header__mobile[data-astro-cid-3ef6ksr2]{display:none}}.header__mobile[data-astro-cid-3ef6ksr2].is-open{transform:translate(0)}.header__mobile-top[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.header__mobile-logo[data-astro-cid-3ef6ksr2]{height:36px;width:auto;opacity:.85}.header__mobile-close[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#ffffff8c;transition:all .2s ease;flex-shrink:0}.header__mobile-close[data-astro-cid-3ef6ksr2]:hover{color:#fff;background:#ffffff0f}.header__mobile-close[data-astro-cid-3ef6ksr2]:active{transform:scale(.92)}.header__mobile-nav[data-astro-cid-3ef6ksr2]{flex:1;padding:.75rem 0;overflow-y:auto}.header__mobile-list[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;padding:0 1.25rem}.header__mobile-link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:1.15rem;font-weight:600;letter-spacing:-.01em;color:#ffffffb3;border-bottom:1px solid rgba(255,255,255,.04);transition:all .2s ease;position:relative}.header__mobile-link[data-astro-cid-3ef6ksr2]:after{content:"";display:block;width:6px;height:6px;border-top:1.5px solid rgba(255,255,255,.2);border-right:1.5px solid rgba(255,255,255,.2);transform:rotate(45deg);flex-shrink:0;transition:all .2s ease}.header__mobile-link[data-astro-cid-3ef6ksr2]:hover{color:#fff;padding-left:.5rem;border-bottom-color:#ffffff14}.header__mobile-link[data-astro-cid-3ef6ksr2]:hover:after{border-color:#f7c133b3}.header__mobile-link[data-astro-cid-3ef6ksr2].is-active{color:#f7c133;font-weight:700}.header__mobile-link[data-astro-cid-3ef6ksr2].is-active:after{border-color:#f7c133}.header__mobile-link[data-astro-cid-3ef6ksr2]:active{background:#ffffff08;border-radius:8px}.header__mobile-bottom[data-astro-cid-3ef6ksr2]{padding:1.25rem;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0;display:flex;flex-direction:column;gap:.75rem}.header__mobile-cta[data-astro-cid-3ef6ksr2]{width:100%!important;font-size:.85rem!important;padding:4px!important}.header__mobile-cta[data-astro-cid-3ef6ksr2] .btn_inner[data-astro-cid-3ef6ksr2]{padding:13px 20px 13px 52px!important;justify-content:center}.header__mobile-cta[data-astro-cid-3ef6ksr2] .btn_inner[data-astro-cid-3ef6ksr2]:before{width:44px!important;background:#1979da!important}.header__mobile-cta[data-astro-cid-3ef6ksr2] .btn_icon[data-astro-cid-3ef6ksr2]{min-width:44px!important;font-size:1.3em!important}.header__mobile-lang[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;padding:.75rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;color:#ffffff73;border:1px solid rgba(255,255,255,.07);border-radius:9999px;transition:all .2s ease;text-decoration:none}.header__mobile-lang[data-astro-cid-3ef6ksr2]:hover{color:#fffc;border-color:#ffffff26;background:#ffffff0a}.header__mobile-lang[data-astro-cid-3ef6ksr2]:active{transform:scale(.96)}.header__info-toggle[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;cursor:pointer;padding:.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#1979da;transition:opacity .25s ease}@media(min-width:1024px){.header__info-toggle[data-astro-cid-3ef6ksr2]{display:flex}}.header__info-toggle[data-astro-cid-3ef6ksr2]:hover{opacity:.85}.header__info-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;height:1.5px;background:#fff;border-radius:9999px;transition:transform .3s ease,opacity .3s ease,width .3s ease}.header__info-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(1){width:100%}.header__info-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(2){width:65%}.header__info-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(3){width:100%}.header__info-toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]{background:#fff}.header__info-toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(6.5px) rotate(45deg);width:100%}.header__info-toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.header__info-toggle[data-astro-cid-3ef6ksr2].is-open span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);width:100%}.header__overlay[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;z-index:101;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.header__overlay[data-astro-cid-3ef6ksr2].is-visible{opacity:1;visibility:visible}.header__info-panel[data-astro-cid-3ef6ksr2]{position:fixed;top:0;right:0;bottom:0;width:min(440px,100vw);z-index:102;background:linear-gradient(160deg,#0b1a33,#0d2540);border-left:1px solid rgba(255,255,255,.08);transform:translate(100%);transition:transform .4s cubic-bezier(.76,0,.24,1);overflow-y:auto;display:flex;flex-direction:column}.header__info-panel[data-astro-cid-3ef6ksr2].is-open{transform:translate(0)}.header__info-inner[data-astro-cid-3ef6ksr2]{padding:50px 2rem 2.5rem}.header__info-section[data-astro-cid-3ef6ksr2]{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.06)}.header__info-section[data-astro-cid-3ef6ksr2]:last-child{border-bottom:none}.header__info-eyebrow[data-astro-cid-3ef6ksr2]{display:block;font-size:.65rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#fff;margin-bottom:1rem}.header__info-logo[data-astro-cid-3ef6ksr2]{display:block;height:48px;width:auto;margin-bottom:1.5rem;opacity:.9}.header__info-label[data-astro-cid-3ef6ksr2]{display:block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fffc;margin-bottom:1rem}.header__info-desc[data-astro-cid-3ef6ksr2]{font-size:.88rem;line-height:1.7;color:#ffffffd9;margin:0}.header__info-link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.88rem;color:#ffffffe6;text-decoration:none;transition:color .2s ease}.header__info-link[data-astro-cid-3ef6ksr2]:hover{color:#fff}.header__info-small[data-astro-cid-3ef6ksr2]{font-size:.82rem;color:#fffc;margin:0 0 4px}html[data-theme=light] #site-header.is-scrolled{background:#f8f9faeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #0000000f,0 4px 16px #0000000f}html[data-theme=light] .header__nav-link{color:#4a5568}html[data-theme=light] .header__nav-link:hover{color:#1a2332}html[data-theme=light] .header__nav-link.is-active{color:#0e3e6d}html[data-theme=light] .header__nav-link:after{background:#0e3e6d;box-shadow:none}html[data-theme=light] .header__lang{color:#4a5568;border-color:#0000001f}html[data-theme=light] .header__lang:hover{color:#1a2332;border-color:#0e3e6d4d;background:#0e3e6d0d}html[data-theme=light] .header__theme{border-color:#0000001f;color:#4a5568}html[data-theme=light] .header__theme .icon-sun{display:none}html[data-theme=light] .header__theme .icon-moon{display:block}html[data-theme=light] .header__theme:hover{color:#1a2332;border-color:#0e3e6d4d;background:#0e3e6d0d}html[data-theme=light] .header__cta{background-color:#0e3e6d!important}html[data-theme=light] .header__cta .btn_text[data-astro-cid-3ef6ksr2]{color:#fff!important;text-shadow:0 23px 0 currentColor}html[data-theme=light] .header__cta:hover{box-shadow:0 6px 20px #0e3e6d40!important}html[data-theme=light] .header__toggle span{background:#1a2332!important}html[data-theme=light] .header__toggle.is-open span{background:#0e3e6d!important}html[data-theme=light] .header__mobile-backdrop{background:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}html[data-theme=light] .header__mobile{background:#fff;border-left-color:#0000000f}html[data-theme=light] .header__mobile-top{border-bottom-color:#0000000f}html[data-theme=light] .header__mobile-bottom{border-top-color:#0000000f}html[data-theme=light] .header__mobile-link{color:#1a2332;border-bottom-color:#0000000d}html[data-theme=light] .header__mobile-link:hover{color:#0e3e6d;border-bottom-color:#0000001a}html[data-theme=light] .header__mobile-link:hover:after{border-color:#0e3e6d80}html[data-theme=light] .header__mobile-link.is-active{color:#0e3e6d}html[data-theme=light] .header__mobile-link.is-active:after{border-color:#0e3e6d}html[data-theme=light] .header__mobile-link:active{background:#00000008}html[data-theme=light] .header__mobile-link:after{border-color:#00000026}html[data-theme=light] .header__mobile-close{color:#00000080}html[data-theme=light] .header__mobile-close:hover{color:#1a2332;background:#0000000a}html[data-theme=light] .header__mobile-cta{background-color:#0e3e6d!important}html[data-theme=light] .header__mobile-cta .btn_text[data-astro-cid-3ef6ksr2]{color:#fff!important;text-shadow:0 23px 0 currentColor}html[data-theme=light] .header__mobile-lang{color:#00000073;border-color:#00000014}html[data-theme=light] .header__mobile-lang:hover{color:#000000bf;border-color:#00000026;background:#00000008}.footer[data-astro-cid-sz7xmlte]{background:#0b1120;color:#ffffffa6;position:relative;border-top:1px solid rgba(255,255,255,.07)}.footer__mosaic[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(4,1fr);width:100%}@media(min-width:768px){.footer__mosaic[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(6,1fr)}}.footer__mosaic-item[data-astro-cid-sz7xmlte]{overflow:hidden;line-height:0}.footer__mosaic-item[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center top;display:block;transition:filter .35s ease}.footer__mosaic-item[data-astro-cid-sz7xmlte]:hover img[data-astro-cid-sz7xmlte]{filter:grayscale(0%) brightness(.95)}.footer__body[data-astro-cid-sz7xmlte]{padding:4rem 0 3rem}.footer__grid[data-astro-cid-sz7xmlte]{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.footer__grid[data-astro-cid-sz7xmlte]{padding-left:2rem;padding-right:2rem}}.footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1fr 1.3fr 1.1fr;gap:2rem}}.footer__brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.footer__logo[data-astro-cid-sz7xmlte]{display:inline-flex;margin-bottom:1.25rem}.footer__logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:40px;width:auto;max-width:180px;opacity:.85;transition:opacity .2s ease}.footer__logo[data-astro-cid-sz7xmlte]:hover img[data-astro-cid-sz7xmlte]{opacity:1}.footer__desc[data-astro-cid-sz7xmlte]{font-size:.875rem;line-height:1.75;color:#ffffffe1;margin-bottom:1.25rem;padding-right:50px}.footer__phones[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.footer__phone[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#ffffffd9;text-decoration:none;font-family:Plus Jakarta Sans,Inter,sans-serif;transition:color .2s ease}.footer__phone[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{color:#f7c133;flex-shrink:0}.footer__phone[data-astro-cid-sz7xmlte]:hover{color:#f7c133}.footer__wa-btn[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.5rem;padding:9px 18px;background:#25d366;color:#fff;font-weight:700;font-size:.82rem;border-radius:9999px;text-decoration:none;margin-bottom:1.25rem;transition:opacity .2s ease,transform .2s ease}.footer__wa-btn[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{flex-shrink:0}.footer__wa-btn[data-astro-cid-sz7xmlte]:hover{opacity:.88;transform:translateY(-1px)}.footer__socials[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.footer__social[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.1);color:#ffffffda;text-decoration:none;transition:all .25s ease}.footer__social[data-astro-cid-sz7xmlte]:hover{border-color:#f7c13373;background:#f7c1331a;color:#f7c133;transform:translateY(-2px)}.footer__social[data-astro-cid-sz7xmlte] svg{width:15px;height:15px}.footer__payment[data-astro-cid-sz7xmlte]{margin-top:auto;padding-top:1rem;width:100%}.footer__payment-label[data-astro-cid-sz7xmlte]{font-size:.6rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#ffffffe2;margin-bottom:.5rem;display:block}.footer__payment[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{max-width:300px;width:100%;height:auto;display:block;filter:brightness(.85) saturate(.85);border-radius:4px}.footer__col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;min-width:0}.footer__col-title[data-astro-cid-sz7xmlte]{font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffffe7;margin-bottom:1rem;line-height:1}.footer__list[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.25rem;margin:0 0 1.5rem}.footer__link[data-astro-cid-sz7xmlte]{display:block;font-size:.875rem;color:#ffffffd8;text-decoration:none;padding:4px 0;transition:color .2s ease,padding-left .2s ease}.footer__link[data-astro-cid-sz7xmlte]:hover{color:#ffffffe6;padding-left:.5rem}.footer__contact-info[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.07);margin-top:5px;margin-bottom:40px}.footer__contact-row[data-astro-cid-sz7xmlte]{display:flex;align-items:flex-start;gap:.5rem;font-size:.78rem;color:#ffffffe4;text-decoration:none;transition:color .2s ease;word-break:break-word}.footer__contact-row[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{color:#f7c133;opacity:.7;flex-shrink:0;margin-top:1px}.footer__contact-row[data-astro-cid-sz7xmlte]:is(a):hover{color:#ffffffd9}.footer__badges[data-astro-cid-sz7xmlte]{display:flex;flex-direction:row;gap:.75rem}.footer__badge-img[data-astro-cid-sz7xmlte]{display:block;width:auto;height:64px;object-fit:contain;object-position:left center;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));transition:transform .25s ease}.footer__badge-img[data-astro-cid-sz7xmlte]:hover{transform:scale(1.05)}.footer__bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.06);padding:1rem 0}.footer__bottom-inner[data-astro-cid-sz7xmlte]{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.footer__bottom-inner[data-astro-cid-sz7xmlte]{padding-left:2rem;padding-right:2rem}}.footer__bottom-inner[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.footer__bottom-links[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.footer__bottom-link[data-astro-cid-sz7xmlte]{font-size:.72rem;color:#ffffff47;text-decoration:none;transition:color .2s ease}.footer__bottom-link[data-astro-cid-sz7xmlte]:hover{color:#ffffffa6}.footer__bottom-link[data-astro-cid-sz7xmlte]+.footer__bottom-link[data-astro-cid-sz7xmlte]:before{content:"·";margin-right:.75rem;opacity:.4}.footer__rights[data-astro-cid-sz7xmlte],.footer__made[data-astro-cid-sz7xmlte]{font-size:.72rem;color:#ffffff38}.footer__heart[data-astro-cid-sz7xmlte]{color:#ff6b6b;display:inline-flex;align-items:center;animation:heartBeat 2s ease infinite}.footer__heart[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:14px;height:14px}@keyframes heartBeat{0%,to{transform:scale(1)}14%{transform:scale(1.2)}28%{transform:scale(1)}39%{transform:scale(1.1)}70%{transform:scale(1)}}@media(max-width:1023px){.footer__brand[data-astro-cid-sz7xmlte]{align-items:center;text-align:center}.footer__desc[data-astro-cid-sz7xmlte]{padding-right:0}.footer__socials[data-astro-cid-sz7xmlte]{justify-content:center}.footer__payment[data-astro-cid-sz7xmlte]{text-align:center}.footer__col[data-astro-cid-sz7xmlte]{align-items:center;text-align:center}.footer__list[data-astro-cid-sz7xmlte]{align-items:center}.footer__link[data-astro-cid-sz7xmlte]:hover{padding-left:0}.footer__contact-info[data-astro-cid-sz7xmlte]{align-items:center;text-align:center;border-top:none;margin-bottom:2rem}.footer__contact-row[data-astro-cid-sz7xmlte]{justify-content:center}.footer__phones[data-astro-cid-sz7xmlte]{align-items:center}.footer__wa-btn[data-astro-cid-sz7xmlte]{align-self:center}.footer__badges[data-astro-cid-sz7xmlte]{justify-content:center}.footer__bottom-inner[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center;gap:.5rem}.footer__bottom-links[data-astro-cid-sz7xmlte]{justify-content:center}}.cw{position:fixed;bottom:24px;right:24px;z-index:999;font-family:Inter,system-ui,sans-serif}.cw__bubble{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#0e3e6d,#0e5398);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #0e3e6d66;transition:transform .25s ease,box-shadow .25s ease;position:relative}.cw__bubble:hover{transform:scale(1.08);box-shadow:0 6px 28px #0e3e6d80}.cw__bubble-icon{width:24px;height:24px}.cw__bubble-icon--close,.cw.is-open .cw__bubble-icon--open{display:none}.cw.is-open .cw__bubble-icon--close{display:block}.cw__bubble-pulse{position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(247,193,51,.4);animation:cwPulse 2s ease infinite}@keyframes cwPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.3}}.cw__panel{position:absolute;bottom:72px;right:0;width:380px;max-width:calc(100vw - 48px);height:520px;max-height:calc(100vh - 140px);background:#fff;border-radius:16px;box-shadow:0 8px 40px #00000026;display:none;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.cw.is-open .cw__panel{display:flex}.cw__header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:linear-gradient(135deg,#0e3e6d,#0e5398);color:#fff}.cw__header-left{display:flex;align-items:center;gap:8px}.cw__avatar{width:32px;height:32px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cw__avatar svg{width:16px;height:16px;color:#f7c133}.cw__header-name{display:block;font-size:14px;font-weight:700;line-height:1.2}.cw__header-status{display:block;font-size:11px;opacity:.7}.cw__header-close{width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s}.cw__header-close:hover{background:#fff3}.cw__header-close svg{width:16px;height:16px}.cw__messages{flex:1;overflow-y:auto;padding:10px 12px;display:flex;flex-direction:column;gap:6px;background:#f8f9fa;scroll-behavior:smooth}.cw__messages::-webkit-scrollbar{width:4px}.cw__messages::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}.cw__msg{display:flex;gap:6px;max-width:90%}.cw__msg--user{align-self:flex-end;flex-direction:row-reverse}.cw__msg-avatar{display:none}.cw__msg-bubble{padding:8px 12px;border-radius:14px;font-size:13px!important;line-height:1.45}.cw__msg-bubble p{margin:0!important;font-size:13px!important;line-height:1.45!important}.cw__msg--user{align-self:flex-start}.cw__msg--assistant{align-self:flex-end}.cw__msg--user .cw__msg-bubble{background:linear-gradient(135deg,#0e3e6d,#0e5398);color:#fff!important;margin-right:28px;box-shadow:0 1px 4px #0e3e6d33}.cw__msg--user .cw__msg-bubble p,.cw__msg--user .cw__msg-bubble a{color:#fff!important}.cw__msg-bubble a{color:#f7c133;font-weight:600;text-decoration:underline}.cw__msg-bubble a:hover{color:#e0a800}.cw__msg--user .cw__msg-bubble a{color:#f7c133}.cw__msg--user .cw__msg-bubble a:hover{color:#fff}.cw__msg--assistant .cw__msg-bubble{background:#fff;color:#1a2332;margin-left:28px;box-shadow:0 1px 3px #00000014}.cw__msg--assistant .cw__msg-bubble p{color:#1a2332}.cw__msg--typing .cw__msg-bubble{display:flex;gap:4px;padding:12px 16px;align-items:center}.cw__typing-dot{width:6px;height:6px;border-radius:50%;background:#ccc;animation:cwTyping 1.4s ease infinite}.cw__typing-dot:nth-child(2){animation-delay:.2s}.cw__typing-dot:nth-child(3){animation-delay:.4s}@keyframes cwTyping{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.cw__quick{display:flex;gap:6px;padding:8px 16px 12px;background:#f8f9fa;border-top:1px solid rgba(0,0,0,.05);flex-wrap:wrap;transition:opacity .3s,max-height .3s;overflow:hidden;max-height:100px}.cw__quick.is-hidden{max-height:0;padding:0;opacity:0;pointer-events:none}.cw__quick-btn{padding:5px 12px;border-radius:100px;border:1px solid rgba(14,62,109,.2);background:#fff;font-size:12px;font-weight:600;color:#0e3e6d;cursor:pointer;white-space:nowrap;transition:all .2s}.cw__quick-btn:hover{background:#0e3e6d;color:#fff;border-color:#0e3e6d}.cw__input{display:flex;gap:8px;padding:12px 16px;border-top:1px solid rgba(0,0,0,.06);background:#fff}.cw__input-field{flex:1;border:1px solid rgba(0,0,0,.1);border-radius:100px;padding:8px 14px;font-size:13px!important;outline:none;font-family:inherit;transition:border-color .2s}.cw__input-field:focus{border-color:#0e5398}.cw__input-btn{width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,#0e3e6d,#0e5398);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:transform .2s}.cw__input-btn:hover{transform:scale(1.08)}.cw__input-btn svg{width:18px;height:18px}.cw__input-btn:disabled{opacity:.5;cursor:default;transform:none}html[data-theme=dark] .cw__panel{background:#0b1120;border-color:#ffffff12}html[data-theme=dark] .cw__messages{background:#060a12}html[data-theme=dark] .cw__msg--assistant .cw__msg-bubble{background:#1a2332;color:#ffffffe6;box-shadow:0 1px 3px #0000004d}html[data-theme=dark] .cw__msg--user .cw__msg-bubble{background:linear-gradient(135deg,#0e5398,#1979da)}html[data-theme=dark] .cw__msg--user .cw__msg-bubble p,html[data-theme=dark] .cw__msg--user .cw__msg-bubble a{color:#fff!important}html[data-theme=dark] .cw__msg--assistant .cw__msg-bubble p{color:#ffffffe6!important}html[data-theme=dark] .cw__msg-bubble a{color:#f7c133}html[data-theme=dark] .cw__quick{background:#060a12;border-top-color:#ffffff0d}html[data-theme=dark] .cw__quick-btn{background:#0f1929;color:#ffffffb3;border-color:#ffffff1a}html[data-theme=dark] .cw__quick-btn:hover{background:#0e5398;color:#fff;border-color:#0e5398}html[data-theme=dark] .cw__input{background:#0b1120;border-top-color:#ffffff0d}html[data-theme=dark] .cw__input-field{background:#060a12;border-color:#ffffff14;color:#ffffffe6}html[data-theme=dark] .cw__input-field::placeholder{color:#ffffff4d}html[data-theme=dark] .cw__msg-avatar{background:#0e5398}html[data-theme=dark] .cw__typing-dot{background:#ffffff4d}@media(max-width:480px){.cw__panel{width:calc(100vw - 32px);right:-8px;height:calc(100vh - 160px)}}
