@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@400..700&family=Gidole&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Parisienne&family=Poiret+One&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rouge+Script&family=Splash&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:Barlow,Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Montserrat,Gidole,Poiret One,Parisienne,Rouge Script,Splash,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(16px,4vw,24px)}main{min-height:calc(100vh - 64px);padding:clamp(16px,4vw,32px) 0}header{position:sticky;top:0;z-index:1100;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.card-container{display:grid;gap:clamp(16px,4vw,24px);grid-template-columns:repeat(auto-fit,minmax(clamp(280px,40vw,320px),1fr));padding:clamp(16px,4vw,24px)}.form-container{max-width:clamp(320px,90vw,480px);margin:0 auto;padding:clamp(24px,6vw,48px)}.btn-responsive{width:100%;min-height:clamp(40px,8vw,48px);font-size:clamp(.875rem,2vw,1rem);padding:clamp(8px,2vw,12px) clamp(16px,3vw,24px)}@media (min-width: 600px){.btn-responsive{width:auto}}.text-responsive{font-size:clamp(.875rem,2vw,1rem);line-height:1.6}.text-small{font-size:clamp(.75rem,1.8vw,.875rem)}.text-large{font-size:clamp(1.125rem,2.5vw,1.25rem)}.spacing-responsive{padding:clamp(16px,4vw,24px);margin:clamp(8px,2vw,16px) 0}.grid-responsive{display:grid;gap:clamp(16px,4vw,24px);grid-template-columns:1fr}@media (min-width: 600px){.grid-responsive{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.grid-responsive{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.grid-responsive{grid-template-columns:repeat(4,1fr)}}.flex-responsive{display:flex;flex-direction:column;gap:clamp(8px,2vw,16px)}@media (min-width: 600px){.flex-responsive{flex-direction:row;align-items:center}}.img-responsive{width:100%;height:auto;max-width:100%;object-fit:cover}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive table{min-width:600px}.nav-responsive{display:flex;flex-direction:column;gap:clamp(8px,2vw,16px)}@media (min-width: 600px){.nav-responsive{flex-direction:row;align-items:center}}.dialog-responsive{width:90vw;max-width:clamp(320px,80vw,600px);margin:clamp(16px,4vw,32px) auto}.tooltip-responsive{font-size:clamp(.75rem,1.8vw,.875rem);max-width:clamp(200px,50vw,300px)}::-webkit-scrollbar{width:clamp(6px,1.5vw,8px);height:clamp(6px,1.5vw,8px)}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::selection{background-color:#54a8a633;color:inherit}*:focus{outline:2px solid rgba(84,168,166,.5);outline-offset:2px}.fade-in{animation:fadeIn .3s ease-in-out}.slide-in{animation:slideIn .3s ease-out}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-color-scheme: dark){::-webkit-scrollbar-track{background:#2d2d2d}::-webkit-scrollbar-thumb{background:#555}::-webkit-scrollbar-thumb:hover{background:#777}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@media print{.no-print{display:none!important}body{font-size:12pt;line-height:1.4}h1,h2,h3,h4,h5,h6{page-break-after:avoid}p,blockquote,ul,ol,dl{page-break-inside:avoid}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:clamp(4px,1vw,8px)}.mt-2{margin-top:clamp(8px,2vw,16px)}.mt-3{margin-top:clamp(16px,4vw,24px)}.mt-4{margin-top:clamp(24px,6vw,32px)}.mb-1{margin-bottom:clamp(4px,1vw,8px)}.mb-2{margin-bottom:clamp(8px,2vw,16px)}.mb-3{margin-bottom:clamp(16px,4vw,24px)}.mb-4{margin-bottom:clamp(24px,6vw,32px)}.p-1{padding:clamp(4px,1vw,8px)}.p-2{padding:clamp(8px,2vw,16px)}.p-3{padding:clamp(16px,4vw,24px)}.p-4{padding:clamp(24px,6vw,32px)}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.hidden{display:none}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}@media (min-width: 600px){.sm\:hidden{display:none}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}}@media (min-width: 960px){.md\:hidden{display:none}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}}@media (min-width: 1280px){.lg\:hidden{display:none}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}}.fs-xs{font-size:.75rem!important}.fs-sm{font-size:.875rem!important}.fs-md{font-size:1rem!important}.fs-lg{font-size:1.25rem!important}.fs-xl{font-size:1.5rem!important}.btn-xs{min-height:28px!important;font-size:.75rem!important}.btn-sm{min-height:36px!important;font-size:.875rem!important}.btn-md{min-height:44px!important;font-size:1rem!important}.btn-lg{min-height:52px!important;font-size:1.25rem!important}.btn-xl{min-height:60px!important;font-size:1.5rem!important}body{background-color:#1c2726;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23929292' fill-opacity='0.19'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}body.light{background-color:#f7fafc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23929292' fill-opacity='0.09'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}body.dark{background-color:#1c2726;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23929292' fill-opacity='0.19'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.custom-card{border-radius:8px!important;box-shadow:0 2px 8px #0000001a!important;border:1px solid rgba(0,0,0,.08)!important;transition:all .2s ease-in-out!important}.custom-card:hover{transform:translateY(-2px)!important;box-shadow:0 4px 16px #00000026!important}.custom-card-rounded{border-radius:16px!important}.custom-card-flat{border-radius:4px!important;box-shadow:none!important;border:1px solid var(--border-color)!important}.custom-btn{border-radius:8px!important;font-weight:600!important;text-transform:none!important;padding:12px 24px!important;transition:all .2s ease-in-out!important}.custom-btn-rounded{border-radius:24px!important}.custom-btn-square{border-radius:4px!important}.custom-btn-primary{background:linear-gradient(135deg,#4FD1C5 0%,#38B2AC 100%)!important;color:#fff!important;border:none!important}.custom-btn-primary:hover{background:linear-gradient(135deg,#38B2AC 0%,#319795 100%)!important;transform:translateY(-1px)!important}.custom-btn-secondary{background:linear-gradient(135deg,#805AD5 0%,#6B46C1 100%)!important;color:#fff!important}.custom-header{border-radius:0!important;box-shadow:0 1px 3px #0000001a!important;border-bottom:1px solid rgba(0,0,0,.08)!important}:root{--primary-color: #4FD1C5;--primary-dark: #38B2AC;--secondary-color: #805AD5;--success-color: #38A169;--error-color: #E53E3E;--warning-color: #DD6B20;--border-color: #E2E8F0;--border-color-dark: #2D3748;--shadow-light: 0 1px 3px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 6px rgba(0, 0, 0, .1);--shadow-large: 0 10px 15px rgba(0, 0, 0, .1);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px}[data-theme=dark]{--border-color: #2D3748;--shadow-light: 0 1px 3px rgba(0, 0, 0, .3);--shadow-medium: 0 4px 6px rgba(0, 0, 0, .3);--shadow-large: 0 10px 15px rgba(0, 0, 0, .3)}.rounded-none{border-radius:0!important}.rounded-sm{border-radius:4px!important}.rounded-md{border-radius:8px!important}.rounded-lg{border-radius:12px!important}.rounded-xl{border-radius:16px!important}.rounded-full{border-radius:9999px!important}.shadow-none{box-shadow:none!important}.shadow-sm{box-shadow:var(--shadow-light)!important}.shadow-md{box-shadow:var(--shadow-medium)!important}.shadow-lg{box-shadow:var(--shadow-large)!important}.border-none{border:none!important}.border-light{border:1px solid var(--border-color)!important}@media (max-width: 768px){.custom-card{border-radius:12px!important;margin:var(--spacing-sm)!important}.custom-btn{padding:10px 20px!important;font-size:14px!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-in{animation:slideIn .3s ease-out}.MuiCard-root.custom-override,.MuiButton-root.custom-override,.MuiPaper-root.custom-override{border-radius:8px!important}
