*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}html{font-size:clamp(14px,1.5vw,16px)}h1,.text-4xl,.text-5xl{font-size:clamp(1.75rem,4vw,3rem);line-height:1.2}h2,.text-3xl{font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.3}h3,.text-2xl{font-size:clamp(1.25rem,2.5vw,1.875rem);line-height:1.3}h4,.text-xl{font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.4}h5,.text-lg{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5}.text-base{font-size:clamp(.875rem,1.2vw,1rem)}.text-sm{font-size:clamp(.75rem,1vw,.875rem)}.text-xs{font-size:clamp(.625rem,.8vw,.75rem)}.text-6xl{font-size:clamp(2.5rem,6vw,4rem);line-height:1.1}.text-7xl{font-size:clamp(3rem,8vw,5rem);line-height:1}.stat-number{font-size:clamp(1.875rem,4vw,3rem);font-weight:800;line-height:1}.card-title{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:700}button,.btn,input,textarea,select{font-size:clamp(.875rem,1.2vw,1rem)}@media(max-width:768px){input,textarea,select{font-size:16px!important}}.dark{color-scheme:dark}.dark body{background-color:#000;color:#fff}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-top-2{0%{transform:translateY(-.5rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoom-in-95{0%{transform:scale(.95)}to{transform:scale(1)}}.animate-in{animation-duration:.2s;animation-fill-mode:both}.fade-in{animation-name:fade-in}.slide-in-from-top-2{animation-name:slide-in-from-top-2}.zoom-in-95{animation-name:zoom-in-95}*{transition-timing-function:cubic-bezier(.4,0,.2,1)}.dark .bg-white{background-color:#121212!important;border-color:#2e2e2e!important}.dark .bg-gray-50{background-color:#1e1e1e!important;border-color:#2e2e2e!important}.dark .bg-gray-100{background-color:#2a2a2a!important}.dark .bg-gray-200{background-color:#333!important}.dark .text-gray-900{color:#fff!important}.dark .text-gray-800{color:#e5e5e5!important}.dark .text-gray-700{color:#d4d4d4!important}.dark .text-gray-600,.dark .text-gray-500{color:#a3a3a3!important}.dark .text-gray-400{color:#737373!important}.dark .text-black{color:#fff!important}.dark .border-gray-200{border-color:#2e2e2e!important}.dark .border-gray-100{border-color:#1f1f1f!important}.dark .hover\:bg-gray-50:hover{background-color:#1e1e1e!important}.dark .hover\:bg-gray-100:hover{background-color:#2a2a2a!important}.dark .fill-black,.dark .fill-gray-900{fill:#fff!important}.dark input,.dark textarea,.dark select{background-color:#1e1e1e;border-color:#333;color:#fff}.dark input::placeholder,.dark textarea::placeholder{color:#666}.dark input::placeholder,.dark textarea::placeholder{color:#64748b}.dark .shadow-sm{box-shadow:0 1px 2px #0000004d}.dark .shadow{box-shadow:0 1px 3px #0006,0 1px 2px -1px #0006}.dark .shadow-xl{box-shadow:0 20px 25px -5px #00000080,0 8px 10px -6px #00000080}html{font-size:16px}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}@media(max-width:768px){button,a,input[type=button],input[type=submit]{min-height:44px;min-width:44px}}body{overflow-x:hidden;width:100%}@supports (padding: max(0px)){body{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}*{-webkit-tap-highlight-color:rgba(0,0,0,.1)}html{scroll-behavior:smooth}@media(max-width:768px){*:focus{outline:2px solid #3b82f6;outline-offset:2px}*:focus:not(:focus-visible){outline:none}}@media(max-width:768px){input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],textarea,select{font-size:16px!important}}@media(max-width:768px){.mobile-scroll-table{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:768px){.mobile-card-spacing>*+*{margin-top:1rem}}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}}.show-mobile{display:block}@media(min-width:768px){.show-mobile{display:none}}@media(max-width:768px){.has-bottom-nav{padding-bottom:80px}}@media(max-width:768px){.mobile-modal{position:fixed;top:0;right:0;bottom:0;left:0;margin:0;max-width:100%;max-height:100%;border-radius:0}.mobile-modal-sheet{position:fixed;bottom:0;left:0;right:0;max-height:90vh;border-radius:1.5rem 1.5rem 0 0}}@media(max-width:768px){.container-mobile{padding-left:1rem;padding-right:1rem}}button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(max-width:768px){input,textarea,select{padding:.75rem 1rem;border-radius:.5rem}}@media(max-width:640px){.grid{gap:1rem}}.mobile-sticky-header{position:sticky;top:0;z-index:40;background:#fff}.dark .mobile-sticky-header{background:#000}@keyframes slide-in-from-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-in-from-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.slide-in-left{animation:slide-in-from-left .3s ease-out}.slide-in-bottom{animation:slide-in-from-bottom .3s ease-out}@media(max-width:768px){.shadow-mobile{box-shadow:0 1px 3px #0000001a}}@media(max-width:768px){p,li{line-height:1.6}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}}body.modal-open{overflow:hidden}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fade-in .2s ease-out}@keyframes shimmer{0%{transform:translate(-100%) skew(-15deg)}to{transform:translate(100%) skew(-15deg)}}.animate-shimmer{animation:shimmer 1.5s cubic-bezier(.4,0,.2,1) infinite}.modal-container{background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;overflow-y:auto;animation:modal-slide-in .2s ease-out;position:relative}@media(max-width:768px){.modal-overlay{padding:0;align-items:flex-end}.modal-container.mobile-full{position:fixed;top:0;right:0;bottom:0;left:0;margin:0;max-width:100%;max-height:100%;border-radius:0;animation:modal-slide-up .3s ease-out}.modal-container.mobile-sheet{position:fixed;bottom:0;left:0;right:0;max-height:90vh;border-radius:1.5rem 1.5rem 0 0;animation:modal-slide-up .3s ease-out}.modal-container:not(.mobile-full):not(.mobile-sheet){width:calc(100% - 2rem);max-width:100%;margin:1rem;max-height:calc(100vh - 2rem)}}@media(min-width:769px){.modal-overlay{align-items:center}.modal-container{width:100%;max-width:32rem}.modal-container.modal-lg{max-width:42rem}.modal-container.modal-xl{max-width:56rem}.modal-container.modal-2xl{max-width:72rem}}@keyframes modal-slide-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes modal-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}@media(max-width:768px){.modal-header{padding:1rem;position:sticky;top:0;background-color:#fff;z-index:10}}.modal-body{padding:1.5rem;overflow-y:auto}@media(max-width:768px){.modal-body{padding:1rem}.modal-container.mobile-full .modal-body,.modal-container.mobile-sheet .modal-body{max-height:calc(90vh - 140px)}}.modal-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb}@media(max-width:768px){.modal-footer{padding:1rem;position:sticky;bottom:0;background-color:#fff;z-index:10;flex-direction:column-reverse}.modal-footer button{width:100%;min-height:44px}}.modal-close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;transition:background-color .2s;cursor:pointer;border:none;background:transparent}.modal-close:hover{background-color:#f3f4f6}@media(max-width:768px){.modal-close{width:2.75rem;height:2.75rem;min-width:44px;min-height:44px}}.modal-handle{width:3rem;height:.25rem;background-color:#d1d5db;border-radius:9999px;margin:.75rem auto}@media(min-width:769px){.modal-handle{display:none}}.dark .modal-container{background-color:#1f2937;border-color:#374151}.dark .modal-header,.dark .modal-footer,.dark .modal-body{background-color:#1f2937}.dark .modal-header,.dark .modal-footer{border-color:#374151}.dark .modal-close:hover{background-color:#374151}.dark .modal-handle{background-color:#4b5563}@supports (padding: max(0px)){@media(max-width:768px){.modal-container.mobile-full,.modal-container.mobile-sheet,.modal-footer{padding-bottom:max(1rem,env(safe-area-inset-bottom))}}}@media(max-width:768px){.md\\:modal-full{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;max-width:100%!important;max-height:100%!important;border-radius:0!important}}.goog-te-banner-frame.skiptranslate{display:none!important}body{top:0!important}.goog-te-gadget-icon{display:none!important}.goog-te-gadget-simple{background-color:transparent!important;border:1px solid #e5e7eb!important;padding:4px 8px!important;border-radius:8px!important;font-size:14px!important;display:flex!important;align-items:center!important;cursor:pointer!important}.dark .goog-te-gadget-simple{border-color:#374151!important}.goog-te-gadget-simple .goog-te-menu-value{color:#374151!important}.dark .goog-te-gadget-simple .goog-te-menu-value{color:#d1d5db!important}.goog-te-gadget-simple .goog-te-menu-value span{border-left:none!important;padding-left:0!important}.goog-te-gadget-simple .goog-te-menu-value span:last-child{display:none!important}footer .goog-te-gadget-simple{border-color:#374151!important;color:#fff!important}footer .goog-te-gadget-simple .goog-te-menu-value{color:#fff!important}footer .goog-te-gadget-simple .goog-te-menu-value span{color:#fff!important}footer .goog-te-gadget-simple{padding:2px 6px!important;font-size:12px!important;height:28px!important;border-radius:6px!important;max-width:140px!important;overflow:hidden!important}footer .goog-te-gadget-simple img{display:none!important}footer .goog-te-gadget-simple .goog-te-menu-value{margin:0!important}footer .goog-te-gadget-simple .goog-te-menu-value span:first-child{font-weight:700!important;font-size:12px!important}footer .goog-te-gadget-simple .goog-te-menu-value{display:none!important}footer .goog-te-gadget-simple:before{content:"ENG";color:#fff!important;font-weight:700;font-size:12px}footer .goog-te-gadget-simple:after{content:"▼";font-size:8px;color:#fff!important;margin-left:6px;opacity:.8}footer .goog-te-gadget-simple{justify-content:center!important;min-width:60px!important}
