:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#d5dce7;cursor:pointer;transition:border-color .25s;color:#000}button:hover{border-color:#646cff}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.compare-page__action-wrapper{display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.compare-page__action-label--below-sm{display:none}.compare-page__action-label--above-sm{display:block;text-align:center;font-size:.95em;margin-top:.25em}}@media(max-width:768px){.compare-page__action-label--below-sm{display:black;text-align:center;font-size:.95em;margin-top:.25em}.compare-page__action-label--above-sm{display:none}}:root{color-scheme:dark;background:radial-gradient(circle at top,#0f172a,#020617 55%)}:root .app_loading{display:none}html,body{min-height:100%}html{background-color:#020617}body{margin:0;background:radial-gradient(circle at top,#0f172a,#020617 55%);background-color:#020617;background-repeat:no-repeat;background-attachment:fixed;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f1f5f9;display:block;min-height:100vh}#root{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem 0rem;min-height:100vh;box-sizing:border-box}h1{font-size:2.2em;line-height:1.1}.app{display:flex;flex-direction:column;gap:.5rem}.app__header{position:sticky;top:0;z-index:40;margin:0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app__content{border-radius:16px;padding:.75rem;box-shadow:0 24px 60px #02061799;display:flex;flex-direction:column;gap:2rem}@media(max-width:640px){#root{padding:0}.app__content{padding:1.2rem;gap:1.75rem}}.header{display:flex;align-items:center;justify-content:space-between;padding:.5rem;border-radius:12px;gap:.5rem;min-height:60px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1)}.app__header{transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1)}.app__header--hidden{transform:translateY(-110%);opacity:0;pointer-events:none}.header__identity{display:inline-flex;align-items:center;gap:.75rem}.header__logo{display:flex;align-items:center;font-weight:700;font-size:2rem;color:#f8fafc;text-decoration:none;transition:color .15s ease;position:relative}.header__logo:after{content:attr(data-tooltip);position:absolute;top:100%;left:0;background:#0f172af2;color:#f8fafc;padding:.5rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;z-index:50;pointer-events:none;margin-top:.5rem;border:1px solid rgba(148,163,184,.2);box-shadow:0 4px 12px #0003;letter-spacing:normal}.header__logo:hover:after{opacity:1;visibility:visible}.header__logo:hover,.header__logo:focus-visible{color:#cbd5f5;outline:none}.header__brand{letter-spacing:-.05em;text-shadow:1px 1px 3px rgb(0 0 0)}.header__country{position:relative}.header__country-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(148,163,184,.28);background:#0f172a8c;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background-color .15s ease;padding:0}.header__country-button:hover,.header__country-button:focus-visible{outline:none;transform:translateY(-1px);border-color:#818cf899;background:#1e293bd1;box-shadow:0 10px 22px #0f172a59}.header__country-flag{width:22px;height:22px;border-radius:50%;object-fit:cover}.header__country-menu{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);display:grid;gap:.35rem;padding:.6rem;margin:0;list-style:none;background:#0f172aeb;border:1px solid rgba(148,163,184,.28);border-radius:12px;box-shadow:0 18px 40px #0f172a73;min-width:170px;z-index:25}.header__country-menu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%) rotate(45deg);width:14px;height:14px;background:inherit;border-left:1px solid rgba(148,163,184,.28);border-top:1px solid rgba(148,163,184,.28);z-index:-1}.header__country-option{width:100%;display:inline-flex;align-items:center;gap:.6rem;padding:.45rem .55rem;border-radius:10px;border:none;background:transparent;color:#e2e8f0;font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}.header__country-option:hover,.header__country-option:focus-visible{outline:none;background:#6366f12e;color:#cbd5f5}.header__country-option--active{background:#6366f138;color:#f8fafc}.header__country-option-flag{width:20px;height:20px;border-radius:50%;object-fit:cover}.header__country-option-name{flex:1}.header__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}.header__controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.header__controls>*:last-child{margin-left:auto}.header__select-wrapper{position:relative;display:inline-flex;align-items:center;max-width:380px}.header__label{font-size:.875rem;font-weight:500;color:#cbd5f5}.header__select{appearance:none;background-color:#1e293bbf;border:1px solid rgba(99,102,241,.35);border-radius:8px;padding:.5rem 1.5rem .5rem .75rem;font-size:.95rem;color:#e2e8f0;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;font-family:inherit;line-height:1.5;box-sizing:border-box;margin:0;vertical-align:middle}.header__select-icon{position:absolute;top:50%;right:.4rem;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;width:14px;height:14px;transform:translateY(-50%)}.header__select-icon svg{width:100%;height:100%;stroke:#e2e8f0;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;fill:none}.header__profile{position:relative;display:inline-flex}.header__avatar{width:40px;height:40px;border-radius:50%;border:1px solid rgba(148,163,184,.4);background:linear-gradient(135deg,#6366f1d9,#818cf8a6);color:#f8fafc;font-weight:600;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.header__avatar:hover,.header__avatar:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 15px 32px #6366f159;border-color:#818cf8bf}.header__avatar-initials{font-size:1rem}.header__menu{position:absolute;top:calc(100% + .75rem);right:0;width:240px;padding:.75rem;border-radius:16px;background:#0f172aeb;border:1px solid rgba(148,163,184,.25);box-shadow:0 28px 55px #0f172a73;display:grid;gap:.5rem;z-index:20}.header__menu:before{content:"";position:absolute;top:-8px;right:18px;width:16px;height:16px;background:inherit;border-left:1px solid rgba(148,163,184,.25);border-top:1px solid rgba(148,163,184,.25);transform:rotate(45deg);z-index:-1}.header__menu-header{display:grid;gap:.2rem;padding-bottom:.4rem;border-bottom:1px solid rgba(148,163,184,.25)}.header__menu-label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8b3}.header__menu-email{font-size:.85rem;color:#f1f5f9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__menu-item{display:inline-flex;align-items:center;justify-content:flex-start;gap:.6rem;padding:.55rem .6rem;border-radius:10px;border:none;background:transparent;color:#e2e8f0;font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .15s ease,color .15s ease}.header__menu-item:hover,.header__menu-item:focus-visible{outline:none;background:#6366f12e;color:#cbd5f5}.header__menu-item--danger{color:#fca5a5}.header__menu-item--danger:hover,.header__menu-item--danger:focus-visible{background:#ef44442e;color:#fee2e2}.header__auth-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.55rem 1.2rem;border-radius:999px;border:1px solid rgba(148,163,184,.45);color:#e2e8f0;font-size:.9rem;font-weight:600;letter-spacing:.01em;text-decoration:none;background:#1e293b8c;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background-color .15s ease}.header__auth-link:hover,.header__auth-link:focus-visible{transform:translateY(-1px);border-color:#818cf8a6;background:#1e293bd1;box-shadow:0 12px 26px #1e293b73;outline:none}.header__auth-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.header__auth-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;fill:none}@media(min-width:640px){.header__controls{gap:1rem}}@media(max-width:640px){.header__logo{font-size:1.8rem}.header__auth-link{width:32px;height:32px;padding:0;border-radius:50%}.header__auth-text{display:none}.header__identity{gap:.5rem}.header__country-button{width:30px;height:30px}.header__country-flag{width:18px;height:18px}}.header__select:hover{background-color:#1e293be6;color:#e2e8f0}.header__select:focus{outline:none;border-color:#818cf8cc;box-shadow:0 0 0 3px #6366f159}.header__back-link-styled{display:inline-block;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;width:100%;font-weight:400;width:133px}.home-page{display:flex;flex-direction:column;gap:4rem;padding-bottom:2rem}.home-hero{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;margin-bottom:2rem;background:linear-gradient(135deg,#0f172af2,#1e293be6);border-radius:1.5rem;border:1px solid rgba(99,102,241,.2);overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.home-hero__bg{position:absolute;inset:0;opacity:.1;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899)}.home-hero__pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 2px 2px,rgba(255,255,255,.15) 1px,transparent 0);background-size:40px 40px;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}.home-hero__content{position:relative;z-index:10;max-width:900px;width:100%}.home-hero__title{margin:0 0 1.5rem;font-size:3rem;font-weight:900;color:#f1f5f9;line-height:1.1;background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 8px rgba(0,0,0,.1)}.home-hero__description{margin:0 0 2rem;font-size:1.125rem;line-height:1.6;color:#cbd5e1;max-width:700px;margin-left:auto;margin-right:auto;opacity:.9}.home-hero__actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.home-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;border-radius:.75rem;border:2px solid transparent;transition:all .2s ease}.home-hero__cta--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 10px 15px -3px #6366f14d,0 4px 6px -2px #6366f133}.home-hero__cta--primary:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #6366f166,0 10px 10px -5px #6366f14d;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#d1cccc}.home-hero__cta--secondary{background:#6366f11a;color:#e2e8f0;border-color:#6366f14d}.home-hero__cta--secondary:hover{background:#6366f133;border-color:#6366f1;color:#fff;transform:translateY(-2px)}.home-hero__cta:active{transform:translateY(0)}.home-hero__stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.home-hero__stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.home-hero__stat-number{font-size:2rem;font-weight:800;color:#f1f5f9;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero__stat-label{font-size:.875rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.home-categories{padding:0 1rem}.home-categories__title{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:#f1f5f9;text-align:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-categories__subtitle{margin:0 0 2rem;font-size:1rem;color:#94a3b8;text-align:center}.home-categories__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.home-category-card{position:relative;display:block;padding:2rem 1.5rem;background:linear-gradient(135deg,#0f172a99,#1e293b80);border:1px solid rgba(99,102,241,.2);border-radius:1rem;text-decoration:none;transition:all .2s ease;overflow:hidden}.home-category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);opacity:0;transition:opacity .2s ease}.home-category-card:hover:before{opacity:1}.home-category-card:hover{transform:translateY(-4px);border-color:#6366f1;box-shadow:0 12px 24px #6366f133}.home-category-card__content{position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.home-category-card__image-wrap{width:86px;height:64px;border-radius:14px;overflow:hidden;box-shadow:0 10px 24px #0f172a59;flex-shrink:0}.home-category-card__image{width:100%;height:100%;object-fit:cover;display:block}.home-category-card__text{display:flex;flex-direction:column;gap:.35rem;min-width:0}.home-category-card__title{margin:0;font-size:1.25rem;font-weight:600;color:#e2e8f0;transition:color .2s ease}.home-category-card__cta{font-size:.85rem;font-weight:600;color:#e2e8f0b3;text-transform:uppercase;letter-spacing:.06em}.home-category-card:hover .home-category-card__title{color:#fff}.home-category-card:hover .home-category-card__cta{color:#ffffffe6}.home-category-card__arrow{font-size:1.5rem;color:#6366f1;transition:transform .2s ease}.home-category-card:hover .home-category-card__arrow{transform:translate(4px)}.home-popular{padding:0 1rem}.home-popular__title{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:#f1f5f9;text-align:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-popular__subtitle{margin:0 0 2rem;font-size:1rem;color:#94a3b8;text-align:center}.home-popular__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.home-popular__cta{display:flex;justify-content:center}.home-popular__view-all{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);color:#e2e8f0;font-size:1rem;font-weight:600;text-decoration:none;border-radius:.75rem;border:1px solid rgba(99,102,241,.3);transition:all .2s ease}.home-popular__view-all:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.home-how{padding:2rem 1rem;background:linear-gradient(135deg,#0f172a99,#1e293b80);border-radius:1.5rem;border:1px solid rgba(99,102,241,.2)}.home-how__title{margin:0 0 3rem;font-size:2rem;font-weight:700;color:#f1f5f9;text-align:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-how__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.home-how__step{text-align:center;padding:2rem 1rem}.home-how__step-number{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;box-shadow:0 4px 12px #6366f14d}.home-how__step-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#e2e8f0}.home-how__step-description{margin:0;font-size:.9375rem;line-height:1.6;color:#94a3b8}@media(max-width:768px){.home-page{gap:3rem}.home-hero{padding:3rem 1rem}.home-hero__title{font-size:2rem}.home-hero__description{font-size:1rem}.home-hero__actions{flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.home-hero__stats{gap:2rem}.home-hero__stat-number,.home-categories__title,.home-popular__title,.home-how__title{font-size:1.5rem}.home-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.home-category-card{padding:1.25rem 1rem}.home-category-card__image-wrap{width:72px;height:56px}.home-category-card__title{font-size:1.05rem}.home-category-card__cta{font-size:.75rem}.home-category-card__arrow{font-size:1.25rem}.home-popular__grid{grid-template-columns:1fr}.home-how__steps{grid-template-columns:1fr;gap:2rem}}@media(max-width:480px){.home-hero{padding:2rem 1rem}.home-hero__title{font-size:1.75rem}.home-hero__stats{gap:1rem}.home-how{padding:1.5rem 1rem}.home-categories__grid{grid-template-columns:1fr;gap:.6rem}.home-category-card{padding:1rem .85rem}.home-category-card__content{grid-template-columns:auto 1fr;gap:.75rem}.home-category-card__title{font-size:1rem}.home-category-card__arrow{display:none}}.faq-container{padding:2rem 1rem}.faq-title{margin:0 0 2rem;font-size:2rem;font-weight:700;color:#f1f5f9;text-align:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.accordion{display:flex;flex-direction:column;gap:1rem}.accordion-item{background:#0f172a80;border:1px solid rgba(148,163,184,.2);border-radius:.75rem;overflow:hidden;transition:all .2s ease}.accordion-item-heading{margin:0}.accordion-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;color:#e2e8f0;font-size:1.125rem;font-weight:700;text-align:left;cursor:pointer;transition:color .2s ease}.accordion-button:hover{color:#fff}.accordion-button:focus{outline-offset:-2px}.accordion-icon{flex-shrink:0;stroke:currentColor;stroke-width:2;fill:none;transition:transform .2s ease}.accordion-item-expanded .accordion-icon{transform:rotate(180deg)}.accordion-item-content{padding:0 1.5rem 1.5rem;color:#cbd5e1;line-height:1.7;font-size:.9375rem}.accordion-item-content[hidden]{display:none}.accordion-item-content p{margin:0 0 1rem}.accordion-item-content p:last-child{margin-bottom:0}.accordion-item-content ul{margin:0;padding-left:1.5rem;list-style:disc}.accordion-item-content li{margin-bottom:.75rem}.accordion-item-content li:last-child{margin-bottom:0}.faq-contact{margin:2rem 0 0;text-align:center;color:#cbd5e1;font-size:1rem}.faq-contact a{color:#a5b4fc;text-decoration:none;font-weight:600;transition:color .2s ease}.faq-contact a:hover{color:#6366f1;text-decoration:underline}@media(max-width:768px){.faq-container{margin:2rem auto;padding:1.5rem}.faq-title{font-size:1.5rem;margin-bottom:1.5rem}.accordion-button{padding:1rem;font-size:1rem}.accordion-item-content{padding:0 1rem 1rem;font-size:.875rem}.accordion-item-content ul{padding-left:1.25rem}}@media(max-width:480px){.faq-container{padding:1rem}.accordion-button{padding:.875rem}}.question-card{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:linear-gradient(160deg,#1e293bf2,#111827d9);box-shadow:0 14px 36px #02061780;height:100%;border:none;padding:0;cursor:default;text-align:left;color:inherit;font:inherit;transition:transform .16s ease,box-shadow .16s ease;width:100%;position:relative}.question-card:focus-within{outline:3px solid rgba(99,102,241,.5);outline-offset:2px}.question-card:hover,.question-card:focus-within{transform:translateY(-2px);box-shadow:0 20px 48px #6366f147}.question-card__link{display:flex;flex-direction:column;gap:0;text-decoration:none;color:inherit}.question-card__status{position:absolute;top:.9rem;left:.9rem;padding:.25rem .7rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:#3b82f638;color:#dbeafe;border:1px solid rgba(59,130,246,.35);z-index:2;pointer-events:none}.question-card__status--inactive{background:#d94d4b;color:#fecaca;border-color:#f8717173}.question-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#1e293b80}.question-card__image{width:100%;height:100%;object-fit:cover;transition:transform .22s ease;display:block}.question-card__body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;min-height:50px}.question-card__category{align-self:flex-start;padding:.35rem .75rem;border-radius:999px;background-color:#818cf82e;color:#e0e7ff;font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;display:none}.question-card__title{margin:auto;font-size:1.05rem;line-height:1.5;font-weight:600;color:#f8fafc;text-align:center}.question-card__stats{font-size:.85rem;color:#94a3b8;font-weight:500;margin-top:.25rem}.question-card__actions{position:absolute;top:.75rem;right:.75rem;display:flex;justify-content:flex-end;pointer-events:auto;z-index:2}.question-card__action-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:999px;border:1px solid rgba(148,163,184,.3);background:#1e293b73;color:#cbd5f5;text-decoration:none;transition:transform .15s ease,border-color .15s ease,background-color .15s ease,color .15s ease}.question-card__action-button:hover,.question-card__action-button:focus-visible{outline:none;transform:translateY(-1px);border-color:#6366f173;background:#1e293ba6;color:#f1f5f9;box-shadow:0 0 0 3px #6366f147}.question-card__action-icon{width:18px;height:18px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;fill:none}.question-card:hover .question-card__image,.question-card:focus-within .question-card__image{transform:scale(1.05)}@media(max-width:640px){.question-card__media{height:160px}.question-card__body{padding:1rem}}.footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(148,163,184,.15);display:flex;justify-content:center;width:100%;padding-bottom:2rem}.footer__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;color:#94a3b8;font-size:.9rem}.footer__nav{display:flex;gap:1.5rem}.footer__link{color:#cbd5e1;text-decoration:none;transition:color .2s ease}.footer__link:hover{color:#818cf8}@media(min-width:640px){.footer__content{flex-direction:row;gap:2rem}}
