@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap";:root{--bg-strong:#c6d7ea;--shell-bg:#081220;--shell-bg-strong:#10243d;--surface-strong:#f7fbfff5;--border:#7e93af47;--text:#eee;--muted:#aaa;--brand-strong:#184acb;--brand-light:#3d79f0;--brand-glow:#184acb59;--brand-soft:#e7f0ff;--shadow-soft:0 14px 32px #13263a17}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}html::-webkit-scrollbar{width:10px}html::-webkit-scrollbar-track{background:0 0}html::-webkit-scrollbar-thumb{backdrop-filter:blur(10px);background:#2f66db66 padding-box content-box;border:2px solid #0000;border-radius:999px;transition:all .16s}html::-webkit-scrollbar-thumb:hover{background:#2f66dbb3 padding-box content-box}body{min-height:100vh;color:var(--text);background-color:var(--shell-bg);background:linear-gradient(180deg, #040a1361 0%, #040a13b8 100%), radial-gradient(circle at top left, #ffffff1f, transparent 32%), radial-gradient(circle at top right, #4f82ff29, transparent 30%), linear-gradient(180deg, var(--shell-bg) 0%, var(--shell-bg-strong) 100%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-repeat:no-repeat;background-size:cover;margin:0;font-family:Manrope,sans-serif;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;opacity:.35;mix-blend-mode:soft-light;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:52px 52px;position:fixed;inset:0}@media (width<=768px){body:before{display:none}}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,100% - 1.5rem);margin:0 auto}.header{z-index:50;-webkit-backdrop-filter:blur(16px);background:#081220b3;border-bottom:1px solid #ffffff14;width:100%;transition:background .3s;position:fixed;top:0;left:0}@media (width<=768px){.header{-webkit-backdrop-filter:blur(10px);background:#081220d9}}.topbar{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}@media (width<=767px){.topbar{flex-direction:column;justify-content:center;align-items:center;gap:.85rem}}.brand{color:inherit;align-items:center;gap:.9rem;text-decoration:none;transition:opacity .18s;display:flex}.brand:hover{opacity:.85}.brand img{object-fit:cover;border-radius:20px;width:6rem;height:6rem}.brand strong{letter-spacing:.01em;font-size:1.1rem;font-weight:800;display:block}.brand span{color:var(--muted);margin-top:.14rem;font-size:.85rem;display:block}.nav-desktop{align-items:center;gap:.75rem;display:none}@media (width>=768px){.nav-desktop{display:flex}}.lang-switcher{flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.lang-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:auto;font-size:.72rem;font-weight:700}.lang-flags{align-items:center;gap:.25rem;display:flex}.nav-link{letter-spacing:.04em;color:var(--muted);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;padding:.4rem .7rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .18s,background .18s,border-color .18s}.nav-link:hover{color:var(--text,#fff);background:#ffffff1a;border-color:#ffffff40}.lang-btn{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;padding:.2rem .3rem;font-family:inherit;font-size:1rem;line-height:1;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.lang-btn img{object-fit:cover;border-radius:2px;width:1.4rem;height:1rem;display:block;box-shadow:0 0 0 1px #ffffff1f}.lang-btn:hover{background:#ffffff1f;border-color:#ffffff4d;transform:scale(1.1)}.lang-btn.active{background:var(--brand-strong);border-color:var(--brand-strong)}.lang-btn.active img{box-shadow:0 0 0 1px #ffffff59}.thanks-lang-switcher{z-index:60;position:fixed;top:1rem;right:1rem}@media (width<=767px){.nav-desktop{display:flex}.brand{flex-direction:row;justify-content:center}.brand img{border-radius:14px;width:5rem;height:5rem}.brand strong{font-size:1rem}.brand span{font-size:.78rem}.lang-switcher{align-items:center}.lang-label{display:none}}.button{color:#fff;background:linear-gradient(135deg, var(--brand-light) 0%, var(--brand-strong) 100%);min-height:3.2rem;box-shadow:0 8px 32px var(--brand-glow);cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;padding:.88rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden}.button:after{content:"";border-radius:inherit;opacity:0;background:linear-gradient(135deg,#fff3,#0000);transition:opacity .2s;position:absolute;inset:0}.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 14px 40px #184acb73}.button:hover:after,.button:focus-visible:after{opacity:1}.button-outline{box-shadow:none;color:#fff;background:0 0;border:1.5px solid #ffffff40}.button-outline:after{display:none}.button-outline:hover,.button-outline:focus-visible{background:#ffffff14;border-color:#ffffff80;box-shadow:0 8px 24px #00000026}.mt-24{margin-top:6rem}.my-8{margin-top:2rem;margin-bottom:2rem}.text-gradient{background:linear-gradient(135deg,#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;background-clip:text}.section-divider{background:linear-gradient(90deg, var(--brand-strong), var(--brand-light));opacity:.7;border-radius:999px;width:56px;height:2px;margin:1.5rem auto 0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1024px){.topbar{flex-direction:column;align-items:center}}@media (width<=680px){.container{width:min(100% - 1rem,1180px)}.button{width:100%}}.chat-fab{z-index:9999;cursor:pointer;background:linear-gradient(135deg, #3d79f0 0%, var(--brand-strong) 100%);will-change:transform;border:none;border-radius:50%;justify-content:center;align-items:center;width:4.75rem;height:4.75rem;padding:0;transition:transform .18s,box-shadow .18s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 8px 32px #184acb59}.chat-fab:hover{transform:scale(1.08);box-shadow:0 12px 40px #184acb80}.chat-fab svg{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:2rem;height:2rem}.chat-popup{z-index:9998;opacity:0;pointer-events:none;background:#0f1a2e;border:1px solid #ffffff1f;border-radius:1.25rem;flex-direction:column;width:min(440px,100vw - 2rem);height:min(620px,100vh - 7rem);max-height:calc(100vh - 7rem);transition:opacity .22s,transform .22s;display:flex;position:fixed;bottom:6rem;right:1.5rem;overflow:hidden;transform:translateY(16px)scale(.96);box-shadow:0 24px 64px #00000080}.chat-popup.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chat-header{background:linear-gradient(135deg, var(--brand-strong) 0%, #3d79f0 100%);flex-shrink:0;align-items:center;gap:.75rem;padding:1.15rem 1.5rem;display:flex}.chat-header-icon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;display:flex}.chat-header-icon svg{fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1.6rem;height:1.6rem}.chat-header-info{flex:1;min-width:0}.chat-header-info strong{color:#fff;font-size:1.1rem;font-weight:700;display:block}.chat-header-info span{color:#ffffffbf;margin-top:.1rem;font-size:.88rem;display:block}.chat-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;font-size:1.3rem;transition:background .15s;display:flex}.chat-close:hover{background:#ffffff4d}.chat-messages{flex-direction:column;flex:1;gap:.85rem;min-height:0;padding:1.25rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}.chat-bubble{word-break:break-word;border-radius:1.1rem;max-width:85%;padding:.75rem 1.15rem;font-size:1rem;line-height:1.5}.chat-bubble.user{background:var(--brand-strong);color:#fff;border-bottom-right-radius:.3rem;align-self:flex-end}.chat-bubble.bot{color:#ddd;background:#ffffff1a;border-bottom-left-radius:.3rem;align-self:flex-start}.chat-bubble small{opacity:.6;margin-top:.3rem;font-size:.78rem;display:block}.chat-bubble.bot p{margin:0 0 .5rem}.chat-bubble.bot p:last-child{margin-bottom:0}.chat-bubble.bot a{color:var(--brand-strong,#5c8cff);word-break:break-all;text-decoration:underline}.chat-bubble.bot a:hover{opacity:.85}.chat-bubble.bot ul,.chat-bubble.bot ol{margin:0 0 .5rem;padding-left:1.25rem}.chat-bubble.bot ul:last-child,.chat-bubble.bot ol:last-child{margin-bottom:0}.chat-bubble.bot li{margin-bottom:.2rem}.chat-bubble.bot li:last-child{margin-bottom:0}.chat-bubble.bot code{background:#00000040;border-radius:.25rem;padding:.1rem .35rem;font-size:.9em}.chat-bubble.bot pre{background:#0000004d;border-radius:.5rem;margin:0 0 .5rem;padding:.6rem .8rem;overflow-x:auto}.chat-bubble.bot pre:last-child{margin-bottom:0}.chat-bubble.bot strong{font-weight:600}.chat-input-area{border-top:1px solid #ffffff14;flex-shrink:0;align-items:flex-end;gap:.5rem;padding:.75rem 1.15rem;display:flex}.chat-input-area textarea{color:#fff;resize:none;background:#ffffff0f;border:1px solid #ffffff26;border-radius:1.25rem;outline:none;flex:1;min-width:0;min-height:2.8rem;max-height:8rem;padding:.65rem 1rem;font-family:inherit;font-size:1rem;line-height:1.5;transition:border-color .16s}.chat-input-area textarea::placeholder{color:#ffffff59}.chat-input-area textarea:focus{border-color:var(--brand-strong)}.chat-send-btn{cursor:pointer;background:linear-gradient(135deg, #3d79f0 0%, var(--brand-strong) 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;transition:transform .15s,box-shadow .15s;display:flex}.chat-send-btn:hover{transform:scale(1.08)}.chat-send-btn svg{fill:none;stroke:#fff;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:1.3rem;height:1.3rem}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.thinking-bubble{align-items:center;gap:.35rem;min-height:3.2rem;padding:.95rem 1.25rem;display:flex}.thinking-dot{background:#ffffff80;border-radius:50%;width:.65rem;height:.65rem;animation:1.2s ease-in-out infinite thinkingPulse}.thinking-dot:first-child{animation-delay:0s}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}@keyframes thinkingPulse{0%,80%,to{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.chat-tooltip{z-index:9997;color:#eee;opacity:0;pointer-events:none;background:#0f1a2ef2;border:1px solid #ffffff26;border-radius:1rem 1rem .3rem;max-width:280px;padding:.85rem 1.15rem;font-size:1.05rem;line-height:1.4;transition:opacity .3s,transform .3s;position:fixed;bottom:5.6rem;right:1.5rem;transform:translateY(8px);box-shadow:0 8px 32px #0006}.chat-tooltip.visible{opacity:1;transform:translateY(0)}.chat-fab-dot{background:#22c55e;border:2px solid #184acbe6;border-radius:50%;width:.75rem;height:.75rem;display:none;position:absolute;top:.3rem;right:.3rem}.chat-fab-dot.visible{display:block}.chat-notice{color:#ffc107;background:#ffc1071f;border:1px solid #ffc10740;border-radius:.75rem;flex-shrink:0;align-items:flex-start;gap:.5rem;margin:.25rem 0 .5rem;padding:.65rem 1rem;font-size:.85rem;line-height:1.4;display:flex}.chat-notice-icon{flex-shrink:0;font-size:1rem;line-height:1.4}@media (width<=480px){.chat-fab{bottom:1rem;right:1rem}.chat-popup{border-radius:1.25rem;width:min(100vw,420px);height:85dvh;max-height:85dvh;margin:0 auto;bottom:50%;left:0;right:0;transform:translateY(50%)}.chat-popup.open{transform:translateY(50%)scale(1)}}
