.content-page{padding:42px 0 96px}.content-hero{text-align:center;width:100%;margin:48px 0 44px}.content-hero--hub{background:linear-gradient(145deg,#f3f7ff,#eef8fb);border-radius:28px;width:100%;margin:24px 0 44px;padding:48px clamp(20px,5vw,64px)}.content-hero h1{letter-spacing:-.045em;max-width:none;margin:12px 0 16px;font-size:clamp(38px,6vw,68px);line-height:1.04}.content-hero p{max-width:700px;color:var(--muted);margin:0 auto;font-size:clamp(17px,2vw,20px);line-height:1.6}.content-hero__section-icon{background:var(--sky);width:52px;height:52px;color:var(--blue);border:1px solid #dce7fb;border-radius:16px;place-items:center;margin:0 auto 16px;display:grid}.content-hero__section-icon svg{width:24px;height:24px}.content-section-hero{background:radial-gradient(circle at 88% 15%,#3979f621,#0000 28%),linear-gradient(135deg,#f8fbff,#edf5ff);border:0;border-radius:28px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:26px;width:100%;margin:54px 0 36px;padding:clamp(34px,5vw,68px);display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #3979f61a}.content-section-hero .content-hero__section-icon{margin:0}.content-section-hero h1{letter-spacing:-.04em;max-width:none;margin:7px 0 10px;font-size:clamp(38px,5vw,58px);line-height:1.05}.content-section-hero p{max-width:none;color:var(--muted);margin:0;font-size:17px;line-height:1.65}.content-breadcrumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.content-breadcrumbs a{color:var(--ink-2);font-weight:600}.content-breadcrumbs a:hover{color:var(--blue)}.content-section-heading{justify-content:space-between;align-items:end;gap:20px;margin:52px 0 20px;display:flex}.content-section-heading h2{letter-spacing:-.025em;margin:6px 0 0;font-size:clamp(26px,3vw,36px)}.content-section-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.content-section-card{border:1px solid var(--line);background:var(--white);min-height:220px;color:var(--ink);border-radius:18px;padding:26px;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative}.content-section-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 14px 34px #1f3a6414}.content-section-card__icon{background:var(--sky);width:42px;height:42px;color:var(--blue);border-radius:12px;place-items:center;display:grid;position:absolute;inset:22px 22px auto auto}.content-section-card__icon svg{width:21px;height:21px}.content-section-card h3{max-width:calc(100% - 36px);margin:34px 0 10px;font-size:24px}.content-section-card p{min-height:3.2em;color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 24px;line-height:1.6;display:-webkit-box;overflow:hidden}.content-section-card>span:last-child{color:var(--muted);font-size:13px;font-weight:600}.content-section-filters{width:100%;margin:0 0 30px}.content-category-nav{flex-wrap:wrap;justify-content:flex-start;gap:8px;margin:0 0 12px;display:flex}.content-category-nav a{color:var(--ink-2);background:#e9eef7;border:0;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:650}.content-category-nav a:hover,.content-category-nav a.is-active{background:var(--blue);color:var(--white)}.content-category-nav span{color:var(--muted);margin-left:5px}.content-tag-nav{color:var(--muted);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;margin:14px 0 0;font-size:13px;display:flex}.content-tag-nav>span:first-child{font-weight:650}.content-tag-nav a{color:var(--ink-2)}.content-tag-nav a:hover,.content-tag-nav a.is-active{color:var(--blue)}.content-tag-nav a span{color:var(--muted)}.content-prose--intro{background:#f7f9fc;border-radius:16px;width:100%;margin-bottom:30px;padding:24px 28px}.content-listing{width:100%}.content-grid{grid-template-columns:1fr;gap:18px;display:grid}.content-card{background:linear-gradient(120deg,#fff 55%,#f7faff);border:1px solid #e5ebf5;border-radius:22px;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden}.content-card:hover{border-color:#b9cef6;transform:translateY(-3px);box-shadow:0 20px 48px #1f3a641c}.content-card__link{min-height:230px;color:var(--ink);grid-template-columns:minmax(260px,31%) minmax(0,1fr);display:grid}.content-card>.content-card__link>.content-cover{object-fit:cover;border-radius:0;width:100%;height:100%;min-height:210px;margin:0}.content-card__body{flex-direction:column;justify-content:center;min-width:0;padding:clamp(24px,3vw,40px);display:flex}.content-card__meta{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;font-size:12px;display:flex}.content-card__meta>span:first-child:not(:empty){background:var(--sky);color:var(--blue);border-radius:999px;padding:6px 10px;font-weight:700}.content-card h2{letter-spacing:-.025em;margin:0 0 10px;font-size:clamp(23px,2.4vw,32px);line-height:1.2}.content-card p{max-width:72ch;color:var(--muted);margin:0 0 22px;line-height:1.65}.content-card__more{width:fit-content;color:var(--blue);align-items:center;gap:10px;margin-top:auto;font-size:13px;font-weight:750;display:inline-flex}.content-card__more>span{background:var(--blue);width:28px;height:28px;color:var(--white);border-radius:50%;place-items:center;transition:transform .2s;display:grid}.content-card:hover .content-card__more>span{transform:translate(3px)}.content-card__link:not(:has(>.content-cover)){grid-template-columns:1fr;min-height:0}.content-card__link:not(:has(>.content-cover)) .content-card__body{grid-template-columns:minmax(9rem,.22fr) minmax(0,1fr) auto;grid-template-areas:"meta title more""meta excerpt more";gap:8px clamp(24px,4vw,64px);min-height:150px;padding:clamp(26px,3.5vw,44px);display:grid}.content-card__link:not(:has(>.content-cover)) .content-card__meta{flex-direction:column;grid-area:meta;justify-content:flex-start;align-self:start;align-items:flex-start;margin:0}.content-card__link:not(:has(>.content-cover)) h2{grid-area:title;align-self:end;margin:0}.content-card__link:not(:has(>.content-cover)) p{grid-area:excerpt;align-self:start;margin:0}.content-card__link:not(:has(>.content-cover)) .content-card__more{grid-area:more;align-self:center;margin:0}.content-search-form{gap:10px;width:min(720px,100%);margin:28px auto 0;display:flex}.content-search-form input{border:1px solid var(--line);background:var(--white);min-width:0;color:var(--ink);font:inherit;border-radius:11px;flex:1;padding:14px 16px}.content-search-form input:focus{border-color:var(--blue);outline:3px solid #3979f626}.content-search-form button{background:var(--blue);color:var(--white);font:inherit;cursor:pointer;border:0;border-radius:11px;flex:none;justify-content:center;align-items:center;gap:7px;padding:0 20px;font-size:14px;font-weight:700;display:inline-flex}.content-search-form button svg{width:17px;height:17px}.content-search-form button:hover{background:#0758df}.content-search-form--compact{border:1px solid var(--line);background:var(--white);border-radius:15px;width:100%;max-width:none;margin:0 0 18px;padding:12px}.content-search-form--compact input{border:0;padding-block:9px}.content-search-form--compact input:focus{outline:0}.content-search-scope{text-align:center;margin:-16px 0 28px;font-size:13px;font-weight:650}.content-results-summary{color:var(--muted);margin:0 0 20px;font-size:14px}.content-empty{border:1px dashed var(--line);text-align:center;border-radius:18px;grid-column:1/-1;padding:52px 24px}.content-empty h2{margin:0 0 8px}.content-empty p{color:var(--muted);margin:0 auto 14px}.content-meta{color:var(--muted);justify-content:center;gap:9px;margin-top:22px;font-size:14px;display:flex}.content-article__tools{gap:18px;width:100%;margin-bottom:44px;display:grid}.content-article__tools .content-breadcrumbs{width:100%;margin:0}.content-article__tools .content-search-form{margin-bottom:0}.content-article__header{text-align:left;width:100%;margin:54px 0 40px}.content-article__header h1{max-width:none;font-size:clamp(42px,6vw,64px)}.content-article__header p{max-width:none;margin-left:0}.content-article__header .content-meta{justify-content:flex-start}.content-article-cover{width:100%;margin:0 0 42px}.content-article-cover .content-cover{border-radius:18px;width:100%;height:auto;margin:0;display:block}.content-cta{background:var(--ink);width:100%;color:var(--white);border-radius:20px;margin:58px 0 0;padding:30px}.content-cta h2{margin:0 0 8px;font-size:26px}.content-cta p{color:#c6d0df;max-width:600px;margin:0 0 20px;line-height:1.6}.content-article__back{width:100%;margin:36px 0 0;font-weight:650}.content-pagination{margin-top:36px}@media (width<=640px){.content-page{padding-top:28px}.content-hero{text-align:left;margin:34px auto}.content-hero--hub{padding:30px 20px}.content-hero p,.content-hero__section-icon{margin-left:0}.content-search-form{flex-direction:column}.content-search-form button{padding:13px 20px}.content-category-nav,.content-tag-nav{justify-content:flex-start}.content-grid,.content-card__link{grid-template-columns:1fr}.content-card__link:not(:has(>.content-cover)) .content-card__body{flex-direction:column;min-height:0;padding:24px;display:flex}.content-card__link:not(:has(>.content-cover)) .content-card__meta{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:18px}.content-card__link:not(:has(>.content-cover)) h2{margin-bottom:10px}.content-card__link:not(:has(>.content-cover)) p{margin-bottom:22px}.content-card__link:not(:has(>.content-cover)) .content-card__more{align-self:flex-start;margin-top:0}.content-card>.content-card__link>.content-cover{aspect-ratio:16/9;height:auto;min-height:0}.content-section-grid{grid-template-columns:1fr}.content-section-hero{grid-template-columns:1fr;padding:24px}}@media (width>=641px) and (width<=980px){.content-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-card__link{grid-template-columns:minmax(210px,34%) minmax(0,1fr)}}
