*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--radar-blue:#0a9bb5;--radar-blue-dark:#077d93;--radar-nav-bg:#0a9bb5;--radar-nav-text:#ffffff;--radar-border:#d7e2ee;--radar-text:#1a1a1a;--radar-text-muted:#64748b;--radar-radius:12px;--radar-radius-lg:16px;--radar-max-width:1200px}html{overflow-y:scroll;scrollbar-gutter:stable;background:#f5f5f5}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f5f5f5;color:var(--radar-text);line-height:1.6;font-size:17px;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{height:auto;max-width:100%;display:block;border-radius:var(--radar-radius)}img.emoji{display:inline !important;width:1em !important;height:1em !important;max-width:1em !important;max-height:1em !important;min-width:0 !important;min-height:0 !important;border-radius:0 !important;vertical-align:-0.1em !important;margin:0 !important}.radar-site-header{background:#fff;border-bottom:1px solid var(--radar-border);text-align:center;padding:16px 24px}.radar-site-title{font-size:22px;font-weight:700;color:var(--radar-text);margin-bottom:4px}.radar-site-title a{color:inherit}.radar-site-description{font-size:14px;color:var(--radar-text-muted)}.radar-nav-search{padding:0 12px;display:flex;align-items:center;height:56px}.radar-nav-search input[type="text"]{height:36px;border-radius:8px;border:none !important;outline:none !important;box-shadow:none !important;padding:0 10px 0 36px !important;font-size:14px !important;background:rgba(255,255,255,.2) !important;color:#fff !important;width:280px !important}.radar-nav-search input[type="text"]::placeholder{color:rgba(255,255,255,.75) !important}.radar-nav-search input[type="text"]:focus{background:rgba(255,255,255,.3) !important;outline:none !important}.radar-nav-search svg{stroke:#fff !important;color:#fff !important;width:16px !important;height:16px !important}.radar-nav-bar{background:var(--radar-nav-bg);position:relative;z-index:20;overflow:visible;min-height:56px}.radar-nav-inner{width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;overflow:visible}.radar-nav-list{display:flex;align-items:center;list-style:none;flex-wrap:nowrap;overflow:visible}.radar-nav-item{display:inline-flex;align-items:center;padding:0 12px;height:56px;font-size:14px;font-weight:500;color:var(--radar-nav-text);white-space:nowrap;overflow:visible}.radar-nav-item:hover{background:rgba(0,0,0,.15)}.radar-nav-item svg{display:inline-block !important;vertical-align:middle !important;width:20px !important;height:20px !important;max-width:20px !important;max-height:20px !important;flex-shrink:0}.radar-nav-item.active{background:rgba(0,0,0,.2)}.radar-burger{display:none;margin-left:auto;background:none;border:none;padding:12px 16px;cursor:pointer;color:var(--radar-nav-text);line-height:1}.radar-mobile-nav{display:none;flex-direction:column;background:var(--radar-nav-bg)}.radar-mobile-nav .radar-nav-item{line-height:1;padding:12px 20px;border-top:1px solid rgba(255,255,255,.1)}.radar-mobile-nav.open{display:flex}.radar-mobile-search{padding:10px 16px;margin:8px 16px 4px;border-radius:8px;background:rgba(255,255,255,.1)}.radar-mobile-search input[type="text"]{width:100% !important;max-width:100% !important;font-size:14px !important;color:#fff !important;background:transparent !important;border:none !important;outline:none !important}.radar-mobile-search input[type="text"]::placeholder{color:rgba(255,255,255,.7) !important}.radar-page-wrap{flex:1 0 auto;display:flex;flex-direction:row;flex-wrap:wrap;max-width:var(--radar-max-width);margin:0 auto;padding:24px 24px 60px;gap:24px;align-items:flex-start;box-sizing:border-box;width:100%}.radar-layout{max-width:var(--radar-max-width);width:100%;margin:0 auto;padding:24px 24px 60px;display:flex;gap:24px;align-items:flex-start;box-sizing:border-box}.radar-container{max-width:var(--radar-max-width);width:100%;margin:0 auto;padding:24px 24px 60px;display:flex;gap:24px;align-items:flex-start;box-sizing:border-box}#primary.content-area{flex:1 1 0;min-width:0}.radar-main{flex:1 1 0;min-width:0}.radar-main-single{max-width:860px}.radar-sidebar,aside.radar-sidebar{flex:0 0 300px;width:300px;min-width:0}.radar-widget{background:#fff;border:1px solid var(--radar-border);border-radius:var(--radar-radius-lg);padding:20px;margin-bottom:20px}.radar-widget-title{font-size:15px;font-weight:600;color:var(--radar-text);margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.radar-sidebar .radar-widget ul,.radar-sidebar .radar-widget ol{list-style:none;margin:0;padding:0}.radar-sidebar .radar-widget li{margin:0;padding:10px 0;border-bottom:1px solid #e6eef6}.radar-sidebar .radar-widget li:last-child{border-bottom:none}.radar-sidebar .radar-widget a{color:var(--radar-text);font-size:15px;font-weight:600;line-height:1.35}.radar-sidebar .radar-widget a:hover{color:var(--radar-blue)}.radar-sidebar .radar-widget img{width:100%;border-radius:var(--radar-radius);margin-bottom:10px;aspect-ratio:16/9;object-fit:cover}.radar-post-card{background:#fff;border:1px solid var(--radar-border);border-radius:var(--radar-radius-lg);overflow:hidden;margin-bottom:20px;display:flex}.radar-post-thumb{flex:0 0 220px;width:220px;overflow:hidden}.radar-post-thumb img{width:100%;height:100%;object-fit:cover;border-radius:0;aspect-ratio:4/3}.radar-post-body{padding:18px 22px;flex:1 1 0;display:flex;flex-direction:column;gap:8px}.radar-post-title{font-size:19px;font-weight:700;line-height:1.3}.radar-post-title a{color:var(--radar-text)}.radar-post-title a:hover{color:var(--radar-blue)}.radar-post-meta{font-size:13px;color:var(--radar-text-muted)}.radar-post-excerpt{font-size:15px;color:#334155;line-height:1.6}.radar-article{background:#fff;border:1px solid var(--radar-border);border-radius:var(--radar-radius-lg);overflow:hidden}.radar-article-header{padding:28px 36px 20px}.radar-article-header h1{font-size:30px;font-weight:700;line-height:1.25;letter-spacing:-0.01em;margin-bottom:8px}.radar-article-meta{font-size:14px;color:var(--radar-text-muted)}.radar-article-thumb img{width:100%;border-radius:0;aspect-ratio:16/9;object-fit:cover}.radar-article-content{padding:28px 36px;font-size:17px;line-height:1.75;color:#1e293b}.radar-article-content p{margin-bottom:1.4em}.radar-article-content h2{font-size:23px;font-weight:700;margin:1.8em 0 0.8em}.radar-article-content h3{font-size:19px;font-weight:600;margin:1.6em 0 0.6em}.radar-article-content ul,.radar-article-content ol{margin:0 0 1.4em 1.8em}.radar-article-content li{margin-bottom:0.4em}.radar-article-content a{color:var(--radar-blue);text-decoration:underline}.radar-article-content .rsp-hero-link,.radar-article-content .rsp-link-row,.radar-article-content .rsp-btn{text-decoration:none !important;color:inherit !important}.rsp-link-text{color:#172433 !important}.rsp-link-row:hover .rsp-link-text{color:#0f3b53 !important}.rsp-hero-media{display:flex !important}.rsp-hero-media img{height:100% !important;width:100% !important;object-fit:cover !important;border-radius:0 !important;margin:0 !important;flex:1 1 auto !important}.radar-article-content img{border-radius:var(--radar-radius);margin:1.4em 0}.radar-article-content table{width:100%;border-collapse:collapse;margin-bottom:1.4em}.radar-article-content th,.radar-article-content td{padding:10px 14px;border:1px solid #e2e8f0;text-align:left}.radar-article-content th{background:#f8fafc;font-weight:600}.radar-pagination{margin-top:24px;text-align:center}.radar-pagination .nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.radar-pagination a,.radar-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;border:1px solid var(--radar-border);border-radius:8px;font-size:15px;color:var(--radar-text);background:#fff}.radar-pagination a:hover{background:#e0f2fe;color:var(--radar-blue-dark)}.radar-pagination .current{background:var(--radar-blue);color:#fff;border-color:var(--radar-blue);font-weight:600}.radar-footer{background:#1a1a2e;color:#94a3b8;padding:40px 24px 28px;margin-top:auto}.radar-footer-inner{max-width:var(--radar-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:36px 48px;align-items:start}.radar-footer-brand strong{display:block;color:#fff;font-size:16px;font-weight:700;margin-bottom:8px}.radar-footer-brand p{font-size:14px;line-height:1.7;color:#94a3b8}.radar-footer-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.radar-footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.radar-footer-heading{margin-bottom:12px;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#94a3b8}.radar-footer-col a{color:#94a3b8;font-size:14px}.radar-footer-col a:hover{color:#fff}.radar-footer-copy{grid-column:1 / -1;font-size:13px;color:#64748b;text-align:center;padding-top:20px;border-top:1px solid #2d3748}.radar-footer-copy a{color:#94a3b8}.radar-footer-copy a:hover{color:#fff}.rsp-link-row,.rsp-link-row *{text-decoration:none !important;border-bottom:none !important}.vrsip-featured-iconbox{width:auto !important;height:auto !important;min-width:0 !important;min-height:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;flex:0 0 auto !important;margin:0 8px 0 0 !important;padding:0 !important;vertical-align:middle !important}.vrsip-featured-svg{width:14px !important;height:14px !important}.vrsip-featured-iconbox svg{width:14px !important;height:14px !important;max-width:14px !important;max-height:14px !important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px}body.admin-bar .radar-site-header{padding-top:48px}@media (max-width:768px){.radar-nav-list{display:none}.radar-burger{display:block}.radar-nav-search{display:flex !important;padding:0 12px 0 12px;flex:1 1 auto;min-width:0;height:56px}.radar-nav-search>div{width:100% !important}.radar-nav-search input[type="text"]{width:100% !important;height:38px !important;font-size:15px !important}.radar-container,.radar-page-wrap{flex-direction:column !important;padding:16px 16px 40px}.radar-sidebar,aside.radar-sidebar{flex:none !important;width:100% !important;order:10 !important}#primary.content-area{width:100% !important;order:1 !important}.radar-main{order:1 !important}.radar-container>.radar-sidebar{order:2 !important}.radar-post-card{flex-direction:column}.radar-post-thumb{flex:none;width:100%}.radar-post-thumb img{aspect-ratio:16/9}.radar-post-body{padding:14px 16px}.radar-article-header{padding:20px}.radar-article-header h1{font-size:24px}.radar-article-content{padding:20px;font-size:16px}.radar-footer-inner{grid-template-columns:1fr;gap:20px}.radar-footer-links{grid-template-columns:1fr 1fr;gap:20px}}@media (max-width:480px){.radar-post-title{font-size:17px}}
