.cookie-banner.svelte-1015gs8{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border-light);padding:1.5rem;box-shadow:var(--shadow-lg);z-index:1001;animation:svelte-1015gs8-slideUp .3s ease-out}.cookie-content.svelte-1015gs8{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.cookie-content.svelte-1015gs8 h3:where(.svelte-1015gs8){color:var(--text-primary);margin:0;font-size:1.2rem}.cookie-content.svelte-1015gs8 p:where(.svelte-1015gs8){color:var(--text-secondary);margin:0;line-height:1.5}.cookie-buttons.svelte-1015gs8{display:flex;gap:1rem;flex-wrap:wrap}.cookie-btn.svelte-1015gs8{padding:.75rem 1.5rem;border:none;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:var(--transition);flex:1;min-width:120px}.cookie-btn.primary.svelte-1015gs8{background:var(--primary-color);color:#fff}.cookie-btn.primary.svelte-1015gs8:hover{background:var(--primary-hover);transform:translateY(-1px)}.cookie-btn.secondary.svelte-1015gs8{background:transparent;color:var(--text-primary);border:1px solid var(--border-light)}.cookie-btn.secondary.svelte-1015gs8:hover{background:var(--bg-light)}@keyframes svelte-1015gs8-slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.cookie-banner.svelte-1015gs8{padding:1rem}.cookie-buttons.svelte-1015gs8{flex-direction:column}.cookie-btn.svelte-1015gs8{text-align:center;min-width:auto}}:root{--primary-color: #6366f1;--primary-hover: #4f46e5;--gradient-start: #f5f7fa;--gradient-end: #c3cfe2;--text-primary: #1f2937;--text-secondary: #6b7280;--bg-light: #f9fafb;--surface: #ffffff;--shadow: 0 10px 25px -5px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 40px -10px rgba(0, 0, 0, .15);--radius: .75rem;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--bg-white: #ffffff;--border-light: #e5e7eb;--radius-alt: 8px;--shadow-base: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg-alt: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--transition-alt: all .3s ease;--primary-dark: #4f46e5}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,sans-serif;line-height:1.6;color:var(--text-primary);background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);min-height:100vh;transition:background .3s ease}html.dark{--text-primary: #f9fafb;--text-secondary: #d1d5db;--bg-light: #111827;--surface: #1f2937;--shadow: 0 10px 25px -5px rgba(0, 0, 0, .5);--shadow-lg: 0 20px 40px -10px rgba(0, 0, 0, .6);--bg-white: #1f2937;--border-light: #374151;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .3)}html.dark body{background:linear-gradient(135deg,var(--primary-color),#1e293b)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{padding:1rem 2rem;border-radius:var(--radius);font-weight:600;text-decoration:none;transition:var(--transition);text-align:center;flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,var(--primary-color),#8b5cf6);color:#fff;border:none;box-shadow:var(--shadow)}.btn-primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-3px);box-shadow:var(--shadow)}.btn-arrow,.btn-download{transition:transform .3s ease}.btn:hover .btn-arrow{transform:translate(3px)}.btn:hover .btn-download{transform:translateY(2px)}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh;position:relative}.navbar.svelte-12qhfyh{position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);z-index:1000;padding:0;transition:var(--transition)}html.dark .navbar.svelte-12qhfyh{background:#111827f2}.nav-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.nav-brand.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:1.5rem;font-weight:800;color:var(--primary-color);text-decoration:none;transition:var(--transition);background:linear-gradient(135deg,var(--primary-color),#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-brand.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{transform:translateY(-1px)}.nav-controls.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;border-left:1px solid rgba(99,102,241,.2);padding-left:1.5rem;margin-left:.5rem}.theme-toggle.svelte-12qhfyh{background:none;border:2px solid var(--primary-color);border-radius:50%;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition);position:relative;overflow:hidden}.theme-toggle.svelte-12qhfyh:hover{transform:scale(1.1);background:#6366f11a}.sun-icon.svelte-12qhfyh,.moon-icon.svelte-12qhfyh{position:absolute;transition:var(--transition);font-size:1.2rem}.sun-icon.svelte-12qhfyh{opacity:1;transform:scale(1)}.moon-icon.svelte-12qhfyh,html.dark .sun-icon.svelte-12qhfyh{opacity:0;transform:scale(.5)}html.dark .moon-icon.svelte-12qhfyh{opacity:1;transform:scale(1)}.mobile-controls.svelte-12qhfyh{display:none;align-items:center;gap:.5rem}.mobile-menu-btn.svelte-12qhfyh{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;transition:var(--transition)}.mobile-menu-btn.svelte-12qhfyh:hover{transform:scale(1.1)}.mobile-menu-btn.svelte-12qhfyh span:where(.svelte-12qhfyh){width:25px;height:3px;background:linear-gradient(135deg,var(--primary-color),#8b5cf6);margin:3px 0;transition:.3s;border-radius:3px;transform-origin:center}.mobile-menu-btn[aria-expanded=true].svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn[aria-expanded=true].svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.mobile-menu-btn[aria-expanded=true].svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-links.svelte-12qhfyh{display:flex;gap:2rem;align-items:center}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-primary);text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:var(--radius);transition:var(--transition);position:relative}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary-color);transform:translateY(-2px)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(135deg,var(--primary-color),#8b5cf6);transition:var(--transition);transform:translate(-50%)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover:after,.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh):after{width:80%}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--primary-color)}.language-switcher.svelte-12qhfyh{display:flex;gap:.5rem}.lang-btn.svelte-12qhfyh{color:var(--text-primary);background:none;padding:.4rem .8rem;font-size:.9rem;border:1px solid rgba(99,102,241,.3);border-radius:var(--radius);cursor:pointer;font-weight:600;transition:var(--transition)}.lang-btn.svelte-12qhfyh:hover{background:#6366f11a;transform:translateY(-1px)}.lang-btn.active.svelte-12qhfyh{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.scroll-to-top.svelte-12qhfyh{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),#8b5cf6);color:#fff;border:none;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 25px #6366f14d,0 4px 12px #6366f133,inset 0 1px #fff3;display:flex;align-items:center;justify-content:center;z-index:999;overflow:hidden}.scroll-to-top.svelte-12qhfyh:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#4f46e5,#7c3aed);opacity:0;transition:opacity .3s ease;border-radius:50%}.scroll-to-top.svelte-12qhfyh:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 35px #6366f166,0 8px 20px #6366f14d,inset 0 1px #ffffff4d}.scroll-to-top.svelte-12qhfyh:hover:before{opacity:1}.scroll-to-top.svelte-12qhfyh:active{transform:translateY(-2px) scale(1.02);transition:all .1s ease}.scroll-icon.svelte-12qhfyh{width:24px;height:24px;position:relative;z-index:1;transition:transform .3s ease}.scroll-to-top.svelte-12qhfyh:hover .scroll-icon:where(.svelte-12qhfyh){transform:translateY(-2px)}.scroll-pulse.svelte-12qhfyh{position:absolute;top:50%;left:50%;width:100%;height:100%;border:2px solid var(--primary-color);border-radius:50%;transform:translate(-50%,-50%) scale(1);opacity:0;animation:svelte-12qhfyh-pulse 2s infinite}@keyframes svelte-12qhfyh-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}70%{transform:translate(-50%,-50%) scale(1.3);opacity:0}to{transform:translate(-50%,-50%) scale(1.3);opacity:0}}.scroll-to-top.svelte-12qhfyh{animation:svelte-12qhfyh-fadeInUp .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes svelte-12qhfyh-fadeInUp{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.main-content.svelte-12qhfyh{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem;background:var(--surface);box-shadow:var(--shadow);border-radius:var(--radius);margin-top:1rem;margin-bottom:1rem}html.dark .main-content.svelte-12qhfyh{background:var(--surface)}.footer.svelte-12qhfyh{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.1);margin-top:auto}html.dark .footer.svelte-12qhfyh{background:#111827f2;border-top:1px solid rgba(255,255,255,.1)}.footer-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:2rem;text-align:center;color:var(--text-secondary)}.footer-link.svelte-12qhfyh{color:var(--primary-color);text-decoration:none;font-weight:600;transition:var(--transition)}.footer-link.svelte-12qhfyh:hover{text-decoration:underline;transform:translateY(-1px)}.brand-photo.svelte-12qhfyh{width:30px;height:30px;border-radius:35%;object-fit:cover;border:2px solid var(--primary-color);transition:var(--transition);box-shadow:var(--shadow-base)}.brand-photo.svelte-12qhfyh:hover{transform:scale(1.05);border-color:var(--primary-hover);box-shadow:var(--shadow)}.brand-text.svelte-12qhfyh{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color),#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:var(--transition)}.brand-link.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;text-decoration:none;height:100%}@media(max-width:768px){.brand-photo.svelte-12qhfyh{width:26px;height:26px}.brand-text.svelte-12qhfyh{font-size:1.3rem}.desktop-only.svelte-12qhfyh{display:none!important}.mobile-only.svelte-12qhfyh{display:flex!important}.mobile-controls.svelte-12qhfyh,.mobile-menu-btn.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;gap:0;padding:1rem 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;box-shadow:var(--shadow-lg)}html.dark .nav-links.svelte-12qhfyh{background:#111827fa}.nav-links.active.svelte-12qhfyh{transform:translateY(0);opacity:1;visibility:visible}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){width:100%;text-align:center;padding:1rem;border-radius:0}.nav-links.svelte-12qhfyh .nav-controls.mobile-only:where(.svelte-12qhfyh){display:flex;border-left:none;border-top:1px solid rgba(99,102,241,.2);padding-left:0;padding-top:1rem;margin-left:0;margin-top:.5rem;justify-content:center;flex-direction:column;gap:1rem;width:100%}.nav-links.svelte-12qhfyh .nav-controls.mobile-only:where(.svelte-12qhfyh) .language-switcher:where(.svelte-12qhfyh){justify-content:center}.main-content.svelte-12qhfyh{padding:1rem;margin:.5rem;border-radius:.5rem;max-width:calc(100vw - 1rem)}.scroll-to-top.svelte-12qhfyh{bottom:1.5rem;right:1.5rem;width:52px;height:52px}.scroll-icon.svelte-12qhfyh{width:22px;height:22px}}@media(min-width:769px){.desktop-only.svelte-12qhfyh{display:flex!important}.mobile-only.svelte-12qhfyh{display:none!important}}*:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:2px}
