:root{--color-primary-red:#D11818;--color-primary-white:#FFFFFF;--color-navy-blue:#1A2C4F;--color-metallic-silver:#A0A4B3;--color-warm-gray:#707070;--font-primary:Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--border-radius:12px;--shadow-light:0 4px 6px rgba(26, 44, 79, 0.05);--shadow-medium:0 10px 20px rgba(26, 44, 79, 0.1);--shadow-heavy:0 15px 30px rgba(26, 44, 79, 0.15);--transition-smooth:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}body{padding-top:120px;font-family:inter,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;line-height:1.6;color:#1a2c4f;background:linear-gradient(135deg,#FAFAFA 0%,#F5F5F5 100%)}iframe{overflow:hidden;border:none}h1,h2,h3,h4,h5,h6{font-family:inter,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;font-weight:600;color:#1a2c4f;letter-spacing:-.02em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.navbar{background:rgba(255,255,255,.85);backdrop-filter:blur(20px)saturate(180%);-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid rgba(209,24,24,.1);box-shadow:0 4px 6px rgba(26,44,79,5%);transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar .navbar-brand{color:#1a2c4f;font-weight:700;letter-spacing:-1px;text-decoration:none}.navbar .navbar-brand:hover{color:#d11818}.navbar .nav-link{color:#1a2c4f!important;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.navbar .nav-link:hover{color:#d11818!important;transform:translateY(-1px)}.navbar .nav-link:hover::after{content:'';position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:20px;height:2px;background:#d11818;border-radius:1px}.navbar .nav-link:focus{outline:2px solid #d11818;outline-offset:2px}#home .navbar,#help .navbar{background:linear-gradient(135deg,rgba(209,24,24,.95) 0%,rgba(26,44,79,.9) 100%)!important}#home .navbar .navbar-brand,#home .navbar .nav-link,#help .navbar .navbar-brand,#help .navbar .nav-link{color:#fff!important}.dropdown-menu{border:none;border-radius:12px;box-shadow:0 15px 30px rgba(26,44,79,.15);backdrop-filter:blur(10px);background:rgba(255,255,255,.95)}.dropdown-menu .dropdown-item:hover{background:linear-gradient(90deg,rgba(209,24,24,.1) 0%,rgba(255,255,255,.1) 100%);color:#d11818}.btn{border-radius:12px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;padding:.75rem 1.5rem}.btn:hover{transform:translateY(-2px)}.btn.btn-primary{background:linear-gradient(135deg,#D11818 0%,#1A2C4F 100%);box-shadow:0 4px 6px rgba(26,44,79,5%)}.btn.btn-primary:hover{box-shadow:0 10px 20px rgba(26,44,79,.1)}.btn.btn-outline-primary{border:2px solid #d11818;color:#d11818}.btn.btn-outline-primary:hover{background:#d11818;transform:translateY(-2px)}.btn:focus{outline:2px solid #d11818;outline-offset:2px}.card,.bs-component .card{margin-bottom:1rem;border:none;border-radius:12px;box-shadow:0 10px 20px rgba(26,44,79,.1);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(26,44,79,.15)}.card .card-title{color:#1a2c4f;font-weight:600}.card .card-text{color:#707070}.form-control{border:2px solid rgba(26,44,79,.1);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);background:rgba(255,255,255,.9)}.form-control:focus{border-color:#d11818;box-shadow:0 0 0 .2rem rgba(209,24,24,.15);background:#fff;outline:2px solid #d11818;outline-offset:2px}.splash{position:relative;padding:12em 0 6em;color:#fff;text-align:center;background:linear-gradient(135deg,#D11818 0%,#1A2C4F 70%,#A0A4B3 100%);background-repeat:no-repeat;background-size:cover;overflow:hidden}.splash::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpolygon points='60 60 30 30 0 60'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")repeat;opacity:.1}.splash .logo{width:160px}.splash h1{font-size:3em;color:#fff}.splash #social{margin:2em 0 3em}.splash .alert{margin:2em 0;border:none}.splash .sponsor a{color:#fff}.section-tout{padding:6em 0 1em;text-align:center;background-color:#eaf1f1;border-bottom:1px solid rgba(0,0,0,5%)}.section-tout .icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1rem;font-size:2rem;line-height:1;color:#fff;background:linear-gradient(135deg,#D11818 0%,#1A2C4F 100%);border-radius:12px;box-shadow:0 10px 20px rgba(26,44,79,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.section-tout .icon:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 15px 30px rgba(26,44,79,.15)}.section-tout p{margin-bottom:5em}@media(max-width:768px){.splash{padding-top:8em}.splash .logo{width:100px}.splash h1{font-size:2em}.navbar-brand span{font-size:1.1rem}.modern-search{flex-direction:column;gap:.5rem}.modern-search .form-control{margin-right:0!important}#banner{margin-bottom:2em;text-align:center}}@media(min-width:992px){.navbar-transparent{background:0 0!important}}@media(prefers-contrast:high){:root{--color-primary-red:#CC0000;--color-navy-blue:#000033;--shadow-light:0 4px 6px rgba(0, 0, 0, 0.3);--shadow-medium:0 10px 20px rgba(0, 0, 0, 0.4);--shadow-heavy:0 15px 30px rgba(0, 0, 0, 0.5)}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.navbar .bi{margin-right:.25rem;font-size:1rem}#home .navbar-brand .nav-link,#help .navbar-brand .nav-link{display:inline-block;margin-right:-30px}#home{padding-top:0}#home .btn{padding:.5rem .9rem}.bs-docs-section{margin-top:4em}.bs-docs-section .page-header h1{padding:2rem 0;font-size:3rem}.dropdown-menu.show[aria-labelledby=themes]{display:flex;flex-wrap:wrap;width:420px}.dropdown-menu.show[aria-labelledby=themes] .dropdown-item{width:33.333333%}.dropdown-menu.show[aria-labelledby=themes] .dropdown-item:first-child{width:100%}.bs-component{position:relative}.bs-component+.bs-component{margin-top:1rem}.bs-component .modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}.bs-component .modal .modal-dialog{width:90%}.bs-component .popover{position:relative;display:inline-block;width:220px;margin:20px}.bs-component:hover .source-button{display:block}.source-button{position:absolute;top:0;right:0;z-index:100;display:none;font-weight:700}.source-button i{pointer-events:none}.source-button:hover{cursor:pointer}#source-modal pre{max-height:calc(100vh - 11rem)}.progress{margin-bottom:10px}#footer{margin:5em 0}#footer li{float:left;margin-right:1.5em;margin-bottom:1.5em}#footer p{margin-bottom:0;clear:left}.section-preview{padding:4em 0}.section-preview .preview{margin-bottom:4em;background-color:#eaf1f1}.section-preview .preview .image{position:relative}.section-preview .preview .image img{width:100%;height:auto}.section-preview .preview .options{padding:2em;text-align:center;border-top:1px solid rgba(0,0,0,.125)}.section-preview .preview .options p{margin-bottom:2em}.section-preview .dropdown-menu{text-align:left}.section-preview .lead{margin-bottom:2em}.sponsor a{text-decoration:none}.sponsor #carbonads{max-width:240px;margin:0 auto}.sponsor .carbon-text{display:block;margin-top:1em;font-size:12px}.sponsor .carbon-poweredby{float:right;margin-top:1em;font-size:10px}[data-bs-theme=dark] .section-tout{background-color:#111}[data-bs-theme=dark] .section-preview .preview{background-color:#2b3036}.bs-component>.btn,.bs-component>.btn-toolbar>.btn-group,.bs-component>.btn-group,#home .section-preview .card .btn-group{margin-bottom:.25rem}