*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1e1e2e;background:#fff;line-height:1.65;font-size:1rem}img{max-width:100%;display:block}a{color:#0078a8}a:hover{text-decoration:underline}.site-header{background:#1a2744;color:#fff;border-bottom:4px solid #0078a8;position:sticky;top:0;z-index:100}.header-inner{max-width:1100px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-title{font-size:1.25rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.5px;white-space:nowrap;display:flex;align-items:center;gap:.625rem}.site-title img{height:38px;width:38px;object-fit:contain;border-radius:6px;flex-shrink:0}.site-title span{color:#4db8e0}.site-nav{display:flex;flex-wrap:wrap;gap:.125rem}.site-nav a{color:#ffffffc7;text-decoration:none;padding:.4rem .7rem;border-radius:4px;font-size:.875rem;transition:background .15s,color .15s}.site-nav a:hover{background:#ffffff1a;color:#fff;text-decoration:none}main{max-width:1100px;margin:0 auto;padding:2rem 1.5rem;min-height:60vh}.breadcrumb{font-size:.8125rem;color:#6b7280;margin-bottom:1.5rem}.breadcrumb a{color:#6b7280;text-decoration:none}.breadcrumb a:hover{color:#0078a8}.breadcrumb .sep{margin:0 .4rem}.page-header{border-bottom:2px solid #0078a8;padding-bottom:1.5rem;margin-bottom:2rem}.page-tag{display:inline-block;background:#0078a8;color:#fff;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:.2rem .625rem;border-radius:3px;margin-bottom:.75rem}.page-meta{color:#6b7280;font-size:.875rem;margin-top:.5rem}h1{font-size:clamp(1.625rem,4vw,2.375rem);line-height:1.2;margin-bottom:.875rem}h2{font-size:clamp(1.2rem,2.5vw,1.6rem);line-height:1.3;margin:2.25rem 0 .875rem;color:#1a2744;border-bottom:1px solid #e2e8f0;padding-bottom:.4rem}h3{font-size:1.125rem;line-height:1.35;margin:1.75rem 0 .625rem;color:#1a2744}h4{font-size:1rem;margin:1.25rem 0 .5rem;color:#1a2744}p{margin-bottom:1.1rem}ul,ol{padding-left:1.625rem;margin-bottom:1.1rem}li{margin-bottom:.4rem}strong{font-weight:600}.article-body{max-width:780px}.article-intro{font-size:1.075rem;color:#4a5568;margin-bottom:2rem;padding-bottom:1.75rem;border-bottom:1px solid #e2e8f0;line-height:1.75}.table-wrap{overflow-x:auto;margin:1.75rem 0;border-radius:8px;border:1px solid #e2e8f0}table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:480px}thead th{background:#1a2744;color:#fff;text-align:left;padding:.75rem 1rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}tbody td{padding:.7rem 1rem;border-bottom:1px solid #e2e8f0;vertical-align:top}tbody tr:nth-child(2n) td{background:#f7f8fc}tbody tr:last-child td{border-bottom:none}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin:1.5rem 0}.card{border:1px solid #e2e8f0;border-radius:8px;padding:1.375rem;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s;display:block}.card:hover{border-color:#0078a8;box-shadow:0 4px 14px #0078a81a;text-decoration:none}.card-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.card h3{margin:0 0 .5rem;font-size:1.0625rem;color:#1a2744;border:none;padding:0}.card p{font-size:.875rem;color:#6b7280;margin:0}.hero{background:linear-gradient(135deg,#1a2744,#0d3a5e);color:#fff;padding:4.5rem 1.5rem;margin:-2rem -1.5rem 2.5rem;text-align:center}.hero h1{color:#fff;margin-bottom:.875rem}.hero p{color:#ffffffd1;font-size:1.075rem;max-width:640px;margin:0 auto 2rem;line-height:1.75}.hero-btns{display:inline-flex;gap:.875rem;flex-wrap:wrap;justify-content:center}.btn{padding:.7rem 1.625rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9375rem;transition:opacity .15s,transform .1s;display:inline-block}.btn:hover{opacity:.9;text-decoration:none;transform:translateY(-1px)}.btn-primary{background:#0078a8;color:#fff}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.45)}.section-label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#0078a8;margin-bottom:1.25rem;padding-bottom:.625rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.75rem}.timeline{padding-left:1.5rem;border-left:2px solid #0078a8;margin:1.75rem 0}.tl-item{position:relative;margin-bottom:1.625rem;padding-left:1rem}.tl-item:before{content:"";position:absolute;left:-1.625rem;top:.35rem;width:11px;height:11px;background:#0078a8;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px #0078a8}.tl-year{font-weight:700;color:#0078a8;font-size:.875rem;margin-bottom:.25rem}.notice{background:#f0f7fb;border-left:4px solid #0078a8;padding:1rem 1.25rem;margin:1.75rem 0;font-size:.9375rem;border-radius:0 6px 6px 0}.notice strong{display:block;margin-bottom:.25rem;color:#0078a8}.article-figure{margin:1.75rem 0;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}.article-figure img{width:100%;height:auto;display:block}.article-figure figcaption{padding:.55rem 1rem;font-size:.8rem;color:#6b7280;background:#f7f8fc;border-top:1px solid #e2e8f0;line-height:1.4}.faq-section{margin:3rem 0 1.5rem;padding-top:2rem;border-top:2px solid #e2e8f0}.faq-section>h2{font-size:1.5rem;font-weight:700;color:#1a2744;margin-bottom:1.5rem}.faq-item{margin-bottom:1.75rem;padding:1.25rem 1.5rem;background:#f7f8fc;border:1px solid #e2e8f0;border-radius:8px}.faq-item h3{font-size:1rem;font-weight:700;color:#1a2744;margin-bottom:.5rem}.faq-item p{font-size:.9375rem;color:#374151;margin-bottom:0}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:1.75rem 0}.stat-box{text-align:center;background:#f7f8fc;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem 1rem}.stat-num{font-size:1.875rem;font-weight:800;color:#0078a8;line-height:1}.stat-label{font-size:.8rem;color:#6b7280;margin-top:.375rem;line-height:1.4}.site-footer{background:#1a2744;color:#ffffffbf;margin-top:4rem;border-top:4px solid #0078a8}.footer-inner{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:2rem}.footer-col h4{color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.125rem;border:none;padding:0}.footer-col a{display:block;color:#ffffff9e;text-decoration:none;font-size:.875rem;margin-bottom:.5rem;transition:color .15s}.footer-col a:hover{color:#fff;text-decoration:none}.footer-col p{font-size:.875rem;color:#ffffff8c;line-height:1.6;margin-bottom:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:1.25rem 1.5rem;font-size:.8rem;color:#ffffff6b}.footer-bottom a{color:#ffffff94;text-decoration:none}.footer-bottom a:hover{color:#fff}@media (max-width: 640px){.hero{padding:3rem 1.25rem;margin:-1.5rem -1.25rem 2rem}main{padding:1.5rem 1.25rem}.header-inner{padding:.75rem 1.25rem}.site-nav a{padding:.35rem .55rem;font-size:.8125rem}}@media print{.site-header,.site-footer,.breadcrumb{display:none}main{padding:0}a[href]:after{content:" (" attr(href) ")";font-size:.75em;color:#666}}
