:root{--color-primary: #FF4500;--color-primary-hover: #ff5618;--color-secondary: #2f4858;--color-background: #f7f8fa;--color-surface: #ffffff;--color-surface-alt: #f1f5f9;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-text: #0f172a;--color-text-secondary: #475569;--color-text-muted: #64748b;--color-text-inverse: #ffffff;--focus-ring: #C73500;--focus-shadow: 0 0 0 4px rgba(245, 158, 11, .22);--radius-sm: 10px;--radius-md: 12px;--radius-lg: 16px;--radius-pill: 999px;--shadow-sm: 0 4px 12px rgba(15, 23, 42, .04);--shadow-md: 0 8px 24px rgba(15, 23, 42, .06);--shadow-lg: 0 16px 40px rgba(15, 23, 42, .08);--content-max: 1120px;--reading-max: 740px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Plus Jakarta Sans,Inter,sans-serif;color:var(--color-text-secondary);background:var(--color-background);line-height:1.7}main{min-height:72vh}a{color:#ff875c;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;box-shadow:var(--focus-shadow)}h1,h2,h3,h4{font-family:Sora,Inter,sans-serif;color:var(--color-text);font-weight:600;letter-spacing:-.02em;margin:0 0 var(--space-4)}h1{font-size:3rem;line-height:1.1;letter-spacing:-.03em}h2{font-size:2.25rem;line-height:1.15}h3{font-size:1.25rem;line-height:1.25}.separ h2:before{content:"";width:36px;height:3px;background:#ff4500;display:block;margin-bottom:10px;border-radius:2px}p{margin:0 0 var(--space-4)}img{max-width:100%;height:auto;border-radius:12px}.screenshot-feature img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:12px 12px 0 0;box-shadow:0 20px 40px #0f172a26}.container{width:min(var(--content-max),92vw);margin:0 auto}.section{padding:var(--space-16) 0;background:linear-gradient(180deg,#f6f8fb,#eef2f7)}.section--alt{background:#fff}.section--hero{padding:var(--space-16) 0}.grid{display:grid;gap:var(--space-6)}.cards-3,.cards-2{grid-template-columns:1fr}.card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 12px 28px #0f172a14;border-radius:var(--radius-lg);padding:var(--space-6);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.card:hover{transform:translateY(-2px);border-color:var(--color-border-strong);box-shadow:var(--shadow-lg)}.card--light{box-shadow:var(--shadow-sm)}.button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:14px 20px;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid transparent;transition:background-color .16s ease,border-color .16s ease}.button--primary,.btn{background:var(--color-primary);color:var(--color-text-inverse);border-color:var(--color-primary);transition:all .18s ease}.button--primary:hover,.btn:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover);text-decoration:none;transform:translateY(-.5px);box-shadow:0 6px 12px #0000000d}.button--primary:active{background:var(--focus-ring)}.button--secondary,.btn.secondary{background:var(--color-surface);color:var(--color-secondary);border-color:var(--color-border-strong)}.button--secondary:hover,.btn.secondary:hover{background:#f8fafc;text-decoration:none}.button--text{color:var(--color-secondary);font-weight:600}.kicker{margin-bottom:6px;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:700;color:var(--color-text-muted)}.meta{font-size:.875rem;color:var(--color-text-muted)}.badge{display:inline-flex;padding:.32rem .62rem;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:#fff;font-size:.82rem;color:var(--color-secondary)}.badge-row{display:flex;flex-wrap:wrap;gap:var(--space-2)}.apps-filters{margin-bottom:1rem;display:grid;gap:.65rem}.apps-filters__labels{display:flex;align-items:center;justify-content:space-between;gap:1rem}.apps-filters__controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,240px);align-items:start;gap:.85rem}.apps-filters__tools{margin:0}.apps-filters__category{display:grid;gap:.35rem;min-width:0}.apps-filters__category select{width:100%;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-secondary);font-size:.875rem;padding:.45rem .55rem}.apps-filter-chip,.apps-filter-chip:hover{text-decoration:none}.apps-filter-chip.is-active{background:#eaf1f8;border-color:#b6c7d9;color:#20364a;font-weight:600}.apps-filter-empty{margin-top:1rem}@media(max-width:900px){.apps-filters__controls{grid-template-columns:1fr}.apps-filters__category{max-width:320px}}ul.clean{margin:0;padding:0;list-style:none}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--color-border);background:#fffffff2;backdrop-filter:blur(8px)}.site-header .bar{min-height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-6)}.brand-link{display:inline-flex;align-items:center;gap:.55rem;font-family:Manrope,sans-serif;font-weight:700;color:var(--color-text)}.brand-link img{border-radius:8px}.nav-primary ul{display:flex;gap:var(--space-5);align-items:center}.nav-primary a{font-size:.95rem;color:#334155}.nav-primary a:hover{color:var(--color-text)}.header-actions{display:flex;align-items:center;gap:var(--space-3)}.locale-switcher{display:inline-flex;align-items:center;gap:.4rem}.locale-switcher select{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface);padding:.45rem .55rem;font-size:.875rem}.hero{display:grid;gap:var(--space-8);align-items:center}.lead{font-size:1.125rem}.hero-stage--home{min-height:clamp(620px,84vh,820px)}.hero-stage--home .hero-stage__media{object-position:70% center;transform:scale(1.06)}.hero-stage{position:relative;overflow:hidden;border-bottom:1px solid rgba(15,23,42,.1)}.hero-stage__media{position:absolute;inset:0;z-index:0;width:100%;height:100%;max-width:none;object-fit:cover;border-radius:0}.hero-stage__veil{position:absolute;inset:0;z-index:1}.hero-stage>.container,.hero-install-strip{position:relative;z-index:2;margin:50px auto 0}.hero-stage__veil{position:absolute;inset:0;background:linear-gradient(100deg,#08101be0,#08101ba8 46%,#08101b38),linear-gradient(180deg,#08101b38,#08101b85)}.hero-stage__veil--home{backdrop-filter:blur(2px);background:radial-gradient(circle at 78% 24%,#e5edf98f,#e5edf900 45%),linear-gradient(100deg,#2039548f,#3c567252 43%,#708aa429),linear-gradient(180deg,#13263938,#13263957)}.hero-stage .container{position:relative;z-index:2}.hero--home{grid-template-columns:1fr;align-items:start}.hero-stage__content{color:#eff5ff;max-width:640px}.hero-stage__content--home{max-width:720px}.hero-stage__content h1,.hero-stage__content h2,.hero-stage__content h3,.hero-stage__content p,.hero-stage__content a,.hero-stage__content .kicker{color:#eff5ff}.hero-stage__content .kicker{opacity:.94}.hero-stage__content .badge{background:#ffffff29;border-color:#ffffff4d;color:#f8fbff}.hero-stage__content a.button--primary{color:#fff}.hero-stage__content a.button--secondary{color:#1f3346;background:#fffffff2;border-color:#c5d3e3f2}.hero-stage__content a.button--secondary:hover{color:#17293b;background:#fff;border-color:#afc2d6f2;text-decoration:none}.hero-install-strip{position:relative;z-index:2;padding-bottom:clamp(1.5rem,4vw,3rem)}.hero-install-strip__label{margin-bottom:.55rem;color:#e5eef8f2}.hero-install-strip__grid{display:grid;gap:.72rem;grid-template-columns:1fr}.hero-install-card{display:block;position:relative;min-height:74px;padding:.82rem .88rem;border-radius:12px;border:1px solid rgba(193,208,224,.84);background:#f8fcffe6;backdrop-filter:blur(10px);color:var(--color-text);text-decoration:none}.hero-install-card:hover{text-decoration:none;border-color:#aabed4f2;background:#fbfefff0}.hero-install-card__row{display:grid;margin-top:5px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;min-width:0}.hero-install-card img{width:38px;height:38px;border-radius:8px;border:1px solid var(--color-border)}.hero-install-card__text{min-width:0;display:grid;gap:.1rem}.hero-install-card__text strong{color:var(--color-text);font-size:.88rem;font-weight:700;line-height:1.22;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.hero-install-card__text small{color:#5d7187;font-size:.74rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-install-card__badge{position:absolute;top:.52rem;right:.6rem;font-size:.68rem;padding:.18rem .46rem;background:#ffffffb8;border-color:#afc0d2d9;color:#2f465c;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trust-row{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-4)}@media(min-width:760px){.hero-install-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.hero-install-strip__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.app-cards-grid{align-items:stretch}.app-card-cell{display:flex;min-width:0}.app-card-cell[hidden]{display:none!important}.app-card{display:flex;flex-direction:column;gap:.65rem;width:100%;height:100%}.app-card__top{display:flex;align-items:center;gap:.75rem;margin-bottom:.1rem;min-width:0}.app-card__icon{flex:0 0 auto}.app-card__icon img{width:68px;height:68px;border-radius:12px;border:1px solid var(--color-border)}.app-card__heading{display:grid;gap:.18rem;min-width:0}.app-card__category{margin-bottom:0}.app-card__title{margin:0;font-size:1.16rem;font-weight:700;line-height:1.2;letter-spacing:-.01em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.app-card__title a{color:var(--color-text);text-decoration:none}.app-card__title a:hover{text-decoration:underline}.app-card__shot{margin:.35rem 0 .15rem;overflow:hidden;border-radius:10px}.app-card__shot img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.app-card__body{display:grid;gap:.5rem;min-height:0}.app-card__description{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.app-card__badges{margin-top:.15rem}.app-card__badges .badge{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:var(--space-4);gap:var(--space-3)}.app-card__footer .meta{text-align:right}.blog-card{display:grid;gap:.62rem;padding:var(--space-4)}.blog-card__cover{display:block;overflow:hidden;border-radius:12px;aspect-ratio:16 / 9}.blog-card__cover img{width:100%;height:100%;object-fit:cover;border-radius:0}.blog-card__body{display:grid;gap:.36rem;align-content:start}.blog-card h3{margin:0}.blog-card__summary{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.blog-card__meta{display:flex;flex-wrap:wrap;gap:.55rem;margin:0}.blog-card__hint{display:inline-flex;align-items:center;padding:.1rem .45rem;border-radius:var(--radius-pill);background:#eef6ff;color:#1f4f86;font-size:.78rem}.blog-card__cta{margin-top:.1rem}.blog-index__grid{margin-top:1.1rem}.screenshot-feature{background:#fff;border:1px solid #e5e7eb;box-shadow:0 14px 36px #0f172a14;border-radius:var(--radius-lg);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.screenshot-feature:hover{transform:translateY(-2px);border-color:var(--color-border-strong);box-shadow:var(--shadow-lg)}.screenshot-feature--pad{padding:var(--space-6)}.screenshot-feature img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.grid.cards-2.apps-action-grid{grid-template-columns:1fr;align-items:stretch}.grid.cards-2.apps-action-grid .screenshot-feature{display:flex;flex-direction:column;height:100%}.grid.cards-2.apps-action-grid .screenshot-feature--pad{display:flex;flex-direction:column;gap:.4rem;flex:1}.grid.cards-2.apps-action-grid .screenshot-feature--pad .button{margin-top:auto;align-self:flex-start}@media(min-width:760px){.grid.cards-2.apps-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.grid.cards-2.apps-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.reading{max-width:var(--reading-max)}.breadcrumbs{margin-bottom:.85rem}.compact-product__row img{border:1px solid var(--color-border-strong)}.prose{font-size:1.03rem}.prose p,.prose ul,.prose ol{margin-bottom:var(--space-5)}.prose h2,.prose h3{margin-top:1.4rem}.prose ul,.prose ol{padding-left:1.25rem}.prose li{margin-bottom:.55rem}.article-cta{border:1px solid #e7edf5;background:linear-gradient(180deg,#fff,#f9fbff);border-radius:var(--radius-lg);padding:clamp(1.15rem,2.4vw,1.65rem);margin:var(--space-6) auto;box-shadow:var(--shadow-sm)}.article-page{padding-top:var(--space-12)}.article-page__shell{display:grid;gap:1.35rem}.article-page__header{margin:0 auto;width:min(100%,960px)}.article-page__header .breadcrumbs{margin-bottom:.6rem}.article-page__category{margin-bottom:.45rem}.article-page__title{font-size:clamp(2rem,4.6vw,3.05rem);line-height:1.07;margin-bottom:.85rem}.post-meta{margin-bottom:0;display:flex;align-items:center;gap:.35rem .7rem;flex-wrap:wrap}.post-meta time{color:var(--color-text-secondary);font-weight:500}.post-meta__dot{color:#99a8bb;line-height:1}.article-page__cover{width:min(100%,960px);margin:0 auto .1rem;border-radius:18px;overflow:hidden;box-shadow:0 14px 30px #0f172a1f;height:clamp(220px,35vw,370px)}.article-page__cover img{width:100%;height:100%;object-fit:cover;object-position:center}.article-cta--recommended{width:min(100%,960px);border-color:#f1d7be;background:linear-gradient(180deg,#fffaf5,#fff7f0)}.article-cta--recommended h3{margin:0 0 .5rem;font-size:clamp(1.25rem,2.2vw,1.55rem)}.article-cta--recommended p{margin:0}.article-cta--recommended .button{margin-top:.9rem}.article-page__content{width:min(100%,960px);margin:0 auto;background:#fff;border:1px solid #e6ecf4;border-radius:18px;padding:clamp(1.1rem,2.3vw,2.1rem);box-shadow:var(--shadow-sm)}.article-page__content.prose{font-size:1.04rem;line-height:1.82;color:#334155}.article-page__content.prose>*:first-child{margin-top:0}.article-page__content.prose :is(p,ul,ol,blockquote,hr){margin-bottom:1.15rem}.article-page__content.prose h2{margin-top:2rem;margin-bottom:.75rem;font-size:clamp(1.45rem,2.4vw,1.95rem);line-height:1.2}.article-page__content.prose h3{margin-top:1.35rem;margin-bottom:.6rem;font-size:clamp(1.1rem,1.9vw,1.34rem);line-height:1.3}.article-page__content.prose :is(ul,ol){padding-left:1.22rem;display:grid;gap:.52rem}.article-page__content.prose li{margin-bottom:0}.article-page__content.prose ol li::marker{color:var(--color-secondary);font-weight:600}.article-page__content.prose strong{color:var(--color-text)}.article-page__content.prose a{color:#cf6d17;text-decoration:underline;text-underline-offset:.15rem}.article-page__content.prose blockquote{margin:1.2rem 0;padding:.2rem 1rem;border-left:3px solid #f3bf8f;color:#46576d;background:#fbfdff;border-radius:10px}.article-page__content.prose hr{border:0;height:1px;background:linear-gradient(90deg,#b4c2d500,#b4c2d56b,#b4c2d500);margin:1.3rem 0 1.45rem}.article-page__content .roxy-table-wrapper{margin:1.9rem 0 2.1rem;overflow-x:auto;border:1px solid #e2e9f2;border-radius:14px;background:#fff;box-shadow:0 8px 18px #0f172a0d}.article-page__content .roxy-comparison-table{width:100%;min-width:640px;border-collapse:separate;border-spacing:0;color:#1f2d40;font-size:.95rem;line-height:1.5}.article-page__content .roxy-comparison-table th{background:#f8fafd;color:#4f6075;font-size:.76rem;letter-spacing:.045em;text-transform:uppercase;font-weight:700;text-align:left;padding:.82rem .94rem;border-bottom:1px solid #dde6f1;white-space:nowrap}.article-page__content .roxy-comparison-table td{padding:.85rem .94rem;border-bottom:1px solid #edf2f8;vertical-align:middle}.article-page__content .roxy-comparison-table tbody tr:last-child td{border-bottom:0}.article-page__content .roxy-comparison-table tbody td:first-child{color:#142236;font-weight:600}.article-page__content .roxy-comparison-table tbody tr:not(.roxy-best-pick):hover{background:#fafcff}.article-page__content .roxy-best-pick{background:#fff8f2}.article-page__content .roxy-best-pick td{border-top:1px solid #f4dcc4;border-bottom:1px solid #f4dcc4}.article-page__content .roxy-best-pick td:first-child{position:relative;padding-left:1.14rem}.article-page__content .roxy-best-pick td:first-child:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#e67e22}.article-page__content .roxy-risk-medium{color:#9a3412}.article-page__content .roxy-badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .56rem;border-radius:999px;border:1px solid transparent;white-space:nowrap;font-size:.74rem;font-weight:600;line-height:1.3}.article-page__content .roxy-badge--negative{background:#fff1f1;color:#9a2f2f;border-color:#f5cece}.article-page__content .roxy-badge--caution{background:#fff7eb;color:#9a5a08;border-color:#f6dfbc}.article-page__content .roxy-badge--positive{background:#eef9f0;color:#1f7a3f;border-color:#cce9d4}.article-cta--closing{width:min(100%,960px);border-color:#f2d9c0;background:radial-gradient(circle at 18% 0%,rgba(255,255,255,.68),transparent 58%),linear-gradient(180deg,#fff5ed,#ffe8da)}.article-cta--closing h3{margin:0 0 .55rem;font-size:clamp(1.35rem,2.3vw,1.7rem)}.article-cta--closing p{margin:0 0 .9rem}.app-hero{min-height:clamp(460px,82vh,580px)}.app-hero .hero{grid-template-columns:1fr;min-height:inherit}.hero-stage--app .hero-stage__media{object-position:70% center;transform:scale(1.05)}.hero-stage__veil--app{background:linear-gradient(96deg,#08101beb,#08101bc2 45%,#08101b38),linear-gradient(180deg,#08101b47,#08101b94)}.use-cases__lead{margin-bottom:1.5rem;font-size:1.1rem}.use-cases__list{list-style:none;padding:0;margin:0;display:grid}.use-cases__list li{display:grid;padding-left:1.75rem;position:relative}.use-cases__list li:before{content:"✓";position:absolute;font-size:20px;left:0;font-weight:700;color:var(--color-primary)}.use-cases__list strong{color:var(--color-text)}.app-hero__content{padding:var(--space-8) 0}.app-hero__content .breadcrumbs{margin-bottom:1rem;color:#dfe9f4d1}.app-hero__content .breadcrumbs a{color:#dfe9f4d1}.app-hero__content .breadcrumbs a:last-child{color:#f7fbff}.app-hero__content .breadcrumbs span{color:#dfe9f4a8}.app-hero__identity{display:flex;align-items:center;gap:.85rem;margin-bottom:.45rem}.app-hero__identity img{border-radius:14px}.app-hero__lead{font-size:1rem;font-weight:200;color:#f7fbff;margin:0}.app-hero__description{max-width:70ch;font-size:.95rem;line-height:1.65;margin:20px 0 50px;color:#dee9f6db}.app-hero__description p:first-child{margin-top:0}.app-hero_title{font-size:40px;margin:5px 0 0}.app-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.app-hero__trust{margin-top:var(--space-3)}.screenshot-grid{display:flex;gap:.9rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding-bottom:.9rem}.screenshot-tile{margin:0;flex:0 0 min(82vw,680px);min-width:0;scroll-snap-align:start}.screenshot-tile__button{display:block;width:100%;border:0;padding:0;margin:0;background:transparent;cursor:pointer}.screenshot-tile img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:10px;display:block}.screenshot-tile figcaption{margin-top:.45rem}.screenshot-lightbox-open{overflow:hidden}.screenshot-lightbox{border:none;padding:0;background:transparent;width:min(94vw,1180px);max-width:94vw}.screenshot-lightbox::backdrop{background:#09101bdb}.screenshot-lightbox__inner{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem}.screenshot-lightbox__frame{margin:0;display:grid;gap:.5rem;justify-items:center}.screenshot-lightbox__image{max-width:100%;max-height:82vh;width:auto;height:auto;object-fit:contain;border-radius:10px;background:#0b1727}.screenshot-lightbox__caption{color:#e5edf6e0;text-align:center}.screenshot-lightbox__nav,.screenshot-lightbox__close{border:1px solid rgba(171,188,209,.55);background:#0f172ab8;color:#f8fbff;width:2.4rem;height:2.4rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.65rem;padding:0 3px 3px}.screenshot-lightbox__nav[disabled]{opacity:.4;cursor:not-allowed}.screenshot-lightbox__close{position:absolute;top:-2.7rem;right:0}.why-card{background:linear-gradient(180deg,#fff,#fbfdff)}.category-strip .badge{padding:.55rem .8rem}.guide-card{display:grid;gap:.5rem;padding:var(--space-5)}.guide-card__summary{margin:0}.guide-card__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.guide-card__hint{display:inline-flex;align-items:center;padding:.12rem .48rem;border-radius:var(--radius-pill);background:#fff2e4;color:#8b4a12;font-size:.78rem}.guide-card__cta{margin-top:.1rem}.final-cta{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.5),transparent 60%),linear-gradient(180deg,#fff4ee,#ffe6d8);border-radius:18px;padding:56px 64px;box-shadow:0 20px 40px #0f172a14,inset 0 1px #fff9}.feature-card{position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:#f3c99f}.faq-item{border-color:var(--color-border-strong);box-shadow:none}.faq-item summary{cursor:pointer;color:var(--color-text)}.faq-item[open]{border-color:#f0caa3;background:#fffdf9}.blog-cover-media{margin:0}.blog-cover-media img{width:100%;height:100%;object-fit:cover;border-radius:14px}.related-apps-section{background:linear-gradient(180deg,#f4f7fb,#eef3f8)}.related-apps{display:grid;gap:1.15rem}.related-apps__head{width:min(100%,960px);margin:0 auto}.related-apps__head h2{margin-bottom:.5rem}.related-apps__intro{margin:0}.related-apps__grid{align-items:stretch}.related-apps__grid--single{width:min(100%,960px);margin:0 auto}.related-app-card{display:grid;gap:.7rem;height:100%;padding:clamp(1rem,2vw,1.3rem)}.related-app-card__header{margin-bottom:.15rem}.related-app-card__header h3{margin:0;font-size:clamp(1.2rem,2.1vw,1.45rem)}.related-app-card__summary{margin:0}.related-app-card__cta{margin-top:auto;align-self:flex-start}footer{color:#e2e8f0;border-top:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top,rgba(255,69,0,.08),transparent 60%),#0f172a}footer a{color:#e2e8f0}footer a:hover{color:#ff4500}footer .inner{padding:var(--space-10) 0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:var(--space-5)}footer .meta{color:#e2e8f0;opacity:.7}.footer-meta{display:grid;gap:.32rem}.footer-note{max-width:44ch}.footer-utility{display:inline-flex;gap:.95rem;align-items:center}@media(min-width:900px){.hero{grid-template-columns:1.1fr .9fr}.hero--home{grid-template-columns:1fr}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.2rem}.site-header .bar{grid-template-columns:1fr;padding:var(--space-4) 0}.nav-primary ul{flex-wrap:wrap;gap:var(--space-3)}.section{padding:var(--space-16) 0}.section--hero{padding:var(--space-12) 0}.hero-stage--home{min-height:clamp(560px,78vh,700px)}.hero-stage--home .hero-stage__media{object-position:64% center}.hero-stage__content--home{padding-top:1.2rem}.hero-install-card{backdrop-filter:none}.app-card__footer{flex-direction:column;align-items:flex-start}.article-page{padding-top:var(--space-8)}.article-page__cover{height:clamp(200px,52vw,290px)}.article-page__content{padding:1rem}.article-page__content .roxy-table-wrapper{margin:1.6rem -.1rem 1.8rem;border-radius:12px}.article-page__content .roxy-comparison-table{min-width:560px;font-size:.9rem}.article-page__content .roxy-comparison-table th,.article-page__content .roxy-comparison-table td{padding:.72rem .78rem}.article-cta--recommended .button,.article-cta--closing .button,.related-app-card__cta{width:100%}.post-meta__dot{display:none}footer .inner{align-items:flex-start}}
