.modal-backdrop.svelte-e907rv{position:fixed;inset:0;background:#050a14b3;display:grid;place-items:center;padding:1.5rem;z-index:1000}.modal.svelte-e907rv{background:#fff;border:4px solid #0746e5;color:#0f172a;width:min(720px,100%);border-radius:20px;padding:2rem;box-shadow:0 30px 80px #050a144d;outline:none;overflow-y:auto;max-height:90vh;position:relative}.modal-header.svelte-e907rv{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start;margin-bottom:1.5rem}.modal-kicker.svelte-e907rv{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#1d4ed8;margin:0 0 .35rem;text-align:center}.close-btn.svelte-e907rv{background:#eef2ff;border:none;border-radius:999px;width:36px;height:36px;font-size:1.6rem;line-height:1;cursor:pointer;color:#1e3a8a}.alert.svelte-e907rv{padding:.75rem 1rem;border-radius:10px;margin-bottom:1rem;font-size:.9rem}.alert-error.svelte-e907rv{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.alert-success.svelte-e907rv{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534}.modal-form.svelte-e907rv{display:flex;flex-direction:column;gap:1.5rem}.form-grid.svelte-e907rv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}label.svelte-e907rv{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:#334155}input.svelte-e907rv,select.svelte-e907rv{padding:.65rem .75rem;border-radius:10px;border:1px solid #cbd5f5;font-size:.95rem;font-family:inherit;background:#f8fafc}input.svelte-e907rv:focus,select.svelte-e907rv:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33;background:#fff}.form-actions.svelte-e907rv{display:flex;justify-content:flex-end;gap:.75rem}.btn.svelte-e907rv{border-radius:999px;padding:.6rem 1.4rem;font-weight:600;cursor:pointer;border:none;font-size:.95rem}.btn.primary.svelte-e907rv{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff}@media(max-width:720px){.modal.svelte-e907rv{padding:1.5rem}.form-grid.svelte-e907rv{grid-template-columns:1fr}.form-actions.svelte-e907rv{flex-direction:column}.btn.svelte-e907rv{width:100%}}.left-stuff.svelte-e907rv{width:100%}p.modal-kicker.svelte-e907rv{display:flex;flex-direction:column;align-items:center;font-weight:700;font-size:1.2rem}.modal-kicker.svelte-e907rv span:where(.svelte-e907rv){color:#333;font-size:.8rem}button.close-btn.svelte-e907rv{position:absolute;right:20px;top:20px}header.svelte-1elxaub{background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid rgba(0,255,255,.3);padding:.2rem 2rem;position:fixed;top:0;left:30px;right:30px;z-index:100;box-shadow:0 4px 20px #0ff3;z-index:99}.header-content.svelte-1elxaub{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative}.logo.svelte-1elxaub{display:flex;align-items:center;gap:1rem;text-decoration:none}@keyframes svelte-1elxaub-glow{0%,to{box-shadow:0 0 20px #00ffff80}50%{box-shadow:0 0 30px #0ffc}}.logo.svelte-1elxaub img:where(.svelte-1elxaub){height:80px;width:80px;object-fit:contain}.logo.svelte-1elxaub div:where(.svelte-1elxaub){font-size:2rem;font-weight:600;color:#333;font-family:Titillium Web}.tagline.svelte-1elxaub{font-size:.9rem;color:#0a1a8e}.header-actions.svelte-1elxaub{display:flex;align-items:center;gap:1.5rem}.nav-cta.svelte-1elxaub{color:#05355c;text-decoration:none;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;gap:.45rem;padding:.6rem .95rem;border-radius:10px;border:1px solid rgba(0,149,255,.45);background:linear-gradient(135deg,#d9f1fff2,#bbe6ffe6);box-shadow:0 4px 12px #005fa324;transition:all .2s ease;font-size:.9rem;margin-left:8px}.nav-cta.svelte-1elxaub:hover{color:#042540;transform:translateY(-1px);box-shadow:0 7px 16px #005fa333;background:linear-gradient(135deg,#c6e8fff2,#a3dafce6)}.mobile-menu-btn.svelte-1elxaub{display:none;background:#f2f7ff;border:1px solid rgba(0,95,163,.2);color:#005fa3;border-radius:10px;padding:.45rem;width:42px;height:42px;align-items:center;justify-content:center;cursor:pointer}.mobile-menu-btn.svelte-1elxaub svg:where(.svelte-1elxaub){width:22px;height:22px}.language-switcher.svelte-1elxaub{display:flex;gap:.5rem;background:#f0f4f8cc;padding:.3rem;border-radius:8px;border:1px solid rgba(0,191,255,.2)}.lang-btn.svelte-1elxaub{padding:.6rem 1.2rem;background:transparent;border:none;border-radius:6px;color:#555;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.lang-btn.svelte-1elxaub:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00bfff1a,#00ffff1a);opacity:0;transition:opacity .3s ease}.lang-btn.svelte-1elxaub:hover:before{opacity:1}.lang-btn.svelte-1elxaub:hover{color:#00bfff;transform:translateY(-2px)}.lang-btn.active.svelte-1elxaub{background:linear-gradient(135deg,#00bfff,#0ff);color:#fff;box-shadow:0 4px 12px #00bfff4d;font-weight:600}.lang-btn.active.svelte-1elxaub:before{opacity:0}.lang-btn.loading.svelte-1elxaub{opacity:.7;cursor:wait;animation:svelte-1elxaub-translating .8s ease-in-out infinite alternate}@keyframes svelte-1elxaub-translating{0%{opacity:.5}to{opacity:1}}.login-link.svelte-1elxaub{padding:.8rem 1.5rem;color:#00bfff;border:2px solid #00bfff;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.login-link.svelte-1elxaub:hover{background:#00bfff1a;transform:translateY(-2px)}@keyframes svelte-1elxaub-dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){header.svelte-1elxaub{left:10px;right:10px;padding:.6rem .9rem;height:90px;display:flex;align-items:center;justify-content:stretch}.header-content.svelte-1elxaub{gap:.75rem}.mobile-menu-btn.svelte-1elxaub{display:inline-flex}.header-actions.svelte-1elxaub{display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border:1px solid rgba(0,95,163,.2);border-radius:14px;box-shadow:0 12px 26px #06284426;padding:.85rem;flex-direction:column;align-items:stretch;gap:.85rem}.header-actions.mobile-open.svelte-1elxaub{display:flex}.nav.svelte-1elxaub{text-align:center}.nav-cta.svelte-1elxaub{width:100%;justify-content:center;margin-bottom:8px}.language-switcher.svelte-1elxaub{justify-content:center;width:100%}.login-link.svelte-1elxaub{display:block;width:100%;text-align:center}.login-link.svelte-1elxaub{padding:.75rem 1rem}.logo.svelte-1elxaub div:where(.svelte-1elxaub){font-size:1.05rem;line-height:1.2}.logo.svelte-1elxaub img:where(.svelte-1elxaub){height:50px;width:50px}}.breadcrumb.svelte-1elxaub{background:linear-gradient(180deg,#142447,#11203f);border-bottom:1px solid rgba(112,178,240,.22);padding:.5rem 2rem;font-size:.83rem}.breadcrumb-inner.svelte-1elxaub{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:.15rem;flex-wrap:wrap;padding:0;list-style:none}.breadcrumb-node.svelte-1elxaub{display:inline-flex;align-items:center;gap:.15rem}.breadcrumb-node.svelte-1elxaub+.breadcrumb-node:where(.svelte-1elxaub):before{content:"/";color:#cddff59e;margin:0 .35rem}.breadcrumb-item.svelte-1elxaub{color:#dbeafe;text-decoration:none;transition:color .2s ease,background-color .2s ease;border-radius:999px;padding:.22rem .5rem;display:inline-flex}.breadcrumb-item.svelte-1elxaub:hover{color:#fff;background:#3b82f633}.breadcrumb-item.current.svelte-1elxaub{color:#fff;font-weight:600;cursor:default;background:#3b82f642}@media(max-width:768px){.breadcrumb.svelte-1elxaub{padding:.45rem 1rem}.breadcrumb-inner.svelte-1elxaub{overflow-x:auto;flex-wrap:nowrap;white-space:nowrap;scrollbar-width:thin}}.hide-on-desktop.svelte-1elxaub,.hide-on-mobile.svelte-1elxaub{display:none}@media(max-width:768px){.hide-on-desktop.svelte-1elxaub{display:block}}@media(min-width:769px){.hide-on-mobile.svelte-1elxaub{display:block}}footer.svelte-jz8lnl{padding:4rem 2rem 2rem;background:#0a0e27e6;border-top:2px solid rgba(0,255,255,.3);color:#fff}.footer-content.svelte-jz8lnl{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.footer-col.svelte-jz8lnl{display:flex;flex-direction:column;gap:1.2rem}.info-center.svelte-jz8lnl{padding-right:2rem}.footer-col.svelte-jz8lnl h3:where(.svelte-jz8lnl){font-size:1.2rem;color:#0ff;margin:0;font-weight:600}.footer-col.svelte-jz8lnl p:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl){color:#0ff;text-decoration:underline}.footer-col.svelte-jz8lnl p:where(.svelte-jz8lnl){color:#8b9dc3;line-height:1.6;margin:0;font-size:.95rem}.copyright.svelte-jz8lnl{margin-top:1rem!important;font-size:.85rem!important;color:#6b7c93!important}.download.svelte-jz8lnl{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.download.svelte-jz8lnl img:where(.svelte-jz8lnl){height:44px;transition:transform .2s ease}.download.svelte-jz8lnl a:where(.svelte-jz8lnl):hover img:where(.svelte-jz8lnl){transform:scale(1.05)}.links.svelte-jz8lnl{display:flex;flex-direction:column;gap:.8rem}.links.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#8b9dc3;text-decoration:none;font-size:.95rem;transition:color .2s ease}.links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:#0ff}.social-links.svelte-jz8lnl{display:flex;gap:1.5rem;align-items:center}.social-links.svelte-jz8lnl a:where(.svelte-jz8lnl){display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff0d;color:#8b9dc3;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.social-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{transform:translateY(-3px);background:#00ffff1a;color:#0ff;border-color:#00ffff4d;box-shadow:0 4px 15px #0ff3}@media(max-width:900px){.footer-content.svelte-jz8lnl{grid-template-columns:1fr;text-align:center;gap:2.5rem}.info-center.svelte-jz8lnl{padding-right:0}.download.svelte-jz8lnl{align-items:center;flex-direction:row;justify-content:center}.social-links.svelte-jz8lnl{justify-content:center}}@media(max-width:768px){.hide-on-mobile.svelte-jz8lnl{display:none}}
