html{box-sizing:border-box;font-size:18px;scroll-behavior:smooth}*,:after,:before{box-sizing:inherit}body{background-color:#fafafa;color:#333;font-family:Inter,sans-serif;line-height:1.6;margin:0;padding:0}a{color:#0056b3;text-decoration:none}a:focus,a:hover{text-decoration:underline}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1280px;padding:1rem 0;width:90%}.site-header{background-color:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 1px 3px rgba(0,0,0,.04);position:sticky;top:0;z-index:999}.site-header .container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.logo a{color:#111;font-size:1.25rem;font-weight:700}.primary-nav ul{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:start;list-style:none;margin:0;padding:0}.primary-nav li a:first-child{padding-left:0}.primary-nav li a{border-radius:4px;color:#333;font-weight:500;padding:.6rem;transition:background-color .2s ease,color .2s ease}.primary-nav li a:focus,.primary-nav li a:hover{background-color:#f0f4ff;color:#00509e}.hero{background-color:#f5faff;padding:2rem 0;text-align:center}.hero h1{color:#11264f;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero p{color:#445476;margin:.5rem auto;max-width:700px}.author-intro{color:#565c75;font-size:.95rem;margin-top:1rem}.latest-guides{background-color:#fff;padding:0}.latest-guides h2{color:#11264f;font-size:2rem;margin-bottom:1.5rem}.guide-list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.guide-card{background-color:#f9fbff;border:1px solid #e5efff;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;transition:box-shadow .2s ease}.guide-card:focus-within,.guide-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.05)}.guide-card h3{color:#0d47a1;font-size:1.25rem;margin-bottom:.5rem;margin-top:0}.guide-card p{color:#545a77;font-size:1rem;margin:0 0 .75rem}.guide-card .meta{color:#82879c;font-size:.9rem}.more-articles{margin-top:1rem;text-align:right}.category-intro{background-color:#fff;border-top:1px solid #eef2f7}.category-intro .container{max-width:860px;padding:3rem 0}.category-intro h2{color:#1e2a3b;font-size:1.5rem;font-weight:700;margin-bottom:1.25rem}.category-intro h3{color:#243447;font-size:1.25rem;font-weight:600;margin:2.5rem 0 .75rem}.category-intro p{color:#4a5b6d;font-size:1.05rem;line-height:1.7}.category-points{list-style:none;margin:0 0 2rem;padding:0}.category-points li{color:#344556;font-size:1.05rem;line-height:1.6;margin-bottom:.75rem;padding-left:1.4rem;position:relative}.category-note{background-color:#f7f9fc;border-left:4px solid #1f4fd8;border-radius:4px;color:#5b6b7c;font-size:.95rem;line-height:1.6;margin:2rem auto 0;max-width:860px;padding:1rem 1.25rem}.category-points li:before{color:#1f4fd8;content:"•";font-size:1.3rem;left:0;line-height:1;position:absolute;top:0}.categories-overview{background-color:#f5faff;margin-top:2rem;padding:2rem 0}.categories-overview h2{color:#11264f;font-size:2rem;margin-bottom:1.5rem;text-align:center}.category-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.category-card{background-color:#fff;border:1px solid #e5efff;border-radius:8px;padding:1rem;text-align:left;transition:box-shadow .2s ease}.category-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.05)}.category-card h3{color:#0d47a1;font-size:1.3rem;margin-bottom:.5rem;margin-top:0}.category-card p{color:#545a77;font-size:1rem;margin:0}.about-preview{background-color:#fff;padding:0}.about-preview h2{color:#11264f;font-size:2rem;margin-bottom:1rem}.about-preview p{color:#545a77;font-size:1rem;margin-bottom:0;max-width:800px}.site-footer{background-color:#0d2338;color:#fff;margin-top:2rem;padding:2rem 0}.site-footer a{color:#9ec6ff}.footer-columns{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-column{flex:1 1 200px}.footer-column h3{color:#fff;font-size:1.4rem;margin-top:0}.footer-column p,.footer-column ul{font-size:1rem;line-height:1.4;margin:0}.footer-column ul{list-style:none;margin-top:.5rem;padding:0}.footer-column li{margin:.25rem 0}.footer-bottom{color:#9da9bd;font-size:.9rem;margin-top:2rem;text-align:center}@media (max-width:768px){.primary-nav ul{gap:.6rem;justify-content:start}.footer-columns{flex-direction:column}.hero h1{font-size:2rem}}.hero-images{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.hero-images img{border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.08);height:auto;width:100%}.article-image,.category-image-bottom,.category-image-top{border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.08);height:auto;max-width:800px}.breadcrumb{background-color:#f7f9fc;border-bottom:1px solid #e6edf5;font-size:.95rem}.breadcrumb .container{padding:.75rem 0}.breadcrumb ol{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0}.breadcrumb li{color:#5f6f82;line-height:1.4}.breadcrumb li+li:before{color:#9aa8b8;content:"›";margin:0 .4rem}.breadcrumb a{color:#1f4fd8;font-weight:500;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb li[aria-current=page]{color:#1e2a3b;font-weight:600}.contact-form{max-width:520px}.contact-fields{display:flex;flex-direction:column;gap:.6rem}.contact-fields input,.contact-fields textarea{border:1px solid #cfd4dc;border-radius:6px;font-size:1rem;padding:.65rem .75rem}.contact-fields input:focus,.contact-fields textarea:focus{border-color:#0d47a1;outline:none}.btn-primary{background-color:#0d47a1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:.5rem;padding:.65rem 1.3rem}.btn-primary:hover{background-color:#0b3c8f}@media (max-width:640px){.breadcrumb{font-size:.9rem}}@media (max-width:768px){.category-intro .container{padding:2.2rem 1rem}.category-intro h2{font-size:1.35rem}.category-intro h3{font-size:1.15rem}.category-intro p,.category-points li{font-size:1rem}.article-image,.category-image-bottom,.category-image-top{border-radius:10px;display:block;height:auto;max-height:none;max-width:100%}}.article-meta{margin-bottom:1rem}.site-article h1{color:#11264f;font-size:2.4rem;font-weight:700;line-height:1.25;margin:3rem 0 1.5rem}.site-article h2{color:#1e2a3b;font-size:1.7rem;font-weight:700;margin:3rem 0 1.2rem}.site-article h3{color:#243447;font-size:1.25rem;font-weight:600;margin:2.2rem 0 .6rem}.site-article p{color:#4a5b6d;font-size:1.05rem;line-height:1.75;margin:.75rem 0 1.2rem}.bold{font-weight:700}.highlight{color:#06c}@media (max-width:768px){.site-article .article-body>.container,.site-article .article-footer>.container,.site-article .article-header>.container{margin:0;max-width:none;padding-left:1.25rem;padding-right:1.25rem;width:100%}.site-article p{font-size:1.08rem;line-height:1.85}.site-article h1{font-size:2.1rem;line-height:1.25}.site-article h2{font-size:1.55rem}.site-article h3{font-size:1.2rem}}pre{background-color:#f5f7f9;border:1px solid #e1e4e8;border-left:4px solid #06c;border-radius:6px;margin:24px 0;overflow-x:auto;padding:16px 20px;-webkit-overflow-scrolling:touch}pre code{background:none;color:#24292e;line-height:1.7;padding:0;white-space:pre}code,pre code{font-family:Courier New,Consolas,Monaco,monospace;font-size:.875em}code{border-radius:3px;color:#d63384!important;padding:2px 6px}@media (max-width:768px){pre{border-radius:4px;margin:16px 0;padding:12px 14px}pre code{font-size:.8em}}