@import"https://fonts.googleapis.com/css2?family=Newsreader:wght@400;600;700&family=Inter:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&family=Space+Grotesk:wght@500;600;700&family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap";:root{--font-arabic: "Noto Naskh Arabic", serif;--bg: #eef5ff;--surface: #ffffff;--surface-soft: #edf4ff;--surface-tint: #dce9fb;--border: #cfe0f6;--border-strong: #a9c6ea;--text: #112843;--muted: #627b9d;--accent: #1565d8;--accent-strong: #0f4fa8;--accent-soft: #e4efff;--accent-rgb: 21, 101, 216;--shadow: 0 18px 48px rgba(20, 70, 140, .12);--radius: 20px;--content: 1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(var(--accent-rgb),.16),transparent 34%),radial-gradient(circle at top right,rgba(117,188,255,.18),transparent 28%),linear-gradient(180deg,#f8fbff 0%,var(--bg) 42%,#f4f8ff 100%);color:var(--text);font-family:Inter,sans-serif}body[data-theme=dark]{--bg: #08121f;--surface: #0f1a2a;--surface-soft: #132133;--surface-tint: #19304a;--border: #20344e;--border-strong: #355475;--text: #eef5ff;--muted: #9db4cf;--accent: #8dc9ff;--accent-strong: #57a8ff;--accent-soft: #162a3f;--accent-rgb: 141, 201, 255;--shadow: 0 18px 48px rgba(0, 0, 0, .34);background:radial-gradient(circle at top left,rgba(var(--accent-rgb),.12),transparent 32%),radial-gradient(circle at top right,rgba(64,122,183,.16),transparent 28%),linear-gradient(180deg,#09111d,#0b1522 42%,#0d1827)}body[data-theme=dark] .site-header{border-color:#6298d624;background:transparent;box-shadow:none}body[data-site-state=loading] .app-shell{opacity:.98}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell{width:min(calc(100% - 24px),var(--content));margin:0 auto;padding:20px 0 48px}.app-shell-admin{width:min(calc(100% - 32px),1360px)}.site-header,.simple-split,.article-columns,.site-footer{display:grid;gap:20px}.site-header{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:28px;padding:10px 0 16px;border-bottom:1px solid rgba(var(--accent-rgb),.1);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header-top{display:grid;grid-template-columns:auto auto;align-items:center;gap:12px}.section-header p,.page-intro p,.story-card p,.story-list-item p,.topic-card p,.simple-panel p,.newsletter-block p,.article-excerpt,.article-section p,.side-card p,.site-footer p{color:var(--muted);line-height:1.75}.brand-badge{position:relative;display:inline-flex;width:fit-content;align-items:center;justify-content:center;isolation:isolate;overflow:hidden;gap:10px;min-height:50px;padding:0 18px;border:1px solid rgba(var(--accent-rgb),.1);border-radius:999px;-webkit-mask-image:-webkit-radial-gradient(white,black);background:linear-gradient(180deg,#ffffffc2,#ffffff8f);box-shadow:inset 0 1px #ffffff8c,0 0 0 1px #ffffff2e,0 0 10px #ffd6821f;font-size:.98rem;font-weight:750;letter-spacing:-.02em;transition:box-shadow .18s ease,border-color .18s ease,background .18s ease}.brand-badge:before,.brand-badge:after{content:"";position:absolute;border-radius:inherit;pointer-events:none}.brand-badge:before{top:-16%;right:-16%;bottom:-16%;left:-16%;background:radial-gradient(circle at 18% 50%,rgba(255,214,130,.18),transparent 34%),radial-gradient(circle at 82% 50%,rgba(255,255,255,.14),transparent 42%);opacity:.44;filter:blur(12px);z-index:-1}.brand-badge:after{top:3px;right:3px;bottom:3px;left:3px;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff1a,inset 0 -8px 14px #1226460d;opacity:.75;z-index:0}.brand-badge>*{position:relative;z-index:1}.brand-badge-title{color:#c98500;font-weight:820;text-shadow:none;transition:color .16s ease}.brand-badge-icon-slot{display:inline-grid;place-items:center;width:22px;height:22px;flex:0 0 22px}.brand-badge-icon{width:18px;height:18px;display:block;object-fit:contain;overflow:visible}.site-header-navs{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;min-width:0}.header-menu-button{display:none;min-height:44px;padding:0 16px;border:1px solid var(--border);border-radius:999px;background:#ffffff7a;color:var(--text);font-weight:700;cursor:pointer}.main-nav{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start;align-items:center;overflow:visible}@keyframes nav-link-enter{0%{opacity:0;transform:translate3d(calc(-44px - (var(--nav-order, 0) * 8px)),0,0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(var(--nav-scale, 1))}}.nav-link{--nav-scale: 1;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border:0;border-radius:999px;color:var(--muted);background:transparent;box-shadow:none;font-size:.98rem;font-weight:700;opacity:0;transform-origin:left center;animation:nav-link-enter .42s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(70ms + (var(--nav-order, 0) * 60ms));transition:transform .16s ease,color .16s ease,opacity .16s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.nav-link.active{--nav-scale: 1.06;background:rgba(var(--accent-rgb),.1);border:1px solid rgba(var(--accent-rgb),.18);color:var(--accent-strong);box-shadow:0 8px 18px rgba(var(--accent-rgb),.12);text-decoration:none}.nav-link:hover,.utility-link:hover,.text-link:hover{color:var(--accent)}.nav-link:hover{transform:translateY(-1px) scale(calc(var(--nav-scale, 1) + .03));opacity:1}.utility-nav{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px}.language-toggle,.theme-toggle{display:inline-flex;align-items:center;gap:4px;padding:3px;border:1px solid rgba(var(--accent-rgb),.12);border-radius:999px;background:#ffffff6b}.nav-language-toggle{margin-right:0}.header-control-stack{display:grid;gap:0}.language-chip,.theme-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:6px 10px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.toggle-chip-short{display:inline-flex;min-width:2.1rem;justify-content:center;padding:3px 7px;border-radius:999px;background:rgba(var(--accent-rgb),.08);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.toggle-chip-label{font-size:.8rem;letter-spacing:.01em}.theme-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:inline-grid;place-items:center;width:44px;min-width:44px;min-height:44px;padding:0;overflow:hidden;cursor:pointer;font:inherit;box-shadow:inset 0 1px #ffffff73,0 8px 18px #14468c0f}.theme-icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center}.theme-toggle-track{position:relative;display:block;width:20px;height:20px}.theme-icon-sun,.theme-icon-moon{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .56s cubic-bezier(.22,1,.36,1),opacity .56s cubic-bezier(.22,1,.36,1)}.theme-icon-sun{transform:translateY(-140%);opacity:0}.theme-icon-sun.is-active{transform:translateY(0);opacity:1}.theme-icon-moon{transform:translateY(140%);opacity:0}.theme-icon-moon.is-active{transform:translateY(0);opacity:1}.theme-icon-svg{width:18px;height:18px;display:block}.theme-icon-moon .theme-icon-svg{transform:translate(1.6px,.2px)}.account-avatar{display:inline-grid;place-items:center;width:44px;min-width:44px;min-height:44px;padding:0;border:1px solid rgba(var(--accent-rgb),.12);border-radius:999px;background:linear-gradient(180deg,#ffffffc2,#ffffff8f);color:var(--text);font:inherit;font-weight:800;font-size:.84rem;letter-spacing:.02em;cursor:pointer;box-shadow:inset 0 1px #ffffff73,0 8px 18px #14468c0f}.language-chip.is-active{background:rgba(var(--accent-rgb),.12);color:var(--accent-strong)}.language-chip.is-active .toggle-chip-short{background:#ffffffd1;color:var(--accent-strong)}.utility-link{color:var(--muted);font-size:.92rem}.utility-link.active{color:var(--accent)}body[data-theme=dark] .brand-badge,body[data-theme=dark] .header-menu-button,body[data-theme=dark] .language-toggle,body[data-theme=dark] .theme-toggle,body[data-theme=dark] .nav-link,body[data-theme=dark] .nav-link.active,body[data-theme=dark] .button-secondary,body[data-theme=dark] .newsletter-row input,body[data-theme=dark] .story-card,body[data-theme=dark] .topic-card,body[data-theme=dark] .simple-panel,body[data-theme=dark] .newsletter-block,body[data-theme=dark] .article-layout,body[data-theme=dark] .side-card,body[data-theme=dark] .article-note-card,body[data-theme=dark] .article-inline-quote,body[data-theme=dark] .arabic-quote-block,body[data-theme=dark] .sponsor-banner-slot,body[data-theme=dark] .builder-switcher-chip,body[data-theme=dark] .builder-placeholder-tag,body[data-theme=dark] .builder-upload,body[data-theme=dark] .writer-type-option,body[data-theme=dark] .admin-form input,body[data-theme=dark] .admin-form textarea,body[data-theme=dark] .admin-form select,body[data-theme=dark] .builder-field input,body[data-theme=dark] .builder-field textarea,body[data-theme=dark] .builder-field select,body[data-theme=dark] .editor-side-card .builder-field input,body[data-theme=dark] .editor-side-card .builder-field textarea,body[data-theme=dark] .editor-side-card .builder-field select,body[data-theme=dark] .preview-select select,body[data-theme=dark] .inline-editor-field input,body[data-theme=dark] .inline-editor-field select,body[data-theme=dark] .inline-editor-control select,body[data-theme=dark] .inline-editor-textarea{background:#101c2be0;border-color:var(--border);color:var(--text);box-shadow:none}body[data-theme=dark] .writer-type-option.is-active{background:linear-gradient(180deg,#122234f5,#162c44eb);border-color:rgba(var(--accent-rgb),.42);box-shadow:0 14px 28px #0000002e}body[data-theme=dark] .brand-badge{background:linear-gradient(180deg,#2a3a52c7,#121d2cb8),radial-gradient(circle at 22% 28%,rgba(134,188,255,.12),transparent 42%);border-color:#c6e3ff1a;color:#f3f7ff;box-shadow:inset 0 1px #ffffff0f,inset 0 -14px 24px #050b1429,0 18px 40px #030a1447,0 0 24px #72aef51a}body[data-theme=dark] .brand-badge:before{top:-24%;right:-24%;bottom:-24%;left:-24%;background:radial-gradient(circle at 16% 50%,rgba(121,190,255,.18),transparent 30%),radial-gradient(circle at 50% 54%,rgba(151,205,255,.1),transparent 46%),radial-gradient(circle at 84% 50%,rgba(128,176,255,.16),transparent 32%);opacity:.82;filter:blur(22px)}body[data-theme=dark] .brand-badge:after{top:4px;right:4px;bottom:4px;left:4px;border-color:#ecf5ff14;box-shadow:inset 0 1px #ffffff0f,inset 0 0 10px #b5dcff0a;opacity:.62}body[data-theme=dark] .brand-badge-title{color:#e6f1ff;text-shadow:none}body[data-theme=dark] .brand-badge-icon{filter:brightness(0) saturate(100%) invert(94%) sepia(15%) saturate(658%) hue-rotate(182deg) brightness(102%) contrast(102%) drop-shadow(0 0 10px rgba(171,214,255,.34));opacity:.98}@supports (-webkit-touch-callout: none){.brand-badge:before{top:0;right:0;bottom:0;left:0;opacity:.32;filter:none}}body[data-theme=dark] .loading-view-grid{background-image:linear-gradient(rgba(194,223,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(194,223,255,.04) 1px,transparent 1px);opacity:.28}body[data-theme=dark] .loading-view-orb-a{background:radial-gradient(circle,rgba(111,183,255,.24),transparent 70%)}body[data-theme=dark] .loading-view-orb-b{background:radial-gradient(circle,rgba(115,158,255,.16),transparent 72%)}body[data-theme=dark] .loading-view-shell{border-color:#bedfff1a;background:linear-gradient(180deg,#0e1826c7,#09111db8),radial-gradient(circle at top left,rgba(118,180,255,.1),transparent 32%);box-shadow:0 28px 80px #00000057,inset 0 1px #ffffff0f}body[data-theme=dark] .loading-view-copy h1{color:#f5f9ff;text-shadow:0 0 22px rgba(141,201,255,.2),0 0 44px rgba(141,201,255,.08)}body[data-theme=dark] .loading-view-panel{border-color:#bedfff14;background:linear-gradient(180deg,#121f2f9e,#0c152280),radial-gradient(circle at top right,rgba(118,180,255,.08),transparent 42%);box-shadow:inset 0 1px #ffffff0a}body[data-theme=dark] .loading-view-progress{background:#8dc9ff1f}body[data-theme=dark] .loading-view-progress span{background:linear-gradient(90deg,#8dc9ff00,#8dc9ffc7,#e8f2ffeb)}body[data-theme=dark] .header-menu-button{background:#0a14226b;color:#f0f5ff}body[data-theme=dark] .nav-link{background:transparent;border-color:transparent;color:#e7f0ffeb;box-shadow:none}body[data-theme=dark] .nav-link.active{background:#4e89d029;border-color:#8dc9ff38;color:#f6f9ff;box-shadow:0 10px 22px #050c163d}body[data-theme=dark] .language-toggle,body[data-theme=dark] .theme-toggle{background:#0a142261;border-color:#5c93d224}body[data-theme=dark] .language-chip,body[data-theme=dark] .theme-chip{color:#acbfd8f5}body[data-theme=dark] .toggle-chip-short{background:#4e7cb038;color:#c9ddf7}body[data-theme=dark] .toggle-chip-label{color:inherit}body[data-theme=dark] .language-chip.is-active,body[data-theme=dark] .theme-chip.is-active{background:#28476b8f;color:#8dc9ff}body[data-theme=dark] .language-chip.is-active .toggle-chip-short,body[data-theme=dark] .theme-chip.is-active .toggle-chip-short{background:#ffffffe0;color:#4f9cff}body[data-theme=dark] .lead-story-card,body[data-theme=dark] .home-empty,body[data-theme=dark] .sponsor-banner,body[data-theme=dark] .editor-surface-panel,body[data-theme=dark] .builder-note,body[data-theme=dark] .builder-media-card,body[data-theme=dark] .builder-quote-card,body[data-theme=dark] .builder-translation-card,body[data-theme=dark] .preview-panel,body[data-theme=dark] .inline-editor-block{background:linear-gradient(145deg,#0d1826fa,#122133f5),radial-gradient(circle at top right,rgba(var(--accent-rgb),.08),transparent 36%);border-color:var(--border);box-shadow:var(--shadow)}body[data-theme=dark] .meta-line span:not(:last-child):after{color:#9db4cfa3}body[data-theme=dark] .nav-link:hover,body[data-theme=dark] .utility-link:hover,body[data-theme=dark] .text-link:hover{color:#d8ebff}body[data-theme=dark] .article-layout-reading .article-excerpt,body[data-theme=dark] .article-layout-reading .article-body p,body[data-theme=dark] .article-layout-reading .article-section p,body[data-theme=dark] .article-layout-reading .arabic-quote-block figcaption,body[data-theme=dark] .article-section p,body[data-theme=dark] .story-list-readtime,body[data-theme=dark] .article-cover figcaption,body[data-theme=dark] .article-figure figcaption,body[data-theme=dark] .article-note-card p:last-child,body[data-theme=dark] .article-note-card li,body[data-theme=dark] .article-inline-quote cite,body[data-theme=dark] .arabic-quote-block small,body[data-theme=dark] .preview-meta span,body[data-theme=dark] .builder-note-meta,body[data-theme=dark] .builder-switcher-chip span,body[data-theme=dark] .inline-editor-block-meta p,body[data-theme=dark] .inline-editor-convert-note,body[data-theme=dark] .inline-editor-media-empty p,body[data-theme=dark] .field-hint,body[data-theme=dark] .form-message{color:#eef5ffd6}body[data-theme=dark] .section-label,body[data-theme=dark] .story-kicker{color:#8dc9ff}body[data-theme=dark] .story-topic,body[data-theme=dark] .page-intro p,body[data-theme=dark] .site-footer p,body[data-theme=dark] .plain-list,body[data-theme=dark] .article-side ul,body[data-theme=dark] .editor-story-deck span,body[data-theme=dark] .inline-editor-field span,body[data-theme=dark] .inline-editor-control span,body[data-theme=dark] .editor-side-card .builder-field span{color:#adc2ddd1}body[data-theme=dark] .meta-line span,body[data-theme=dark] .article-meta-line span{color:#dde9f8e6}body[data-theme=dark] .article-meta-line{border-color:#6096d133;background:#0f1f33eb;box-shadow:0 12px 28px #0000002e}body[data-theme=dark] .article-quote{border-top-color:#5c93d22e}body[data-theme=dark] .article-layout-reading .article-quote{border-left-color:#84beff6b;background:linear-gradient(135deg,#18304ce6,#0e1d30c7);box-shadow:0 18px 34px #00000038}body[data-theme=dark] .article-quote cite,body[data-theme=dark] .article-quote cite a{color:#a7d2ff}body[data-theme=dark] .editor-surface-meta span,body[data-theme=dark] .builder-note-meta span{background:#1d3754e6;color:#dde9f8e0}body[data-theme=dark] .inline-inserter-line{background:linear-gradient(90deg,transparent,rgba(108,158,214,.22),transparent)}body[data-theme=dark] .inline-inserter-chip,body[data-theme=dark] .inline-editor-icon-button{background:#0c1827c2;border-color:#5c93d229;color:#d6e4f6e0}body[data-theme=dark] .inline-inserter-chip:hover,body[data-theme=dark] .inline-editor-icon-button:hover{border-color:#7eb2ec47;color:#f2f7ff;background:#122338e0}body[data-theme=dark] .inline-editor-icon-button-danger{border-color:#bc54543d;color:#ffb3a8}body[data-theme=dark] .inline-editor-block{border-color:#5c93d224;box-shadow:inset 0 1px #bedcff0a,0 16px 30px #0000002e}body[data-theme=dark] .inline-editor-block-index{background:#3f74aa38;color:#9fd0ff}body[data-theme=dark] .inline-editor-media-preview{background:linear-gradient(160deg,#2f65a038,#162c4624),linear-gradient(180deg,#0e1b2bdb,#122133d1)}body[data-theme=dark] .editor-surface-header h3,body[data-theme=dark] .editor-publishing-header h3,body[data-theme=dark] .article-admin-item strong,body[data-theme=dark] .editor-side-card h3{color:#f2f7ff}body[data-theme=dark] .article-admin-item{border-top-color:#5c93d21f}body[data-theme=dark] .article-admin-item p{color:#adc2ddc7}body[data-theme=dark] .admin-list-item{border-color:#5c93d229;background:#0b1725d1}body[data-theme=dark] .admin-filter-field select,body[data-theme=dark] .admin-stat-card,body[data-theme=dark] .admin-content-item{border-color:#5c93d229;background:#0b1725d1;color:var(--text)}body[data-theme=dark] .traffic-chart-bar{background:linear-gradient(180deg,#8dc9ff0f,#8dc9ff24)}body[data-theme=dark] .traffic-chart-bar span{box-shadow:0 10px 18px #0000003d}body[data-theme=dark] .account-avatar{border-color:#5c93d22e;background:#0b1725d1}body[data-theme=dark] .status-pill{background:#5c93d229;color:#a9d6ff}body[data-theme=dark] .loading-line,body[data-theme=dark] .loading-quote,body[data-theme=dark] .loading-media,body[data-theme=dark] .loading-card{background:linear-gradient(180deg,#111f31e0,#0e1826eb)}body[data-theme=dark] .loading-line:after,body[data-theme=dark] .loading-quote:after,body[data-theme=dark] .loading-media:after,body[data-theme=dark] .loading-card:after{background:linear-gradient(90deg,transparent 0%,rgba(123,169,222,.06) 35%,rgba(164,203,250,.22) 50%,rgba(123,169,222,.06) 65%,transparent 100%)}body[data-theme=dark] .reading-progress{background:rgba(var(--accent-rgb),.12)}body[data-theme=dark] .reading-backdrop-orb-primary{background:radial-gradient(circle,#4080c67a,#4080c600)}body[data-theme=dark] .reading-backdrop-orb-secondary{background:radial-gradient(circle,#2e739c66,#2e739c00)}body[data-theme=dark] .reading-backdrop-orb-tertiary{background:radial-gradient(circle,#5880bc47,#5880bc00)}.story-card,.topic-card,.simple-panel,.newsletter-block,.article-layout,.side-card{background:#ffffffe0;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.home-intro h1,.lead-story-copy h2,.home-story-list-header h2,.section-header h2,.page-intro h1,.article-header h1,.story-card h3,.story-list-item h3,.topic-card h3,.simple-panel h3,.newsletter-block h3,.article-section h2{font-family:Newsreader,serif;letter-spacing:-.03em}.page-intro h1,.article-header h1{margin:10px 0 12px;line-height:1}.home-focus{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:24px;align-items:start;margin-top:14px}.lead-story-card,.home-empty{display:grid;gap:18px;padding:26px;background:linear-gradient(145deg,#fffffffa,#f1f7fff0),radial-gradient(circle at top right,rgba(var(--accent-rgb),.08),transparent 35%);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow)}.lead-story-card{grid-template-columns:minmax(0,1fr) minmax(280px,.78fr)}.lead-story-copy h2{margin:8px 0 10px;font-size:clamp(2rem,3.4vw,3.2rem);line-height:.98}.lead-story-copy p{color:var(--muted);line-height:1.7;max-width:34rem}.lead-story-media img{width:100%;height:100%;min-height:260px;border-radius:18px;object-fit:cover}.home-story-list{display:grid;gap:14px;padding-top:2px}.home-story-list-header h2{margin:4px 0 0;font-size:clamp(1.6rem,2.6vw,2.1rem)}.story-list-stack{display:grid;gap:12px}.story-list-item{padding:18px 0;border-top:1px solid var(--border)}.story-list-item:first-child{padding-top:6px;border-top:0}.story-list-item-empty{padding:12px 0 0}.story-list-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.story-list-readtime{color:var(--muted);font-size:.92rem}.story-list-item h3{margin:10px 0 8px;font-size:1.65rem;line-height:1.08}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.button-primary{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;box-shadow:0 14px 26px rgba(var(--accent-rgb),.22)}.button-secondary{background:#ffffffd6;border-color:var(--border);color:var(--text)}.button:hover{transform:translateY(-1px)}.button-secondary:hover{border-color:var(--border-strong);box-shadow:0 10px 22px #14468c14}.section{margin-top:28px}.section-header{margin-bottom:16px}.section-label,.story-kicker,.story-topic{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.section-label,.story-kicker{color:var(--accent)}.story-topic{color:var(--muted)}.section-header h2{margin:8px 0;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.05}.story-grid,.topic-grid,.list-stack,.admin-grid{display:grid;gap:16px}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-admin-list{display:grid;gap:12px;margin-top:8px}.article-admin-item{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:14px 0;border-top:1px solid var(--border)}.article-admin-item:first-of-type{border-top:0;padding-top:4px}.article-admin-item strong{display:block;margin-bottom:4px}.article-admin-item p{margin:0;color:var(--muted)}.article-admin-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-list-stack{display:grid;gap:14px}.admin-list-item{display:grid;gap:12px;padding:16px;border:1px solid var(--border);border-radius:18px;background:#ffffffb8}.admin-list-item-compact{grid-template-columns:minmax(0,1fr) auto;align-items:start}.admin-list-item strong{display:block;margin-bottom:4px}.admin-list-item p{margin:0;color:var(--muted)}.admin-list-field-wide{grid-column:1 / -1}.admin-analytics-panel,.admin-content-panel{display:grid;gap:20px}.admin-analytics-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;align-items:end}.admin-analytics-filters{display:flex;flex-wrap:wrap;gap:12px}.admin-filter-field{display:grid;gap:6px;min-width:160px}.admin-filter-field span,.admin-stat-label{color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-filter-field select{min-height:44px;padding:0 14px;border:1px solid var(--border);border-radius:14px;background:#ffffffeb;color:var(--text)}.admin-traffic-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-stat-card,.admin-content-item{display:grid;gap:8px;padding:16px;border:1px solid var(--border);border-radius:18px;background:#ffffffb8}.admin-stat-card strong{font-size:clamp(1.8rem,3vw,2.4rem);line-height:1}.admin-stat-card p,.admin-content-item p{margin:0}.traffic-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(28px,1fr));gap:10px;align-items:end}.traffic-chart-column{display:grid;gap:8px;justify-items:center}.traffic-chart-value,.traffic-chart-label{color:var(--muted);font-size:.74rem;text-align:center}.traffic-chart-bar{display:flex;align-items:end;justify-content:center;width:100%;min-height:150px;padding:8px 0;border-radius:14px;background:linear-gradient(180deg,rgba(var(--accent-rgb),.04),rgba(var(--accent-rgb),.12))}.traffic-chart-bar span{display:block;width:min(18px,100%);min-height:4px;border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,var(--accent),var(--accent-strong));box-shadow:0 10px 20px rgba(var(--accent-rgb),.18)}.admin-analytics-footnote{margin:-4px 0 0}.admin-insight-list{margin:0}.admin-content-list{display:grid;gap:12px}.admin-content-item-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:start}.admin-content-item-top p{color:var(--muted);word-break:break-word}.admin-content-metrics{margin-top:0}.status-pill-row{display:flex;flex-wrap:wrap;gap:8px}.status-pill{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:var(--surface-soft);color:var(--accent-strong);font-size:.9rem;font-weight:700}.engagement-panel{display:grid;gap:18px}.engagement-panel-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;align-items:start}.engagement-feedback-form{display:grid;gap:14px}.engagement-feedback-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.story-card,.topic-card,.simple-panel,.newsletter-block{padding:22px}.story-card-clickable,.story-list-item-clickable,.lead-story-card-clickable{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.story-card-clickable:hover,.story-card-clickable:focus-visible,.lead-story-card-clickable:hover,.lead-story-card-clickable:focus-visible{border-color:rgba(var(--accent-rgb),.28);box-shadow:0 24px 48px #19325c1f;transform:translateY(-2px)}.story-list-item-clickable:hover,.story-list-item-clickable:focus-visible{border-color:rgba(var(--accent-rgb),.24)}.story-card-clickable:focus-visible,.story-list-item-clickable:focus-visible,.lead-story-card-clickable:focus-visible{outline:3px solid rgba(var(--accent-rgb),.2);outline-offset:4px}.story-card-top,.topic-card-top{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.story-card h3,.story-list-item h3,.topic-card h3,.simple-panel h3,.newsletter-block h3{margin:12px 0 8px;font-size:1.55rem;line-height:1.08}.meta-line{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.meta-line span{color:var(--muted);font-size:.92rem}.meta-line span:not(:last-child):after{content:"•";margin-left:8px;color:#627b9db3}.text-link{display:inline-flex;margin-top:16px;color:var(--accent);font-weight:600}.simple-split{grid-template-columns:repeat(2,minmax(0,1fr))}.newsletter-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:14px}.newsletter-row input{min-height:48px;padding:0 14px;border:1px solid var(--border);border-radius:12px;background:#ffffffeb;color:var(--text)}.newsletter-row button{min-height:48px;padding:0 16px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;cursor:pointer}.admin-form{display:grid;gap:10px}.compact-field-label{margin:0 0 -2px;color:var(--muted);font-size:.86rem;line-height:1.3}.selection-hint{margin:-2px 0 2px;color:var(--accent-strong);font-size:.92rem;font-weight:600}.writer-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.writer-type-option{display:grid;gap:8px;padding:18px;border:1px solid rgba(var(--accent-rgb),.16);border-radius:20px;background:#ffffffe6;color:var(--muted);text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.writer-type-option-badge{justify-self:start;padding:4px 10px;border-radius:999px;background:rgba(var(--accent-rgb),.1);color:var(--accent-strong);font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.writer-type-option strong{color:var(--text);font-size:1.08rem}.writer-type-option span{font-size:.9rem;line-height:1.55}.writer-type-option:hover{border-color:var(--border-strong);box-shadow:0 12px 24px rgba(var(--accent-rgb),.1);transform:translateY(-1px)}.writer-type-option.is-active{border-color:rgba(var(--accent-rgb),.52);background:linear-gradient(180deg,#fffffffc,#eef6fff5),radial-gradient(circle at top right,rgba(var(--accent-rgb),.12),transparent 45%);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.12),0 16px 30px rgba(var(--accent-rgb),.16);color:var(--text)}.writer-onboarding-form,.writer-onboarding-actions{margin-top:10px}.writer-onboarding-actions{display:flex;flex-wrap:wrap;gap:8px}.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}.admin-form label{color:var(--muted);font-size:.92rem}.field-hint{margin:-2px 0 4px;color:var(--muted);font-size:.88rem;line-height:1.6}.admin-form input,.admin-form textarea,.admin-form select{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fffffff0;color:var(--text)}.admin-form textarea{resize:vertical;min-height:110px}.admin-builder{padding:0;overflow:hidden}.builder-stack{display:grid;gap:20px}.builder-shell{display:grid;grid-template-columns:1fr;min-height:0;align-items:stretch}.builder-sidebar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px;padding:20px 22px;background:radial-gradient(circle at top right,rgba(135,198,255,.32),transparent 30%),linear-gradient(160deg,#083a7efa,#1360c5f5);color:#f4f9fff5}.builder-sidebar .section-label,.builder-sidebar h3,.builder-sidebar .field-hint{color:inherit}.builder-sidebar-header h3{margin-top:8px}.builder-sidebar-header{flex:1 1 280px;max-width:22rem}.builder-field{display:grid;gap:8px}.builder-sidebar>.builder-field,.builder-sidebar>.builder-field-detail{flex:0 1 220px;min-width:180px}.builder-field-detail{align-self:stretch}.builder-field span{color:#f4f9ffc2;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.builder-field input,.builder-field textarea,.builder-field select{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:#ffffffeb;color:var(--text)}.builder-field textarea{resize:vertical;min-height:110px}.builder-sidebar .field-hint{margin:0;color:#f4f9ffb8}.builder-sidebar input,.builder-sidebar textarea,.builder-sidebar select{border-color:#ffffff2e;background:#ffffff1f;color:#f8fbff}.builder-sidebar input::placeholder,.builder-sidebar textarea::placeholder{color:#f4f9ff85}.builder-sidebar option{color:var(--text)}.builder-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-left:auto;align-items:end;gap:10px;margin-top:0}.builder-editor{min-width:0;padding:20px 22px 22px;background:linear-gradient(180deg,#f4f9fffa,#e8f1fffa)}.builder-note{display:grid;align-content:start;gap:18px;min-height:100%;min-width:0;padding:24px;border:1px solid rgba(var(--accent-rgb),.14);border-radius:22px;background:linear-gradient(180deg,#fffffff5,#f4f9fffa);box-shadow:inset 0 1px #ffffffe6,0 12px 28px #14468c14}.builder-note-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.84rem}.builder-note-meta span{padding:6px 10px;border-radius:999px;background:rgba(var(--accent-rgb),.1)}.builder-note-field{display:grid;gap:8px}.builder-note-label{color:#627b9de0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.builder-title-input{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-family:Newsreader,serif;font-size:clamp(2.1rem,3vw,3rem);font-weight:600;line-height:1.02}.builder-title-input::placeholder{color:#627b9d75}.builder-body-input{min-height:220px;padding:0;border:0;border-radius:0;background:linear-gradient(180deg,transparent 0,transparent 33px,rgba(var(--accent-rgb),.1) 34px);background-size:100% 34px;box-shadow:none;line-height:34px}.builder-placeholder-card{display:grid;gap:14px;padding:18px;border:1px dashed rgba(var(--accent-rgb),.24);border-radius:20px;background:#e4efff7a}.builder-placeholder-header{display:flex;justify-content:space-between;gap:12px;align-items:start}.builder-placeholder-header h4{margin:8px 0 0;font-size:1.3rem}.builder-placeholder-tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:#ffffffe0;color:var(--muted);font-size:.8rem;font-weight:600}.builder-upload{position:relative;display:grid;gap:4px;padding:16px;border:1px dashed rgba(var(--accent-rgb),.32);border-radius:18px;background:#ffffffc7;cursor:pointer}.builder-upload span{color:var(--text);font-weight:600}.builder-upload small{color:var(--muted)}.builder-upload input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.builder-upload input[type=file]:disabled{cursor:not-allowed}.builder-inline-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.builder-switcher{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.builder-switcher-chip{display:grid;gap:4px;align-content:start;justify-items:start;min-height:104px;padding:14px;border:1px solid rgba(var(--accent-rgb),.12);border-radius:18px;background:#ffffffd6;color:var(--text);text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}.builder-switcher-chip strong{font-size:.95rem}.builder-switcher-chip span{color:var(--muted);font-size:.82rem;line-height:1.45}.builder-switcher-chip:hover{transform:translateY(-1px);border-color:rgba(var(--accent-rgb),.3)}.builder-switcher-chip.is-active{border-color:rgba(var(--accent-rgb),.4);background:rgba(var(--accent-rgb),.1);box-shadow:0 10px 24px rgba(var(--accent-rgb),.12)}.builder-media-card,.builder-quote-card{background:linear-gradient(180deg,#fbfdfff5,#ecf4fff5)}.builder-translation-card{background:linear-gradient(180deg,#f8fcfffa,#eef6fff0)}.builder-media-preview{display:grid;gap:8px;min-height:170px;align-content:end;padding:18px;border-radius:18px;background:linear-gradient(160deg,#599cff29,rgba(var(--accent-rgb),.1)),linear-gradient(180deg,#ffffffad,#dfecffa3)}.builder-media-preview strong{font-size:1.25rem}.builder-media-preview p{margin:0;max-width:32rem;color:var(--muted)}.builder-arabic-input{min-height:0;border:0;background:transparent;box-shadow:none;font-family:var(--font-arabic);font-size:clamp(1.9rem,3vw,2.5rem);line-height:2.05;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"mark" 1,"mkmk" 1;unicode-bidi:plaintext;direction:rtl;text-align:right}.builder-quote-card textarea:not(.builder-arabic-input){min-height:140px}.editor-shell{margin-top:20px}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}.editor-surface-panel,.editor-side-card{padding:22px}.editor-surface-panel{display:grid;gap:20px;background:linear-gradient(180deg,#fffffffa,#f5fafffa),radial-gradient(circle at top right,rgba(var(--accent-rgb),.08),transparent 26%)}.editor-side-panel{display:grid;gap:14px;position:sticky;top:18px}.editor-surface-header,.editor-publishing-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;align-items:start}.editor-language-toggle{align-self:start}.editor-surface-meta{display:flex;flex-wrap:wrap;gap:10px}.editor-surface-meta span{padding:7px 11px;border-radius:999px;background:rgba(var(--accent-rgb),.08);color:var(--muted);font-size:.84rem;font-weight:600}.editor-story-title,.editor-story-deck,.inline-editor-field{display:grid;gap:8px}.editor-story-deck span,.inline-editor-field span,.inline-editor-control span{color:#627b9de0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.inline-editor-title-input,.inline-editor-field input,.inline-editor-field select,.inline-editor-control select,.inline-editor-textarea{width:100%;border:1px solid var(--border);border-radius:18px;background:#fffffff0;color:var(--text)}.inline-editor-title-input{min-height:0;padding:0;border:0;border-radius:0;background:transparent;font-family:Newsreader,serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:600;line-height:.96;box-shadow:none}.inline-editor-title-input::placeholder{color:#627b9d6b}.inline-editor-textarea,.inline-editor-field input,.inline-editor-field select,.inline-editor-control select{min-height:50px;padding:14px 16px}.inline-editor-textarea{resize:vertical;min-height:150px;line-height:1.7}.inline-editor-deck-input{min-height:120px}.inline-editor-textarea-heading{min-height:92px;font-family:Newsreader,serif;font-size:1.85rem;line-height:1.15}.inline-editor-textarea-arabic{font-family:var(--font-arabic);font-size:clamp(1.9rem,3vw,2.4rem);line-height:2.05;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"mark" 1,"mkmk" 1;unicode-bidi:plaintext;direction:rtl;text-align:right}.editor-block-list{display:grid;gap:16px}.inline-inserter{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.inline-inserter-line{height:1px;background:linear-gradient(90deg,transparent,rgba(var(--accent-rgb),.22),transparent)}.inline-inserter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.inline-inserter-chip,.inline-editor-icon-button{min-height:36px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:#ffffffe0;color:var(--muted);cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.inline-inserter-chip:hover,.inline-editor-icon-button:hover{border-color:var(--border-strong);color:var(--text)}.inline-editor-block{display:grid;gap:18px;padding:20px;border:1px solid rgba(var(--accent-rgb),.12);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#eef6fff0);box-shadow:inset 0 1px #ffffffe6,0 14px 30px #14468c0f}.inline-editor-block-toolbar,.inline-editor-block-controls,.inline-editor-inline-fields{display:grid;gap:12px}.inline-editor-block-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:start}.inline-editor-block-meta{display:flex;gap:12px;align-items:start}.inline-editor-block-meta p{margin:4px 0 0;color:var(--muted);font-size:.9rem}.inline-editor-block-index{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--accent-rgb),.12);color:var(--accent-strong);font-weight:700}.inline-editor-block-controls{grid-template-columns:repeat(2,minmax(140px,1fr)) auto;align-items:end}.inline-editor-control{display:grid;gap:8px}.inline-editor-block-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.inline-editor-icon-button-danger{border-color:#b84c4c38;color:#9f4040}.inline-editor-block-body{display:grid;gap:14px}.inline-editor-convert-note{margin:-2px 0 0;color:var(--muted);font-size:.92rem;line-height:1.6}.inline-editor-inline-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-editor-media-preview{min-height:220px;overflow:hidden;border-radius:18px;background:linear-gradient(160deg,#599cff1f,rgba(var(--accent-rgb),.08)),linear-gradient(180deg,#ffffffb8,#dfecffa3)}.inline-editor-media-preview img{display:block;width:100%;height:100%;min-height:220px;object-fit:cover}.inline-editor-media-empty{display:grid;gap:8px;height:100%;min-height:220px;align-content:center;justify-items:center;padding:20px;text-align:center}.inline-editor-media-empty p{margin:0;color:var(--muted);max-width:18rem}.inline-editor-upload{min-height:50px}.editor-side-card{display:grid;gap:12px}.editor-side-card .builder-field{display:grid;gap:8px}.editor-side-card .builder-field span{color:#627b9de0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.editor-side-card .builder-field input,.editor-side-card .builder-field textarea,.editor-side-card .builder-field select{width:100%;min-height:50px;padding:14px 16px;border:1px solid var(--border);border-radius:18px;background:#fffffff0;color:var(--text);box-shadow:inset 0 1px #ffffffdb}.editor-side-card .builder-field textarea{min-height:130px;resize:vertical;line-height:1.7}.editor-side-card .builder-field input::placeholder,.editor-side-card .builder-field textarea::placeholder{color:#627b9d85}.editor-side-actions{display:grid;gap:10px}.editor-preview-panel{overflow:hidden}@media (max-width: 1180px){.builder-sidebar{align-items:start}.builder-sidebar-header,.builder-actions{max-width:none}.builder-actions{justify-content:flex-start;margin-left:0}.editor-layout{grid-template-columns:1fr}.editor-side-panel{position:static}}.form-message{margin:0;color:var(--muted)}.preview-panel{padding:0;overflow:hidden}.preview-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:16px;align-items:end;padding:22px 22px 0}.preview-controls{display:grid;gap:12px;justify-items:stretch}.preview-select{display:grid;gap:8px;color:var(--muted);font-size:.92rem}.preview-select select{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text)}.preview-meta{display:flex;flex-wrap:wrap;gap:10px;padding:18px 22px 0}.preview-meta span{padding:6px 10px;border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:.88rem}.preview-panel .article-layout{margin-top:18px;border:0;border-radius:0;box-shadow:none}.preview-block-order{display:inline-flex;margin:0 0 10px;padding:5px 9px;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:.82rem;font-weight:600}.reading-progress{position:fixed;inset:0 0 auto;z-index:40;height:6px;background:rgba(var(--accent-rgb),.18);box-shadow:inset 0 -1px #ffffff80}.reading-progress-bar{display:block;width:100%;height:100%;background:linear-gradient(90deg,#0f4fa8,#1565d8 45%,#53a2ff);transform-origin:left center;transition:transform .16s ease-out;box-shadow:0 0 0 1px rgba(var(--accent-rgb),.08),0 0 18px rgba(var(--accent-rgb),.28)}.reading-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.reading-backdrop-orb{position:absolute;display:block;border-radius:50%;filter:blur(88px);will-change:transform,opacity;transform-origin:center}.reading-backdrop-orb-primary{top:-120px;left:-140px;width:440px;height:440px;background:radial-gradient(circle,#4d97e2b8,#4d97e200)}.reading-backdrop-orb-secondary{top:22vh;right:-120px;width:360px;height:360px;background:radial-gradient(circle,#62b6cc99,#62b6cc00)}.reading-backdrop-orb-tertiary{right:16vw;bottom:-180px;width:320px;height:320px;background:radial-gradient(circle,#78a6e666,#78a6e600)}.page-intro{padding:10px 0 6px}.page-intro-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px}.page-intro-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.page-intro-actions .field-hint{margin:0}.page-intro h1{font-size:clamp(2.2rem,4vw,3.6rem)}.page-intro p:last-child{max-width:42rem}.app-loading-page{position:relative;min-height:100vh;overflow:hidden}.loading-view{position:relative;display:grid;min-height:100vh;place-items:center;padding:28px 18px;overflow:hidden}.loading-view-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.loading-view-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.8}.loading-view-orb-a{top:-10%;left:-6%;width:360px;height:360px;background:radial-gradient(circle,rgba(var(--accent-rgb),.26),transparent 70%)}.loading-view-orb-b{right:-10%;bottom:2%;width:320px;height:320px;background:radial-gradient(circle,rgba(255,214,130,.2),transparent 72%)}.loading-view-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:26px 26px;-webkit-mask-image:radial-gradient(circle at center,rgba(0,0,0,.9),transparent 82%);mask-image:radial-gradient(circle at center,rgba(0,0,0,.9),transparent 82%);opacity:.35}.loading-view-shell{position:relative;z-index:1;display:grid;gap:22px;width:min(100%,980px);padding:26px;border:1px solid rgba(var(--accent-rgb),.1);border-radius:32px;background:linear-gradient(180deg,#ffffffc7,#edf4ffb8),radial-gradient(circle at top left,rgba(var(--accent-rgb),.12),transparent 32%);box-shadow:0 24px 80px #14468c29,inset 0 1px #ffffffb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.loading-view-brand{justify-self:start}.loading-view-copy{display:grid;gap:10px;max-width:38rem}.loading-view-copy h1{margin:0;font-family:Newsreader,serif;font-size:clamp(2.8rem,6vw,4.8rem);line-height:.92;letter-spacing:-.04em;color:#0d2747;text-shadow:0 1px 0 rgba(255,255,255,.42),0 0 20px rgba(var(--accent-rgb),.12)}.loading-view-copy p:last-child{margin:0;color:var(--muted);font-size:1.02rem;line-height:1.8}.loading-view-progress{position:relative;width:min(100%,260px);height:6px;overflow:hidden;border-radius:999px;background:rgba(var(--accent-rgb),.12)}.loading-view-progress span{position:absolute;inset:0 auto 0 -40%;width:40%;border-radius:inherit;background:linear-gradient(90deg,rgba(var(--accent-rgb),0),rgba(var(--accent-rgb),.85),#fffffff2);animation:loading-slide 1.35s ease-in-out infinite}.loading-view-panels{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:16px}.loading-view-panel{display:grid;gap:14px;padding:18px;border:1px solid rgba(var(--accent-rgb),.1);border-radius:24px;background:linear-gradient(180deg,#ffffff8a,#e8f1ff66),radial-gradient(circle at top right,rgba(var(--accent-rgb),.08),transparent 40%);box-shadow:inset 0 1px #ffffff8f}.loading-view-panel-stack .loading-card{width:100%;margin-top:0}.loading-shell{display:grid;gap:26px;min-height:60vh;align-content:start;padding:18px 0 8px}.loading-shell-story{max-width:54rem;margin:0 auto}.loading-shell-copy h1{margin:10px 0 12px;font-family:Newsreader,serif;font-size:clamp(2.4rem,5vw,4.2rem);line-height:.95}.loading-shell-copy p:last-child{max-width:38rem;color:var(--muted);font-size:1.05rem;line-height:1.8}.loading-skeleton{display:grid;gap:14px}.loading-line,.loading-quote,.loading-media,.loading-card{position:relative;display:block;overflow:hidden;border-radius:16px;background:linear-gradient(180deg,#ffffffd1,#e8f1ffe6)}.loading-line:after,.loading-quote:after,.loading-media:after,.loading-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.22) 35%,rgba(255,255,255,.72) 50%,rgba(255,255,255,.22) 65%,transparent 100%);animation:shimmer 1.45s ease-in-out infinite}.loading-line{height:18px}.loading-line-short{width:84px;height:12px;border-radius:999px}.loading-line-title{width:min(100%,32rem);height:44px}.loading-line-title-soft{width:min(100%,26rem)}.loading-line-meta{width:320px;height:20px}.loading-line-medium{width:min(100%,70%)}.loading-quote{width:min(100%,38rem);height:112px;margin:8px 0 6px;border-left:4px solid rgba(var(--accent-rgb),.22)}.loading-media{width:100%;height:clamp(240px,42vw,420px);margin:6px 0 8px;border-radius:24px}.loading-card{width:min(100%,22rem);height:164px;margin-top:8px}@keyframes shimmer{to{transform:translate(100%)}}@keyframes loading-slide{0%{transform:translate(0)}to{transform:translate(350%)}}.article-layout{padding:28px}.article-layout-reading{position:relative;z-index:1;padding:18px 0 0;background:transparent;border:0;box-shadow:none}.article-main{min-width:0}.article-main-reading{width:min(100%,820px);margin:0 auto}.article-header{max-width:44rem}.article-layout-reading .article-header{margin:0 auto;max-width:50rem;padding-bottom:10px}.article-layout-reading .article-header h1{max-width:12ch;font-size:clamp(3.2rem,6vw,5.3rem);line-height:.92;text-wrap:balance}.article-layout-reading .article-excerpt{max-width:42rem;margin-top:18px;font-size:clamp(1.2rem,1.05rem + .45vw,1.42rem);line-height:1.85;color:#112843d1}.article-meta-line{width:fit-content;margin-top:20px;padding:10px 14px;border:1px solid rgba(var(--accent-rgb),.12);border-radius:999px;background:#ffffffb8;box-shadow:0 10px 24px #14468c0f}.article-meta-line span{font-size:.95rem}.article-quote{margin:24px 0 30px;padding:20px 0 0;border-top:1px solid var(--border);color:var(--text);font-family:Newsreader,serif;font-size:clamp(1.4rem,2vw,1.95rem);line-height:1.4}.article-quote p{margin:0}.article-quote cite{display:block;margin-top:14px;color:var(--muted);font-family:Inter,sans-serif;font-size:.98rem;font-style:normal;line-height:1.7}.article-quote cite a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.article-layout-reading .article-quote{max-width:38rem;margin:30px auto 38px;padding:20px 24px 20px 26px;border-top:0;border-left:4px solid rgba(var(--accent-rgb),.34);border-radius:0 22px 22px 0;background:linear-gradient(135deg,rgba(var(--accent-rgb),.09),#ffffffb8);box-shadow:0 12px 30px #14468c14;font-size:clamp(1.7rem,1.45rem + .8vw,2.2rem);line-height:1.36}.article-layout-reading .article-quote cite{margin-top:16px;font-size:1rem}.article-reading-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:26px;align-items:start;width:min(100%,50rem);margin:24px auto 26px}.article-reading-intro-copy{min-width:0}.article-intro-lead{margin:0}.article-intro-lead p{margin-top:0}.article-cover,.article-figure{margin:0 0 28px}.article-figure{width:fit-content;max-width:min(100%,21rem);margin:10px 0 18px auto}.article-cover img,.article-figure img{border-radius:16px}.article-cover img{width:100%;object-fit:cover}.article-figure img{display:block;width:auto;max-width:100%;height:auto;max-height:220px;object-fit:contain;box-shadow:0 14px 32px #14468c14}.article-cover figcaption,.article-figure figcaption{margin-top:10px;color:var(--muted);font-size:.92rem;line-height:1.6}.article-columns{grid-template-columns:minmax(0,1.15fr) 280px;align-items:start}.article-columns-reading{grid-template-columns:1fr}.article-body{max-width:44rem}.article-layout-reading .article-cover,.article-layout-reading .article-body,.article-layout-reading .article-endnotes{margin-left:auto;margin-right:auto}.article-layout-reading .article-cover{width:min(100%,720px);margin-top:0;margin-bottom:34px}.article-layout-reading .article-figure{max-width:min(100%,23rem);margin:14px 0 20px auto}.article-layout-reading .article-cover img{width:100%;height:clamp(260px,34vw,420px);min-height:0;max-height:420px;border-radius:24px;object-fit:cover;box-shadow:0 24px 48px #14468c1f}.article-layout-reading .article-cover-compact{width:100%;margin:0}.article-layout-reading .article-cover-compact img{height:clamp(240px,30vw,360px);max-height:360px;aspect-ratio:4 / 3}.article-layout-reading .article-figure img{max-height:240px;border-radius:22px;box-shadow:0 20px 40px #14468c1a}.article-block-image{display:flex;justify-content:flex-end}.article-layout-reading .article-block-image{justify-content:flex-end}.article-block-image .article-figure figcaption{max-width:28ch;margin-top:8px;font-size:.88rem}.article-layout-reading .article-cover figcaption{margin-top:14px;font-size:1rem}.article-layout-reading .article-body p,.article-layout-reading .article-section p,.article-layout-reading .arabic-quote-block figcaption{font-size:clamp(1.14rem,1.04rem + .28vw,1.28rem);line-height:2;color:#112843f5}.article-layout-reading .article-section h2{margin:8px 0 16px;font-size:clamp(2.15rem,3vw,2.8rem)}.article-section+.article-section{margin-top:28px}.article-block+.article-block{margin-top:18px}.article-layout-reading .article-block+.article-block{margin-top:28px}.article-section h2{margin:0 0 10px;font-size:1.8rem;line-height:1.1}.article-section p{margin:0 0 16px;color:#112843e6}.article-layout-reading .article-body{max-width:47rem}.article-layout-reading .article-block-lead p{font-size:clamp(1.26rem,1.1rem + .42vw,1.5rem);line-height:1.92;color:var(--text)}.article-layout-reading .article-block-lead p:first-letter{float:left;margin:.04em .12em 0 0;color:var(--accent-strong);font-family:Newsreader,serif;font-size:4.8rem;line-height:.8}.side-card{padding:18px;background:var(--surface-soft);border-radius:16px}.article-inline-quote,.arabic-quote-block{margin:22px 0;padding:18px 20px;background:var(--surface-soft);border-radius:16px}.article-layout-reading .article-inline-quote,.article-layout-reading .arabic-quote-block{margin:30px 0;padding:26px 28px;border:1px solid rgba(var(--accent-rgb),.1);border-radius:22px;background:linear-gradient(180deg,#fffffff5,#edf4fff0);box-shadow:0 16px 34px #14468c14}.article-inline-quote p{margin:0;font-family:Newsreader,serif;font-size:1.45rem;line-height:1.45;color:var(--text)}.article-inline-quote cite{display:block;margin-top:10px;color:var(--muted);font-style:normal}.article-inline-quote cite a,.arabic-quote-block small a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.article-inline-quote cite a:hover,.arabic-quote-block small a:hover{color:var(--accent-strong)}.arabic-quote-block blockquote{margin:0;font-family:var(--font-arabic);font-size:clamp(1.8rem,2.6vw,2.4rem);line-height:2;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"mark" 1,"mkmk" 1;unicode-bidi:plaintext;direction:rtl;text-align:right}.arabic-quote-block figcaption{margin-top:12px;color:var(--text);font-size:1rem;line-height:1.7}.arabic-quote-block small{display:block;margin-top:8px;color:var(--muted);font-size:.9rem}.article-endnotes{display:grid;gap:14px;width:min(100%,44rem);margin-top:52px;grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout-reading .article-endnotes{width:min(100%,47rem);gap:18px}.article-layout-reading .article-note-card{padding:22px 24px;border-radius:20px;box-shadow:0 14px 28px #14468c0f}.article-note-card{padding:18px 20px;border:1px solid rgba(var(--accent-rgb),.12);border-radius:18px;background:#ffffffdb}.article-note-card p:last-child,.article-note-card li{color:var(--muted);line-height:1.8}.article-note-card ul{margin:10px 0 0;padding-left:18px}.article-side{display:grid;gap:14px;align-self:start}.article-side ul,.plain-list{margin:10px 0 0;padding-left:20px;color:var(--muted);line-height:1.75}.site-footer{grid-template-columns:1fr;gap:18px;margin-top:36px;padding-top:22px;border-top:1px solid var(--border)}.sponsor-banner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);gap:18px;align-items:center;padding:20px;border:1px solid rgba(var(--accent-rgb),.12);border-radius:24px;background:linear-gradient(145deg,#fffffffa,#f1f7fff0),radial-gradient(circle at top right,rgba(var(--accent-rgb),.08),transparent 35%);box-shadow:var(--shadow)}.sponsor-banner-copy{display:grid;gap:8px}.sponsor-banner-copy h3,.sponsor-banner-copy p,.site-footer-meta p{margin:0}.sponsor-banner-slot{min-height:112px;padding:14px;border:1px dashed rgba(var(--accent-rgb),.18);border-radius:18px;background:#ffffffbd}.sponsor-banner-ad{min-height:84px}.site-footer-meta{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:16px}.footer-links{display:flex;flex-wrap:wrap;gap:14px;color:var(--accent)}.app-overview-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(28px,5vw,64px);align-items:center;padding:42px 0 28px}.app-overview-copy{display:grid;gap:14px;align-content:center}.app-overview-copy h1{max-width:16ch;margin:0;font-family:Newsreader,serif;font-size:clamp(2.25rem,4.8vw,4.2rem);line-height:1.02;letter-spacing:0}.app-overview-copy p{max-width:39rem;margin:0;color:var(--muted);font-size:1rem;line-height:1.72}.app-overview-copy .app-overview-kicker{max-width:34rem;color:var(--text);font-size:1.08rem;font-weight:700;line-height:1.5}.app-overview-actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:4px}.app-hero-rhythm{display:flex;flex-wrap:wrap;gap:8px;padding-top:8px}.app-rhythm-chip{display:inline-grid;gap:2px;min-height:54px;min-width:132px;padding:9px 13px;border:1px solid rgba(var(--accent-rgb),.12);border-radius:16px;background:#ffffff9e;color:var(--text);text-align:left;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(var(--accent-rgb),.06);transition:transform .18s ease,border-color .18s ease,background .18s ease}.app-rhythm-chip span{color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.app-rhythm-chip:hover,.app-rhythm-chip--active{transform:translateY(-2px);border-color:#2c9c7857;background:#f2fbf7eb}.app-rhythm-chip--active{box-shadow:0 14px 30px #2c9c7824}.app-overview-device-wrap{display:flex;flex-direction:column;align-items:center;gap:20px}.app-overview-device{position:relative;width:clamp(210px,24vw,272px);padding:10px;border:1px solid rgba(var(--accent-rgb),.18);border-radius:38px;background:linear-gradient(170deg,#fff,#e4f0ff);box-shadow:0 2px 0 1.5px rgba(var(--accent-rgb),.07),0 36px 72px rgba(var(--accent-rgb),.16),0 8px 18px #00000012}[data-theme=dark] .app-overview-device{background:linear-gradient(170deg,#1a2e46,#0f1c2e);border-color:rgba(var(--accent-rgb),.24)}.app-overview-device-notch{position:absolute;top:14px;left:50%;transform:translate(-50%);width:18px;height:18px;border-radius:50%;background:#000;z-index:10;box-shadow:inset 0 -2px 4px #ffffff26}.app-overview-device-screen{position:relative;aspect-ratio:1080 / 2400;overflow:hidden;border-radius:28px;background-color:var(--surface-soft)}.app-device-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;opacity:0;transform:translateY(16px) scale(.97);transition:opacity .55s ease,transform .55s ease;will-change:opacity,transform}.app-device-slide--active{opacity:1;transform:translateY(0) scale(1)}.app-device-nav{display:flex;flex-direction:column;align-items:center;gap:8px}.app-device-dots{display:flex;gap:6px;align-items:center}.app-device-dot{width:8px;height:8px;padding:0;border:none;border-radius:4px;background:rgba(var(--accent-rgb),.22);cursor:pointer;transition:background .3s ease,width .3s ease}.app-device-dot--active{width:28px;background:var(--accent)}.app-device-caption{margin:0;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);min-height:1em}.app-country-section{padding-top:20px}.app-country-header{max-width:720px}.app-country-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px;align-items:stretch;padding:18px;border:1px solid rgba(var(--accent-rgb),.12);border-radius:28px;background:linear-gradient(135deg,#ffffffdb,#f4faf7c2),radial-gradient(circle at 82% 18%,rgba(44,156,120,.12),transparent 28%);box-shadow:0 18px 48px #24487314}.app-country-map-shell{position:relative;min-height:360px;overflow:hidden;border:1px solid rgba(var(--accent-rgb),.1);border-radius:24px;background:radial-gradient(circle at 28% 18%,rgba(126,196,255,.22),transparent 26%),radial-gradient(circle at 74% 74%,rgba(90,178,133,.16),transparent 30%),linear-gradient(180deg,#e2f2ffeb,#deefeef0);box-shadow:inset 0 1px #ffffffbd,inset 0 -18px 40px #26516814}.app-country-map{width:100%;height:100%;min-height:360px;background:transparent}.app-country-map .leaflet-container{background:transparent}.app-country-leaflet-label{display:grid;place-items:center;border:0;background:transparent}.app-country-leaflet-label span{display:grid;place-items:center;min-width:40px;min-height:30px;padding:5px 10px;border:1px solid rgba(115,167,217,.34);border-radius:999px;background:#0c1f30e6;color:#f4f8ff;font-size:.74rem;font-weight:900;box-shadow:0 10px 18px #19405e2e}.app-country-leaflet-label-live span{border-color:#47a1766b;background:#2f6f5eeb;color:#dcf8eb}.app-country-leaflet-label-next span{border-color:#d49a3d6b;background:#805312eb;color:#fff2d7}.app-country-leaflet-label-selected span{box-shadow:0 0 0 2px #ffffffe6,0 10px 18px #19405e40;transform:scale(1.05);z-index:10}.app-country-tooltip{border:1px solid rgba(var(--accent-rgb),.16);border-radius:10px;background:#ffffffeb;color:var(--text);font-weight:800;box-shadow:0 12px 24px #19405e1f}.app-country-tooltip:before{display:none}.app-country-map-overlay{position:absolute;top:14px;right:14px;left:14px;z-index:450;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;pointer-events:none}.app-country-map-overlay>span{display:inline-flex;align-items:center;min-height:32px;padding:6px 11px;border:1px solid rgba(var(--accent-rgb),.14);border-radius:999px;background:#ffffffc7;color:var(--text);font-size:.78rem;font-weight:850;box-shadow:0 10px 20px #19405e14}.app-country-map-legend{display:inline-flex;flex-wrap:wrap;gap:7px;align-items:center}.app-country-map-legend span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:5px 9px;border-radius:999px;background:#ffffffb3;color:var(--muted);font-size:.72rem;font-weight:800}.app-country-map-legend i{width:8px;height:8px;border-radius:999px}.legend-live{background:#47a176}.legend-next{background:#d49a3d}.app-country-map-credit{position:absolute;right:14px;bottom:10px;z-index:450;margin:0;color:#ffffffc7;font-size:.68rem;font-weight:700;text-shadow:0 1px 3px rgba(6,18,31,.45);pointer-events:none}.app-country-detail{display:grid;align-content:center;gap:12px;min-height:320px;padding:clamp(20px,4vw,34px);border-radius:20px;background:#ffffffa8}.app-country-status-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.status-pill,.app-country-code{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border-radius:999px;font-size:.78rem;font-weight:850}.status-pill{border:1px solid rgba(201,138,45,.24);background:#fff7e8eb;color:#8a5a12}.status-pill-live{border-color:#2f6f5e3d;background:#e8f7f0f2;color:#2f6f5e}.app-country-code{background:rgba(var(--accent-rgb),.08);color:var(--accent-strong)}.app-country-detail h3{margin:0;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.08}.app-country-detail p{margin:0;color:var(--muted);line-height:1.7}.app-country-source{color:var(--text)!important;font-weight:800}.app-country-list{display:flex;flex-wrap:wrap;gap:8px;padding-top:6px}.app-country-option{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:7px 11px;border:1px solid rgba(var(--accent-rgb),.12);border-radius:999px;background:#ffffffb8;color:var(--text);font-size:.88rem;font-weight:800;cursor:pointer}.app-country-option span{color:var(--muted);font-size:.72rem;font-weight:900}.app-country-option:hover,.app-country-option-active{border-color:#c98a2d57;background:#fff7e8e0}.app-rhythm-section{padding-top:18px}.app-rhythm-header{max-width:640px}.app-rhythm-panel{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:16px;align-items:stretch;padding:14px;border:1px solid rgba(var(--accent-rgb),.12);border-radius:24px;background:linear-gradient(135deg,#ffffffdb,#f6faf7c7),radial-gradient(circle at 94% 12%,rgba(44,156,120,.1),transparent 30%);box-shadow:0 18px 48px #24487314}.app-rhythm-tabs{display:grid;gap:8px}.app-rhythm-tab{display:grid;gap:4px;min-height:76px;padding:14px;border:1px solid transparent;border-radius:16px;background:transparent;color:var(--text);text-align:left;font-weight:850;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.app-rhythm-tab span{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.app-rhythm-tab:hover,.app-rhythm-tab--active{transform:translateY(-1px);border-color:#2c9c783d;background:#ffffffc7}.app-rhythm-detail{display:grid;align-content:center;gap:12px;min-height:238px;padding:clamp(20px,4vw,34px);border-radius:20px;background:#ffffffa3}.app-rhythm-detail h3,.app-rhythm-detail p{margin:0}.app-rhythm-detail h3{font-size:clamp(1.6rem,3vw,2.45rem);line-height:1.08}.app-rhythm-detail p:not(.section-label){max-width:45rem;color:var(--muted);line-height:1.75}.app-rhythm-points{display:flex;flex-wrap:wrap;gap:8px;padding-top:4px}.app-rhythm-points span{display:inline-flex;align-items:center;min-height:34px;padding:6px 11px;border:1px solid rgba(44,156,120,.16);border-radius:999px;background:#f2fbf7e6;color:#236f59;font-size:.88rem;font-weight:750}body[data-theme=dark] .app-rhythm-chip,body[data-theme=dark] .app-rhythm-panel,body[data-theme=dark] .app-rhythm-detail,body[data-theme=dark] .app-country-panel,body[data-theme=dark] .app-country-detail,body[data-theme=dark] .app-feature-card{background:#101c2bd1;border-color:rgba(var(--accent-rgb),.16)}body[data-theme=dark] .app-country-map-shell{background:radial-gradient(circle at 30% 16%,rgba(141,201,255,.14),transparent 26%),radial-gradient(circle at 76% 72%,rgba(82,175,139,.12),transparent 30%),linear-gradient(180deg,#0e2032f5,#091726f5);border-color:rgba(var(--accent-rgb),.14);box-shadow:inset 0 1px #ffffff14,inset 0 -18px 40px #0000002e}body[data-theme=dark] .app-country-tooltip,body[data-theme=dark] .app-country-option{background:#101c2beb;border-color:rgba(var(--accent-rgb),.18);color:var(--text)}body[data-theme=dark] .app-country-map-overlay>span,body[data-theme=dark] .app-country-map-legend span{background:#101c2bb8;border-color:rgba(var(--accent-rgb),.14)}body[data-theme=dark] .app-country-option:hover,body[data-theme=dark] .app-country-option-active{background:#43351eeb;border-color:#e8b25b6b;color:#ffd384}body[data-theme=dark] .status-pill{background:#43351eeb;border-color:#e8b25b42;color:#ffd384}body[data-theme=dark] .status-pill-live{background:#1c4336d1;border-color:#7fddb942;color:#9eeac9}body[data-theme=dark] .app-rhythm-chip:hover,body[data-theme=dark] .app-rhythm-chip--active,body[data-theme=dark] .app-rhythm-tab:hover,body[data-theme=dark] .app-rhythm-tab--active{background:#19304ae0;border-color:rgba(var(--accent-rgb),.24)}body[data-theme=dark] .app-rhythm-points span{background:#8dc9ff1a;border-color:rgba(var(--accent-rgb),.18);color:var(--accent)}.app-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.app-feature-section{padding-top:18px}.app-feature-card h3{margin:0 0 8px}.app-feature-card{padding:18px;border:1px solid rgba(var(--accent-rgb),.1);border-radius:18px;background:#ffffff94;box-shadow:0 12px 30px rgba(var(--accent-rgb),.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.app-feature-card:hover{transform:translateY(-3px);border-color:#c98a2d33;box-shadow:0 18px 40px #24487317}.app-feature-card p{margin:0;color:var(--muted);line-height:1.65}.app-screenshot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.app-screenshot-card{display:grid;gap:12px;width:min(100%,308px);justify-self:center;cursor:pointer;border-radius:var(--radius);padding:4px;transition:transform .22s ease}.app-screenshot-card:hover{transform:translateY(-4px)}.app-screenshot-card h3{margin:0 0 4px;transition:color .2s ease}.app-screenshot-card--active h3{color:var(--accent)}.app-screenshot-card p{margin:0;color:var(--muted);line-height:1.65}.app-screenshot-frame{display:grid;width:100%;aspect-ratio:485 / 1080;justify-self:center;overflow:hidden;border:1px solid rgba(var(--accent-rgb),.12);border-radius:24px;background:var(--surface-soft);box-shadow:0 14px 32px rgba(var(--accent-rgb),.08);transition:box-shadow .3s ease}.app-screenshot-card--active .app-screenshot-frame{box-shadow:0 0 0 2.5px var(--accent),0 16px 36px rgba(var(--accent-rgb),.14)}.app-screenshot-frame img{display:block;width:100%;height:100%;object-fit:contain;object-position:top center}.app-contact-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}.app-contact-card h2,.app-contact-card p{margin:0}.app-contact-card h2{margin-top:6px}.app-contact-card p:not(.section-label){margin-top:8px;color:var(--muted);line-height:1.7}.app-info-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:18px;align-items:start}.app-info-updated{font-size:.92rem;font-weight:700}.app-info-panel ul{margin:12px 0 0;padding-left:20px;color:var(--muted);line-height:1.75}.app-info-panel li+li{margin-top:8px}.app-info-panel li .text-link{display:inline;margin-top:0}.app-info-links{position:sticky;top:18px;display:grid;gap:10px}@media (max-width: 960px){.site-header{grid-template-columns:1fr;gap:12px;align-items:stretch;padding-bottom:18px}.simple-split,.article-columns,.app-overview-hero,.app-overview-grid,.app-country-panel,.app-rhythm-panel,.app-screenshot-grid,.app-contact-card,.app-info-layout,.site-footer-meta{grid-template-columns:1fr}.app-overview-device-wrap{justify-self:start}.app-country-map-shell,.app-country-map,.app-country-detail{min-height:280px}.app-rhythm-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.app-info-links{position:static}.writer-type-grid{grid-template-columns:1fr}.site-header-top{grid-template-columns:minmax(0,1fr) auto}.header-menu-button{display:inline-flex;align-items:center;justify-content:center}.site-header-navs{display:none;grid-template-columns:1fr;justify-items:stretch;gap:14px;padding-top:4px}.site-header-navs.is-open{display:grid}.home-focus,.lead-story-card{grid-template-columns:1fr}.main-nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center}.utility-nav{justify-content:center}.nav-link{width:100%;max-width:180px;justify-content:center;padding:12px 14px;border:1px solid var(--border);background:#ffffff9e;transform-origin:center}.header-control-stack{gap:0}.language-toggle,.theme-toggle{width:100%;justify-content:space-between;border-radius:18px;padding:6px}.language-chip,.theme-chip{justify-content:center;padding:10px 12px}.language-chip{flex:1 1 0}.theme-toggle{width:fit-content}.theme-chip{flex:0 0 42px;width:42px;min-width:42px;padding:0}.toggle-chip-short{min-width:2.35rem}.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid{grid-template-columns:1fr}.admin-analytics-header,.admin-content-item-top{align-items:start}.admin-analytics-filters{width:100%}.admin-filter-field{flex:1 1 180px}.admin-traffic-summary{grid-template-columns:1fr}.traffic-chart{grid-template-columns:repeat(auto-fit,minmax(24px,1fr));gap:8px}.traffic-chart-bar{min-height:120px}.sponsor-banner{grid-template-columns:1fr}.builder-shell{grid-template-columns:1fr;min-height:auto}.builder-sidebar{align-items:start}.builder-switcher{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.preview-toolbar,.inline-editor-block-toolbar,.inline-editor-block-controls{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.nav-link{opacity:1;animation:none;transition:color .16s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.nav-link:hover{transform:none}}body:has(.app-shell-home) .app-shell-home .home-hero-copy h1{max-width:none!important;margin-bottom:30px!important;line-height:.94!important}body:has(.app-shell-home) .app-shell-home .button-primary{background:#17352f!important;color:#fff!important}@media (max-width: 720px){body:has(.app-shell-home) .app-shell-home .home-hero-copy h1{font-size:clamp(3rem,14vw,4.6rem)!important}}body:has(.app-shell-home) .app-shell-home .home-hero-copy:before,body:has(.app-shell-home) .app-shell-home .home-hero-copy:after,body:has(.app-shell-home) .app-shell-home .home-hero-product-stage:after{display:none!important;content:none!important}body:has(.app-shell-home) .app-shell-home .brand-badge{gap:0!important}body:has(.app-shell-home) .app-shell-home{--home-ink: #17352f;--home-muted: #657770;--home-green: #16856b;--home-blue: #5579b5;--home-orange: #bf7c3d;--home-purple: #7465af;--home-pink: #b66c84;--home-gold: #b58a45}body:has(.app-shell-home) .app-shell-home .home-hero-apple:before{background:radial-gradient(circle at 62% 28%,rgba(179,204,255,.34),transparent 32%),radial-gradient(circle at 34% 78%,rgba(76,190,153,.28),transparent 29%),radial-gradient(circle at 90% 76%,rgba(220,180,103,.24),transparent 30%)!important}body:has(.app-shell-home) .app-shell-home .home-hero-copy{position:relative}body:has(.app-shell-home) .app-shell-home .home-hero-copy:before,body:has(.app-shell-home) .app-shell-home .home-hero-copy:after{content:"";position:absolute;top:-24px;width:38px;height:38px;border:1px solid rgba(181,138,69,.42);pointer-events:none}body:has(.app-shell-home) .app-shell-home .home-hero-copy:before{right:8%;transform:rotate(45deg)}body:has(.app-shell-home) .app-shell-home .home-hero-copy:after{right:8%;transform:rotate(0)}body:has(.app-shell-home) .app-shell-home .home-hero-product-stage:before{background:radial-gradient(circle,#daece3f2,#fff0 68%)!important}body:has(.app-shell-home) .app-shell-home .home-hero-product-stage:after{content:"";position:absolute;z-index:0;top:5%;right:8%;bottom:0;left:13%;border:1px solid rgba(22,133,107,.18);border-bottom:0;border-radius:50% 50% 0 0;box-shadow:0 0 0 12px #b58a450f,inset 0 18px 28px #16856b0a;pointer-events:none}body:has(.app-shell-home) .app-shell-home .home-phone-backdrop{position:absolute;z-index:1;top:22px;right:3%;width:54%;overflow:hidden;aspect-ratio:.52;border:6px solid rgba(255,255,255,.78);border-radius:24px;background:#edf7f2;box-shadow:0 18px 28px #2552461a;transform:rotate(7deg);opacity:1}body:has(.app-shell-home) .app-shell-home .home-phone-backdrop img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}body:has(.app-shell-home) .app-shell-home .home-product-card .home-phone-backdrop{top:26px;right:5%;width:46%;border-width:5px;border-radius:20px}body:has(.app-shell-home) .app-shell-home .home-product-card .home-phone-frame{position:relative;z-index:2}body:has(.app-shell-home) .app-shell-home .home-desktop-stage{background:#b7cbbb!important;border-color:#16856b1f!important}body:has(.app-shell-home) .app-shell-home .home-desktop-stage img{right:0!important;bottom:0!important;width:auto!important;max-width:100%!important;height:calc(100% - 32px)!important;object-fit:contain!important;object-position:right center!important}body:has(.app-shell-home) .app-shell-home .home-desktop-toolbar{border-bottom-color:#17352f1a!important}body:has(.app-shell-home) .app-shell-home .home-product-card:nth-child(1) .home-product-visual{background:#e1f2eb!important}body:has(.app-shell-home) .app-shell-home .home-product-card:nth-child(2) .home-product-visual{background:#dcebe2!important}body:has(.app-shell-home) .app-shell-home .home-product-card:nth-child(3) .home-product-visual{background:#faf0df!important}body:has(.app-shell-home) .app-shell-home .home-tool-tile:nth-child(1) .home-product-visual{background:#e8edfb!important}body:has(.app-shell-home) .app-shell-home .home-tool-tile:nth-child(2) .home-product-visual{background:#f8e9e0!important}body:has(.app-shell-home) .app-shell-home .home-tool-tile:nth-child(3) .home-product-visual{background:#e4f1ed!important}body:has(.app-shell-home) .app-shell-home .home-editorial-sheet{border-top:3px solid rgba(181,138,69,.44)}body:has(.app-shell-home) .app-shell-home .home-visual-caption-green,body:has(.app-shell-home) .app-shell-home .home-visual-caption-blue,body:has(.app-shell-home) .app-shell-home .home-visual-caption-orange{color:#6f826e!important}@media (max-width: 720px){body:has(.app-shell-home) .app-shell-home .home-hero-copy:before,body:has(.app-shell-home) .app-shell-home .home-hero-copy:after{top:-16px;width:28px;height:28px}body:has(.app-shell-home) .app-shell-home .home-phone-backdrop{top:14px;right:0;border-width:4px;border-radius:18px}body:has(.app-shell-home) .app-shell-home .home-product-card .home-phone-backdrop{top:22px;right:5%;border-width:4px;border-radius:16px}}@media (max-width: 720px){.app-shell{width:min(calc(100% - 16px),var(--content));padding:16px 0 32px}.loading-view{padding:16px}.loading-view-shell{gap:18px;padding:20px;border-radius:24px}.loading-view-copy h1{font-size:clamp(2.4rem,12vw,3.3rem)}.loading-view-panels{grid-template-columns:1fr}.loading-view-panel{padding:16px;border-radius:20px}.story-card,.topic-card,.simple-panel,.newsletter-block,.article-layout,.side-card{padding:18px;border-radius:16px}.lead-story-card,.home-empty{padding:20px;border-radius:18px}.story-grid,.topic-grid,.main-nav{grid-template-columns:1fr}.toggle-chip-label{font-size:.8rem}.article-endnotes,.newsletter-row{grid-template-columns:1fr}.builder-editor,.builder-sidebar,.builder-note{padding:18px}.builder-inline-fields,.builder-switcher,.inline-editor-inline-fields,.editor-side-actions{grid-template-columns:1fr}.builder-title-input{font-size:2rem}.app-hero-rhythm,.app-rhythm-tabs{grid-template-columns:1fr}.app-hero-rhythm{display:grid}.app-rhythm-chip{width:100%}.app-country-panel{padding:12px}.app-country-map-shell,.app-country-map{min-height:240px}.app-country-detail{min-height:0}.inline-editor-title-input{font-size:clamp(2.1rem,10vw,3rem)}.article-admin-item,.engagement-panel-header,.engagement-feedback-actions{flex-direction:column;align-items:flex-start}.admin-list-item-compact,.inline-inserter{grid-template-columns:1fr}.inline-inserter-line{display:none}.article-main-reading{width:100%}.loading-shell{min-height:auto;gap:20px}.loading-line-title{height:32px}.loading-line-meta,.loading-card,.loading-quote{width:100%}.loading-media{height:220px;border-radius:18px}.article-layout-reading .article-header h1{font-size:clamp(2.5rem,10vw,3.5rem)}.article-layout-reading .article-excerpt{font-size:1.08rem;line-height:1.8}.article-meta-line{width:100%;border-radius:18px}.article-layout-reading .article-quote{margin:24px 0 30px;padding:18px 18px 18px 20px;font-size:1.55rem}.article-reading-intro{grid-template-columns:1fr;gap:18px;margin:20px auto 24px}.article-layout-reading .article-cover{margin-bottom:34px}.article-layout-reading .article-cover img{height:clamp(220px,54vw,280px);max-height:280px;border-radius:18px}.article-layout-reading .article-body p,.article-layout-reading .article-section p,.article-layout-reading .arabic-quote-block figcaption{font-size:1.08rem;line-height:1.92}.article-layout-reading .article-block-lead p{font-size:1.18rem}.article-layout-reading .article-block-lead p:first-letter{font-size:3.6rem}.article-layout-reading .article-inline-quote,.article-layout-reading .arabic-quote-block{padding:20px 18px}.article-block-image,.article-layout-reading .article-block-image{justify-content:center}.article-figure,.article-layout-reading .article-figure{max-width:min(100%,18rem);margin-right:auto;margin-left:auto}.article-figure img,.article-layout-reading .article-figure img{max-height:200px}}@keyframes home-cinematic-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes home-cinematic-float{0%{opacity:0;transform:translateY(28px) rotate(-4deg) scale(.96)}to{opacity:1;transform:translateY(0) rotate(-4deg) scale(1)}}.app-shell-home .home-hero-apple{position:relative;display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);align-items:center;min-height:620px;padding:clamp(60px,8vw,108px) clamp(28px,6vw,88px) 42px;border:0;border-radius:0;background:#fff;box-shadow:none;isolation:isolate}.app-shell-home .home-hero-apple:before{content:"";position:absolute;z-index:-1;top:3%;right:-12%;bottom:-12%;left:22%;background:radial-gradient(circle at 66% 28%,rgba(132,151,255,.3),transparent 32%),radial-gradient(circle at 35% 78%,rgba(108,224,183,.24),transparent 28%),radial-gradient(circle at 88% 76%,rgba(255,193,118,.25),transparent 30%);filter:blur(34px);opacity:.92}.app-shell-home .home-hero-copy{max-width:520px;margin:0;text-align:left;animation:home-cinematic-rise .76s cubic-bezier(.22,1,.36,1) both}.app-shell-home .home-hero-copy h1{max-width:8ch;margin:18px 0 24px;font-size:clamp(3.3rem,6.2vw,6.6rem);letter-spacing:-.075em;line-height:.88}.app-shell-home .home-hero-copy h1 span{display:block}.app-shell-home .home-hero-copy>p:not(.home-hero-kicker){max-width:27rem;margin:0;font-size:clamp(1rem,1.4vw,1.15rem)}.app-shell-home .home-hero-actions{justify-content:flex-start;margin-top:30px}.app-shell-home .home-hero-product-stage{position:relative;min-height:480px;margin:0 -8% 0 -4%;isolation:isolate}.app-shell-home .home-hero-product-stage:before{content:"";position:absolute;top:8%;right:0;bottom:4%;left:8%;border-radius:50%;background:radial-gradient(circle,#e6ebffeb,#fff0 68%);filter:blur(5px);z-index:-1}.app-shell-home .home-hero-preview{position:absolute;min-height:0;padding:0;overflow:visible;background:transparent!important;border-radius:0;animation:home-cinematic-rise .85s cubic-bezier(.22,1,.36,1) both}.app-shell-home .home-hero-preview-app{z-index:3;left:2%;bottom:5%;width:36%;min-height:0;animation-name:home-cinematic-float;animation-delay:.12s}.app-shell-home .home-hero-preview-notch{z-index:2;top:11%;right:0;width:68%;min-height:0;animation-delay:.23s}.app-shell-home .home-hero-preview-editorial{z-index:4;right:3%;bottom:0;width:54%;min-height:0;animation-delay:.35s}.app-shell-home .home-hero-preview-label{position:absolute;top:-24px;left:0;z-index:5;color:var(--home-ink);font-size:.67rem;letter-spacing:.03em}.app-shell-home .home-hero-preview .home-product-visual{min-height:0;padding:0}.app-shell-home .home-hero-preview .home-visual-caption{position:absolute;right:0;bottom:-22px;white-space:nowrap}.app-shell-home .home-hero-preview .home-phone-frame{width:min(100%,205px);margin:0 auto;padding:8px;box-shadow:0 28px 42px #25524633}.app-shell-home .home-hero-preview .home-desktop-stage{min-height:250px;margin:0;border-radius:20px 0 0 20px;box-shadow:0 28px 48px #32579b29}.app-shell-home .home-hero-preview .home-editorial-sheet{min-height:226px;margin:0;padding:24px;border-radius:20px;box-shadow:0 28px 48px #97652f29}.app-shell-home .home-product-card,.app-shell-home .home-tool-tile{grid-template-rows:292px auto minmax(4.8em,auto) auto}.app-shell-home .home-product-card .home-product-visual,.app-shell-home .home-tool-tile .home-product-visual{height:292px;min-height:292px}.app-shell-home .home-tool-tile{grid-template-rows:242px auto minmax(4.8em,auto) auto}.app-shell-home .home-tool-tile .home-product-visual{height:242px;min-height:242px}.app-shell-home .home-reading-cta{position:relative;overflow:hidden}.app-shell-home .home-reading-cta:after{content:"";position:absolute;right:-8%;bottom:-90%;width:36%;aspect-ratio:1;border-radius:50%;background:#8262db1f;filter:blur(18px)}@supports (animation-timeline: view()){.app-shell-home .home-product-card,.app-shell-home .home-tool-tile,.app-shell-home .home-reading-cta{animation:home-cinematic-rise linear both;animation-timeline:view();animation-range:entry 8% cover 32%}}@media (prefers-reduced-motion: reduce){.app-shell-home .home-hero-copy,.app-shell-home .home-hero-preview,.app-shell-home .home-product-card,.app-shell-home .home-tool-tile,.app-shell-home .home-reading-cta{animation:none!important;transform:none!important}}@media (max-width: 960px){.app-shell-home .home-hero-apple{grid-template-columns:1fr;gap:46px;min-height:0}.app-shell-home .home-hero-copy{max-width:640px;text-align:center;margin:0 auto}.app-shell-home .home-hero-copy h1{margin-right:auto;margin-left:auto}.app-shell-home .home-hero-copy>p:not(.home-hero-kicker){margin:0 auto}.app-shell-home .home-hero-actions{justify-content:center}.app-shell-home .home-hero-product-stage{width:min(100%,660px);margin:0 auto}}@media (max-width: 720px){.app-shell-home .home-hero-apple{gap:34px;min-height:0;padding:52px 16px 26px}.app-shell-home .home-hero-copy h1{max-width:7ch;font-size:clamp(3rem,14vw,4.6rem)}.app-shell-home .home-hero-product-stage{min-height:330px;width:100%;margin:0}.app-shell-home .home-hero-preview-app{left:3%;bottom:2%;width:38%}.app-shell-home .home-hero-preview-notch{top:12%;right:-2%;width:67%}.app-shell-home .home-hero-preview-editorial{right:1%;bottom:0;width:58%}.app-shell-home .home-hero-preview .home-phone-frame{width:min(100%,130px)}.app-shell-home .home-hero-preview .home-desktop-stage{min-height:150px;border-radius:14px 0 0 14px}.app-shell-home .home-hero-preview .home-editorial-sheet{min-height:160px;padding:14px;border-radius:14px}.app-shell-home .home-hero-preview .home-editorial-sheet strong{font-size:.84rem}.app-shell-home .home-hero-preview .home-editorial-list{gap:5px;font-size:.56rem}.app-shell-home .home-hero-preview-label{top:-18px;font-size:.55rem}.app-shell-home .home-hero-preview .home-visual-caption{display:none}.app-shell-home .home-product-card,.app-shell-home .home-tool-tile{grid-template-rows:248px auto minmax(0,auto) auto}.app-shell-home .home-tool-tile{grid-template-rows:220px auto minmax(0,auto) auto}.app-shell-home .home-product-card .home-product-visual,.app-shell-home .home-tool-tile .home-product-visual{height:248px;min-height:248px}.app-shell-home .home-tool-tile .home-product-visual{height:220px;min-height:220px}}body:has(.app-shell-home){--bg: #ffffff;--surface: #ffffff;--surface-soft: #f7f9fb;--surface-tint: #f2f0ff;--border: rgba(20, 35, 52, .1);--border-strong: rgba(20, 35, 52, .2);--text: #142334;--muted: #647486;--accent: #5867e8;--accent-strong: #4452c9;--accent-soft: #eceeff;--accent-rgb: 88, 103, 232;color-scheme:light;background:#fff!important;color:#142334}.app-shell-home{--home-ink: #142334;--home-muted: #647486;--home-green: #2eaa82;--home-blue: #4d76df;--home-orange: #e4873f;--home-purple: #8262db;--home-pink: #d3629b;width:min(calc(100% - 48px),1180px);padding-bottom:84px;background:#fff;color:var(--home-ink)}body[data-theme=dark] .app-shell-home,body[data-theme=dark] .app-shell-home .site-header,body[data-theme=dark] .app-shell-home .home-hero-apple,body[data-theme=dark] .app-shell-home .home-product-card,body[data-theme=dark] .app-shell-home .home-tool-tile,body[data-theme=dark] .app-shell-home .topic-card,body[data-theme=dark] .app-shell-home .home-empty{background:inherit;color:var(--home-ink)}body[data-theme=dark] .app-shell-home .site-header{background:#ffffffd1;border-bottom-color:#14233414}.app-shell-home .site-header{position:sticky;top:0;z-index:20;min-height:72px;margin:0 calc((1180px - 100vw)/2);padding:0 max(24px,calc((100vw - 1180px)/2));background:#ffffffd1;border-bottom:1px solid rgba(20,35,52,.08);box-shadow:none;backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px)}.app-shell-home .brand-badge-title,.app-shell-home .nav-link,.app-shell-home .account-avatar,.app-shell-home .theme-toggle{color:var(--home-ink)}.app-shell-home .nav-link.active{background:#eceeff;color:var(--home-accent, var(--accent-strong))}.app-shell-home .nav-link:hover,.app-shell-home .theme-toggle:hover,.app-shell-home .account-avatar:hover{background:#f0f3f7;color:var(--home-ink)}.app-shell-home .home-hero-apple{display:block;margin-top:26px;padding:clamp(48px,7vw,82px) clamp(24px,5vw,70px) 36px;border:1px solid #e5eaf0;border-radius:34px;background:#fbfcfd;box-shadow:0 24px 60px #2a3e5414;overflow:hidden}.app-shell-home .home-hero-apple:after{content:none}.app-shell-home .home-hero-copy{max-width:680px;margin:0 auto;text-align:center}.app-shell-home .home-hero-kicker{display:inline-flex;min-height:0;padding:0;border:0;background:transparent;color:var(--home-purple);font-size:.72rem;font-weight:800;letter-spacing:.14em}.app-shell-home .home-hero-copy h1{max-width:none;margin:16px 0 18px;color:var(--home-ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:clamp(2.8rem,6vw,5.3rem);font-weight:700;letter-spacing:-.065em;line-height:.96}.app-shell-home .home-hero-copy>p:not(.home-hero-kicker){max-width:34rem;margin:0 auto;color:var(--home-muted);font-size:clamp(1.02rem,1.5vw,1.18rem);line-height:1.6}.app-shell-home .home-hero-actions{justify-content:center;margin-top:28px}.app-shell-home .button-primary{background:var(--home-ink);color:#fff;box-shadow:none}.app-shell-home .button-secondary{border-color:#d9e0e8;background:#fff;color:var(--home-ink);box-shadow:none}.app-shell-home .button-primary:hover,.app-shell-home .button-secondary:hover{transform:translateY(-1px);box-shadow:0 8px 20px #1423341a}.app-shell-home .home-hero-product-stage{display:grid;grid-template-columns:.8fr 1.15fr 1fr;gap:16px;align-items:end;margin-top:46px}.app-shell-home .home-hero-preview{position:relative;min-width:0;min-height:292px;padding:18px 18px 16px;border-radius:24px;overflow:hidden}.app-shell-home .home-hero-preview-app{min-height:340px;background:#dff4eb}.app-shell-home .home-hero-preview-notch{background:#dce9ff}.app-shell-home .home-hero-preview-editorial{background:#fff0df}.app-shell-home .home-hero-preview-label{position:relative;z-index:2;color:var(--home-ink);font-size:.75rem;font-weight:800;letter-spacing:-.01em}.app-shell-home .home-product-visual{position:relative;display:flex;min-height:224px;flex-direction:column;justify-content:flex-end}.app-shell-home .home-hero-preview .home-product-visual{min-height:250px}.app-shell-home .home-phone-frame{width:min(70%,164px);margin:14px auto 0;padding:7px;border-radius:26px;background:#1e2a31;box-shadow:0 18px 30px #25524633;transform:rotate(-5deg) translateY(8px)}.app-shell-home .home-phone-screen{position:relative;overflow:hidden;aspect-ratio:.52;border-radius:20px;background:#eff8f4}.app-shell-home .home-phone-screen img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.app-shell-home .home-desktop-stage{position:relative;min-height:180px;margin:24px -18px 10px 12px;overflow:hidden;border:1px solid rgba(77,118,223,.18);border-radius:18px 0 0 18px;background:#f5f8ff;box-shadow:0 16px 28px #32579b1f}.app-shell-home .home-desktop-toolbar{display:flex;gap:5px;padding:10px 12px;border-bottom:1px solid rgba(77,118,223,.12)}.app-shell-home .home-desktop-toolbar span{width:6px;height:6px;border-radius:50%;background:#b8c9eb}.app-shell-home .home-desktop-stage img{position:absolute;right:-3px;bottom:0;width:56%;height:calc(100% - 32px);object-fit:cover;object-position:left center}.app-shell-home .home-editorial-sheet{display:grid;gap:16px;min-height:196px;margin:28px 0 8px;padding:20px;border-radius:18px;background:#fff;box-shadow:0 14px 26px #97652f1a}.app-shell-home .home-editorial-sheet-top{display:flex;justify-content:space-between;color:#b97838;font-size:.58rem;font-weight:800;letter-spacing:.1em}.app-shell-home .home-editorial-sheet strong{max-width:11ch;color:var(--home-ink);font-size:1.2rem;letter-spacing:-.04em;line-height:1.05}.app-shell-home .home-editorial-list{display:grid;gap:9px;color:#6e6870;font-size:.72rem}.app-shell-home .home-editorial-list span{display:flex;align-items:center;gap:8px}.app-shell-home .home-editorial-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%}.home-editorial-dot-orange{background:var(--home-orange)}.home-editorial-dot-purple{background:var(--home-purple)}.home-editorial-dot-pink{background:var(--home-pink)}.app-shell-home .home-visual-caption{display:block;margin-top:auto;font-size:.66rem;font-weight:700;letter-spacing:.02em}.home-visual-caption-green{color:var(--home-green)}.home-visual-caption-blue{color:var(--home-blue)}.home-visual-caption-orange{color:var(--home-orange)}.app-shell-home .section{margin-top:88px}.app-shell-home .section-header{margin-bottom:24px}.app-shell-home .section-label{color:var(--home-purple);font-size:.7rem;font-weight:800}.app-shell-home .section-header h2{color:var(--home-ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;letter-spacing:-.06em}.app-shell-home .home-product-showcase,.app-shell-home .home-tools-showcase{margin-top:96px}.app-shell-home .home-product-grid,.app-shell-home .home-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.app-shell-home .home-product-card,.app-shell-home .home-tool-tile{display:grid;align-content:start;min-height:0;padding:20px;border:1px solid #e3e9ee;border-radius:24px;background:#fff;box-shadow:0 16px 34px #2a3e5412;color:var(--home-ink);transition:transform .18s ease,box-shadow .18s ease}.app-shell-home .home-product-card:hover,.app-shell-home .home-tool-tile:hover{transform:translateY(-4px);border-color:#d8e0e9;background:#fff;box-shadow:0 24px 42px #2a3e541c}.app-shell-home .home-product-card .home-product-visual,.app-shell-home .home-tool-tile .home-product-visual{min-height:248px;margin:-20px -20px 20px;padding:18px 20px;border-radius:24px 24px 18px 18px}.app-shell-home .home-product-card:nth-child(1) .home-product-visual{background:#dff4eb}.app-shell-home .home-product-card:nth-child(2) .home-product-visual{background:#dce9ff}.app-shell-home .home-product-card:nth-child(3) .home-product-visual{background:#fff0df}.app-shell-home .home-tool-tile:nth-child(1) .home-product-visual{background:#eeeaff}.app-shell-home .home-tool-tile:nth-child(2) .home-product-visual{background:#ffe8ef}.app-shell-home .home-tool-tile:nth-child(3) .home-product-visual{background:#e5f3f2}.app-shell-home .home-product-card h3,.app-shell-home .home-tool-tile h3{margin:0 0 8px;color:var(--home-ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:1.35rem;font-weight:700;letter-spacing:-.04em}.app-shell-home .home-product-card p,.app-shell-home .home-tool-tile p{margin:0;color:var(--home-muted);line-height:1.6}.app-shell-home .home-product-card .text-link,.app-shell-home .home-tool-tile .text-link{margin-top:18px;color:var(--home-purple);font-size:.88rem;font-weight:800}.app-shell-home .home-code-window,.app-shell-home .home-writer-window{display:grid;gap:14px;width:100%;margin-top:20px;padding:16px;border-radius:16px;background:#fff;box-shadow:0 14px 26px #4537891a}.app-shell-home .home-code-window-top,.app-shell-home .home-writer-sidebar{display:flex;gap:5px}.app-shell-home .home-code-window-top span{width:7px;height:7px;border-radius:50%;background:#b9afea}.app-shell-home .home-code-window code{overflow:hidden;color:#6654bf;font-size:.68rem;white-space:nowrap;text-overflow:ellipsis}.app-shell-home .home-code-window code b{color:var(--home-purple)}.app-shell-home .home-code-response{display:flex;justify-content:space-between;color:#6e6870;font-size:.68rem}.app-shell-home .home-code-response span:first-child{color:var(--home-green);font-weight:800}.app-shell-home .home-code-lines,.app-shell-home .home-writer-canvas{display:grid;gap:7px}.app-shell-home .home-code-lines i,.app-shell-home .home-writer-canvas i{display:block;height:5px;border-radius:999px;background:#e5e1f8}.app-shell-home .home-code-lines i:nth-child(2){width:82%;background:#dce9ff}.app-shell-home .home-code-lines i:nth-child(3){width:66%;background:#dff4eb}.app-shell-home .home-code-lines i:nth-child(4){width:90%;background:#fff0df}.app-shell-home .home-writer-window{grid-template-columns:28px minmax(0,1fr);min-height:176px;background:#fff}.app-shell-home .home-writer-sidebar{flex-direction:column;padding-top:4px}.app-shell-home .home-writer-sidebar i{width:20px;height:20px;border-radius:7px;background:#f6c1d6}.app-shell-home .home-writer-sidebar i:nth-child(2){background:#d7cff5}.app-shell-home .home-writer-sidebar i:nth-child(3){background:#c7e8df}.app-shell-home .home-writer-sidebar i:nth-child(4){background:#d6e2fb}.app-shell-home .home-writer-canvas span,.app-shell-home .home-writer-window>b{color:var(--home-pink);font-size:.6rem;letter-spacing:.11em}.app-shell-home .home-writer-canvas strong{color:var(--home-ink);font-size:1.2rem;letter-spacing:-.04em}.app-shell-home .home-writer-window>b{grid-column:2;width:fit-content;padding:5px 7px;border-radius:999px;background:#ffe8ef}.app-shell-home .home-topic-cloud{display:flex;min-height:176px;flex-wrap:wrap;align-content:center;justify-content:center;gap:10px;padding:14px}.app-shell-home .home-topic-chip{display:inline-flex;padding:10px 13px;border-radius:999px;font-size:.76rem;font-weight:800}.home-topic-chip-green{background:#c9eee1;color:#267d64;transform:rotate(-4deg)}.home-topic-chip-blue{background:#d6e2fb;color:#4161ad;transform:rotate(3deg)}.home-topic-chip-orange{background:#ffe0bf;color:#a8672f;transform:rotate(-2deg)}.home-topic-chip-purple{background:#e2d8fb;color:#7252bd;transform:rotate(4deg)}.home-topic-chip-pink{background:#f7d2e1;color:#aa4f79;transform:rotate(-3deg)}.app-shell-home .home-story-showcase{margin-top:110px;padding-top:72px;border-top:1px solid #e3e9ee}.app-shell-home .home-empty{border:1px solid #e3e9ee;border-radius:22px;background:#f7f9fb;box-shadow:none}.app-shell-home .topic-card{border-color:#e3e9ee;background:#fff;box-shadow:0 12px 26px #2a3e540d}.app-shell-home .site-footer{margin-top:104px;border-top-color:#e3e9ee}@media (max-width: 1060px){.app-shell-home .home-hero-product-stage,.app-shell-home .home-product-grid,.app-shell-home .home-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell-home .home-hero-preview-editorial{grid-column:1 / -1}}@media (max-width: 720px){.app-shell-home{width:min(calc(100% - 24px),1180px);padding-bottom:48px}.app-shell-home .site-header{min-height:64px;margin:0 -12px;padding:0 12px}.app-shell-home .home-hero-apple{margin-top:14px;padding:42px 18px 20px;border-radius:26px}.app-shell-home .home-hero-copy h1{font-size:clamp(2.8rem,13vw,4.3rem)}.app-shell-home .home-hero-product-stage,.app-shell-home .home-product-grid,.app-shell-home .home-tools-grid{grid-template-columns:1fr}.app-shell-home .home-hero-product-stage{gap:12px;margin-top:36px}.app-shell-home .home-hero-preview,.app-shell-home .home-hero-preview-app{min-height:280px}.app-shell-home .home-hero-preview-editorial{grid-column:auto}.app-shell-home .home-product-showcase,.app-shell-home .home-tools-showcase{margin-top:68px}.app-shell-home .home-story-showcase{margin-top:76px;padding-top:52px}}:root{--bg: #f5f5f7;--surface: #ffffff;--surface-soft: #f8f8fa;--surface-tint: #eeedf9;--border: rgba(29, 29, 31, .12);--border-strong: rgba(29, 29, 31, .24);--text: #1d1d1f;--muted: #6e6e73;--accent: #5e5ce6;--accent-strong: #403dba;--accent-soft: #e9e8ff;--accent-rgb: 94, 92, 230;--shadow: 0 20px 44px rgba(29, 29, 31, .08);--radius: 22px;--content: 1180px}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body[data-theme=dark]{--bg: #000000;--surface: #1d1d1f;--surface-soft: #161617;--surface-tint: #26253a;--border: rgba(255, 255, 255, .14);--border-strong: rgba(255, 255, 255, .26);--text: #f5f5f7;--muted: #a1a1a6;--accent: #8b89ff;--accent-strong: #b0aeff;--accent-soft: #28274b;--accent-rgb: 139, 137, 255;--shadow: 0 22px 48px rgba(0, 0, 0, .36);background:var(--bg)}.app-shell:not(.app-shell-admin){width:min(calc(100% - 48px),var(--content));padding:0 0 64px}.app-shell:not(.app-shell-admin) .site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto minmax(0,1fr);gap:32px;min-height:72px;margin:0 calc((var(--content) - 100vw) / 2);padding:0 max(24px,calc((100vw - var(--content)) / 2));border-bottom:1px solid transparent;background:#f5f5f7c7;box-shadow:none;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}body[data-theme=dark] .app-shell:not(.app-shell-admin) .site-header{background:#000000b8;border-bottom-color:#ffffff1a}.app-shell:not(.app-shell-admin) .site-header-top{gap:0}.app-shell:not(.app-shell-admin) .brand-badge{min-height:44px;padding:0;gap:9px;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--text)}.app-shell:not(.app-shell-admin) .brand-badge:before,.app-shell:not(.app-shell-admin) .brand-badge:after{display:none}.app-shell:not(.app-shell-admin) .brand-badge-title{color:var(--text);font-size:1.08rem;font-weight:700;letter-spacing:-.025em}.app-shell:not(.app-shell-admin) .brand-badge-icon-slot{width:24px;height:24px;flex-basis:24px}.app-shell:not(.app-shell-admin) .brand-badge-icon{width:20px;height:20px;filter:saturate(.8)}.app-shell:not(.app-shell-admin) .site-header-navs{gap:24px}.app-shell:not(.app-shell-admin) .main-nav{justify-content:flex-end;gap:4px}.app-shell:not(.app-shell-admin) .nav-link{min-height:36px;padding:0 12px;border:0;border-radius:999px;color:var(--muted);font-size:.86rem;font-weight:500;opacity:1;animation:none}.app-shell:not(.app-shell-admin) .nav-link:hover{color:var(--text);background:#1d1d1f0f;transform:none}.app-shell:not(.app-shell-admin) .nav-link.active{background:rgba(var(--accent-rgb),.11);border:0;color:var(--accent-strong);box-shadow:none;transform:none}.app-shell:not(.app-shell-admin) .utility-nav{gap:8px}.app-shell:not(.app-shell-admin) .theme-toggle,.app-shell:not(.app-shell-admin) .account-avatar{width:36px;min-width:36px;min-height:36px;border:0;background:transparent;box-shadow:none}.app-shell:not(.app-shell-admin) .theme-toggle:hover,.app-shell:not(.app-shell-admin) .account-avatar:hover{background:#1d1d1f12}.app-shell:not(.app-shell-admin) .header-menu-button{min-height:36px;padding:0 14px;border-color:var(--border);background:transparent;color:var(--text);font-size:.86rem;font-weight:600}.app-shell:not(.app-shell-admin) .home-hero-apple{grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr);gap:clamp(32px,6vw,88px);margin-top:24px;padding:clamp(48px,8vw,92px) clamp(24px,7vw,84px);border:0;border-radius:32px;background:#e9e9ed;box-shadow:none}.app-shell:not(.app-shell-admin) .home-hero-apple:after{content:"";position:absolute;right:-15%;bottom:-35%;width:58%;aspect-ratio:1;border-radius:50%;background:#9694ff2e;filter:blur(36px);pointer-events:none}.app-shell:not(.app-shell-admin) .home-hero-copy,.app-shell:not(.app-shell-admin) .home-hero-panel{position:relative;z-index:1}.app-shell:not(.app-shell-admin) .home-hero-kicker{min-height:auto;padding:0;border:0;background:transparent;color:var(--accent-strong);font-size:.72rem;letter-spacing:.12em}.app-shell:not(.app-shell-admin) .home-hero-copy h1{max-width:11ch;margin:16px 0 20px;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:clamp(2.9rem,6.7vw,6.25rem);font-weight:700;letter-spacing:-.065em;line-height:.94}.app-shell:not(.app-shell-admin) .home-hero-copy>p:not(.home-hero-kicker){max-width:32rem;color:#5f6066;font-size:clamp(1.04rem,1.6vw,1.25rem);line-height:1.55}.app-shell:not(.app-shell-admin) .home-hero-actions{gap:12px;margin-top:30px}.app-shell:not(.app-shell-admin) .button{min-height:44px;padding:0 20px;border-radius:999px;font-size:.92rem;font-weight:600;box-shadow:none}.app-shell:not(.app-shell-admin) .button-primary{background:#1d1d1f;color:#fff}.app-shell:not(.app-shell-admin) .button-primary:hover{background:#363638;box-shadow:none}.app-shell:not(.app-shell-admin) .button-secondary{border-color:#1d1d1f2e;background:#ffffff8f;color:#1d1d1f}.app-shell:not(.app-shell-admin) .button-secondary:hover{border-color:#1d1d1f4d;background:#fffc;box-shadow:none}.app-shell:not(.app-shell-admin) .home-hero-panel{align-self:center;gap:20px;padding:0;border:0;background:transparent}.app-shell:not(.app-shell-admin) .home-hero-panel-label{color:#6e6e73;font-size:.72rem}.app-shell:not(.app-shell-admin) .home-hero-metrics{gap:0}.app-shell:not(.app-shell-admin) .home-hero-metrics article{padding:16px 0;border-top-color:#1d1d1f24}.app-shell:not(.app-shell-admin) .home-hero-metrics strong{color:#1d1d1f;font-size:clamp(2rem,4vw,3rem);font-weight:700}.app-shell:not(.app-shell-admin) .home-hero-metrics span,.app-shell:not(.app-shell-admin) .home-hero-panel-note{color:#6e6e73}.app-shell:not(.app-shell-admin) .section{margin-top:80px}.app-shell:not(.app-shell-admin) .section-header{margin-bottom:26px}.app-shell:not(.app-shell-admin) .section-label{color:var(--accent-strong);font-size:.7rem;font-weight:700;letter-spacing:.13em}.app-shell:not(.app-shell-admin) .section-header h2{margin:10px 0 0;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:700;letter-spacing:-.055em;line-height:1}.app-shell:not(.app-shell-admin) .section-header p:not(.section-label){max-width:40rem;margin-top:12px;font-size:1.02rem}.app-shell:not(.app-shell-admin) .home-product-showcase,.app-shell:not(.app-shell-admin) .home-tools-showcase,.app-shell:not(.app-shell-admin) .home-story-showcase{margin-top:92px}.app-shell:not(.app-shell-admin) .home-product-grid,.app-shell:not(.app-shell-admin) .home-tools-grid{gap:16px}.app-shell:not(.app-shell-admin) .home-product-card,.app-shell:not(.app-shell-admin) .home-tool-tile{min-height:220px;padding:28px;border:0;border-radius:24px;background:var(--surface);box-shadow:none;transition:transform .2s ease,background .2s ease}.app-shell:not(.app-shell-admin) .home-product-card:hover,.app-shell:not(.app-shell-admin) .home-tool-tile:hover{transform:translateY(-3px);background:#ececf0;border-color:transparent;box-shadow:none}.app-shell:not(.app-shell-admin) .home-product-card h3,.app-shell:not(.app-shell-admin) .home-tool-tile h3,.app-shell:not(.app-shell-admin) .home-cta-band h3{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:1.35rem;font-weight:650;letter-spacing:-.035em}.app-shell:not(.app-shell-admin) .home-product-card p,.app-shell:not(.app-shell-admin) .home-tool-tile p,.app-shell:not(.app-shell-admin) .home-cta-band p{color:var(--muted);line-height:1.65}.app-shell:not(.app-shell-admin) .home-tool-tile{min-height:190px;background:#e9e9ed}.app-shell:not(.app-shell-admin) .home-tool-tile .text-link,.app-shell:not(.app-shell-admin) .home-product-card .text-link,.app-shell:not(.app-shell-admin) .text-link{color:var(--accent-strong);font-size:.9rem;font-weight:600}.app-shell:not(.app-shell-admin) .story-card,.app-shell:not(.app-shell-admin) .topic-card,.app-shell:not(.app-shell-admin) .simple-panel,.app-shell:not(.app-shell-admin) .newsletter-block{padding:26px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:none}.app-shell:not(.app-shell-admin) .story-card:hover,.app-shell:not(.app-shell-admin) .story-card:focus-visible,.app-shell:not(.app-shell-admin) .topic-card:hover,.app-shell:not(.app-shell-admin) .topic-card:focus-visible{border-color:var(--border-strong);box-shadow:0 14px 30px #1d1d1f14;transform:translateY(-2px)}.app-shell:not(.app-shell-admin) .story-card h3,.app-shell:not(.app-shell-admin) .topic-card h3,.app-shell:not(.app-shell-admin) .simple-panel h3,.app-shell:not(.app-shell-admin) .newsletter-block h3{color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:1.4rem;font-weight:650;letter-spacing:-.04em}.app-shell:not(.app-shell-admin) .story-topic{color:var(--accent-strong)}.app-shell:not(.app-shell-admin) .home-cta-band{margin-top:18px;padding:28px;border:0;border-radius:22px;background:var(--surface-tint)}.app-shell:not(.app-shell-admin) .site-footer{margin-top:104px;padding-top:24px;border-top-color:var(--border)}.app-shell:not(.app-shell-admin) .footer-links{color:var(--accent-strong);font-size:.88rem}body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-hero-apple{background:#1d1d1f}body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-hero-apple:after{background:#8b89ff2e}body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-hero-copy h1,body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-hero-metrics strong{color:#f5f5f7}body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-hero-copy>p:not(.home-hero-kicker),body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-hero-panel-label,body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-hero-metrics span,body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-hero-panel-note{color:#a1a1a6}body[data-theme=dark] .app-shell:not(.app-shell-admin) .button-primary{background:#f5f5f7;color:#1d1d1f}body[data-theme=dark] .app-shell:not(.app-shell-admin) .button-secondary{border-color:#fff3;background:#ffffff14;color:#f5f5f7}body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-product-card,body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-tool-tile{background:#1d1d1f}body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-tool-tile:hover,body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-product-card:hover{background:#2b2b2d}.app-shell:not(.app-shell-admin) .home-empty{padding:28px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:none}.app-shell:not(.app-shell-admin) .page-intro h1,.app-shell:not(.app-shell-admin) .article-header h1,.app-shell:not(.app-shell-admin) .app-overview-copy h1,.app-shell:not(.app-shell-admin) .article-section h2,.app-shell:not(.app-shell-admin) .app-info-panel h2,.app-shell:not(.app-shell-admin) .app-contact-card h2{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-weight:700;letter-spacing:-.055em}.app-shell:not(.app-shell-admin) .page-intro h1{font-size:clamp(2.8rem,6vw,5rem);line-height:.98}.app-shell:not(.app-shell-admin) .article-layout-reading .article-header h1{max-width:14ch;font-size:clamp(2.8rem,6vw,5.3rem);line-height:.96}.app-shell:not(.app-shell-admin) .article-layout-reading .article-cover img{border-radius:24px;box-shadow:none}.app-shell:not(.app-shell-admin) .article-layout-reading .article-body p,.app-shell:not(.app-shell-admin) .article-layout-reading .article-section p{color:var(--text)}body[data-theme=dark] .app-shell:not(.app-shell-admin) .home-empty{background:var(--surface)}@media (max-width: 960px){.app-shell:not(.app-shell-admin){width:min(calc(100% - 32px),var(--content))}.app-shell:not(.app-shell-admin) .site-header{margin:0 -16px;padding:0 16px}.app-shell:not(.app-shell-admin) .main-nav{justify-content:center}}@media (max-width: 720px){.app-shell:not(.app-shell-admin){width:min(calc(100% - 24px),var(--content));padding-bottom:42px}.app-shell:not(.app-shell-admin) .site-header{min-height:64px;margin:0 -12px;padding:0 12px}.app-shell:not(.app-shell-admin) .site-header-navs{padding:12px 0 16px;border-top:1px solid var(--border)}.app-shell:not(.app-shell-admin) .main-nav{gap:4px}.app-shell:not(.app-shell-admin) .nav-link{width:100%;max-width:none;min-height:42px;justify-content:flex-start;padding:0 14px}.app-shell:not(.app-shell-admin) .utility-nav{justify-content:flex-start}.app-shell:not(.app-shell-admin) .home-hero-apple{grid-template-columns:1fr;gap:42px;margin-top:12px;padding:38px 24px 32px;border-radius:26px}.app-shell:not(.app-shell-admin) .home-hero-copy h1{max-width:10ch;font-size:clamp(2.7rem,13vw,4.3rem)}.app-shell:not(.app-shell-admin) .home-hero-copy>p:not(.home-hero-kicker){font-size:1rem}.app-shell:not(.app-shell-admin) .home-hero-panel{width:100%}.app-shell:not(.app-shell-admin) .section,.app-shell:not(.app-shell-admin) .home-product-showcase,.app-shell:not(.app-shell-admin) .home-tools-showcase,.app-shell:not(.app-shell-admin) .home-story-showcase{margin-top:64px}.app-shell:not(.app-shell-admin) .section-header h2{font-size:2.3rem}.app-shell:not(.app-shell-admin) .home-product-card,.app-shell:not(.app-shell-admin) .home-tool-tile,.app-shell:not(.app-shell-admin) .story-card,.app-shell:not(.app-shell-admin) .topic-card,.app-shell:not(.app-shell-admin) .simple-panel,.app-shell:not(.app-shell-admin) .newsletter-block,.app-shell:not(.app-shell-admin) .home-cta-band{padding:22px;border-radius:20px}.app-shell:not(.app-shell-admin) .site-footer{margin-top:72px}}.app-store-row{display:flex;flex-wrap:wrap;gap:12px;padding-top:6px}.store-badge{display:inline-flex;align-items:center;gap:11px;min-height:54px;padding:9px 20px;border-radius:14px;color:#fff;background:#111;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px #00000047;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.store-badge:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0000005c;background:#1a1a1a;color:#fff}.store-badge-lg{min-height:62px;padding:11px 24px;border-radius:16px;gap:14px}.store-badge-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px}.store-badge-text{display:flex;flex-direction:column;line-height:1.2;font-size:1.02rem;font-weight:700}.store-badge-lg .store-badge-text{font-size:1.12rem}.store-badge-text small{display:block;font-size:.67rem;font-weight:500;letter-spacing:.02em;opacity:.78;line-height:1.15}.store-badge-lg .store-badge-text small{font-size:.72rem}.app-download-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:28px 32px;background:linear-gradient(145deg,#fffffffa,#edf7fff5),radial-gradient(circle at top right,rgba(var(--accent-rgb),.1),transparent 42%);border-color:rgba(var(--accent-rgb),.14)}.app-download-banner-copy h2{margin:6px 0 8px;font-family:Newsreader,serif;letter-spacing:-.02em}.app-download-banner-copy p:not(.section-label){margin:0;color:var(--muted);line-height:1.7}.app-store-row-banner{flex-direction:column;padding-top:0;gap:10px}body[data-theme=dark] .app-download-banner{background:linear-gradient(145deg,#0e1a2cfa,#122234f0),radial-gradient(circle at top right,rgba(var(--accent-rgb),.1),transparent 42%);border-color:var(--border)}.app-legal-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:20px 0 8px}.app-legal-link{color:var(--muted);font-size:.84rem;font-weight:600;text-decoration:none;transition:color .16s ease}.app-legal-link:hover{color:var(--accent)}@media (max-width: 960px){.app-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-overview-device-wrap{justify-self:center}.app-download-banner{grid-template-columns:1fr;gap:20px;padding:22px 24px}.app-store-row-banner{flex-direction:row}}@media (max-width: 720px){.app-overview-grid,.app-screenshot-grid{grid-template-columns:1fr}.app-overview-hero{padding-top:24px;padding-bottom:12px}.app-overview-copy h1{font-size:clamp(2rem,9vw,2.8rem)}.app-hero-rhythm{display:flex!important;flex-wrap:wrap;gap:8px}.app-rhythm-chip{width:auto!important;min-width:0;flex:0 0 auto}.store-badge{min-height:50px;padding:8px 16px;border-radius:12px;gap:10px}.store-badge-lg{min-height:54px;padding:10px 18px;border-radius:14px;gap:11px}.store-badge-text{font-size:.96rem}.store-badge-lg .store-badge-text{font-size:1.02rem}.app-store-row-banner{flex-direction:column;gap:10px}.app-download-banner{padding:20px}.app-country-map-shell,.app-country-map{min-height:220px}.app-feature-card{padding:16px}}.home-hero-apple{position:relative;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr);gap:22px;margin-top:20px;padding:34px;border-radius:34px;border:1px solid rgba(var(--accent-rgb),.16);background:radial-gradient(circle at 10% 0%,rgba(var(--accent-rgb),.2),transparent 46%),radial-gradient(circle at 90% 100%,rgba(255,198,118,.2),transparent 44%),linear-gradient(160deg,#fffffff2,#f0f8ffe6);box-shadow:0 24px 64px #123a6e29,inset 0 1px #ffffffc2;overflow:hidden}.home-hero-copy{position:relative;z-index:1;max-width:44rem}.home-hero-kicker{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(var(--accent-rgb),.18);background:#ffffff8f;color:var(--accent-strong);font-family:Manrope,sans-serif;font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-hero-copy h1{margin:14px 0 12px;font-family:Space Grotesk,sans-serif;font-size:clamp(2.35rem,5vw,4.35rem);letter-spacing:-.04em;line-height:.94;max-width:16ch}.home-hero-copy p{margin:0;color:var(--muted);font-size:1.04rem;line-height:1.78;max-width:38rem}.home-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.home-hero-panel{position:relative;z-index:1;display:grid;align-content:start;gap:14px;padding:18px;border-radius:24px;border:1px solid rgba(var(--accent-rgb),.18);background:linear-gradient(170deg,#ffffffd1,#e9f3ffb8),radial-gradient(circle at top right,rgba(var(--accent-rgb),.16),transparent 54%)}.home-hero-panel-label{margin:0;color:var(--muted);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.home-hero-metrics{display:grid;gap:10px}.home-hero-metrics article{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:10px 0;border-top:1px solid rgba(var(--accent-rgb),.12)}.home-hero-metrics article:first-child{border-top:0;padding-top:0}.home-hero-metrics strong{font-family:Space Grotesk,sans-serif;font-size:2rem;line-height:.95;letter-spacing:-.04em}.home-hero-metrics span{color:var(--muted);font-size:.9rem;text-align:right}.home-hero-panel-note{margin:0;color:var(--muted);line-height:1.7;font-size:.93rem}.home-product-showcase,.home-tools-showcase,.home-story-showcase{margin-top:34px}.home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-product-card{display:grid;gap:8px;padding:22px;border-radius:22px;border:1px solid rgba(var(--accent-rgb),.14);background:linear-gradient(160deg,#ffffffeb,#ecf6ffd1),radial-gradient(circle at top right,rgba(var(--accent-rgb),.08),transparent 40%);box-shadow:0 16px 34px #1134641a}.home-product-card h3,.home-tool-tile h3,.home-cta-band h3{margin:0;font-family:Space Grotesk,sans-serif;letter-spacing:-.02em;line-height:1.05}.home-product-card p,.home-tool-tile p,.home-cta-band p{margin:0;color:var(--muted);line-height:1.72}.home-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-tool-tile{display:grid;gap:8px;align-content:start;min-height:180px;padding:22px;border:1px solid rgba(var(--accent-rgb),.14);border-radius:22px;background:linear-gradient(160deg,#ffffffd6,#ecf5ffb8),radial-gradient(circle at bottom left,rgba(255,192,101,.12),transparent 46%);box-shadow:0 16px 32px #123a6e1a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.home-tool-tile:hover{transform:translateY(-2px);border-color:rgba(var(--accent-rgb),.24);box-shadow:0 22px 40px #123a6e24}.home-tool-tile .text-link{margin-top:auto}.home-cta-band{margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px;border-radius:24px;border:1px solid rgba(var(--accent-rgb),.14);background:linear-gradient(150deg,rgba(var(--accent-rgb),.08),#ffffffc2),radial-gradient(circle at top right,rgba(255,195,116,.2),transparent 44%)}body[data-theme=dark] .home-hero-apple{background:radial-gradient(circle at 10% 0%,rgba(var(--accent-rgb),.18),transparent 44%),radial-gradient(circle at 90% 100%,rgba(255,182,83,.16),transparent 40%),linear-gradient(160deg,#0b1623f0,#0c1b2bf0);border-color:rgba(var(--accent-rgb),.2)}body[data-theme=dark] .home-hero-panel,body[data-theme=dark] .home-product-card,body[data-theme=dark] .home-tool-tile,body[data-theme=dark] .home-cta-band{border-color:rgba(var(--accent-rgb),.16);background:linear-gradient(160deg,#0d1b2ae6,#102134d6),radial-gradient(circle at top right,rgba(var(--accent-rgb),.1),transparent 46%)}body[data-theme=dark] .home-hero-kicker{background:#0c1e3094;border-color:rgba(var(--accent-rgb),.24);color:#a7d6ff}@media (max-width: 1060px){.home-hero-apple{grid-template-columns:1fr}.home-product-grid,.home-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-cta-band{grid-template-columns:1fr;align-items:start}}@media (max-width: 720px){.home-hero-apple{padding:24px 18px;border-radius:24px;margin-top:12px}.home-hero-copy h1{font-size:clamp(2rem,10vw,2.9rem)}.home-product-grid,.home-tools-grid{grid-template-columns:1fr}.home-product-card,.home-tool-tile,.home-cta-band{padding:18px;border-radius:18px}}body:has(.app-shell-home),body:has(.app-shell-home) .app-shell-home{background:#fff!important;color:#142334!important;color-scheme:light!important}body:has(.app-shell-home) .app-shell-home .site-header{background:#ffffffdb!important;border-bottom-color:#14233414!important}body:has(.app-shell-home) .app-shell-home .brand-badge-title,body:has(.app-shell-home) .app-shell-home .nav-link,body:has(.app-shell-home) .app-shell-home .account-avatar,body:has(.app-shell-home) .app-shell-home .theme-toggle,body:has(.app-shell-home) .app-shell-home .home-hero-copy h1,body:has(.app-shell-home) .app-shell-home .home-hero-preview-label,body:has(.app-shell-home) .app-shell-home .home-product-card h3,body:has(.app-shell-home) .app-shell-home .home-tool-tile h3,body:has(.app-shell-home) .app-shell-home .home-editorial-sheet strong,body:has(.app-shell-home) .app-shell-home .home-writer-canvas strong,body:has(.app-shell-home) .app-shell-home .section-header h2{color:#142334!important}body:has(.app-shell-home) .app-shell-home .home-hero-apple{background:#fbfcfd!important;border-color:#e5eaf0!important}body:has(.app-shell-home) .app-shell-home .home-product-card,body:has(.app-shell-home) .app-shell-home .home-tool-tile,body:has(.app-shell-home) .app-shell-home .topic-card{background:#fff!important;border-color:#e3e9ee!important;color:#142334!important}body:has(.app-shell-home) .app-shell-home .home-empty{background:#f7f9fb!important;border-color:#e3e9ee!important}body:has(.app-shell-home) .app-shell-home .home-hero-copy>p:not(.home-hero-kicker),body:has(.app-shell-home) .app-shell-home .home-product-card p,body:has(.app-shell-home) .app-shell-home .home-tool-tile p,body:has(.app-shell-home) .app-shell-home .site-footer p{color:#647486!important}body:has(.app-shell-home) .app-shell-home .section-label,body:has(.app-shell-home) .app-shell-home .text-link,body:has(.app-shell-home) .app-shell-home .footer-links,body:has(.app-shell-home) .app-shell-home .topic-card h3,body:has(.app-shell-home) .app-shell-home .topic-card span,body:has(.app-shell-home) .app-shell-home .home-empty *{color:#5867e8!important}body:has(.app-shell-home) .app-shell-home .topic-card h3,body:has(.app-shell-home) .app-shell-home .home-empty h2{color:#142334!important}body:has(.app-shell-home) .app-shell-home .button-secondary{border-color:#d9e0e8!important;background:#fff!important;color:#142334!important}body:has(.app-shell-home) .app-shell-home .header-menu-button{border-color:#d9e0e8!important;background:#fff!important;color:#142334!important}body:has(.app-shell-home) .app-shell-home .theme-toggle{display:none}.app-shell-home .home-reading-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:104px;padding:30px 34px;border:1px solid #e3e9ee;border-radius:24px;background:#f7f9fb}.app-shell-home .home-reading-cta h2,.app-shell-home .home-reading-cta p{margin:0}.app-shell-home .home-reading-cta h2{margin-top:8px;color:#142334;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.7rem,3vw,2.45rem);letter-spacing:-.055em}.app-shell-home .home-reading-cta p:last-child{max-width:36rem;margin-top:8px;color:#647486;line-height:1.6}@media (max-width: 720px){body:has(.app-shell-home) .app-shell-home .header-menu-button{display:inline-flex!important;align-items:center;justify-content:center}.app-shell-home .home-reading-cta{align-items:flex-start;flex-direction:column;margin-top:72px;padding:24px}}body:has(.app-shell-home) .app-shell-home .nav-link.active{background:#eceeff!important;color:#4452c9!important}body:has(.app-shell-home) .app-shell-home .home-hero-apple{position:relative!important;display:grid!important;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr)!important;align-items:center!important;min-height:620px!important;padding:clamp(60px,8vw,108px) clamp(28px,6vw,88px) 42px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}body:has(.app-shell-home) .app-shell-home .home-hero-apple:before{content:"";position:absolute;z-index:-1;top:3%;right:-12%;bottom:-12%;left:22%;background:radial-gradient(circle at 66% 28%,rgba(132,151,255,.3),transparent 32%),radial-gradient(circle at 35% 78%,rgba(108,224,183,.24),transparent 28%),radial-gradient(circle at 88% 76%,rgba(255,193,118,.25),transparent 30%);filter:blur(34px);opacity:.92}body:has(.app-shell-home) .app-shell-home .home-hero-copy{max-width:520px!important;margin:0!important;text-align:left!important;animation:home-cinematic-rise .76s cubic-bezier(.22,1,.36,1) both}body:has(.app-shell-home) .app-shell-home .home-hero-copy h1{max-width:none!important;margin:18px 0 24px!important;font-size:clamp(3.3rem,6.2vw,6.6rem)!important;letter-spacing:-.06em!important;line-height:.88!important}body:has(.app-shell-home) .app-shell-home .home-hero-copy h1 span{display:block}body:has(.app-shell-home) .app-shell-home .home-hero-copy>p:not(.home-hero-kicker){max-width:27rem!important;margin:0!important}body:has(.app-shell-home) .app-shell-home .home-hero-actions{justify-content:flex-start!important}body:has(.app-shell-home) .app-shell-home .home-hero-product-stage{position:relative!important;min-height:480px!important;margin:0 -8% 0 -4%!important;isolation:isolate}body:has(.app-shell-home) .app-shell-home .home-hero-product-stage:before{content:"";position:absolute;top:8%;right:0;bottom:4%;left:8%;border-radius:50%;background:radial-gradient(circle,#e6ebffeb,#fff0 68%);filter:blur(5px);z-index:-1}body:has(.app-shell-home) .app-shell-home .home-hero-preview{position:absolute!important;min-height:0!important;padding:0!important;overflow:visible!important;background:transparent!important;border-radius:0!important;animation:home-cinematic-rise .85s cubic-bezier(.22,1,.36,1) both}body:has(.app-shell-home) .app-shell-home .home-hero-preview-app{left:2%!important;bottom:5%!important;width:36%!important;z-index:3;animation-name:home-cinematic-float;animation-delay:.12s}body:has(.app-shell-home) .app-shell-home .home-hero-preview-notch{top:11%!important;right:0!important;width:68%!important;z-index:2;animation-delay:.23s}body:has(.app-shell-home) .app-shell-home .home-hero-preview-editorial{right:3%!important;bottom:0!important;width:54%!important;z-index:4;animation-delay:.35s}body:has(.app-shell-home) .app-shell-home .home-hero-preview .home-product-visual{min-height:0!important;padding:0!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview .home-phone-frame{width:min(100%,205px)!important;margin:0 auto!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview .home-desktop-stage{min-height:250px!important;margin:0!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview .home-editorial-sheet{min-height:226px!important;margin:0!important}body:has(.app-shell-home) .app-shell-home .home-hero-apple:before{mask-image:linear-gradient(to bottom,#000 0%,#000 68%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 68%,transparent 100%)}body:has(.app-shell-home) .app-shell-home .home-hero-product-stage:before{mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 72%,transparent 100%)}body:has(.app-shell-home) .app-shell-home .home-product-card,body:has(.app-shell-home) .app-shell-home .home-tool-tile,body:has(.app-shell-home) .app-shell-home .home-reading-cta{opacity:1!important;animation:home-cinematic-rise .72s cubic-bezier(.22,1,.36,1) both!important;animation-timeline:auto!important;animation-range:normal!important}body:has(.app-shell-home) .app-shell-home .home-product-card,body:has(.app-shell-home) .app-shell-home .home-tool-tile{grid-template-rows:292px auto minmax(0,auto) auto!important}body:has(.app-shell-home) .app-shell-home .home-product-card .home-product-visual,body:has(.app-shell-home) .app-shell-home .home-tool-tile .home-product-visual{height:292px!important;min-height:292px!important}body:has(.app-shell-home) .app-shell-home .home-tool-tile{grid-template-rows:242px auto minmax(0,auto) auto!important}body:has(.app-shell-home) .app-shell-home .home-tool-tile .home-product-visual{height:242px!important;min-height:242px!important}body:has(.app-shell-home) .app-shell-home .home-product-card .home-product-visual,body:has(.app-shell-home) .app-shell-home .home-tool-tile .home-product-visual{overflow:hidden}body:has(.app-shell-home) .app-shell-home .home-product-card .home-phone-frame{width:min(70%,164px)!important;margin:26px auto 0!important;transform:rotate(-5deg) scale(.78)!important;transform-origin:center bottom}body:has(.app-shell-home) .app-shell-home .home-product-card .text-link,body:has(.app-shell-home) .app-shell-home .home-tool-tile .text-link{margin-top:14px!important}@media (max-width: 960px){body:has(.app-shell-home) .app-shell-home .home-hero-apple{grid-template-columns:1fr!important;gap:46px!important;min-height:0!important}body:has(.app-shell-home) .app-shell-home .home-hero-copy{max-width:640px!important;margin:0 auto!important;text-align:center!important}body:has(.app-shell-home) .app-shell-home .home-hero-copy h1{margin-right:auto!important;margin-left:auto!important}body:has(.app-shell-home) .app-shell-home .home-hero-copy>p:not(.home-hero-kicker){margin:0 auto!important}body:has(.app-shell-home) .app-shell-home .home-hero-actions{justify-content:center!important}body:has(.app-shell-home) .app-shell-home .home-hero-product-stage{width:min(100%,660px)!important;margin:0 auto!important}}@media (max-width: 720px){body:has(.app-shell-home) .app-shell-home .home-hero-apple{gap:34px!important;padding:52px 16px 26px!important}body:has(.app-shell-home) .app-shell-home .home-hero-copy h1{max-width:none!important;font-size:clamp(3rem,14vw,4.6rem)!important}body:has(.app-shell-home) .app-shell-home .home-hero-product-stage{min-height:330px!important;width:100%!important;margin:0!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-app{left:3%!important;bottom:2%!important;width:38%!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-notch{top:12%!important;right:-2%!important;width:67%!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-editorial{right:1%!important;bottom:0!important;width:58%!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview .home-phone-frame{width:min(100%,130px)!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview .home-desktop-stage{min-height:150px!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview .home-editorial-sheet{min-height:160px!important;padding:14px!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview .home-visual-caption{display:none!important}body:has(.app-shell-home) .app-shell-home .home-product-card,body:has(.app-shell-home) .app-shell-home .home-tool-tile{grid-template-rows:248px auto minmax(0,auto) auto!important}body:has(.app-shell-home) .app-shell-home .home-tool-tile{grid-template-rows:220px auto minmax(0,auto) auto!important}body:has(.app-shell-home) .app-shell-home .home-product-card .home-product-visual,body:has(.app-shell-home) .app-shell-home .home-tool-tile .home-product-visual{height:248px!important;min-height:248px!important}body:has(.app-shell-home) .app-shell-home .home-tool-tile .home-product-visual{height:220px!important;min-height:220px!important}body:has(.app-shell-home) .app-shell-home .home-product-card .home-phone-frame{margin-top:22px!important;transform:rotate(-5deg) scale(.72)!important}}@media (prefers-reduced-motion: reduce){body:has(.app-shell-home) .app-shell-home .home-hero-copy,body:has(.app-shell-home) .app-shell-home .home-hero-preview,body:has(.app-shell-home) .app-shell-home .home-product-card,body:has(.app-shell-home) .app-shell-home .home-tool-tile,body:has(.app-shell-home) .app-shell-home .home-reading-cta{animation:none!important;transform:none!important}}body:has(.app-shell-home) .app-shell-home .home-hero-preview-label{display:none!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview .home-phone-frame,body:has(.app-shell-home) .app-shell-home .home-product-card .home-phone-frame{position:relative!important;z-index:2!important}body:has(.app-shell-home) .app-shell-home .home-phone-backdrop{z-index:1!important;opacity:1!important;background:#edf7f2!important}body:has(.app-shell-home) .app-shell-home .home-hero-copy h1{max-width:none!important;margin-bottom:30px!important;font-size:clamp(3.3rem,5.2vw,5.4rem)!important;line-height:.94!important}body:has(.app-shell-home) .app-shell-home .home-hero-product-stage:after{border-color:#16856b4d!important;box-shadow:0 0 0 14px #b58a451a,inset 0 18px 30px #16856b0f!important}body:has(.app-shell-home) .app-shell-home .section-label,body:has(.app-shell-home) .app-shell-home .text-link,body:has(.app-shell-home) .app-shell-home .footer-links,body:has(.app-shell-home) .app-shell-home .home-hero-kicker{color:#16856b!important}body:has(.app-shell-home) .app-shell-home .home-hero-kicker{background:#16856b14!important;border-color:#16856b2e!important}body:has(.app-shell-home) .app-shell-home .button-primary{background:#17352f!important}body:has(.app-shell-home) .app-shell-home .nav-link.active{background:#16856b1a!important;color:#16856b!important}body:has(.app-shell-home) .app-shell-home .home-hero-copy h1{letter-spacing:-.045em!important;line-height:.97!important}body:has(.app-shell-home) .app-shell-home .home-desktop-stage{background:radial-gradient(circle at 18% 22%,rgba(109,203,165,.22),transparent 34%),radial-gradient(circle at 76% 82%,rgba(214,182,104,.2),transparent 30%),linear-gradient(135deg,#12332f,#244d49 54%,#10262b)!important;border-color:#16856b42!important;box-shadow:0 22px 42px #123e382e!important}body:has(.app-shell-home) .app-shell-home .home-desktop-toolbar{padding:10px 12px!important;border-bottom-color:#ffffff24!important;background:#081c1f33!important}body:has(.app-shell-home) .app-shell-home .home-desktop-toolbar span:nth-child(1){background:#d8a56c!important}body:has(.app-shell-home) .app-shell-home .home-desktop-toolbar span:nth-child(2){background:#85c9a8!important}body:has(.app-shell-home) .app-shell-home .home-desktop-toolbar span:nth-child(3){background:#9fb7d8!important}body:has(.app-shell-home) .app-shell-home .home-desktop-stage img{top:38px!important;right:14px!important;bottom:auto!important;width:auto!important;max-width:42%!important;height:calc(100% - 50px)!important;object-fit:contain!important;object-position:right center!important;border-radius:12px 0 0 12px;box-shadow:-14px 12px 28px #0823212e}body:has(.app-shell-home) .app-shell-home .home-product-showcase,body:has(.app-shell-home) .app-shell-home .home-tools-showcase{margin-top:76px!important}body:has(.app-shell-home) .app-shell-home .home-reading-cta{margin-top:76px!important}body:has(.app-shell-home) .app-shell-home .home-product-card,body:has(.app-shell-home) .app-shell-home .home-tool-tile{grid-template-rows:292px auto minmax(3.2em,auto) auto!important}body:has(.app-shell-home) .app-shell-home .home-tool-tile{grid-template-rows:242px auto minmax(3.2em,auto) auto!important}@media (max-width: 720px){body:has(.app-shell-home) .app-shell-home .site-header{grid-template-columns:1fr!important;gap:0!important}body:has(.app-shell-home) .app-shell-home .site-header-top{grid-column:1!important;grid-row:1!important;grid-template-columns:minmax(0,1fr) auto!important}body:has(.app-shell-home) .app-shell-home .site-header-navs{grid-column:1!important;grid-row:2!important;width:100%!important;padding:14px 0 16px!important}body:has(.app-shell-home) .app-shell-home .main-nav{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;width:100%!important}body:has(.app-shell-home) .app-shell-home .nav-link{width:100%!important;max-width:none!important;justify-content:flex-start!important;padding:10px 14px!important}body:has(.app-shell-home) .app-shell-home .utility-nav{justify-content:flex-start!important}body:has(.app-shell-home) .app-shell-home .home-product-showcase,body:has(.app-shell-home) .app-shell-home .home-tools-showcase,body:has(.app-shell-home) .app-shell-home .home-reading-cta{margin-top:56px!important}body:has(.app-shell-home) .app-shell-home .home-desktop-stage img{max-width:44%!important}}body:has(.app-shell-home) .app-shell-home .islah-product-visual{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;padding:16px!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview .islah-product-visual{min-height:250px!important;margin:0!important;padding:0!important;overflow:visible!important;background:transparent!important}body:has(.app-shell-home) .app-shell-home .home-product-card .islah-product-visual{height:292px!important;min-height:292px!important;margin:-20px -20px 20px!important;border-radius:24px 24px 18px 18px!important}body:has(.app-shell-home) .app-shell-home .islah-app-scene{position:relative;width:100%;height:100%;min-height:250px;isolation:isolate}body:has(.app-shell-home) .app-shell-home .islah-app-device{position:absolute;bottom:0;aspect-ratio:485 / 1080;padding:6px;border:1px solid rgba(255,255,255,.34);border-radius:28px;background:linear-gradient(145deg,#344a50,#17262d 46%,#0e181d);box-shadow:0 24px 34px #0b232638,0 2px #ffffff1f inset}body:has(.app-shell-home) .app-shell-home .islah-app-device-primary{right:16%;z-index:2;width:min(54%,154px);transform:rotate(-4deg)}body:has(.app-shell-home) .app-shell-home .islah-app-device-secondary{left:14%;bottom:16px;z-index:1;width:min(45%,128px);transform:rotate(6deg);box-shadow:0 18px 28px #0b232624}body:has(.app-shell-home) .app-shell-home .islah-app-screen{position:relative;width:100%;height:100%;overflow:hidden;border-radius:21px;background:#eff8f4}body:has(.app-shell-home) .app-shell-home .islah-app-screen img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;filter:none}body:has(.app-shell-home) .app-shell-home .islah-device-speaker{position:absolute;z-index:3;top:10px;left:50%;width:26%;height:3px;border-radius:999px;background:#00000094;transform:translate(-50%)}body:has(.app-shell-home) .app-shell-home .islah-notch-scene{position:relative;display:flex;width:100%;height:100%;min-height:250px;flex-direction:column;align-items:center;justify-content:center;gap:0}body:has(.app-shell-home) .app-shell-home .islah-display-frame{position:relative;z-index:1;width:92%;aspect-ratio:16 / 9;padding:7px;border:1px solid rgba(255,255,255,.24);border-radius:13px;background:#101b21;box-shadow:0 22px 32px #0820223d,0 1px #ffffff2e inset}body:has(.app-shell-home) .app-shell-home .islah-display-toolbar{display:flex;align-items:center;gap:5px;height:17px;padding:0 5px 4px}body:has(.app-shell-home) .app-shell-home .islah-display-toolbar>span{width:5px;height:5px;border-radius:50%}body:has(.app-shell-home) .app-shell-home .islah-display-toolbar small{margin-left:auto;color:#eef9f58f;font-size:.42rem;letter-spacing:.08em;text-transform:uppercase}body:has(.app-shell-home) .app-shell-home .islah-display-wallpaper{position:relative;height:calc(100% - 17px);overflow:hidden;border-radius:7px;background:radial-gradient(circle at 22% 18%,rgba(99,192,155,.25),transparent 34%),linear-gradient(140deg,#244d49,#16333a 56%,#12252d)}body:has(.app-shell-home) .app-shell-home .islah-display-window{position:absolute;top:18%;right:20%;bottom:18%;left:10%;border:1px solid rgba(215,239,226,.2);border-radius:7px;background:#d5eee214;box-shadow:0 12px 24px #05161924}body:has(.app-shell-home) .app-shell-home .islah-display-window i{display:block;width:42%;height:4px;margin:12px 12px 0;border-radius:999px;background:#daf1e53d}body:has(.app-shell-home) .app-shell-home .islah-display-window i+i{width:64%;margin-top:8px;background:#daf1e51f}body:has(.app-shell-home) .app-shell-home .islah-display-window i+i+i{width:52%}body:has(.app-shell-home) .app-shell-home .islah-notch-pill{position:absolute;top:12%;right:0;bottom:12%;display:grid;width:24%;min-width:46px;align-content:center;gap:4px;padding:9px 7px;border-radius:15px 0 0 15px;background:linear-gradient(180deg,#0a151b,#121f25);box-shadow:-8px 0 18px #0412143d;color:#f4fbf7;text-align:right}body:has(.app-shell-home) .app-shell-home .islah-notch-pill span,body:has(.app-shell-home) .app-shell-home .islah-notch-pill small{color:#e2f4eba8;font-size:clamp(.42rem,.8vw,.55rem);line-height:1.1}body:has(.app-shell-home) .app-shell-home .islah-notch-pill strong{color:#b7e3c9;font-size:clamp(.55rem,1vw,.72rem);line-height:1.05}body:has(.app-shell-home) .app-shell-home .islah-display-base{width:34%;height:9px;margin-top:5px;border-radius:0 0 8px 8px;background:linear-gradient(180deg,#263b40,#132329);clip-path:polygon(14% 0,86% 0,100% 100%,0 100%)}body:has(.app-shell-home) .app-shell-home .home-tools-grid{grid-template-columns:minmax(0,1fr)!important}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile{grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr)!important;grid-template-rows:auto auto auto!important;column-gap:28px;align-items:center}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile .home-product-visual{grid-column:1;grid-row:1 / -1;width:100%;margin:0!important;border-radius:18px!important}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile h3,body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile p,body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile .text-link{grid-column:2}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile h3{grid-row:1}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile p{grid-row:2}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile .text-link{grid-row:3;margin-top:6px!important}@media (max-width: 720px){body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile{grid-template-columns:1fr!important;grid-template-rows:220px auto minmax(3.2em,auto) auto!important;row-gap:8px}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile .home-product-visual,body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile h3,body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile p,body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile .text-link{grid-column:1}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile .home-product-visual{grid-row:1}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile h3{grid-row:2}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile p{grid-row:3}body:has(.app-shell-home) .app-shell-home .home-tools-grid .home-tool-tile .text-link{grid-row:4}body:has(.app-shell-home) .app-shell-home .home-hero-preview .islah-app-device-primary{width:min(54%,136px);right:12%}body:has(.app-shell-home) .app-shell-home .home-hero-preview .islah-app-device-secondary{width:min(45%,112px);left:12%}}@media (prefers-reduced-motion: reduce){body:has(.app-shell-home) .app-shell-home .islah-app-device,body:has(.app-shell-home) .app-shell-home .islah-display-frame,body:has(.app-shell-home) .app-shell-home .home-tool-tile{transform:none!important}}body:has(.app-shell-home) .app-shell-home .home-product-card .islah-app-scene{box-sizing:border-box;min-height:0!important;height:100%!important;padding:12px 0 10px}body:has(.app-shell-home) .app-shell-home .home-product-card .islah-app-device{width:auto!important;max-width:none!important;box-sizing:border-box}body:has(.app-shell-home) .app-shell-home .home-product-card .islah-app-device-primary{height:84%!important;right:22%!important;bottom:6%!important}body:has(.app-shell-home) .app-shell-home .home-product-card .islah-app-device-secondary{height:74%!important;left:16%!important;bottom:12%!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-app{left:1%!important;width:46%!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-editorial{right:1%!important;width:48%!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-app .islah-product-visual,body:has(.app-shell-home) .app-shell-home .home-hero-preview-app .islah-app-scene{height:360px!important;min-height:360px!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-app .islah-app-device{width:auto!important;max-width:none!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-app .islah-app-device-primary{height:82%!important;right:10%!important;bottom:4%!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-app .islah-app-device-secondary{height:72%!important;left:7%!important;bottom:10%!important}@media (max-width: 720px){body:has(.app-shell-home) .app-shell-home .home-hero-preview-app{left:1%!important;width:48%!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-editorial{right:1%!important;width:52%!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-app .islah-product-visual,body:has(.app-shell-home) .app-shell-home .home-hero-preview-app .islah-app-scene{height:260px!important;min-height:260px!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-app .islah-app-device-primary{height:82%!important;right:7%!important}body:has(.app-shell-home) .app-shell-home .home-hero-preview-app .islah-app-device-secondary{height:70%!important;left:3%!important}}body:has(.app-shell-home) .app-shell-home .home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:900px}@media (max-width: 720px){body:has(.app-shell-home) .app-shell-home .home-product-grid{grid-template-columns:1fr!important}}
