:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#000000de;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;margin:0}#root{width:100%;min-height:100vh}.header{z-index:1000;background:linear-gradient(navy 0%,#006 100%);border-bottom:4px solid gold;padding:1rem 2rem;position:sticky;top:0;box-shadow:0 4px 8px #0003}.gov-stripe{background:linear-gradient(90deg,#f93 0% 33%,#fff 33% 66%,#138808 66% 100%);height:4px;position:absolute;top:0;left:0;right:0}.header-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.header-left,.header-right{flex:1;align-items:center;gap:1rem;display:flex}.header-left{justify-content:flex-start}.header-right{justify-content:flex-end}.header-center{text-align:center;color:#fff;flex:2}.logo-container{justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative}.logo{object-fit:contain;width:100%;height:100%;transition:transform .3s}.logo:hover{transform:scale(1.1)}.logo-placeholder{color:navy;background:linear-gradient(135deg,gold 0%,orange 100%);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 2px 8px #0000004d}.emblem-text{color:navy;text-shadow:1px 1px 2px #ffffff80;font-size:1.3rem;font-weight:800}.header-title{text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 4px #00000080;color:gold;margin:0;font-size:1.8rem;font-weight:700}.header-subtitle{color:#fff;text-shadow:1px 1px 2px #00000080;letter-spacing:1px;margin:.3rem 0 0;font-size:1.2rem;font-weight:600}.gov-badge{color:gold;text-transform:uppercase;letter-spacing:1px;background:#ffd70033;border:1px solid gold;border-radius:20px;margin-bottom:.5rem;padding:.3rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.header-motto{color:gold;letter-spacing:1px;opacity:.9;margin-top:.5rem;font-size:.9rem;font-style:italic;font-weight:500}@media (width<=968px){.header{padding:1rem 1.5rem}.header-container{gap:1.5rem}.logo-container{width:60px;height:60px}.header-title{font-size:1.5rem}.header-subtitle{font-size:1rem}.gov-badge{padding:.25rem .8rem;font-size:.7rem}.header-motto{font-size:.85rem}}@media (width<=768px){.header{padding:1rem}.header-container{flex-direction:column;gap:1rem}.header-left,.header-right{flex:none;justify-content:center;width:100%}.header-center{flex:none;order:-1;width:100%}.header-left{order:1}.header-right{order:2}.logo-container{width:55px;height:55px}.header-title{font-size:1.3rem}.header-subtitle{font-size:.95rem}.gov-badge{padding:.2rem .7rem;font-size:.65rem}.header-motto{font-size:.75rem}}@media (width<=480px){.header{padding:.8rem}.header-container{gap:.8rem}.logo-container{width:50px;height:50px}.header-title{font-size:1.1rem}.header-subtitle{font-size:.85rem}.gov-badge{padding:.2rem .6rem;font-size:.6rem}.header-motto{font-size:.7rem}.header-left,.header-right{gap:.8rem}}@media (width<=360px){.header-title{letter-spacing:.5px;font-size:1rem}.header-subtitle{font-size:.75rem}.gov-badge{padding:.15rem .5rem;font-size:.55rem}.header-motto{font-size:.65rem;display:none}.logo-container{width:45px;height:45px}}.app{background-color:#f5f5f5;flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.news-ticker-container{z-index:100;background:#fff;border-top:2px solid gold;border-bottom:2px solid gold;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.news-ticker-label{color:gold;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;background:linear-gradient(135deg,navy 0%,#006 100%);border-right:3px solid gold;align-items:center;min-width:180px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:700;display:flex}.news-ticker{background:#fff;flex:1;align-items:center;display:flex;overflow:hidden}.news-ticker-content{white-space:nowrap;padding:.8rem 0;animation:40s linear infinite scroll-left;display:flex}.news-ticker-content:hover{animation-play-state:paused}.news-item{color:navy;padding:0 3rem;font-size:.95rem;font-weight:600;display:inline-block;position:relative}.news-item:after{content:"•";color:gold;font-weight:700;position:absolute;right:1.5rem}.news-item:last-child:after{display:none}@keyframes scroll-left{0%{transform:translate(0%)}to{transform:translate(-50%)}}@media (width<=768px){.news-ticker-label{min-width:140px;padding:.7rem 1rem;font-size:.85rem}.news-item{padding:0 2rem;font-size:.85rem}}@media (width<=480px){.news-ticker-label{min-width:100px;padding:.6rem .8rem;font-size:.75rem}.news-ticker-label span{font-size:.75rem}.news-item{padding:0 1.5rem;font-size:.8rem}}.hero-section{color:#fff;text-align:center;background:linear-gradient(135deg,navy 0%,#006 100%);border-top:3px solid #f93;border-bottom:3px solid #138808;flex-direction:column;justify-content:center;min-height:300px;padding:0;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:2;background:linear-gradient(90deg,#f93 0%,#fff 50%,#138808 100%);height:3px;position:absolute;top:0;left:0;right:0}.hero-slider{justify-content:center;align-items:center;width:100%;height:100%;min-height:300px;display:flex;position:relative}.hero-slide{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:100%;min-height:300px;transition:opacity 1.5s ease-in-out;display:flex;position:absolute;top:0;left:0}.hero-slide.active{opacity:1;z-index:1}.hero-dots{z-index:10;gap:1rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:0 0;border:2px solid gold;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.hero-dot:hover{background:#ffd70080;transform:scale(1.2)}.hero-dot.active{background:gold;transform:scale(1.3)}.section-tabs{background:#fff;border-bottom:2px solid gold;padding:1.5rem 0}.tab-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.tab-button{color:navy;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#fff;border:2px solid navy;border-radius:4px;padding:.8rem 1.6rem;font-weight:700;transition:all .2s}.tab-button:hover{color:navy;background:#fff8d6;border-color:gold}.tab-button.active{color:gold;background:linear-gradient(135deg,navy 0%,#006 100%);border-color:gold}.tab-section{background-color:#fff;padding:4rem 2rem}.tab-section.alt{background-color:#f9f9f9}.about-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.about-card{background:#fff;border:2px solid navy;border-top:4px solid gold;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000001a}.about-card h3{color:navy;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1.3rem;font-weight:700}.about-card p{color:#333;line-height:1.6}.about-signature{text-align:right;border-top:2px solid gold;margin-top:2rem;padding-top:1.5rem}.about-signature-name{color:navy;letter-spacing:.5px;text-transform:uppercase;font-weight:700;display:block}.about-signature-title{color:#333;margin-top:.3rem;font-size:.95rem;font-weight:600;display:block}.notice-list{gap:1.2rem;margin:0;padding:0;list-style:none;display:grid}.notice-item{background:#fff;border-top:2px solid gold;border-left:6px solid navy;border-radius:8px;padding:1.5rem 1.8rem;box-shadow:0 4px 6px #00000014}.notice-date{color:#dc143c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem;font-size:.85rem;font-weight:700}.notice-title{color:navy;margin-bottom:.4rem;font-size:1.2rem;font-weight:700}.notice-desc{color:#333;line-height:1.5}.services-section{background-color:#fff;padding:4rem 2rem}.section-title{text-align:center;color:navy;text-transform:uppercase;letter-spacing:1px;border-bottom:3px solid gold;width:100%;margin-bottom:3rem;padding-bottom:1rem;font-size:2.2rem;font-weight:700;display:inline-block}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.service-card{text-align:center;background:#fff;border:2px solid navy;border-top:4px solid gold;border-radius:8px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #0000001a}.service-card:hover{border-color:gold;transform:translateY(-5px);box-shadow:0 8px 15px #00000040}.service-icon{margin-bottom:1rem;font-size:3rem}.service-card h3{color:navy;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1.4rem;font-weight:700}.service-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.service-link{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,navy 0%,#006 100%);border:2px solid gold;border-radius:4px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.service-link:hover{color:navy;background:linear-gradient(135deg,gold 0%,orange 100%);border-color:navy;transform:scale(1.05)}.info-section{background-color:#f9f9f9;padding:4rem 2rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.info-card{background:#fff;border-top:2px solid gold;border-left:6px solid navy;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000001a}.info-card h3{color:navy;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.info-card ul{padding:0;list-style:none}.info-card li{color:#333;border-bottom:1px solid #e0e0e0;padding:.7rem 0;font-size:1.1rem}.info-card li:last-child{border-bottom:none}.info-card strong{color:#dc143c;font-size:1.2rem;font-weight:700}.info-card p{color:#333;margin:.5rem 0;font-size:1.1rem}.note{color:#666;margin-top:1rem;font-size:.9rem;font-style:italic}.footer{color:#fff;text-align:center;background:linear-gradient(navy 0%,#006 100%);border-top:4px solid gold;margin-top:auto;padding:2rem}.footer:before{content:"";background:linear-gradient(90deg,#f93 0%,#fff 50%,#138808 100%);height:3px;margin-bottom:1.5rem;display:block}.footer p{color:gold;margin:0;font-size:1rem;font-weight:500}.footer-content{max-width:800px;margin:0 auto}.footer-title{text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem!important;font-size:1.3rem!important;font-weight:700!important}.footer-subtitle{color:#fff!important;margin-bottom:1rem!important;font-size:1rem!important}.footer-copyright{opacity:.9;color:#fff!important;margin-top:1rem!important;font-size:.9rem!important}.footer-disclaimer{font-style:italic;color:#ccc!important;margin-top:.5rem!important;font-size:.85rem!important}@media (width<=768px){.hero-section,.hero-slider,.hero-slide{min-height:250px}.hero-dots{bottom:.8rem}.hero-dot{width:10px;height:10px}.section-title{font-size:1.8rem}.services-grid,.info-grid{grid-template-columns:1fr}.tab-buttons{gap:.6rem}.tab-button{padding:.7rem 1.2rem;font-size:.85rem}.tab-section{padding:3rem 1rem}.about-grid{grid-template-columns:1fr}.container{padding:0 1.5rem}.services-section,.info-section{padding:3rem 1rem}}@media (width<=480px){.hero-section,.hero-slider,.hero-slide{min-height:200px}.hero-dots{gap:.7rem;bottom:.6rem}.hero-dot{width:8px;height:8px}.section-title{font-size:1.5rem}.service-card,.info-card{padding:1.5rem}.about-card,.notice-item{padding:1.3rem 1.4rem}.tab-button{padding:.6rem 1rem;font-size:.8rem}.service-icon{font-size:2.5rem}.service-card h3{font-size:1.2rem}.info-card h3{font-size:1.3rem}.container{padding:0 1rem}}
