@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');.blog-page{font-family:Inter,Arial,sans-serif;color:#26354d;background:#fff}.blog-wrap{width:min(1440px,calc(100% - 48px));margin:auto}.blog-head{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #edf0f5;box-shadow:0 1px 8px #0000000b}.blog-head-inner{height:66px;display:flex;align-items:center;gap:35px}.blog-brand{display:flex;align-items:center;gap:8px;text-decoration:none;color:#0c2461;white-space:nowrap}.blog-brand b{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#1565d8,#0c2461);color:#fff;font-size:10px}.blog-brand strong{font-size:18px}.blog-brand i{color:#1565d8;font-style:normal}.blog-head nav{display:flex;flex:1;justify-content:center;gap:3px}.blog-head nav a{padding:9px 10px;color:#46536a;text-decoration:none;font-size:12px}.blog-head nav a:hover{color:#1565d8;background:#eff6ff;border-radius:8px}.blog-actions{display:flex;align-items:center;gap:9px}.blog-actions button{border:0;background:#f5f7fb;color:#52627a;border-radius:50%;width:34px;height:34px}.blog-actions>a,.blog-bottom-cta a,.blog-side-cta a{background:linear-gradient(135deg,#f26419,#d9550f);color:#fff;text-decoration:none;font-size:11px;font-weight:700;padding:11px 15px;border-radius:9px}.blog-menu{display:none}.blog-crumb{display:flex;gap:9px;align-items:center;padding:14px 0;color:#9aa4b3;font-size:10px}.blog-crumb a{color:#68778d;text-decoration:none}.blog-crumb b{font-weight:500;color:#37465e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:42px;align-items:start}.blog-cover{height:360px;overflow:hidden;border-radius:16px;position:relative;margin-bottom:20px;background:#e9f2ff}.blog-cover img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.blog-cover button{position:absolute;right:15px;top:15px;border:0;background:#ffffffe8;width:35px;height:35px;border-radius:50%;color:#52627a}.blog-tag{display:inline-block;background:#1565d8;color:#fff;border-radius:20px;padding:6px 12px;font-size:10px;font-weight:700}.blog-article h1{font-size:31px;line-height:1.25;letter-spacing:-.7px;color:#0c2461;margin:13px 0 10px}.blog-excerpt{color:#68778d;font-size:13px;line-height:1.7;max-width:820px;margin:0 0 14px}.blog-meta{display:flex;align-items:center;gap:11px;border-bottom:1px solid #edf0f5;padding:10px 0 15px;color:#77849a;font-size:10px}.blog-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#1565d8,#0c2461);color:#fff;font-size:10px;font-weight:bold}.blog-meta span:nth-child(2){display:flex;flex-direction:column;margin-right:auto}.blog-meta small{color:#9ba5b2;font-size:9px}.blog-meta strong{color:#26354d;font-size:11px}.blog-share{color:#1565d8;font-weight:700}.blog-content{padding:24px 0;color:#3c485c;font-size:14px;line-height:1.8}.blog-content .lead{font-size:15px}.blog-content h2{color:#0c2461;font-size:21px;line-height:1.4;margin:30px 0 8px}.blog-highlight{display:flex;gap:15px;align-items:center;padding:18px;border-radius:15px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;margin:22px 0}.blog-highlight>b{display:grid;place-items:center;width:50px;height:50px;background:#1565d8;color:#fff;border-radius:12px;font-size:25px}.blog-highlight small{display:block;color:#1565d8;font-size:9px;font-weight:700;letter-spacing:1px}.blog-highlight strong{display:block;color:#1565d8;font-size:25px}.blog-highlight em{display:block;color:#68778d;font-size:10px;font-style:normal}.blog-content table{width:100%;border-collapse:collapse;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin:15px 0 20px;font-size:12px}.blog-content th{padding:11px 14px;text-align:left;background:linear-gradient(90deg,#0c2461,#1565d8);color:#fff;font-size:10px;text-transform:uppercase}.blog-content th:last-child,.blog-content td:last-child{text-align:right}.blog-content td{padding:12px 14px;border-bottom:1px solid #edf0f5}.blog-content tr:nth-child(even){background:#f8faff}.blog-content td:last-child{color:#1565d8;font-weight:700}.blog-content blockquote{border:1px solid #fde8d5;border-left:4px solid #f26419;background:#fffbf5;border-radius:12px;padding:15px 18px;margin:20px 0;font-style:italic}.blog-content blockquote b{display:block;color:#f26419;font-size:11px;margin-top:7px}.blog-content ul,.blog-content ol{padding-left:22px}.blog-content li{margin:7px 0}.blog-content li::marker{color:#1565d8;font-weight:bold}.blog-inline-img{display:block;width:100%;height:230px;object-fit:cover;border-radius:14px;margin:22px 0}.blog-note{display:flex;gap:12px;padding:16px;border-radius:13px;background:#f0fdf4;border:1px solid #bbf7d0;margin:20px 0}.blog-note>b{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:8px;background:#16a34a;color:#fff}.blog-note strong{color:#166534;font-size:13px}.blog-note p{margin:2px 0 0;color:#278047;font-size:12px;line-height:1.6}.blog-bottom-cta{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:17px;border:1px solid #bfdbfe;background:#f0f6ff;border-radius:14px;margin-top:28px}.blog-bottom-cta strong,.blog-bottom-cta small{display:block}.blog-bottom-cta strong{font-size:12px;color:#26354d}.blog-bottom-cta small{font-size:10px;color:#728097;margin-top:3px}.blog-related{margin:40px 0 55px}.blog-related>h2{color:#0c2461;font-size:21px;border-left:4px solid #1565d8;padding-left:10px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.related-grid>a{border:1px solid #edf0f5;border-radius:13px;overflow:hidden;text-decoration:none;color:#26354d}.related-grid>a>div{height:115px;background:#eff6ff}.related-grid img{width:100%;height:100%;object-fit:cover}.related-grid small,.related-grid h3,.related-grid span{display:block;margin-left:12px;margin-right:12px}.related-grid small{color:#1565d8;font-weight:700;font-size:8px;margin-top:10px}.related-grid h3{font-size:11px;line-height:1.5;min-height:34px}.related-grid span{font-size:9px;color:#9ba5b2;margin-bottom:11px}.blog-sidebar{position:sticky;top:85px}.blog-search,.blog-sidebox{border:1px solid #edf0f5;border-radius:14px;padding:16px;background:#fff;box-shadow:0 2px 12px #0000000a;margin-bottom:17px}.blog-search{display:flex;padding:8px}.blog-search input{border:0;outline:0;flex:1;padding:7px 8px;font-size:11px}.blog-search button{border:0;background:#eff6ff;color:#1565d8;border-radius:8px;width:34px}.blog-sidebox h3{font-size:13px;color:#0c2461;border-left:3px solid #1565d8;padding-left:8px;margin:0 0 14px}.blog-sidebox>a{display:flex;gap:9px;text-decoration:none;margin:11px 0}.blog-sidebox>a img{width:56px;height:43px;object-fit:cover;border-radius:7px}.blog-sidebox>a span{color:#3b4a61;font-size:10px;line-height:1.4}.blog-sidebox>a small{display:block;color:#9ba5b2;font-size:8px;margin-top:3px}.blog-topics{display:flex;flex-wrap:wrap;gap:6px}.blog-topics a{padding:6px 9px;border-radius:20px;background:#eff6ff;color:#1565d8;font-size:9px}.blog-side-cta{padding:18px;border-radius:14px;background:linear-gradient(145deg,#0c2461,#1565d8);color:#fff}.blog-side-cta h3{font-size:14px;line-height:1.45;margin:0 0 8px}.blog-side-cta p{color:#c5ddff;font-size:10px;line-height:1.6}.blog-side-cta a{display:block;text-align:center;margin-top:14px}.blog-mobile-bar{display:none}
@media(max-width:900px){.blog-head nav{display:none}.blog-menu{display:block}.blog-layout{grid-template-columns:1fr}.blog-sidebar{display:none}.blog-related{margin-top:25px}.blog-mobile-bar{display:flex;position:fixed;z-index:9999;left:0;right:0;bottom:0;gap:7px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5eaf2;box-shadow:0 -7px 20px #10264f22}.blog-mobile-bar a{display:flex;align-items:center;justify-content:center;border-radius:10px;text-decoration:none;background:#0879f9;color:#fff;font-size:11px;font-weight:700;padding:10px 8px}.blog-mobile-bar a:first-child{flex:1;background:linear-gradient(135deg,#ff7a00,#ff5400)}.blog-mobile-bar small{display:block;margin-left:3px}.blog-head nav.open{display:flex;position:absolute;top:66px;left:12px;right:12px;flex-direction:column;background:#fff;border:1px solid #edf0f5;border-radius:12px;padding:8px;box-shadow:0 10px 25px #0002}.blog-head nav.open a{padding:10px;border-bottom:1px solid #f0f2f5}}
@media(max-width:600px){.blog-wrap{width:calc(100% - 24px)}.blog-head-inner{height:62px}.blog-actions>a,.blog-actions>button:first-child{display:none}.blog-cover{height:230px}.blog-article h1{font-size:24px}.blog-excerpt{font-size:12px}.blog-meta{flex-wrap:wrap}.blog-meta span:nth-child(2){margin-right:0}.blog-share{width:100%}.blog-content{font-size:13px}.blog-content h2{font-size:18px}.blog-highlight strong{font-size:20px}.blog-content th,.blog-content td{padding:10px 8px;font-size:10px}.blog-inline-img{height:180px}.blog-bottom-cta{display:block}.blog-bottom-cta a{display:block;text-align:center;margin-top:12px}.related-grid{grid-template-columns:repeat(2,1fr);gap:9px}.related-grid>a>div{height:92px}.related-grid h3{font-size:10px}.blog-mobile-bar{display:grid;grid-template-columns:minmax(0,1fr) 60px 60px}.blog-mobile-bar a{font-size:10px;padding:9px 5px}}
@media(min-width:901px){.blog-head nav.open{display:flex}}