:root{--primary-color:#f59e0b;--bg-color:#000;--text-color:#fff;--link-color:#2563eb;--border-color:#333;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-color)}body{padding-top:70px}h2{padding:0;margin:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}*{box-sizing:border-box}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.justify-center{justify-content:center}.column-center{align-items:center}.column-center,.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.items-center{align-items:center}.text-center{text-align:center}.width80{width:80%}.width90{width:90%}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.language-switcher select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:1.5rem;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:1em}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .2s ease-in-out}.language-switcher-dropdown{position:relative}.language-switcher-dropdown-menu{position:absolute;right:0;top:100%;z-index:50;min-width:12rem}.btn{display:inline-block;padding:.5rem 1rem;border-radius:.25rem;font-weight:500;cursor:pointer;transition:background-color .2s,color .2s}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#e79106;text-decoration:none}@media (max-width:768px){.md-hide{display:none}}@media (min-width:769px){.md-show{display:none}}