@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";:root{--light-text: #111827;--light-bg: #f9fafb;--light-surface: #ffffff;--light-footer: #f3f4f6;--hamburger-phone-max-width: 430px;--about-card-padding: 2rem;--about-card-padding-mobile: 1rem;--about-h2-size: 1.875rem;--about-h2-size-mobile: 1.5rem;--about-body-size-mobile: .95rem}.dark{--dark-text: #f9fafb;--dark-bg: #111827;--dark-surface: #1f2937;--dark-footer: #1f2937}body{font-family:Roboto,sans-serif;transition:background-color .3s,color .3s;background-color:var(--light-bg);color:var(--light-text)}.dark body{background-color:var(--dark-bg);color:var(--dark-text)}.dark .text-gray-800{color:var(--dark-text)!important}.dark .text-gray-700{color:#e5e7eb!important}.dark .text-gray-600{color:#d1d5db!important}.dark .text-gray-500{color:#9ca3af!important}.dark .bg-gray-800 ul,.dark .bg-gray-800 li,.dark .bg-gray-800 p,.dark .package-card-anim,.dark .package-card-anim ul,.dark .package-card-anim li,.dark .package-card-anim p,.dark .about-card,.dark .about-card ul,.dark .about-card li,.dark .about-card p,.dark .max-w-lg{color:var(--dark-text)!important}html:not(.dark) .text-gray-600{color:#374151!important}html:not(.dark) .text-gray-500{color:#4b5563!important}html:not(.dark) .text-gray-700{color:#1f2937!important}html:not(.dark) .bg-yellow-50{color:#1f2937}html:not(.dark) .bg-yellow-50 p,html:not(.dark) .bg-yellow-50 li,html:not(.dark) .bg-yellow-50 strong,html:not(.dark) .bg-yellow-50 em{color:#1f2937!important}html:not(.dark) .package-card-anim,html:not(.dark) .about-card,html:not(.dark) .PackagesTiles,html:not(.dark) .package-details{color:#111827}html:not(.dark) .package-card-anim ul,html:not(.dark) .package-card-anim p,html:not(.dark) .package-card-anim li{color:#374151!important}html:not(.dark) .package-details-modal,html:not(.dark) .modal-content{color:#1f2937}html:not(.dark) .text-gray-800{color:#111827!important}html:not(.dark) .package-card-anim.bg-gray-50,html:not(.dark) .about-card.bg-white,html:not(.dark) .bg-white.max-w-lg{color:var(--light-text)!important}html:not(.dark) .package-card-anim ul,html:not(.dark) .package-card-anim li,html:not(.dark) .package-card-anim p,html:not(.dark) .about-card ul,html:not(.dark) .about-card li{color:#374151!important}.bg-white.dark\:bg-gray-800,.bg-gray-50.dark\:bg-gray-700{background-color:var(--light-surface)}.dark .bg-white.dark\:bg-gray-800,.dark .bg-gray-50.dark\:bg-gray-700{background-color:var(--dark-surface)}.bg-gray-100.dark\:bg-gray-900{background-color:var(--light-bg)}.dark .bg-gray-100.dark\:bg-gray-900{background-color:var(--dark-bg)}footer.bg-white{background-color:var(--light-footer)!important}.dark footer.bg-white{background-color:var(--dark-footer)!important}.section-content{max-height:0;overflow:hidden;transition:max-height .5s ease-out,padding .5s ease-out;padding:0 1.5rem}.section-content.open{max-height:3000px;padding:1.5rem}.load-analysis-grid .md\:grid-cols-12>div{display:flex;flex-direction:column;justify-content:center}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .5s ease-out forwards}@keyframes slide-down{0%{max-height:0;opacity:0;transform:translateY(-8px)}to{max-height:2000px;opacity:1;transform:translateY(0)}}@keyframes fade-scale-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.packages-enter{overflow:hidden;animation:slide-down .4s ease forwards}.package-card-anim{animation:fade-scale-in .25s ease forwards}.theme-switch{position:relative;display:inline-block;width:60px;height:34px}.theme-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px}.theme-switch input:not(:checked)+.slider:before{content:"☀️"}input:checked+.slider{background-color:#2196f3}input:checked+.slider:before{transform:translate(26px);content:"🌙"}.icon-nav-item{display:flex;align-items:center;padding:.5rem;border-radius:.375rem;transition:background-color .3s,color .3s;cursor:pointer;overflow:hidden;width:3.5rem}.icon-nav-item:hover{width:100%;background-color:#3b82f6;color:#fff}.icon-nav-item .icon{flex-shrink:0;width:2.5rem;text-align:center}.icon-nav-item .label{white-space:nowrap;margin-left:.75rem;opacity:0;transition:opacity .3s ease-in-out}.icon-nav-item:hover .label{opacity:1}.w-20 .label,.w-20 .icon-only-label{opacity:0}.w-20:hover .label,.w-20:hover .icon-only-label{opacity:1}.w-20:hover .icon-only-label{display:none}.w-20 .icon-only-label{display:block;opacity:1;transition:opacity .3s ease-in-out}h2 .label,h2 .icon-only-label{transition:opacity .3s ease-in-out}.icon-nav-item.active{background-color:#2563eb;color:#fff}.hide-page-links-on-phones{display:block}@media (max-width: 430px){.hide-page-links-on-phones{display:none!important}}.show-hamburger-phones-only{display:none}@media (max-width: 430px){.show-hamburger-phones-only{display:flex}}@media (max-width: 375px){#packages-cta{font-size:.9rem}.package-card-anim{padding-bottom:2.5rem}.ssc-main{padding-left:.75rem!important;padding-right:.75rem!important}.fixed.bottom-6.right-6{bottom:12px;right:12px;gap:.5rem}.fixed.bottom-6.right-6 a,.fixed.bottom-6.right-6 button{padding:.5rem .6rem;font-size:.75rem}.bg-white.dark\:bg-gray-800.p-4.rounded-lg.shadow-md canvas{width:100%!important;height:auto!important}}@media (max-width: 414px){.ssc-aside{display:none!important}.ssc-main{margin-left:0!important}#common-setups .grid{grid-template-columns:1fr!important}}@media (max-width: 430px){.ssc-aside{display:none!important}.ssc-main{margin-left:0!important}.section-content.open{padding-left:1rem;padding-right:1rem}}@media (min-width: 768px){.ssc-main{padding-left:2.5rem;padding-right:2.5rem}}#about-page .about-card{padding:var(--about-card-padding)!important}#about-page h2{font-size:var(--about-h2-size);line-height:1.25}#about-page p,#about-page li{word-wrap:break-word}#about-page .about-links a{word-break:break-word}@media (max-width: 320px){#about-page{padding-left:.5rem;padding-right:.5rem}#about-page .about-card{padding:var(--about-card-padding-mobile)!important}#about-page h2{font-size:var(--about-h2-size-mobile)}#about-page p,#about-page li{font-size:var(--about-body-size-mobile)}#about-page .about-links{flex-direction:column!important;gap:.5rem!important}}@media (max-width: 375px){#about-page{padding-left:.75rem;padding-right:.75rem}#about-page .about-card{padding:var(--about-card-padding-mobile)!important}#about-page h2{font-size:var(--about-h2-size-mobile)}#about-page .about-links{flex-direction:column!important;gap:.5rem!important}}@media (max-width: 414px){#about-page .about-card{padding:var(--about-card-padding-mobile)!important}#about-page h2{font-size:var(--about-h2-size-mobile)}#about-page .about-links{flex-direction:column!important;gap:.5rem!important}}@media (max-width: 600px){#about-page .about-card{padding:var(--about-card-padding-mobile)!important}#about-page h2{font-size:var(--about-h2-size-mobile)}#about-page .about-links{flex-direction:column!important;gap:.5rem!important}}@media (max-width: 768px){#about-page .about-links{flex-wrap:wrap;gap:.75rem}}@media (min-width: 2560px){#about-page .about-card{max-width:1200px;margin-left:auto;margin-right:auto}}
