:root{--primary-blue: #003366;--accent-orange: #ff9800;--dark-blue: #001f3f;--text-dark: #1a1a1a;--text-light: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:Georgia,Garamond,serif;font-size:16px;line-height:1.6;color:var(--text-dark);background:linear-gradient(135deg,#f5f5f5,#e8e8e8);min-height:100vh}app-root{display:block;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:Georgia,Garamond,serif;color:var(--primary-blue);font-weight:700;margin-bottom:.5rem;line-height:1.4}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-dark);line-height:1.8}a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease;font-weight:500}a:hover{color:var(--accent-orange);text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.float-start{float:left;margin-right:1.5rem;margin-bottom:1rem}.float-end{float:right;margin-left:1.5rem;margin-bottom:1rem}.text-center{text-align:center}.text-start{text-align:left}.text-end{text-align:right}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.py-1{padding-top:.5rem;padding-bottom:.5rem}.py-2{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:2rem;padding-bottom:2rem}.py-5{padding-top:3rem;padding-bottom:3rem}.px-1{padding-left:.5rem;padding-right:.5rem}.px-2{padding-left:1rem;padding-right:1rem}.px-3{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:2rem;padding-right:2rem}.px-5{padding-left:3rem;padding-right:3rem}img{max-width:100%;height:auto;display:block}.img-fluid{max-width:100%;height:auto}iframe{max-width:100%}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-grid{display:grid!important}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}::selection{background-color:var(--accent-orange);color:#fff}::-moz-selection{background-color:var(--accent-orange);color:#fff}@media (max-width: 768px){.float-start,.float-end{float:none!important;margin-right:0;margin-left:0;margin-bottom:1rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.container{padding:0 .75rem}}@media (max-width: 576px){h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}p{font-size:.95rem}.container{padding:0 .5rem}}html{scroll-behavior:smooth}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}input:focus,textarea:focus,select:focus{outline:none}code{background-color:#f0f0f0;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;color:var(--primary-blue)}@media print{body{background:#fff}.navbar,.btn-close,.offcanvas{display:none}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{animation:fadeIn .8s ease-out}.footer p{color:#fff!important;font-weight:500}
