*,:after,:before,html{box-sizing:border-box}html{scroll-behavior:smooth}header a,header a:hover{text-decoration:none!important}body{font-family:var(--font-inter),var(--font-rubik),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:#A0E7E5;color:#333333;box-sizing:border-box}.dark body{background-color:#1a202c;color:#e2e8f0}html[dir=rtl]{direction:rtl}html[dir=rtl] body{text-align:right}html[dir=rtl] .rtl\:text-left{text-align:left}html[dir=rtl] .rtl\:text-right{text-align:right}html[dir=rtl] .rtl\:pl-0{padding-left:0}html[dir=rtl] .rtl\:pr-0{padding-right:0}html[dir=rtl] .rtl\:ml-auto{margin-left:auto}html[dir=rtl] .rtl\:mr-auto{margin-right:auto}html[dir=rtl] .rtl-flip{transform:scaleX(-1)}html[dir=rtl] .space-x-reverse{--tw-space-x-reverse:1}html[dir=rtl] .divide-x-reverse{--tw-divide-x-reverse:1}html[dir=rtl] .rtl\:flex-row-reverse{flex-direction:row-reverse}html[dir=rtl] .rtl\:justify-start{justify-content:flex-start}html[dir=rtl] .rtl\:justify-end{justify-content:flex-end}html[dir=rtl] .rtl\:left-0{left:0;right:auto}html[dir=rtl] .rtl\:right-0{right:0;left:auto}html[dir=rtl] .rtl\:left-auto{left:auto}html[dir=rtl] .rtl\:right-auto{right:auto}html[dir=rtl] .rtl\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}html[dir=rtl] .rtl\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}html[dir=rtl] .rtl\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}html[dir=rtl] .rtl\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9}.dark ::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dark ::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}.btn-primary{background-color:#B4F8C8;color:#333333;font-family:var(--font-fredoka),var(--font-inter),var(--font-rubik),sans-serif;font-weight:500;padding:.75rem 1.5rem;border-radius:.5rem;transition:all .2s ease-out;border:none}.btn-primary:hover{background-color:#8df2a6}.btn-secondary{background-color:#FBE7C6;color:#333333;font-family:var(--font-fredoka),var(--font-inter),var(--font-rubik),sans-serif;font-weight:500;padding:.75rem 1.5rem;border-radius:.5rem;transition:all .2s ease-out;border:none}.btn-secondary:hover{background-color:#f9d89b}.dark .btn-secondary{background-color:#E3C565;color:#1E1E1E}.dark .btn-secondary:hover{background-color:#d4b850}.btn-success{background-color:#B4F8C8;color:#333333;font-family:var(--font-fredoka),var(--font-inter),var(--font-rubik),sans-serif;font-weight:500;padding:.75rem 1.5rem;border-radius:.5rem;transition:all .2s ease-out;box-shadow:0 1px 2px 0 rgb(0 0 0/.05);border:none}.btn-success:hover{background-color:#8df2a6}.dark .btn-success{background-color:#7FC8A9;color:#1E1E1E}.dark .btn-success:hover{background-color:#6bb693}.btn-danger{background-color:#FFAEBC;color:#333333;font-family:var(--font-fredoka),var(--font-inter),var(--font-rubik),sans-serif;font-weight:500;padding:.75rem 1.5rem;border-radius:.5rem;transition:all .2s ease-out;box-shadow:0 1px 2px 0 rgb(0 0 0/.05);border:none}.btn-danger:hover{background-color:#ff8fa2}.dark .btn-danger{background-color:#E895A4;color:#1E1E1E}.dark .btn-danger:hover{background-color:#d67b8c}.btn-warning{background-color:#FBE7C6;color:#333333;font-family:var(--font-fredoka),var(--font-inter),var(--font-rubik),sans-serif;font-weight:500;padding:.75rem 1.5rem;border-radius:.5rem;transition:all .2s ease-out;box-shadow:0 1px 2px 0 rgb(0 0 0/.05);border:none}.btn-warning:hover{background-color:#f9d89b}.dark .btn-warning{background-color:#E3C565;color:#1E1E1E}.dark .btn-warning:hover{background-color:#d4b850}.btn-primary-large{width:100%;background-color:#B4F8C8;color:#333333;font-family:var(--font-fredoka),var(--font-inter),var(--font-rubik),sans-serif;padding:1rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease-out;border:none}.btn-primary-large:hover{background-color:#8df2a6}.dark .btn-primary-large{background-color:#7FC8A9;color:#1E1E1E}.dark .btn-primary-large:hover{background-color:#6bb693}.card{@apply bg-white rounded-lg shadow-sm border border-gray-200 p-6}.dark .card{background-color:#2C2C2C;border-color:#404040}.card-modern{@apply bg-white rounded-xl border border-gray-200 p-6}.dark .card-modern{background-color:#2C2C2C;border-color:#404040}.card-header{@apply border-b border-gray-200 pb-4 mb-4}.dark .card-header{@apply border-gray-700}.form-input{@apply w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent}.dark .form-input{@apply bg-gray-700 border-gray-600 text-gray-100}.form-input-modern{@apply w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-transparent}.dark .form-input-modern{@apply bg-gray-700 border-gray-600 text-gray-100}.form-label{@apply block text-sm font-medium text-gray-700 mb-2}.dark .form-label{@apply text-gray-300}.form-error{@apply text-red-600 text-sm mt-1}.dark .form-error{@apply text-red-400}.alert-error{@apply bg-red-50 border border-red-200 text-red-700 px-4 py-3 rounded-md text-sm}.page-container{@apply min-h-screen bg-white flex flex-col}.dark .page-container{background-color:#1a202c!important}.page-container-gray{@apply min-h-screen bg-gray-50 flex flex-col}.dark .page-container-gray{@apply bg-gray-900}.content-wrapper{@apply flex-1 max-w-6xl mx-auto px-6 py-12}.content-wrapper-centered{@apply flex-1 flex items-center justify-center px-6 py-12}.content-wrapper-compact{@apply flex-1 max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-8}.page-title{@apply text-4xl font-bold text-gray-900 mb-4}.dark .page-title{@apply text-gray-100}.section-title{@apply text-2xl font-bold text-gray-900 mb-6}.dark .section-title{@apply text-gray-100}.card-title{@apply text-xl font-semibold text-gray-900 mb-4}.dark .card-title{@apply text-gray-100}.subsection-title{@apply text-lg font-semibold text-gray-900 mb-3}.dark .subsection-title{@apply text-gray-100}.MuiContainer-root,.container{max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important}@media (max-width:640px){.mobile-padding{@apply px-4 py-2}.mobile-text{@apply text-sm}.mobile-button{@apply w-full py-4 text-lg}}@media (max-width:768px){[role=button],a,button{min-height:44px;min-width:44px}.mobile-spacing{padding:1rem}.mobile-full-width{width:100%}.mobile-stack{flex-direction:column}.mobile-center{text-align:center}}body,html{overflow-x:hidden;width:100%;position:relative}body{min-height:100vh;margin:0;padding:0}#__next,main{overflow-x:hidden;width:100%;max-width:100%}*{max-width:100%;box-sizing:border-box}.allow-horizontal-scroll{max-width:none}@media (max-width:768px){input,select,textarea{font-size:16px}.btn-danger,.btn-primary,.btn-secondary,.btn-success,.btn-warning{padding:.75rem 1rem;font-size:1rem;min-height:48px}.card,.card-modern{margin-bottom:1rem;padding:1rem}.grid{gap:1rem}[style*="position: fixed"],[style*="position:fixed"]{max-width:100vw!important}[style*="position: absolute"],[style*="position:absolute"],[style*=translateX]{max-width:100%!important}iframe,img,video{max-width:100%;height:auto}table{width:100%;table-layout:fixed}code,pre{max-width:100%;overflow-x:auto;word-wrap:break-word}}@media (prefers-contrast:high){.card{border:2px solid #1f2937}.btn-primary{border:2px solid #1e40af}}