:root{--background: 0 0% 100%;--foreground: 220 30% 12%;--muted: 215 25% 96%;--muted-foreground: 220 12% 38%;--card: 0 0% 100%;--card-foreground: 220 30% 12%;--primary: 218 100% 26%;--primary-foreground: 0 0% 100%;--secondary: 215 35% 96%;--secondary-foreground: 218 80% 20%;--accent: 212 60% 95%;--accent-foreground: 212 100% 28%;--border: 215 25% 88%;--destructive: 0 78% 50%;--brand-navy: 220 100% 15%;--brand-primary: 218 100% 26%;--brand-accent: 212 100% 40%;--brand-gradient: linear-gradient(135deg, hsl(var(--brand-navy)) 0%, hsl(var(--brand-primary)) 50%, hsl(var(--brand-accent)) 100%);--brand-red: var(--brand-navy);--brand-orange: var(--brand-primary);--brand-pink: var(--brand-accent);--section-alt-bg: 215 35% 97%;--btn-radius: 6px}.dark{--background: 220 30% 8%;--foreground: 215 12% 92%;--muted: 220 25% 14%;--muted-foreground: 215 12% 65%;--card: 220 30% 10%;--card-foreground: 215 12% 92%;--primary: 212 100% 55%;--primary-foreground: 0 0% 100%;--secondary: 220 30% 18%;--secondary-foreground: 212 80% 90%;--accent: 218 50% 22%;--accent-foreground: 212 100% 85%;--border: 220 25% 20%;--destructive: 0 78% 55%;--brand-navy: 220 100% 18%;--brand-primary: 218 100% 38%;--brand-accent: 212 100% 55%;--brand-gradient: linear-gradient(135deg, hsl(var(--brand-navy)) 0%, hsl(var(--brand-primary)) 50%, hsl(var(--brand-accent)) 100%);--brand-red: var(--brand-navy);--brand-orange: var(--brand-primary);--brand-pink: var(--brand-accent)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Noto Sans JP,Hiragino Kaku Gothic ProN,Hiragino Sans,Yu Gothic,Meiryo,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;overflow-x:clip}a{color:inherit;text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.prose{max-width:65ch;font-size:var(--article-font-size, 1.125rem);line-height:var(--article-line-height, 1.9);color:hsl(var(--foreground))}.font-size-small{--article-font-size: 1rem;--article-line-height: 1.8}.font-size-medium{--article-font-size: 1.125rem;--article-line-height: 1.9}.font-size-large{--article-font-size: 1.25rem;--article-line-height: 2}.article-main .prose{max-width:100%}.prose h1,.prose h2,.prose h3,.prose h4{font-weight:700;line-height:1.4;color:hsl(var(--foreground));letter-spacing:-.01em}.prose h1{font-size:2.25rem;margin-top:2.5rem;margin-bottom:1.25rem}.prose h2{font-size:1.625rem;margin-top:3rem;margin-bottom:1rem;padding-bottom:.625rem;position:relative}.prose h2:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,hsl(220 100% 15%) 0%,hsl(220 100% 15%) 22%,hsl(218 100% 26%) 22%,hsl(218 100% 26%) 38%,hsl(212 100% 40%) 38%,hsl(212 100% 40%) 50%,hsl(212 60% 60%) 50%,hsl(212 60% 60%) 78%,hsl(215 25% 78% / .5) 78%,hsl(215 25% 78% / .5) 92%,transparent 92%);border-radius:0}.dark .prose h2:after{background:linear-gradient(90deg,hsl(220 100% 25%) 0%,hsl(220 100% 25%) 22%,hsl(218 100% 38%) 22%,hsl(218 100% 38%) 38%,hsl(212 100% 55%) 38%,hsl(212 100% 55%) 50%,hsl(212 50% 50%) 50%,hsl(212 50% 50%) 78%,hsl(215 25% 35% / .7) 78%,hsl(215 25% 35% / .7) 92%,transparent 92%);border-radius:0}.prose h3{font-size:1.375rem;margin-top:2.25rem;margin-bottom:.875rem;display:flex;align-items:center;gap:.5rem}.prose h3:before{content:"";display:inline-block;width:4px;height:1.1em;background:#003087;border-radius:0;flex-shrink:0}.dark .prose h3:before{background:#06c}.prose h4{font-size:1.125rem;margin-top:1.75rem;margin-bottom:.75rem;font-weight:600}.prose p{margin-bottom:1.75rem;text-align:justify;text-justify:inter-ideograph}.prose>p strong,.prose>p b,.prose>blockquote strong,.prose>blockquote b{font-weight:700;background:#0058cc24;padding:.1em .35em;border-radius:2px;color:#001b52}.dark .prose>p strong,.dark .prose>p b,.dark .prose>blockquote strong,.dark .prose>blockquote b{background:#338bff38;color:#d6e8ff}.prose li strong,.prose li b{font-weight:700}.prose ul,.prose ol{margin-bottom:1.75rem;padding:1.25rem 1.5rem 1.25rem 2.5rem;background:hsl(var(--muted) / .5);border-radius:3px;border:1px solid hsl(var(--border) / .5)}.prose li{margin-bottom:.625rem;line-height:1.8;position:relative}.prose li:last-child{margin-bottom:0}.prose li::marker{color:#003087;font-weight:600}.dark .prose li::marker{color:#06c}.prose ul li,.prose ol li{padding-left:.375rem}.prose ul ul,.prose ol ol,.prose ul ol,.prose ol ul{margin-top:.75rem;margin-bottom:.5rem;background:transparent;border-left:none;padding:0 0 0 1.5rem;border-radius:0}.prose img{max-width:100%;height:auto;border-radius:3px;margin:2rem 0}.dark .prose img,.dark figure img,.dark .dark-blend-image{filter:brightness(.9) contrast(1.05);border:1px solid hsl(var(--border) / .5)!important}.prose blockquote{padding:1.5rem 1.5rem 1.5rem 3.5rem;margin:2rem 0;background:hsl(var(--muted));border-radius:4px;border:1px solid hsl(var(--border));font-style:italic;color:hsl(var(--muted-foreground));position:relative}.prose blockquote:before{content:"“";position:absolute;left:1rem;top:.75rem;font-size:2.5rem;font-family:Georgia,serif;color:#0058cc73;line-height:1}.prose blockquote p{margin-bottom:.75rem}.prose blockquote p:last-child{margin-bottom:0}.prose blockquote cite,.prose blockquote footer{display:block;margin-top:.75rem;font-size:.9rem;font-style:normal;color:hsl(var(--muted-foreground) / .8)}.prose blockquote cite:before{content:"— "}.prose code{background:hsl(var(--primary) / .1);color:hsl(var(--primary));padding:.2rem .5rem;border-radius:2px;font-size:.875em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,monospace;border:1px solid hsl(var(--primary) / .15);font-weight:500}.dark .prose code{background:hsl(var(--accent) / .5);color:hsl(var(--accent-foreground));border-color:hsl(var(--accent) / .3)}.prose pre{background:hsl(var(--muted));padding:1.5rem;border-radius:4px;overflow-x:auto;margin:2rem 0;border:1px solid hsl(var(--border) / .5)}.prose pre code{background:none;padding:0;font-size:.875rem;line-height:1.7;color:hsl(var(--foreground));border:none;font-weight:400}.dark .prose pre{background:#0f1729;border-color:hsl(var(--border) / .3)}.dark .prose pre code{color:#dbe6f0}.prose hr{border:none;height:1px;background:hsl(var(--border));margin:3rem 0}.prose strong{font-weight:700;color:hsl(var(--foreground))}.prose em{font-style:italic}.prose a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;transition:color .2s,text-decoration-color .2s}.prose a:hover{color:hsl(var(--primary) / .8)}.prose :global(.table-wrapper){width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:2rem 0}.prose :global(.table-wrapper) table{margin:0}.prose table{width:100%;min-width:500px;border-collapse:separate;border-spacing:0;margin:2rem 0;font-size:1rem;border-radius:4px;overflow:hidden;border:1px solid hsl(var(--border));box-shadow:0 1px 3px hsl(var(--foreground) / .05)}.prose th,.prose td{padding:.875rem 1.25rem;text-align:left;border-bottom:1px solid hsl(var(--border) / .7)}.prose th{background:linear-gradient(180deg,hsl(var(--primary) / .1),hsl(var(--primary) / .05));font-weight:600;color:hsl(var(--foreground));text-transform:none;letter-spacing:.01em;border-bottom:2px solid hsl(var(--primary) / .3)}.prose tbody tr{transition:background-color .15s ease}.prose tbody tr:nth-child(2n){background:hsl(var(--muted) / .25)}.prose tbody tr:hover{background:hsl(var(--primary) / .08)}.prose tbody tr:last-child td{border-bottom:none}.prose td[data-type=number],.prose th[data-type=number]{text-align:right;font-variant-numeric:tabular-nums}.lightbox-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s ease}.lightbox-modal.is-open{visibility:visible;opacity:1;transition:visibility 0s,opacity .3s ease}.lightbox-backdrop{position:absolute;inset:0;background:#000000d9;backdrop-filter:blur(4px)}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.lightbox-close{position:absolute;top:-40px;right:0;padding:8px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.lightbox-close:hover{background:#fff3;transform:scale(1.1)}.lightbox-close:focus-visible{outline:2px solid white;outline-offset:2px}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:3px;box-shadow:0 8px 32px #0006}.lightbox-caption{margin-top:12px;color:#ffffffe6;font-size:14px;text-align:center;max-width:600px}.header{position:sticky;top:0;z-index:100;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border))}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:64px}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;white-space:nowrap}.search-bar-container{position:relative;flex:1;max-width:400px}.search-bar{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;background:hsl(var(--muted));border-radius:3px;color:hsl(var(--muted-foreground))}.search-input{flex:1;border:none;background:transparent;font-size:.875rem;color:hsl(var(--foreground));outline:none;min-width:0}.search-input::placeholder{color:hsl(var(--muted-foreground))}.suggest-panel{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:4px;box-shadow:0 8px 24px hsl(var(--foreground) / .12);z-index:300;overflow:hidden;max-height:360px;overflow-y:auto}.suggest-panel.is-visible{display:block}.mobile-suggest-panel{position:static;margin-top:.5rem;border-radius:3px;max-height:55vh;box-shadow:none;border-color:hsl(var(--border))}.suggest-section-label{padding:.375rem .875rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .6)}.suggest-item{display:flex;align-items:center;gap:.625rem;padding:.5625rem .875rem;font-size:.875rem;color:hsl(var(--foreground));cursor:pointer;text-decoration:none;transition:background .12s;border-top:1px solid hsl(var(--border) / .5)}.suggest-item:first-child,.suggest-section-label+.suggest-item{border-top:none}.suggest-item:hover,.suggest-item.is-active{background:hsl(var(--muted))}.suggest-item-icon{flex-shrink:0;color:hsl(var(--muted-foreground));display:flex;align-items:center}.suggest-item-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.suggest-item-type{font-size:.6875rem;color:hsl(var(--muted-foreground));flex-shrink:0;background:hsl(var(--muted));padding:.125rem .375rem;border-radius:999px}.header-nav{display:flex;align-items:center;gap:1rem}.article-count{font-size:.875rem;color:hsl(var(--muted-foreground));white-space:nowrap}.experts-link{font-size:.875rem;padding:.5rem 1rem;border-radius:2px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));transition:background .2s;white-space:nowrap}.experts-link:hover{background:hsl(var(--primary) / .2)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:2px;cursor:pointer;color:hsl(var(--foreground));transition:background .2s}.theme-toggle:hover{background:hsl(var(--muted))}.footer{border-top:1px solid hsl(var(--border));margin-top:4rem;padding:2rem 0}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:600}.footer-text{font-size:.875rem;color:hsl(var(--muted-foreground))}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem .5rem;margin-top:.875rem;font-size:.8125rem}.footer-nav-link{color:hsl(var(--foreground) / .85);text-decoration:none;transition:color .15s ease}.footer-nav-link:hover{color:#06c;text-decoration:underline}.footer-nav-sep{color:hsl(var(--muted-foreground));opacity:.5}.footer-org{text-align:center;margin-top:.5rem;font-size:.8125rem;color:hsl(var(--muted-foreground));line-height:1.6}.footer-org-name{font-weight:600;color:hsl(var(--foreground))}.footer-org-desc,.footer-org-addr{margin:.125rem 0}.footer-org-links{margin-top:.25rem}.footer-org-link{color:hsl(var(--primary));text-decoration:none}.footer-org-link:hover{text-decoration:underline}.footer-org-sep{margin:0 .5rem;opacity:.5}.footer-social{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.footer-rss{display:flex;align-items:center;margin-top:.5rem}.footer-rss-link{display:inline-flex;align-items:center;gap:.4rem;padding:.375rem .75rem;border-radius:4px;border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));font-size:.8125rem;line-height:1;transition:color .2s,background .2s,border-color .2s}.footer-rss-link:hover{color:#ee802f;border-color:#ee802f;background:hsl(var(--muted))}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;color:hsl(var(--muted-foreground));transition:color .2s,background .2s}.footer-social-link:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}@media(max-width:1024px){.search-bar-container{max-width:280px}.header-nav{gap:.75rem}}@media(max-width:768px){.header-inner{height:56px;gap:.75rem;padding:0 1rem}.logo{font-size:1rem}.logo svg{width:20px;height:20px}.search-bar-container{display:none}.header-nav{gap:.5rem}.article-count{display:none}.theme-toggle{width:44px;height:44px}.theme-toggle svg{width:20px;height:20px}.mega-nav{display:none!important}.footer{margin-top:2rem;padding:1.5rem 0}.footer-inner{padding:0 1rem}.footer-brand{font-size:.9375rem}.footer-text{font-size:.8125rem}}@media(max-width:480px){.header-inner{height:52px}.logo{font-size:.9375rem;gap:.375rem}}.mega-nav{display:none;border-top:1px solid hsl(var(--border));background:hsl(var(--background))}@media(min-width:769px){.mega-nav{display:block!important}}.mega-nav-list{display:flex;align-items:center;gap:0;list-style:none;height:44px;overflow:visible}.mega-nav-item{position:relative;flex:1;min-width:0}.mega-nav-trigger{display:flex;align-items:center;gap:.375rem;padding:.625rem .5rem;font-size:.8125rem;font-weight:500;color:hsl(var(--foreground));background:transparent;border:none;cursor:pointer;text-decoration:none;transition:background .2s;width:100%;min-width:0}.mega-nav-trigger-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.mega-nav-trigger:hover{background:hsl(var(--muted));text-decoration:none}.mega-nav-trigger:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}:where(.mega-nav-dot,.mega-cat-dot,.mobile-nav-dot){background-color:#6b7280}.mega-nav-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.mega-cat-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.bg-navy-900{background-color:#001a4d}.bg-navy-700{background-color:#003087}.bg-navy-500{background-color:#1a4a8a}.bg-blue-700{background-color:#06c}.bg-blue-500{background-color:#2a7fe0}.bg-blue-400{background-color:#4a90e2}.bg-sky-500{background-color:#5dadec}.bg-gray-500{background-color:#6b7280}.bg-orange-500{background-color:#003087}.bg-orange-600{background-color:#001a4d}.bg-orange-400{background-color:#1a4a8a}.bg-amber-500{background-color:#06c}.bg-amber-600{background-color:#003087}.bg-green-500{background-color:#4a90e2}.bg-purple-500{background-color:#1a4a8a}.bg-pink-500{background-color:#06c}.bg-rose-500{background-color:#003087}.bg-red-500{background-color:#001a4d}.mega-dropdown{display:none;position:absolute;top:100%;left:0;min-width:280px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:3px;padding:1rem;box-shadow:0 10px 40px #0000001a;z-index:100}.mega-nav-item:hover .mega-dropdown,.mega-nav-item:focus-within .mega-dropdown{display:block!important}.mega-nav-item:focus-within .mega-nav-trigger svg{transform:rotate(180deg)}.mega-nav-trigger svg,.mega-nav-arrow{transition:transform .2s;flex-shrink:0}.mega-dropdown-header{display:flex;align-items:flex-start;gap:.75rem;padding:.25rem .5rem .75rem;margin:-.25rem -.5rem .75rem;border-bottom:1px solid hsl(var(--border));color:inherit;text-decoration:none;border-radius:2px;transition:background-color .15s ease,color .15s ease}a.mega-dropdown-header:hover,a.mega-dropdown-header:focus-visible{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground));text-decoration:none;outline:none}a.mega-dropdown-header:focus-visible{box-shadow:0 0 0 2px hsl(var(--ring))}.mega-dropdown-title{font-size:.9375rem;font-weight:600;margin:0}.mega-dropdown-desc{font-size:.75rem;color:hsl(var(--muted-foreground));margin:.25rem 0 0;line-height:1.4}.mega-dropdown-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem;margin:0;padding:0}.mega-dropdown-link{display:block;padding:.5rem .625rem;font-size:.8125rem;color:hsl(var(--foreground));border-radius:2px;transition:background .15s}.mega-dropdown-link:hover{background:hsl(var(--muted))}.mobile-search-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;border-radius:2px;cursor:pointer;color:hsl(var(--foreground));transition:background .2s;flex-shrink:0}.mobile-search-btn:hover{background:hsl(var(--muted))}.mobile-search-overlay{display:none;position:absolute;top:100%;left:0;right:0;z-index:200;background:hsl(var(--background));border-bottom:2px solid hsl(var(--primary) / .3);box-shadow:0 4px 12px hsl(var(--foreground) / .08);padding:.75rem 1rem}.mobile-search-overlay.is-open{display:block}.mobile-search-form{display:flex;align-items:center;gap:.625rem;background:hsl(var(--muted));border-radius:3px;padding:.625rem .875rem;color:hsl(var(--muted-foreground))}.mobile-search-input{flex:1;border:none;background:transparent;font-size:1rem;color:hsl(var(--foreground));outline:none;min-width:0}.mobile-search-input::placeholder{color:hsl(var(--muted-foreground))}.mobile-search-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:2px;cursor:pointer;color:hsl(var(--muted-foreground));flex-shrink:0;transition:color .2s}.mobile-search-close:hover{color:hsl(var(--foreground))}.mobile-menu-toggle{display:none;background:transparent;border:none;padding:.5rem;cursor:pointer;color:hsl(var(--foreground))}.desktop-only{display:inline-flex}.mobile-drawer{display:none;position:fixed;inset:0;background:hsl(var(--background));z-index:1000;overflow-y:auto;padding-top:64px}.mobile-drawer.is-open{display:block}.mobile-drawer-content{padding:1rem}.mobile-drawer-header{display:flex;justify-content:flex-end;padding-bottom:1rem;border-bottom:1px solid hsl(var(--border));margin-bottom:1rem}.mobile-nav-item{border-bottom:1px solid hsl(var(--border))}.mobile-nav-trigger{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 0;font-size:1rem;font-weight:500;color:hsl(var(--foreground));background:transparent;border:none;cursor:pointer;text-align:left}.mobile-nav-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.mobile-nav-label{flex:1}.mobile-nav-arrow{transition:transform .2s}.mobile-nav-item.is-open .mobile-nav-arrow{transform:rotate(180deg)}.mobile-submenu{display:none;padding:0 0 1rem 1.75rem}.mobile-nav-item.is-open .mobile-submenu{display:block}.mobile-submenu-desc{font-size:.8125rem;color:hsl(var(--muted-foreground));margin:0 0 .75rem;line-height:1.4}.mobile-submenu-list{list-style:none;margin:0;padding:0}.mobile-submenu-link{display:block;padding:.625rem 0;font-size:.9375rem;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border) / .5)}.mobile-submenu-list li:last-child .mobile-submenu-link{border-bottom:none}.mobile-view-all{display:inline-block;margin-top:.75rem;font-size:.875rem;font-weight:500;color:hsl(var(--primary))}@media(max-width:768px){.mobile-menu-toggle,.mobile-search-btn{display:flex}.desktop-only{display:none}}.toc-item.active{color:hsl(var(--primary))!important;background:hsl(var(--primary) / .1)!important;font-weight:500!important}.announce-bar{background:#001a4d;color:#fff;font-size:.8125rem;line-height:1}.announce-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:36px}.announce-text{display:flex;align-items:center;gap:.875rem;color:#ffffffe0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.announce-text strong{font-weight:700;color:#fff}.announce-cta{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:#06c;color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .2s}.announce-cta:hover{background:#004fa3}.announce-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#ffffffb3;cursor:pointer;transition:background .2s,color .2s}.announce-close:hover{background:#ffffff1a;color:#fff}@media(max-width:640px){.announce-bar{font-size:.6875rem}.announce-inner{height:auto;min-height:32px;padding:.375rem 0;flex-wrap:wrap;gap:.375rem .75rem}.announce-text{gap:.5rem;white-space:normal;flex-wrap:wrap;overflow:visible;text-overflow:unset;line-height:1.4}.announce-cta{font-size:.6875rem;padding:.2rem .625rem}}@media(max-width:400px){.announce-text strong{display:none}}.logo-wordmark{display:inline-flex;align-items:baseline;gap:0;line-height:1;font-size:0}.logo-techno{color:#003087;font-weight:800;letter-spacing:-.02em;font-size:1.125rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif}.logo-digital{color:#06c;font-weight:800;letter-spacing:-.02em;font-size:1.125rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif}.logo-tag{font-size:.6875rem;font-weight:500;color:hsl(var(--muted-foreground));margin-left:.4rem;white-space:nowrap;font-family:inherit}.dark .logo-techno{color:#4a90e2}.dark .logo-digital{color:#5dadec}.footer--dark{background:#001a4d;border-top:none;margin-top:0}.dark .footer--dark{background:#0d2260}.footer--dark .footer-text,.footer--dark .footer-org,.footer--dark .footer-org-desc,.footer--dark .footer-org-addr{color:#ffffff9e}.footer--dark .footer-brand{color:#fffffff2}.footer--dark .footer-org-name{color:#ffffffeb;font-weight:600}.footer--dark .footer-nav-link{color:#ffffffb3}.footer--dark .footer-nav-link:hover{color:#5dadec;text-decoration:none}.footer--dark .footer-nav-sep{color:#ffffff4d;opacity:1}.footer--dark .footer-org-link{color:#5dadec}.footer--dark .footer-org-link:hover{color:#fff}.footer--dark .footer-rss-link{color:#fff9;border-color:#fff3}.footer--dark .footer-rss-link:hover{color:#fff;border-color:#ffffff80;background:#ffffff0f}.footer--dark .footer-social-link{color:#ffffff94}.footer--dark .footer-social-link:hover{color:#fff;background:#ffffff1a}.footer-cta-band{background:#003087;padding:1.375rem 0}.footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.footer-cta-text{font-size:1rem;font-weight:700;color:#fff;margin:0;letter-spacing:.01em}.footer-cta-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1.625rem;background:#fff;color:#003087;font-weight:700;border-radius:6px;text-decoration:none;font-size:.9375rem;white-space:nowrap;transition:background .2s,color .2s}.footer-cta-btn:hover{background:#e8f0fe;color:#001a4d}@media(max-width:640px){.footer-cta-inner{flex-direction:column;align-items:stretch;gap:.875rem;text-align:center}.footer-cta-text{font-size:.9375rem}.footer-cta-btn{width:100%;justify-content:center;font-size:.9375rem;padding:.6875rem 1.25rem}}
