.icon-well{display:grid;place-items:center;flex-shrink:0;border-radius:calc(var(--radius-input, .375rem) - 1px);background:var(--color-primary-soft);color:var(--color-primary);transition:background var(--motion-duration-fast, .12s) var(--motion-easing, ease-out),color var(--motion-duration-fast, .12s) var(--motion-easing, ease-out)}.icon-well--rail{width:1.75rem;height:1.75rem}.icon-well--card{width:3rem;height:3rem;border-radius:var(--radius-component, .5rem)}.icon-well--trust{width:2.75rem;height:2.75rem;border-radius:var(--radius-component, .5rem);background:var(--color-secondary-soft);color:var(--color-secondary)}.icon-well[data-category=convert]{background:color-mix(in srgb,var(--color-accent, #e67e22) 14%,var(--color-surface));color:color-mix(in srgb,var(--color-accent, #e67e22) 85%,#000)}.icon-well[data-category=security]{background:color-mix(in srgb,#c0392b 12%,var(--color-surface));color:color-mix(in srgb,#c0392b 80%,#000)}.icon-well[data-category=compress]{background:color-mix(in srgb,#16a085 12%,var(--color-surface));color:color-mix(in srgb,#16a085 80%,#000)}a:hover .icon-well,a:focus-visible .icon-well,button:hover .icon-well,button:focus-visible .icon-well{background:var(--color-primary);color:var(--color-primary-fg, #fff)}a:hover .icon-well[data-category=convert],a:focus-visible .icon-well[data-category=convert],button:hover .icon-well[data-category=convert],button:focus-visible .icon-well[data-category=convert]{background:var(--color-accent, #e67e22);color:var(--color-accent-fg, #fff)}a:hover .icon-well[data-category=security],a:focus-visible .icon-well[data-category=security],button:hover .icon-well[data-category=security],button:focus-visible .icon-well[data-category=security]{background:#c0392b;color:#fff}a:hover .icon-well[data-category=compress],a:focus-visible .icon-well[data-category=compress],button:hover .icon-well[data-category=compress],button:focus-visible .icon-well[data-category=compress]{background:#16a085;color:#fff}.tool-card--disabled .icon-well{background:var(--color-surface-container);color:var(--color-muted-fg)}@media (prefers-reduced-motion: reduce){.icon-well{transition:none}}:root{color-scheme:light;--color-primary: #0f1b2d;--color-primary-deep: #070e1a;--color-primary-fg: #ffffff;--color-primary-soft: #e1e8f5;--color-primary-container: #1a2a44;--color-accent: #6c5ce7;--color-accent-fg: #ffffff;--color-accent-soft: #e8e5ff;--color-accent-secondary: #7c6df7;--color-accent-glow: rgba(108, 92, 231, .25);--color-accent-alt: #e74c5e;--color-accent-alt-fg: #ffffff;--color-accent-alt-soft: #ffe5e8;--color-secondary: #007a94;--color-secondary-fg: #ffffff;--color-secondary-soft: #caf0f8;--color-info: #4895ef;--color-info-fg: #ffffff;--gradient-primary: linear-gradient(135deg, #0f1b2d 0%, #1a2a44 100%);--gradient-accent: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);--gradient-accent-alt: linear-gradient(135deg, #e74c5e 0%, #fd79a8 100%);--gradient-hero: linear-gradient(135deg, #0f1b2d 0%, #1a2a44 40%, #2d1b69 100%);--gradient-surface: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);--gradient-glow: radial-gradient(ellipse at 50% 0%, rgba(108, 92, 231, .12) 0%, transparent 60%);--hero-mesh-start: #0f1b2d;--hero-mesh-mid: #1a2a44;--hero-mesh-end: #2d1b69;--hero-fg: #ffffff;--hero-muted: rgba(255, 255, 255, .85);--hero-accent-glow: rgba(108, 92, 231, .3);--color-background: #f7f8fc;--color-surface: #ffffff;--color-surface-elevated: #eef0f6;--color-surface-container: #eef0f6;--color-surface-container-high: #e4e6f0;--color-foreground: #0f1b2d;--color-surface-fg: #0f1b2d;--color-border: #e2e6f0;--color-border-subtle: #eef0f6;--color-muted: #f4f5fa;--color-on-surface-variant: #4a5068;--color-success: #10b981;--color-warning: #f59e0b;--color-warning-soft: #fef3c7;--color-warning-fg: #92400e;--color-danger: #e74c5e;--color-danger-container: #ffe5e8;--color-muted-fg: #4b5563;--surface-noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.015'/%3E%3C/svg%3E");--glass-bg: rgba(255, 255, 255, .7);--glass-blur: 16px;--glass-border: rgba(255, 255, 255, .2);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .08);--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--font-size-100: .75rem;--font-size-200: .875rem;--font-size-300: 1rem;--font-size-400: 1.125rem;--font-size-500: 1.25rem;--font-size-600: 1.5rem;--font-size-700: 2rem;--font-size-800: 2.5rem;--font-size-900: 3rem;--font-size-1000: 3.75rem;--font-line-tight: 1.15;--font-line-default: 1.5;--font-line-relaxed: 1.65;--type-headline-xl-size: 3rem;--type-headline-xl-weight: 800;--type-headline-lg-size: 2.25rem;--type-headline-lg-weight: 700;--type-headline-md-size: 1.5rem;--type-headline-md-weight: 600;--type-headline-sm-size: 1.125rem;--type-headline-sm-weight: 600;--type-body-lg-size: 1.125rem;--type-body-md-size: 1rem;--type-body-sm-size: .875rem;--type-label-md-size: .875rem;--type-label-md-weight: 600;--type-label-sm-size: .75rem;--type-label-sm-weight: 500;--type-tracking-tight: -.02em;--type-tracking-wide: .04em;--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 2.5rem;--space-8: 3rem;--space-10: 4rem;--space-12: 6rem;--space-16: 8rem;--space-20: 10rem;--radius-input: .5rem;--radius-component: .75rem;--radius-card: 1rem;--radius-pill: 9999px;--radius-full: 50%;--shadow-subtle: 0 1px 3px rgba(15, 27, 45, .06), 0 1px 2px rgba(15, 27, 45, .04);--shadow-medium: 0 4px 12px rgba(15, 27, 45, .08), 0 2px 4px rgba(15, 27, 45, .04);--shadow-elevated: 0 8px 30px rgba(15, 27, 45, .1), 0 4px 8px rgba(15, 27, 45, .06);--shadow-colored: 0 4px 16px rgba(108, 92, 231, .15);--shadow-card-hover: 0 12px 40px rgba(15, 27, 45, .12), 0 4px 12px rgba(15, 27, 45, .06);--motion-duration-instant: 0ms;--motion-duration-fast: .15s;--motion-duration-default: .25s;--motion-duration-slow: .4s;--motion-duration-slower: .6s;--motion-easing: cubic-bezier(.4, 0, .2, 1);--motion-easing-out: cubic-bezier(0, 0, .2, 1);--motion-easing-in: cubic-bezier(.4, 0, 1, 1);--motion-press-scale: .97;--layout-max-width: 1280px;--layout-container-padding: clamp(1rem, 4vw, 2rem);--layout-inline-gap: .75rem;--focus-ring-width: 2px;--focus-ring-color: #6c5ce7;--focus-ring-offset: 2px;--privacy-ribbon-bg: linear-gradient(90deg, #0f1b2d, #1a2a44);--privacy-ribbon-fg: #e1e8f5;--drag-placeholder-bg: rgba(108, 92, 231, .06);--drag-placeholder-border: 2px dashed rgba(108, 92, 231, .4);--dropzone-bg: rgba(108, 92, 231, .04);--dropzone-border: 2px dashed var(--color-border);--dropzone-border-active: 2px solid var(--color-accent);--color-file-pdf: #e74c5e;--color-file-pdf-soft: #ffe5e8;--color-file-image: #00b4d8;--color-file-image-soft: #caf0f8;--color-file-doc: #4895ef;--color-file-doc-soft: #dbeafe;--color-file-html: #f59e0b;--color-file-html-soft: #fef3c7;--color-file-text: #6b7280;--color-file-text-soft: #f3f4f6}:root[data-theme=dark],:root[data-theme=dark]:where(*){color-scheme:dark;--color-primary: #a5b4fc;--color-primary-deep: #c7d2fe;--color-primary-fg: #0f1b2d;--color-primary-soft: #1e2a44;--color-primary-container: #2a3a5c;--color-accent: #a29bfe;--color-accent-fg: #0f1b2d;--color-accent-soft: #3d2d6e;--color-accent-secondary: #b8b2ff;--color-accent-alt: #ff8a9e;--color-accent-alt-fg: #0f1b2d;--color-accent-alt-soft: #5c2a34;--color-secondary: #48cae4;--color-secondary-fg: #001e31;--color-secondary-soft: #023e5a;--color-info: #90bcf5;--color-info-fg: #001e31;--gradient-primary: linear-gradient(135deg, #0a0f1a 0%, #141e33 100%);--gradient-accent: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);--gradient-hero: linear-gradient(135deg, #070b14 0%, #0f1b2d 40%, #1a1040 100%);--gradient-surface: linear-gradient(180deg, #0f172a 0%, #0a0f1a 100%);--gradient-glow: radial-gradient(ellipse at 50% 0%, rgba(108, 92, 231, .2) 0%, transparent 60%);--hero-mesh-start: #070b14;--hero-mesh-mid: #0f1b2d;--hero-mesh-end: #1a1040;--hero-fg: #e2e8f0;--hero-muted: rgba(226, 232, 240, .8);--color-background: #0a0f1a;--color-surface: #0f172a;--color-surface-elevated: #1a2440;--color-surface-container: #1a2440;--color-surface-container-high: #243050;--color-foreground: #e2e8f0;--color-surface-fg: #e2e8f0;--color-border: #1e2d4a;--color-border-subtle: #141e33;--color-muted: #0f172a;--color-on-surface-variant: #94a3b8;--color-success: #34d399;--color-warning: #fbbf24;--color-danger: #ff8a9e;--color-danger-container: #5c2a34;--color-muted-fg: #94a3b8;--glass-bg: rgba(15, 23, 42, .7);--glass-border: rgba(255, 255, 255, .08);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .3);--shadow-subtle: 0 1px 3px rgba(0, 0, 0, .3), 0 1px 2px rgba(0, 0, 0, .2);--shadow-medium: 0 4px 12px rgba(0, 0, 0, .4), 0 2px 4px rgba(0, 0, 0, .25);--shadow-elevated: 0 8px 30px rgba(0, 0, 0, .5), 0 4px 8px rgba(0, 0, 0, .3);--shadow-colored: 0 4px 16px rgba(108, 92, 231, .3);--shadow-card-hover: 0 12px 40px rgba(0, 0, 0, .5), 0 4px 12px rgba(0, 0, 0, .3);--focus-ring-color: #a29bfe;--privacy-ribbon-bg: linear-gradient(90deg, #070b14, #141e33);--drag-placeholder-bg: rgba(162, 155, 254, .08);--drag-placeholder-border: 2px dashed rgba(162, 155, 254, .4);--dropzone-bg: rgba(162, 155, 254, .06);--dropzone-border-active: 2px solid var(--color-accent);--color-file-pdf: #ff8a9e;--color-file-pdf-soft: #5c2a34;--color-file-image: #48cae4;--color-file-image-soft: #023e5a;--color-file-doc: #90bcf5;--color-file-doc-soft: #002b5c;--color-file-html: #fbbf24;--color-file-html-soft: #452a00;--color-file-text: #94a3b8;--color-file-text-soft: #1e293b}@media (prefers-color-scheme: dark){:root:not([data-theme]){color-scheme:dark;--color-primary: #a5b4fc;--color-primary-deep: #c7d2fe;--color-primary-fg: #0f1b2d;--color-primary-soft: #1e2a44;--color-accent: #a29bfe;--color-accent-fg: #0f1b2d;--color-secondary: #48cae4;--color-secondary-fg: #001e31;--color-info: #90bcf5;--color-background: #0a0f1a;--color-surface: #0f172a;--color-surface-elevated: #1a2440;--color-foreground: #e2e8f0;--color-surface-fg: #e2e8f0;--color-border: #1e2d4a;--color-muted: #0f172a;--color-muted-fg: #94a3b8;--glass-bg: rgba(15, 23, 42, .7);--shadow-subtle: 0 1px 3px rgba(0,0,0,.3);--shadow-medium: 0 4px 12px rgba(0,0,0,.4);--shadow-elevated: 0 8px 30px rgba(0,0,0,.5);--focus-ring-color: #a29bfe;--privacy-ribbon-bg: linear-gradient(90deg, #070b14, #141e33)}}@media (prefers-reduced-motion: reduce){:root{--motion-duration-fast: 1ms;--motion-duration-default: 1ms;--motion-duration-slow: 1ms;--motion-press-scale: 1}}@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url(../../../fonts/inter-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../../../fonts/inter-latin-600.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../../../fonts/inter-latin-700.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}[dir=rtl] body,[dir=rtl]{font-family:Noto Naskh Arabic,Scheherazade New,Traditional Arabic,Arabic Typesetting,Inter,system-ui,-apple-system,sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html,body{margin:0;padding:0;background:var(--color-background);background-image:var(--surface-noise);color:var(--color-surface-fg);font-family:var(--font-body);font-size:var(--type-body-md-size);line-height:var(--font-line-default);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}[dir=rtl] body,[dir=rtl]{font-family:Noto Kufi Arabic,Inter,system-ui,-apple-system,sans-serif}[dir=ltr] body,[dir=ltr]{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}::selection{background:color-mix(in srgb,var(--color-accent) 25%,transparent);color:var(--color-foreground)}img,svg,video,canvas{max-width:100%;height:auto;display:block}a{color:var(--color-secondary);text-decoration:none;transition:color var(--motion-duration-fast) var(--motion-easing)}a:hover{color:var(--color-accent)}a:focus-visible,button:focus-visible,[href]:focus-visible,[tabindex]:not([tabindex="-1"]):focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset, 2px);border-radius:var(--radius-input)}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}.stack{display:flex;flex-direction:column;gap:var(--space-7)}.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}.fade-in{animation:fadeIn var(--motion-duration-slower) var(--motion-easing-out) forwards}.slide-up{animation:slideUp var(--motion-duration-slower) var(--motion-easing-out) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton{background:linear-gradient(90deg,var(--color-surface-elevated) 25%,var(--color-surface-container-high) 50%,var(--color-surface-elevated) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-component)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--color-muted-fg)}@media print{.header,.footer,.privacy-ribbon,.consent-banner,.ad-slot{display:none!important}}.offline-badge.svelte-ms2fv5{display:inline-flex;align-items:center;gap:var(--space-1, .25rem);padding:var(--space-1, .25rem) var(--space-2, .5rem);background:var(--color-warning-soft, #fff3cd);color:var(--color-warning-fg, #7a5d00);border:1px solid var(--color-warning, #d4a017);border-radius:var(--radius-pill, 999px);font-size:var(--font-size-200, .875rem);font-weight:500}.visually-hidden.svelte-ms2fv5{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer.svelte-pr9w9x.svelte-pr9w9x{margin-top:var(--space-12);border-top:1px solid var(--color-border);background:var(--color-primary);color:var(--color-primary-fg);position:relative;overflow:hidden}.footer.svelte-pr9w9x.svelte-pr9w9x:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:.3}.footer.svelte-pr9w9x.svelte-pr9w9x:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--surface-noise);opacity:.08;pointer-events:none}.footer__inner.svelte-pr9w9x.svelte-pr9w9x{position:relative;max-width:var(--layout-max-width);margin:0 auto;padding:var(--space-10) var(--layout-container-padding) var(--space-6);display:flex;flex-direction:column;gap:var(--space-8)}.footer__grid.svelte-pr9w9x.svelte-pr9w9x{display:grid;grid-template-columns:1fr;gap:var(--space-8)}@media (min-width: 768px){.footer__grid.svelte-pr9w9x.svelte-pr9w9x{grid-template-columns:1.5fr 1fr 1fr}}.footer__brand.svelte-pr9w9x.svelte-pr9w9x{display:flex;flex-direction:column;gap:var(--space-3)}.footer__brand-link.svelte-pr9w9x.svelte-pr9w9x{display:inline-flex;align-items:center;gap:var(--space-2);width:fit-content;color:inherit;text-decoration:none;opacity:.9;transition:opacity var(--motion-duration-fast) var(--motion-easing)}.footer__brand-link.svelte-pr9w9x.svelte-pr9w9x:hover{opacity:1;color:inherit}.footer__brand-name.svelte-pr9w9x.svelte-pr9w9x{font-size:var(--type-headline-md-size);font-weight:700;letter-spacing:var(--type-tracking-tight)}.footer__tagline.svelte-pr9w9x.svelte-pr9w9x{margin:0;max-width:24rem;opacity:.65;font-size:var(--type-body-sm-size);line-height:var(--font-line-default)}.footer__locale-btn.svelte-pr9w9x.svelte-pr9w9x{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);background:#ffffff1a;color:inherit;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-pill);font-size:var(--type-label-sm-size);font-weight:500;cursor:pointer;transition:all var(--motion-duration-fast) var(--motion-easing)}.footer__locale-btn.svelte-pr9w9x.svelte-pr9w9x:hover{background:#ffffff26;border-color:#ffffff40}.footer__locale-btn.svelte-pr9w9x.svelte-pr9w9x:focus-visible{outline:var(--focus-ring-width) solid #fff;outline-offset:var(--focus-ring-offset)}.footer__locale-flag.svelte-pr9w9x.svelte-pr9w9x{font-size:1.1rem;line-height:1}.footer__col.svelte-pr9w9x.svelte-pr9w9x{display:flex;flex-direction:column;gap:var(--space-4)}.footer__col-title.svelte-pr9w9x.svelte-pr9w9x{margin:0;font-size:var(--type-label-md-size);font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.5}.footer__links.svelte-pr9w9x.svelte-pr9w9x{display:flex;flex-direction:column;gap:var(--space-1);list-style:none;margin:0;padding:0}.footer__link.svelte-pr9w9x.svelte-pr9w9x{display:inline-flex;align-items:center;min-height:2.25rem;padding:0 var(--space-2);color:inherit;opacity:.7;font-size:var(--type-body-sm-size);text-decoration:none;border-radius:var(--radius-input);transition:all var(--motion-duration-fast) var(--motion-easing)}.footer__link.svelte-pr9w9x.svelte-pr9w9x:hover{opacity:1;background:#ffffff14;color:inherit}.footer__bottom.svelte-pr9w9x.svelte-pr9w9x{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-3);padding-top:var(--space-6);border-top:1px solid rgba(255,255,255,.1)}.footer__rights.svelte-pr9w9x.svelte-pr9w9x{margin:0;font-size:var(--type-body-sm-size);opacity:.6}.footer__status.svelte-pr9w9x.svelte-pr9w9x{display:flex;align-items:center}.footer__disclaimer.svelte-pr9w9x.svelte-pr9w9x{padding:var(--space-4);background:#00000026;border-radius:var(--radius-component);font-size:var(--type-body-sm-size);line-height:var(--font-line-default);opacity:.65}.footer__disclaimer.svelte-pr9w9x p.svelte-pr9w9x{margin:0;max-width:80ch}.footer__cross-site.svelte-pr9w9x.svelte-pr9w9x{padding-top:var(--space-6);border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer__cross-site-title.svelte-pr9w9x.svelte-pr9w9x{margin:0 0 var(--space-4);font-size:var(--type-body-sm-size);opacity:.8;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2)}.footer__social-title.svelte-pr9w9x.svelte-pr9w9x{margin:0 0 var(--space-3);font-size:var(--type-body-sm-size);font-weight:600;opacity:.7}.footer__social-links.svelte-pr9w9x.svelte-pr9w9x{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-3)}.footer__social-btn.svelte-pr9w9x.svelte-pr9w9x{display:inline-block;padding:var(--space-1) var(--space-3);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-input);color:inherit;font-size:var(--type-body-sm-size);text-decoration:none;opacity:.8;transition:opacity var(--motion-duration-fast) var(--motion-easing)}.footer__social-btn.svelte-pr9w9x.svelte-pr9w9x:hover{opacity:1;color:inherit}@media (max-width: 640px){.footer__bottom.svelte-pr9w9x.svelte-pr9w9x{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion: reduce){.footer__brand-link.svelte-pr9w9x.svelte-pr9w9x,.footer__locale-btn.svelte-pr9w9x.svelte-pr9w9x,.footer__link.svelte-pr9w9x.svelte-pr9w9x{transition:none}}.skip-link.svelte-18a5ln6.svelte-18a5ln6{position:absolute;top:-40px;left:var(--space-3);padding:var(--space-2) var(--space-3);background:var(--color-accent);color:var(--color-accent-fg);border-radius:var(--radius-input);z-index:100;font-weight:600;transition:top var(--motion-duration-fast) var(--motion-easing)}.skip-link.svelte-18a5ln6.svelte-18a5ln6:focus-visible{top:var(--space-2);outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.main.svelte-18a5ln6.svelte-18a5ln6{max-width:var(--layout-max-width);margin:0 auto;padding:0 var(--layout-container-padding) var(--space-10);min-height:calc(100vh - 200px);outline:none;position:relative}.main.svelte-18a5ln6.svelte-18a5ln6:before{content:"";position:fixed;top:0;left:50%;transform:translate(-50%);width:100vw;max-width:1400px;height:600px;background:var(--gradient-glow);pointer-events:none;z-index:-1}.primary-nav.svelte-18a5ln6.svelte-18a5ln6{display:flex;gap:var(--space-1);list-style:none;margin:0;padding:0}.primary-nav.svelte-18a5ln6 a.svelte-18a5ln6{display:inline-flex;align-items:center;min-height:2.5rem;padding:0 var(--space-3);color:var(--color-muted-fg);font-size:var(--type-label-md-size);font-weight:500;text-decoration:none;border-radius:var(--radius-input);transition:all var(--motion-duration-fast) var(--motion-easing)}.primary-nav.svelte-18a5ln6 a.svelte-18a5ln6:hover{color:var(--color-accent);background:var(--color-accent-soft)}.primary-nav.svelte-18a5ln6 a.svelte-18a5ln6:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}@media (max-width: 768px){.primary-nav.svelte-18a5ln6.svelte-18a5ln6{flex-direction:column;width:100%}.primary-nav.svelte-18a5ln6 a.svelte-18a5ln6{width:100%;padding:var(--space-2) var(--space-3);min-height:2.75rem}}@media (prefers-reduced-motion: reduce){.skip-link.svelte-18a5ln6.svelte-18a5ln6{transition:none}}
