.magnetto-blog{color:#111b31;font-family:var(--font-body),sans-serif;background:#fff}
.magnetto-blog-shell{width:min(1280px,calc(100% - 80px));margin-inline:auto}
.magnetto-blog h1,.magnetto-blog h2,.magnetto-blog h3{font-family:var(--font-heading),sans-serif;letter-spacing:-.035em;font-weight:600}
.magnetto-eyebrow{font-size:11px;letter-spacing:.15em;font-weight:600;display:inline-flex;align-items:center;gap:9px;color:#a5b3cc;line-height:1.6}
.magnetto-eyebrow i{width:6px;height:6px;border-radius:50%;background:#64aaff;box-shadow:0 0 14px #208aff}
.magnetto-eyebrow--blue{color:#0071e4}
.magnetto-blog-hero{padding:80px 0 64px;background:radial-gradient(ellipse at 92% 85%,#092653 0,transparent 45%),#0a0b0f;color:white;border-radius:0 0 56px 56px;position:relative;overflow:hidden}
.magnetto-blog-hero:after{content:"";position:absolute;width:440px;height:440px;border:1px solid #ffffff12;right:-80px;top:-20px;border-radius:50%;box-shadow:0 0 0 55px #ffffff04,0 0 0 110px #ffffff03;pointer-events:none}
.magnetto-blog-hero h1{font-size:clamp(40px,5.2vw,72px);line-height:1.13;margin:25px 0 23px;max-width:1050px}
.magnetto-blog-hero h1 span{color:#599fff}
.magnetto-blog-hero p{color:#b5bfd1;font-size:18px;line-height:1.7;max-width:570px}
.magnetto-blog-explore{display:inline-flex;align-items:center;gap:24px;margin-top:42px;color:#e1e9f7;font-size:14px}
.magnetto-blog-explore span{display:grid;place-items:center;border:1px solid #ffffff30;border-radius:50%;width:34px;height:34px}
.magnetto-blog-feed{padding-block:72px 90px;scroll-margin-top:100px}
.magnetto-blog-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.magnetto-blog-toolbar h2{font-size:38px;line-height:1.2;margin-top:10px}
.magnetto-blog-search{display:flex;align-items:center;border:1px solid #dbe2ed;border-radius:10px;overflow:hidden;min-width:270px;background:#fff}
.magnetto-blog-search input{font-size:14px;width:100%;padding:14px 16px;background:transparent;outline:none;color:#111b31}
.magnetto-blog-search:focus-within{outline:2px solid #0071e4;outline-offset:2px}
.magnetto-blog-search button{width:44px;font-size:22px;color:#0071e4;flex-shrink:0}
.magnetto-blog-filters{display:flex;gap:8px;overflow-x:auto;padding:3px 2px 14px;margin:0 0 28px;scrollbar-width:thin;white-space:nowrap}
.magnetto-blog-filters a{padding:9px 15px;border:1px solid #dbe2ed;color:#5a667b;border-radius:8px;font-size:13px;transition:.15s;flex-shrink:0}
.magnetto-blog-filters a:hover{border-color:#0071e4;color:#0071e4}
.magnetto-blog-filters a[aria-current]{background:#0071e4;color:white;border-color:#0071e4}
.magnetto-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.magnetto-blog-card{display:flex;flex-direction:column;border:1px solid #e0e6ef;border-radius:18px;overflow:hidden;background:#fff;min-width:0;transition:transform .18s,box-shadow .18s}
.magnetto-blog-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #0710330b}
.magnetto-blog-card-image{display:block;aspect-ratio:1.91;background:#ecf0f8;overflow:hidden}
.magnetto-blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.magnetto-blog-card:hover .magnetto-blog-card-image img{transform:scale(1.025)}
.magnetto-blog-card-content{padding:24px;display:flex;flex-direction:column;flex:1}
.magnetto-blog-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}
.magnetto-blog-tags a{color:#0067d1;font-size:11px;line-height:1.4;padding:5px 9px;background:#edf5ff;border-radius:5px;letter-spacing:.01em}
.magnetto-blog-card h2{font-size:22px;line-height:1.35;margin:0 0 12px}
.magnetto-blog-card h2 a:hover{color:#0071e4}
.magnetto-blog-excerpt{font-size:14px;line-height:1.7;color:#647089;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:22px}
.magnetto-blog-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:18px;border-top:1px solid #edf0f5;font-size:12px;color:#7a8699}
.magnetto-blog-card-meta>a{font-size:23px;color:#0071e4;line-height:1}
.magnetto-blog-card--featured{display:grid;grid-template-columns:1.1fr 1fr;margin-bottom:32px;background:#f5f8fc}
.magnetto-blog-card--featured .magnetto-blog-card-image{height:100%;aspect-ratio:auto;min-height:340px}
.magnetto-blog-card--featured .magnetto-blog-card-content{padding:36px}
.magnetto-blog-card--featured h2{font-size:30px;line-height:1.3}
.magnetto-blog-card--featured .magnetto-blog-excerpt{font-size:15px}
.magnetto-cover-placeholder{display:flex;align-items:center;height:100%;padding:32px;background:#071033;color:#529dff;font-size:30px;font-weight:bold;letter-spacing:-.04em}
.magnetto-blog-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:52px;flex-wrap:wrap}
.magnetto-blog-pagination .page-numbers{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding-inline:12px;border:1px solid #e0e6ef;border-radius:8px;font-size:13px}
.magnetto-blog-pagination .current{background:#0071e4;border-color:#0071e4;color:#fff}
.magnetto-blog-pagination a:hover{border-color:#0071e4;color:#0071e4}
.magnetto-blog-empty{text-align:center;padding:90px 20px;background:#f5f8fc;border-radius:20px}
.magnetto-blog-empty h2{font-size:28px;margin-bottom:12px}.magnetto-blog-empty a{display:inline-block;color:#0071e4;margin-top:20px}
.magnetto-blog-cta{background:#071033;color:#fff;padding:65px 0}
.magnetto-blog-cta>.magnetto-blog-shell{display:flex;justify-content:space-between;align-items:center;gap:44px}
.magnetto-blog-cta h2{font-size:46px;line-height:1.2;margin:14px 0}
.magnetto-blog-cta p{max-width:560px;font-size:16px;line-height:1.7;color:#aebad1}
.magnetto-blog-cta a{background:#0071e4;color:white;display:flex;align-items:center;justify-content:space-between;gap:48px;padding:17px 24px;border-radius:9px;white-space:nowrap;font-size:15px}
.magnetto-blog-cta a:hover{background:#1583f4}.magnetto-blog-cta a span{font-size:22px}
.magnetto-story-hero{background:radial-gradient(ellipse at 90% 100%,#102a53 0,transparent 65%),#0a0b0f;color:#fff;padding:42px 0 80px;border-radius:0 0 48px 48px}
.magnetto-back-link{display:inline-block;color:#aebbd2;font-size:13px;margin-bottom:40px}
.magnetto-story-hero .magnetto-blog-tags a{background:#122649;color:#94c4ff}
.magnetto-story-hero h1{font-size:clamp(30px,3.8vw,52px);line-height:1.18;max-width:1030px;margin:24px 0 30px;letter-spacing:-.04em}
.magnetto-story-meta{display:flex;align-items:center;gap:13px}
.magnetto-story-meta img{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#17233c}
.magnetto-story-meta strong{display:block;font-size:14px;font-weight:500;margin-bottom:4px}
.magnetto-story-meta span{display:block;color:#9caac2;font-size:12px}
.magnetto-story-cover{margin-top:40px}
.magnetto-story-cover img{width:100%;height:auto;max-height:610px;object-fit:contain;border-radius:20px;background:#f0f4fa}
.magnetto-story-layout{display:grid;grid-template-columns:250px minmax(0,800px);gap:65px;justify-content:space-between;padding-block:60px 80px}
.magnetto-story-aside{min-width:0}
.magnetto-story-toc{position:sticky;top:100px;border-left:1px solid #dfe6f0;padding:4px 0 4px 22px}
#magnetto-toc{display:flex;flex-direction:column;gap:14px;margin-top:24px}
#magnetto-toc a{font-size:13px;line-height:1.55;color:#79859a;transition:.15s}
#magnetto-toc a:hover,#magnetto-toc a.is-active{color:#0071e4}
.magnetto-toc-back{display:block;margin-top:28px;padding-top:22px;border-top:1px solid #e4eaf2;color:#0071e4;font-size:12px}
.magnetto-story-content{min-width:0}
.magnetto-prose{font-size:17px;line-height:1.85;color:#42516c;overflow-wrap:anywhere}
.magnetto-prose p{margin:0 0 22px}
.magnetto-prose h2{font-size:31px;line-height:1.3;margin:48px 0 20px;color:#111b31;scroll-margin-top:110px}
.magnetto-prose h3{font-size:23px;line-height:1.4;margin:32px 0 14px;color:#111b31;scroll-margin-top:110px}
.magnetto-prose h4{font-size:19px;font-weight:600;color:#111b31;margin:24px 0 14px}
.magnetto-prose a{color:#0071e4;text-decoration:underline;text-underline-offset:3px}
.magnetto-prose a:hover{color:#004faa}
.magnetto-prose strong{font-weight:600;color:#172642}
.magnetto-prose ul,.magnetto-prose ol{margin:20px 0 28px;padding-left:24px;list-style:disc}
.magnetto-prose ol{list-style:decimal}.magnetto-prose li{margin-bottom:10px;padding-left:4px}
.magnetto-prose li::marker{color:#0071e4}
.magnetto-prose img{display:block;max-width:100%;height:auto;border-radius:12px;margin:28px auto 12px}
.magnetto-prose figure{margin:28px 0}.magnetto-prose figcaption{font-size:13px;line-height:1.6;color:#7e8a9e;text-align:center;margin-top:10px}
.magnetto-prose table{border-collapse:collapse;width:100%;min-width:540px;font-size:14px;line-height:1.65;margin:0}
.magnetto-prose th,.magnetto-prose td{border:1px solid #dbe3ef;padding:14px 16px;vertical-align:top}
.magnetto-prose th,.magnetto-prose tr:first-child td{background:#edf4fe;font-weight:600;color:#173259}
.magnetto-prose tr:nth-child(even){background:#f8fafd}
.magnetto-table-scroll,.magnetto-prose .wp-block-table{overflow-x:auto;margin:28px 0;border-radius:12px;max-width:100%}
.magnetto-prose blockquote{margin:30px 0;padding:24px 28px;border-left:3px solid #0071e4;background:#f0f6ff;border-radius:0 12px 12px 0;font-size:19px;color:#15345e}
.magnetto-prose pre{white-space:pre-wrap;background:#071033;color:#d6e5ff;padding:24px;border-radius:12px;overflow:auto;font-size:13px}
.magnetto-prose iframe,.magnetto-prose video{width:100%;max-width:100%;border-radius:14px;aspect-ratio:16/9}
.magnetto-prose audio{max-width:100%}
.magnetto-prose a[id]:empty{display:block;scroll-margin-top:110px}
.magnetto-inline-banner{position:relative;margin:38px 0;border-radius:16px;overflow:hidden;background:#071033}
.magnetto-inline-banner img{margin:0;border-radius:0;width:100%}
.magnetto-inline-banner>a{display:inline-flex;margin:0 24px 24px;padding:10px 18px;border-radius:8px;background:#0071e4;color:white!important;text-decoration:none;font-size:14px}
.magnetto-author-card{margin-top:56px;padding:28px;display:flex;gap:24px;align-items:flex-start;background:#f4f7fc;border:1px solid #e5ebf4;border-radius:18px}
.magnetto-author-card img{height:76px;width:76px;object-fit:cover;border-radius:50%;flex-shrink:0}
.magnetto-author-card h2{font-size:21px;margin:8px 0 12px}.magnetto-author-card p{font-size:14px;line-height:1.75;color:#65738b}
.magnetto-related{background:#f4f7fc;padding:68px 0 80px}
.magnetto-related-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px}
.magnetto-related-heading h2{font-size:38px}.magnetto-related-heading>a{font-size:14px;color:#0071e4}
@media(min-width:1500px){.magnetto-blog-hero{padding-block:95px 80px}}
@media(max-width:1023px){.magnetto-blog-shell{width:calc(100% - 48px)}.magnetto-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.magnetto-story-layout{grid-template-columns:190px minmax(0,1fr);gap:32px}.magnetto-blog-card--featured h2{font-size:25px}.magnetto-blog-card--featured .magnetto-blog-card-content{padding:26px}.magnetto-blog-card--featured .magnetto-blog-card-image{min-height:300px}.magnetto-related .magnetto-blog-card:last-child{display:none}}
@media(max-width:767px){.magnetto-blog-shell{width:calc(100% - 32px)}.magnetto-blog-hero{padding:52px 0 42px;border-radius:0 0 28px 28px}.magnetto-blog-hero h1{font-size:38px;margin:20px 0}.magnetto-blog-hero p{font-size:15px;max-width:330px}.magnetto-blog-explore{margin-top:30px}.magnetto-blog-feed{padding-block:44px 52px}.magnetto-blog-toolbar{align-items:stretch;flex-direction:column;gap:22px}.magnetto-blog-toolbar h2{font-size:30px}.magnetto-blog-search{min-width:0}.magnetto-blog-filters{margin-bottom:20px}.magnetto-blog-grid{grid-template-columns:1fr;gap:22px}.magnetto-blog-card--featured{display:flex;margin-bottom:22px}.magnetto-blog-card--featured .magnetto-blog-card-image{min-height:0;aspect-ratio:1.91}.magnetto-blog-card--featured .magnetto-blog-card-content,.magnetto-blog-card-content{padding:22px}.magnetto-blog-card h2,.magnetto-blog-card--featured h2{font-size:23px}.magnetto-blog-cta{padding:45px 0}.magnetto-blog-cta>.magnetto-blog-shell{align-items:flex-start;flex-direction:column;gap:28px}.magnetto-blog-cta h2{font-size:36px}.magnetto-blog-cta p{font-size:15px}.magnetto-story-hero{padding:28px 0 42px;border-radius:0 0 28px 28px}.magnetto-back-link{margin-bottom:26px}.magnetto-story-hero h1{font-size:32px;margin:20px 0 24px}.magnetto-story-cover{margin-top:24px}.magnetto-story-cover img{border-radius:12px}.magnetto-story-layout{display:block;padding-block:32px 48px}.magnetto-story-aside{display:none}.magnetto-prose{font-size:16px;line-height:1.8}.magnetto-prose h2{font-size:27px;margin-top:36px}.magnetto-prose h3{font-size:21px}.magnetto-author-card{padding:22px;flex-direction:column;gap:16px}.magnetto-related{padding:44px 0}.magnetto-related-heading h2{font-size:30px}.magnetto-related .magnetto-blog-card:last-child{display:flex}}
@media(prefers-reduced-motion:reduce){.magnetto-blog *{scroll-behavior:auto!important;transition:none!important}}
