:root{--brand-violet:#8b5cf6;--brand-pink:#ec4899;--brand-amber:#f59e0b;--brand-violet-dark:#7c3aed;--brand-sky:#38bdf8;--color-error:#ef4444}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../../../fonts/inter-latin-400-normal.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+2074,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-normal.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../../../fonts/poppins-latin-700-normal.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}:root{--font-body:"Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--font-heading:"Poppins", "Segoe UI", system-ui, sans-serif}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700}body{font-family:var(--font-body);font-feature-settings:"kern";text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--color-primary:#2563eb;--color-primary-hover:#3b82f6;--color-primary-active:#1d4ed8;--color-secondary:#374151;--color-secondary-hover:#4b5563;--color-secondary-active:#6b7280;--color-danger:#f87171;--color-danger-hover:#ef4444;--color-danger-active:#dc2626;--color-success:#34d399;--color-success-hover:#10b981;--color-warning:#fbbf24;--color-warning-hover:#f59e0b;--color-warning-active:#b45309;--color-text:#f9fafb;--color-text-light:#d1d5db;--color-border:#374151;--color-bg:#111827;--color-bg-container:#1f2937;--color-bg-alt:#374151;--color-control-bg:#374151;--color-control-border:#4b5563;--color-control-hover-bg:#4b5563;--color-control-active-bg:#6b7280;--color-header-background:#1f2937;--color-header-text:#f9fafb;--color-bg-overlay:#111827cc;--z-content-base:1;--z-pip:20;--z-header:120;--z-header-dropdown:130;--z-overlay:1000;--z-top-ui:10000;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--secondary-page-title-size:clamp(2rem, 5vw, 3.5rem);--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--gradient-primary:linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);--gradient-primary-hover:linear-gradient(180deg, var(--color-primary-hover) 0%, var(--color-primary-active) 100%);--gradient-primary-active:linear-gradient(180deg, var(--color-primary-active) 0%, var(--color-primary-active) 100%);--gradient-warning:linear-gradient(180deg, var(--color-warning) 0%, var(--color-warning-hover) 100%);--gradient-warning-hover:linear-gradient(180deg, var(--color-warning-hover) 0%, var(--color-warning-active) 100%);--gradient-warning-active:linear-gradient(180deg, var(--color-warning-active) 0%, var(--color-warning-active) 100%);--gradient-danger:linear-gradient(180deg, var(--color-danger) 0%, var(--color-danger-hover) 100%);--gradient-danger-hover:linear-gradient(180deg, var(--color-danger-hover) 0%, var(--color-danger-active) 100%);--gradient-danger-active:linear-gradient(180deg, var(--color-danger-active) 0%, var(--color-danger-active) 100%);--shadow-inset:inset 0 1px 3px 0 #0006;--border-inset:1px solid #0000004d}html{overscroll-behavior:none;height:100%}body{background-color:var(--color-bg);color:var(--color-text);height:100dvh;padding:var(--space-0);flex-direction:column;justify-content:center;align-items:center;min-width:240px;min-height:240px;font-family:Inter,system-ui,sans-serif;display:flex;overflow:auto}@media (width>=640px) and (height>=600px){body{padding:var(--space-2)}}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif}@media (width<=640px){main{padding-left:.5rem;padding-right:.5rem}}.container{background-color:var(--color-bg-container);border:none;flex-grow:1;grid-template-rows:auto 1fr auto;width:100%;max-width:1440px;min-height:100%;max-height:100dvh;display:grid;overflow:hidden}@media (width>=640px){.container{border:1px solid var(--color-border)}}.container{box-shadow:0 4px 6px #0006,inset 0 2px 4px #0003}@media (width>=640px) and (height>=600px){.container{border-radius:var(--radius-lg)}}.overlay{z-index:var(--z-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.card{border-radius:var(--radius-lg);padding:var(--space-4)}.card-default{background-color:var(--color-bg-container);border:1px solid var(--color-border)}.card-welcome{background-color:var(--color-bg-container);gap:var(--space-3);border:1px solid #ffffff1a;flex-direction:column;display:flex;box-shadow:0 4px 6px -1px #00000080}.card-gradient{background:var(--gradient-primary);padding:var(--space-3);color:#fff;box-shadow:0 1px 2px #0000001a}.btn{padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;font-weight:400;transition:background-color .2s,transform .1s;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--color-primary-hover)}.btn-primary:active:not(:disabled){background-color:var(--color-primary-active)}.btn-secondary{background-color:var(--color-secondary);color:var(--color-text)}.btn-secondary:hover:not(:disabled){background-color:var(--color-secondary-hover)}.btn-secondary:active:not(:disabled){background-color:var(--color-secondary-active)}.btn-danger{background-color:var(--color-danger);color:#fff}.btn-danger:hover:not(:disabled){background-color:var(--color-danger-hover)}.btn-danger:active:not(:disabled){background-color:var(--color-danger-active)}.btn-sm{padding:var(--space-1) var(--space-3);font-size:var(--text-sm)}.btn-lg{padding:var(--space-3) var(--space-6);font-size:var(--text-lg)}.gradient-primary{--btn-gradient:var(--gradient-primary);--btn-gradient-hover:var(--gradient-primary-hover);--btn-gradient-active:var(--gradient-primary-active)}.gradient-warning{--btn-gradient:var(--gradient-warning);--btn-gradient-hover:var(--gradient-warning-hover);--btn-gradient-active:var(--gradient-warning-active)}.gradient-danger{--btn-gradient:var(--gradient-danger);--btn-gradient-hover:var(--gradient-danger-hover);--btn-gradient-active:var(--gradient-danger-active)}.btn-gradient{background:var(--btn-gradient);color:#fff;padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);z-index:1;text-shadow:0 1px 2px #0003;border:none;outline:none;font-size:1.5rem;font-weight:700;transition:box-shadow .3s,transform .1s,color .3s,text-shadow .3s;position:relative;box-shadow:inset 0 1px #ffffff80,0 1px 2px #0000001a}.btn-gradient:before{content:"";background:var(--btn-gradient-hover);opacity:0;z-index:-1;border-radius:var(--radius-lg);transition:opacity .3s;position:absolute;inset:0}.btn-gradient:hover:not(:disabled):before{opacity:1}.btn-gradient:active:not(:disabled){background:var(--btn-gradient-active);box-shadow:inset 0 1px 2px #00000026,0 1px 1px #0000000d}.btn-gradient:focus:not(:disabled){outline:none}.btn-gradient:disabled{color:#9ca3af;cursor:not-allowed;box-shadow:none;text-shadow:none;background:linear-gradient(#e5e7eb 0%,#d1d5db 100%)}.input-base{color:var(--color-text);border:1px solid var(--color-control-border);border-radius:var(--radius-lg);padding:var(--space-2) var(--space-3);background-color:#fff;outline:none;transition:border-color .2s,box-shadow .2s;box-shadow:inset 0 1px 2px #0000001a}.input-base::placeholder{color:#9ca3af;opacity:1}.input-base:focus{outline:none;box-shadow:inset 0 1px 2px #0000001a}.input-base{background-color:var(--color-bg-container)}.input-base::placeholder{color:#6b7280}.input-error{border-color:var(--color-danger)}.input-error:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px #ef44441a}.input-success{border-color:var(--color-success)}.input-success:focus{border-color:var(--color-success);box-shadow:0 0 0 3px #10b9811a}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.min-h-screen{min-height:100dvh}.p-2{padding:var(--space-2)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.px-3{padding-left:var(--space-3);padding-right:var(--space-3)}.px-4{padding-left:var(--space-4);padding-right:var(--space-4)}.px-6{padding-left:var(--space-6);padding-right:var(--space-6)}.py-2{padding-top:var(--space-2);padding-bottom:var(--space-2)}.py-3{padding-top:var(--space-3);padding-bottom:var(--space-3)}.m-2{margin:var(--space-2)}.m-4{margin:var(--space-4)}.mt-4{margin-top:var(--space-4)}.mb-4{margin-bottom:var(--space-4)}.text-sm{font-size:var(--text-sm)}.text-lg{font-size:var(--text-lg)}.font-medium{font-weight:400}.font-bold{font-weight:700}.paragraph{margin-bottom:var(--space-2);line-height:1.25;font-size:var(--text-sm)}@media (width>=640px) and (height>=600px){.paragraph{margin-bottom:var(--space-4);line-height:1.5;font-size:var(--text-base)}}.bg-red-100{background-color:#fee2e2}.text-orange-400{color:#fb923c}.text-success{color:var(--color-success)}.text-warning{color:var(--color-warning)}.text-red{color:var(--color-danger)}.bordered{border:1px solid var(--color-border)}.rounded{border-radius:var(--radius-md)}.rounded-full{border-radius:9999px}.cursor-pointer{cursor:pointer}.transition{transition:all .2s}.hidden{opacity:0;pointer-events:none}.visible{opacity:1;pointer-events:auto}.blur-background{-webkit-backdrop-filter:blur(10px)}@keyframes pulse{0%{opacity:.75}to{opacity:1}}.pulsing{animation:.5s ease-in-out infinite alternate pulse}.section-header h2,.gradient-text{background:linear-gradient(135deg,#8b5cf6 0%,#ec4899 50%,#f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.secondary-page-title{font-family:Poppins,sans-serif;font-size:var(--secondary-page-title-size);letter-spacing:-.02em;font-weight:700;line-height:1.15}.section-header .emoji{filter:drop-shadow(0 4px 12px #8b5cf64d);animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.content-sections{width:100%;max-width:1200px;margin-top:4rem;padding:0 1.5rem}@media (width<=768px){.content-sections{margin-top:2.5rem;padding:0}}.page-section{margin-bottom:4rem}@media (width<=768px){.page-section{margin-bottom:3rem}}.section-header{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.section-header .emoji{font-size:2.5rem}@media (width<=768px){.section-header .emoji{font-size:2rem}}.section-header h2{text-align:center;margin:0;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700}@media (width<=768px){.section-header h2{font-size:1.5rem}}*{scrollbar-width:thin;scrollbar-color:var(--color-control-border) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#9ca3af80;border:#0000;border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:#6b7280cc}.hero-welcome{flex-direction:column;gap:1rem;width:100%;max-width:650px;margin-top:2rem;margin-bottom:1.5rem;display:flex}.hero-heading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.hero-text-group{flex-direction:column;gap:.5rem;width:100%;max-width:650px;margin-inline:auto;display:flex}.hero-catchline{-webkit-text-fill-color:transparent;letter-spacing:-.02em;pointer-events:none;-webkit-user-select:none;user-select:none;text-wrap:balance;text-align:center;background:linear-gradient(135deg,#8b5cf6 0%,#f97316 100%);-webkit-background-clip:text;background-clip:text;width:100%;max-width:650px;margin:0 auto;font-family:Poppins,sans-serif;font-size:clamp(1.65rem,3.4vw,2.35rem);font-weight:700;line-height:1.15}@media (width<=768px){.hero-catchline{font-size:1.7rem}}@media (width<=480px){.hero-catchline{font-size:1.5rem}}.hero-flag{object-fit:cover;vertical-align:.02em;border-radius:.14em;width:.95em;height:auto;margin-inline-start:.22em;display:inline-block;box-shadow:0 0 0 1px #0f172a2e,0 .08em .2em #0f172a38}.hero-divider{background:linear-gradient(90deg,#8b5cf600 0%,#8b5cf6d9 20%,#ec4899e6 50%,#f59e0bd9 80%,#f59e0b00 100%);border:0;border-radius:999px;width:100%;max-width:650px;height:2px;margin:.1rem auto .2rem;box-shadow:0 0 18px #ec489940}.hero-seo-title{text-align:center;color:#475569;max-width:600px;margin:0;font-size:.875rem;font-weight:400;line-height:1.4}@media (width<=768px){.hero-seo-title{max-width:100%;font-size:.8rem}}.intro-card{background:linear-gradient(135deg,#8b5cf61f 0%,#ec48991f 100%);border:1px solid #8b5cf640;border-radius:1.25rem;padding:1.25rem 1.5rem;position:relative;overflow:hidden}.intro-card:before{content:"";background:linear-gradient(90deg,#8b5cf6,#ec4899,#f59e0b);height:2px;position:absolute;top:0;left:0;right:0}.intro-card .intro-text{color:var(--color-text-light);text-align:center;margin:0;font-size:1.05rem;font-weight:400;line-height:1.6}@media (width<=768px){.intro-card .intro-text{font-size:.95rem}}.guidelines-card{contain:layout;background:#f59e0b14;border:1px solid #f59e0b4d;border-radius:1rem;align-items:flex-start;gap:.75rem;min-height:80px;padding:1rem 1.25rem;display:flex}@media (height<=700px){.guidelines-card{display:none}}.guidelines-card .guidelines-icon{flex-shrink:0;margin-top:.1rem;font-size:1.5rem}.guidelines-card .guidelines-text{color:var(--color-text);text-align:left;margin:0;font-size:.85rem;line-height:1.5}@media (width<=768px){.guidelines-card .guidelines-text{font-size:.8rem}}.hero-section .hero-text{color:var(--color-text);text-align:center;background:#8b5cf60d;border:1px solid #8b5cf61a;border-radius:1.5rem;max-width:900px;margin:0 auto;padding:2rem;font-size:1.125rem;line-height:1.8}@media (width<=768px){.hero-section .hero-text{border-radius:0;padding:1.5rem 1rem;font-size:1rem}}.features-section .features-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin-top:2rem;display:grid}@media (width<=1280px){.features-section .features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.features-section .features-grid{grid-template-columns:1fr;gap:.75rem}}.features-section .feature-card{background:linear-gradient(135deg,#8b5cf61a 0%,#ec48991a 100%);border:1px solid #8b5cf633;border-radius:1.25rem;padding:1.75rem;transition:all .3s;position:relative;overflow:hidden}@media (width<=768px){.features-section .feature-card{border-radius:0;padding:1.5rem 1rem}}.features-section .feature-card:before{content:"";opacity:0;background:linear-gradient(90deg,#8b5cf6,#ec4899);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.features-section .feature-card:hover{border-color:#8b5cf666;transform:translateY(-4px);box-shadow:0 12px 24px #8b5cf633}.features-section .feature-card:hover:before{opacity:1}.features-section .feature-card:hover .feature-emoji{transform:scale(1.1)rotate(5deg)}.features-section .feature-card .feature-emoji{margin-bottom:1rem;font-size:2.5rem;transition:transform .3s;display:block}.features-section .feature-card .feature-content{color:var(--color-text);font-size:.95rem;line-height:1.6}.features-section .feature-card .feature-content :global(strong){color:var(--color-text-light);margin-bottom:.5rem;font-size:1.05rem;font-weight:700;display:block}.steps-section .steps-container{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-top:2rem;display:grid}@media (width<=1080px){.steps-section .steps-container{grid-template-columns:1fr;gap:1.5rem}}.steps-section .step-card{background:#10b9810d;border:2px solid #10b98133;border-radius:1.25rem;width:100%;max-width:none;padding:2rem;transition:all .3s;position:relative}@media (width<=768px){.steps-section .step-card{border-radius:0;padding:1.75rem 1rem}}.steps-section .step-card:hover{border-color:#10b98166;transform:translateY(-4px);box-shadow:0 12px 24px #10b98133}.steps-section .step-card:hover .step-number{transform:scale(1.1)}.steps-section .step-card .step-number{color:#fff;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.5rem;font-weight:800;transition:transform .3s;display:flex;position:absolute;top:-1.5rem;left:2rem;box-shadow:0 4px 12px #10b9814d}.steps-section .step-card .step-content{color:var(--color-text);padding-top:1rem;font-size:.95rem;line-height:1.6}.steps-section .step-card .step-content :global(strong){color:var(--color-text-light);font-size:1.05rem;font-weight:700}.benefits-section .benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin-top:2rem;display:grid}@media (width<=1280px){.benefits-section .benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.benefits-section .benefits-grid{grid-template-columns:1fr;gap:.75rem}}.benefits-section .benefit-card{color:var(--color-text);background:#3b82f60d;border:1px solid #3b82f633;border-radius:1rem;padding:1.5rem;font-size:.95rem;line-height:1.6;transition:all .3s;position:relative;overflow:hidden}@media (width<=768px){.benefits-section .benefit-card{border-radius:0;padding:1.25rem 1rem;font-size:.9rem}}.benefits-section .benefit-card:before{content:"";background:linear-gradient(#3b82f6,#8b5cf6);width:4px;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleY(0)}.benefits-section .benefit-card:hover{border-color:#3b82f666;transform:translate(4px);box-shadow:0 8px 16px #3b82f626}.benefits-section .benefit-card:hover:before{transform:scaleY(1)}.benefits-section .benefit-card :global(strong){color:var(--color-text-light);font-size:1.05rem;font-weight:700}.language-selector.svelte-19ftpm1{width:fit-content;min-width:160px;height:100%;z-index:var(--z-header-dropdown);position:relative}.selected-language.svelte-19ftpm1{width:100%;height:100%;min-height:var(--header-control-height,2.35rem);cursor:pointer;color:var(--color-text);border-radius:var(--radius-md);background-color:#ffffff05;border:1px solid #94a3b82e;justify-content:space-between;align-items:center;gap:.5rem;padding:.25rem .5rem;font-size:.9rem;transition:background-color .2s,border-color .2s;display:flex}.selected-language.svelte-19ftpm1:hover{background-color:#ffffff0d;border-color:#94a3b857}.lang-name.svelte-19ftpm1{text-align:left;flex-grow:1}.arrow.svelte-19ftpm1{opacity:.7;font-size:.8em}.options.svelte-19ftpm1{z-index:var(--z-header-dropdown);background-color:var(--color-bg-container);max-height:75dvh;overflow-y:auto;overflow-y:overlay;margin-top:.25rem;padding:.25rem;list-style:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.option-btn.svelte-19ftpm1{cursor:pointer;border-radius:var(--radius-sm);width:100%;color:var(--color-text);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem;font-size:1rem;display:flex}.option-btn.svelte-19ftpm1:hover{background-color:var(--color-control-hover-bg)}.fi.svelte-19ftpm1{object-fit:cover;border:1px solid #0000001a;border-radius:2px;flex:none;width:1.33333em;height:1em;line-height:1em;display:inline-block;box-shadow:0 1px 3px #0000001a}@media (width<=640px){.language-selector.svelte-19ftpm1{min-width:unset}.lang-name.svelte-19ftpm1{display:none}.selected-language.svelte-19ftpm1{justify-content:center;padding:.5rem}.options.svelte-19ftpm1{width:max-content;min-width:160px;left:auto;right:0}}#logo-wrapper.svelte-27ejir{-webkit-user-select:none;user-select:none;pointer-events:auto;justify-content:center;align-items:center;height:100%;display:flex}#logo-wrapper.svelte-27ejir #header-logo:where(.svelte-27ejir){width:auto;height:100%}#header.svelte-1i43yzn{--header-logo-height:2.2rem;--header-control-height:2.35rem;background-color:var(--color-header-background);height:40px;color:var(--color-header-text);z-index:var(--z-header);border-bottom:1px solid #8b5cf626;justify-content:space-between;align-items:center;gap:1rem;padding:4px .5rem;display:flex;position:sticky;top:0}@media (width>=640px) and (height>=600px){#header.svelte-1i43yzn{--header-logo-height:3rem;height:60px;padding:.25rem .5rem}}#header.svelte-1i43yzn a:where(.svelte-1i43yzn){color:inherit;height:100%;text-decoration:none;display:block}#header.svelte-1i43yzn .header-controls:where(.svelte-1i43yzn){align-items:stretch;gap:.5rem;display:flex}#header.svelte-1i43yzn .settings-button:where(.svelte-1i43yzn),#header.svelte-1i43yzn .blog-link:where(.svelte-1i43yzn){height:var(--header-control-height);color:var(--color-text);border-radius:var(--radius-md);background-color:#0000;border:none;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;transition:background-color .2s,color .2s;display:flex}#header.svelte-1i43yzn .settings-button:where(.svelte-1i43yzn):hover,#header.svelte-1i43yzn .blog-link:where(.svelte-1i43yzn):hover{background-color:#ffffff0d}#header.svelte-1i43yzn .settings-button:where(.svelte-1i43yzn){cursor:pointer;opacity:.9;padding:.3rem .55rem;transition:background-color .2s,color .2s,opacity .2s}#header.svelte-1i43yzn .blog-link:where(.svelte-1i43yzn){padding:.3rem .55rem;text-decoration:none}@media (width<=480px){#header.svelte-1i43yzn .blog-link:where(.svelte-1i43yzn) span:where(.svelte-1i43yzn){display:none}}footer.svelte-1b4fnhr{background-color:var(--color-header-background);color:#475569;z-index:10;text-align:center;border-top:1px solid #8b5cf626;flex-flow:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:.25rem;display:flex;position:sticky;bottom:-1px}footer.svelte-1b4fnhr small:where(.svelte-1b4fnhr){color:inherit}@media (width<=768px){.hide-mobile.svelte-1b4fnhr{display:none}}.footer-link.svelte-1b4fnhr{color:var(--brand-violet-dark);text-decoration:none;transition:all .2s}.footer-link.svelte-1b4fnhr:hover{color:#8b5cf6;text-decoration:underline}body.chat-body footer.svelte-1b4fnhr{display:none}.in-app-warning-overlay.svelte-ob4mly{z-index:10000;background:#000000e6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.warning-modal.svelte-ob4mly{background:var(--color-bg-container);text-align:center;border:2px solid #ef44444d;border-radius:1.5rem;width:100%;max-width:500px;padding:2rem;box-shadow:0 20px 60px #00000080}.warning-icon.svelte-ob4mly{margin-bottom:1rem;font-size:4rem}h2.svelte-ob4mly{color:var(--color-danger);margin:0 0 1rem;font-size:1.75rem}p.svelte-ob4mly{color:var(--color-text);margin:.75rem 0;font-size:1rem;line-height:1.6}.instruction.svelte-ob4mly{margin-top:1.5rem;font-size:1.1rem}.steps.svelte-ob4mly{text-align:left;background:#8b5cf60d;border:1px solid #8b5cf633;border-radius:1rem;margin:1.5rem 0;padding:1.5rem}.step.svelte-ob4mly{align-items:center;gap:1rem;margin:1rem 0;font-size:1rem;display:flex}.step.svelte-ob4mly:first-child{margin-top:0}.step.svelte-ob4mly:last-child{margin-bottom:0}.step-number.svelte-ob4mly{background:linear-gradient(135deg, var(--brand-violet) 0%, var(--brand-pink) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:800;display:flex}.copy-button.svelte-ob4mly{background:linear-gradient(135deg, var(--brand-violet) 0%, var(--brand-pink) 100%);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;margin-top:1.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.copy-button.svelte-ob4mly:hover{transform:translateY(-2px);box-shadow:0 8px 16px #8b5cf64d}.copy-button.svelte-ob4mly:active{transform:translateY(0)}.small-text.svelte-ob4mly{color:var(--color-text-light);margin-top:1rem;font-size:.875rem}.overlay.svelte-1y0vofs{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.popup.svelte-1y0vofs{background:var(--color-bg-container,#1a1a2e);border:1px solid #8b5cf640;border-radius:20px;flex-direction:column;gap:1rem;width:100%;max-width:460px;padding:2rem;display:flex;box-shadow:0 12px 40px #0006}.popup-title.svelte-1y0vofs{color:var(--color-text,#f0f0f0);margin:0;font-size:1.4rem;font-weight:700;line-height:1.3}.popup-body.svelte-1y0vofs{color:var(--color-text-secondary,#a0a0b0);margin:0;font-size:.95rem;line-height:1.6}.popup-body.svelte-1y0vofs a{color:var(--brand-violet,#8b5cf6);text-underline-offset:2px;text-decoration:underline;transition:color .15s}.popup-body.svelte-1y0vofs a:hover{color:var(--brand-pink,#ec4899)}.btn-confirm.svelte-1y0vofs{cursor:pointer;background:linear-gradient(135deg, var(--brand-violet) 0%, var(--brand-pink) 50%, var(--brand-amber) 100%);color:#fff;border:none;border-radius:12px;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s}.btn-confirm.svelte-1y0vofs:hover{transform:translateY(-1px);box-shadow:0 6px 20px #8b5cf673}.btn-confirm.svelte-1y0vofs:active{transform:translateY(0)}.btn-decline.svelte-1y0vofs{cursor:pointer;width:100%;color:var(--color-text-secondary,#a0a0b0);background:0 0;border:1px solid #ffffff26;border-radius:12px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:border-color .15s,color .15s}.btn-decline.svelte-1y0vofs:hover{color:var(--color-text,#f0f0f0);border-color:#ffffff4d}@media (width<=480px){.popup.svelte-1y0vofs{border-radius:16px;padding:1.5rem}.popup-title.svelte-1y0vofs{font-size:1.2rem}}.overlay.svelte-1u36z8v{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.popup.svelte-1u36z8v{background:var(--color-bg-container,#1a1a2e);text-align:center;border:1px solid #8b5cf640;border-radius:20px;flex-direction:column;gap:1rem;width:100%;max-width:460px;padding:2rem;display:flex;box-shadow:0 12px 40px #0006}.popup-icon.svelte-1u36z8v{font-size:2.75rem;line-height:1}.popup-title.svelte-1u36z8v{color:var(--color-text,#f0f0f0);margin:0;font-size:1.4rem;font-weight:700;line-height:1.3}.popup-body.svelte-1u36z8v{color:var(--color-text-secondary,#a0a0b0);margin:0;font-size:.95rem;line-height:1.6}.btn-cta.svelte-1u36z8v{cursor:pointer;background:linear-gradient(135deg, var(--brand-violet) 0%, var(--brand-pink) 50%, var(--brand-amber) 100%);color:#fff;border:none;border-radius:12px;width:100%;margin-top:.25rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s}.btn-cta.svelte-1u36z8v:hover{transform:translateY(-1px);box-shadow:0 6px 20px #8b5cf673}.btn-cta.svelte-1u36z8v:active{transform:translateY(0)}@media (width<=480px){.popup.svelte-1u36z8v{border-radius:16px;padding:1.5rem}.popup-title.svelte-1u36z8v{font-size:1.2rem}}
