:root{--primary-color:#1e3a8a;--primary-dark:#1e293b;--primary-light:#3b5998;--secondary-color:#475569;--accent-color:#0891b2;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--dark-bg-primary:#0f172a;--dark-bg-secondary:#1e293b;--dark-bg-tertiary:#334155;--gradient-primary:linear-gradient(135deg,#1e3a8a,#334155);--gradient-secondary:linear-gradient(135deg,#475569,#64748b);--gradient-hero:linear-gradient(135deg,#1e3a8a,#334155 50%,#475569);--gradient-card:linear-gradient(135deg,#1e3a8a0d,#3341550d);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-2xl:0 25px 50px -12px #00000040;--shadow-glow:0 0 20px #667eea4d;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--space-xs:clamp(0.25rem,0.5vw,0.5rem);--space-sm:clamp(0.5rem,1vw,0.75rem);--space-md:clamp(0.75rem,1.5vw,1rem);--space-lg:clamp(1rem,2vw,1.5rem);--space-xl:clamp(1.5rem,3vw,2rem);--space-2xl:clamp(2rem,4vw,3rem);--space-3xl:clamp(3rem,5vw,4rem);--space-4xl:clamp(4rem,6vw,6rem);--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;--font-heading:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;--font-mono:"SF Mono","Monaco","Consolas","Liberation Mono","Courier New",monospace;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--line-height-loose:2;--letter-spacing-tight:-0.025em;--letter-spacing-normal:0;--letter-spacing-wide:0.025em;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-base:300ms cubic-bezier(0.4,0,0.2,1);--transition-slow:500ms cubic-bezier(0.4,0,0.2,1);--transition-bounce:600ms cubic-bezier(0.68,-0.55,0.265,1.55)}*{box-sizing:border-box;margin:0;padding:0}*,:after,:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{height:100%;scroll-behavior:smooth;scroll-padding-top:70px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-primary);color:#0f172a;color:var(--text-primary);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-body);font-size:1rem;font-size:var(--font-size-base);font-weight:400;font-weight:var(--font-weight-normal);letter-spacing:0;letter-spacing:var(--letter-spacing-normal);line-height:1.5;line-height:var(--line-height-normal);margin:0;min-height:100%;overflow-x:hidden;position:relative;text-rendering:optimizeLegibility}body:before{animation:bodyGradientFloat 50s ease-in-out infinite;background:radial-gradient(circle 500px at 0 0,#1e3a8a05 0,#0000 50%),radial-gradient(circle 500px at 100% 100%,#47556905 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}@keyframes bodyGradientFloat{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}#root{display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1}code{font-family:SF Mono,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--font-mono)}a,button,input,select,textarea{transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base)}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#1e3a8a4d;border-radius:9999px;border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:#1e3a8a99}::selection{background-color:#1e3a8a;background-color:var(--primary-color);color:#fff}::-moz-selection{background-color:#1e3a8a;background-color:var(--primary-color);color:#fff}:focus{outline:2px solid #1e3a8a;outline:2px solid var(--primary-color);outline-offset:2px}:focus:not(:focus-visible){outline:none}h1,h2,h3,h4,h5,h6{color:#0f172a;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-heading);letter-spacing:-.025em;letter-spacing:var(--letter-spacing-tight);line-height:1.25;line-height:var(--line-height-tight);margin-bottom:.5em}h1,h2,h3,h4,h5,h6{font-weight:700;font-weight:var(--font-weight-bold)}h1{font-size:3rem;font-size:var(--font-size-5xl)}h2{font-size:2.25rem;font-size:var(--font-size-4xl);font-weight:700;font-weight:var(--font-weight-bold)}h3{font-size:1.875rem;font-size:var(--font-size-3xl)}h3,h4{font-weight:600;font-weight:var(--font-weight-semibold)}h4{font-size:1.5rem;font-size:var(--font-size-2xl)}h5{font-size:1.25rem;font-size:var(--font-size-xl)}h5,h6{font-weight:500;font-weight:var(--font-weight-medium)}h6{font-size:1.125rem;font-size:var(--font-size-lg)}p{font-size:1rem;font-size:var(--font-size-base);font-weight:400;font-weight:var(--font-weight-normal);line-height:1.75;line-height:var(--line-height-relaxed);margin-bottom:1em}b,strong{font-weight:600;font-weight:var(--font-weight-semibold)}small{font-size:.875rem;font-size:var(--font-size-sm)}button{background:none;border:none;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-body);font-size:1rem;font-size:var(--font-size-base);font-weight:500;font-weight:var(--font-weight-medium);letter-spacing:0;letter-spacing:var(--letter-spacing-normal);line-height:1.5;line-height:var(--line-height-normal)}a{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-decoration:none}input,select,textarea{font-size:1rem;font-size:var(--font-size-base);letter-spacing:0;letter-spacing:var(--letter-spacing-normal);line-height:1.5;line-height:var(--line-height-normal)}input,input::placeholder,select,textarea,textarea::placeholder{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-body);font-weight:400;font-weight:var(--font-weight-normal)}input::placeholder,textarea::placeholder{font-size:.875rem;font-size:var(--font-size-sm);opacity:.6}img{display:block;height:auto;max-width:100%}ol,ul{list-style:none;margin:0;padding:0}.container{margin:0 auto;max-width:1200px;padding:0 clamp(1rem,3vw,2rem);width:100%}@media (max-width:1440px){.container{max-width:1140px}}@media (max-width:1200px){.container{max-width:960px}}@media (max-width:992px){.container{max-width:720px}}@media (max-width:768px){.container{max-width:540px;padding:0 clamp(.75rem,1.5vw,1rem);padding:0 var(--space-md)}}@media (max-width:576px){.container{max-width:100%;padding:0 clamp(.5rem,1vw,.75rem);padding:0 var(--space-sm)}}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e3a8a,#334155);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}@media (max-width:1200px){h1{font-size:clamp(2rem,5vw,2.5rem)}h2{font-size:clamp(1.75rem,4.5vw,2.25rem)}h3{font-size:clamp(1.5rem,4vw,1.875rem)}h4{font-size:clamp(1.25rem,3.5vw,1.5rem)}}@media (max-width:768px){:root{font-size:17px}h1{font-size:2.25rem;font-weight:800;line-height:1.25}h2{font-size:1.875rem;line-height:1.3}h2,h3{font-weight:700}h3{font-size:1.625rem;line-height:1.35}h4{font-size:1.375rem}h4,h5{font-weight:600;line-height:1.4}h5{font-size:1.1875rem}h6{font-weight:600;line-height:1.4}h6,p{font-size:1.0625rem}p{font-weight:400;line-height:1.7}body:before{animation:none}}@media (max-width:480px){:root{font-size:16px}h1{font-size:1.875rem;font-weight:800;line-height:1.3}h2{font-size:1.5rem;line-height:1.35}h2,h3{font-weight:700}h3{font-size:1.25rem;line-height:1.4}h4{font-size:1.125rem;font-weight:600;line-height:1.45}p{font-size:1rem;font-weight:400;line-height:1.6}}@media (max-width:360px){:root{font-size:16px}h1{font-size:1.75rem;font-weight:800;line-height:1.3}h2{font-size:1.375rem;line-height:1.35}h2,h3{font-weight:700}h3{font-size:1.125rem;line-height:1.4}h4{font-size:1rem;font-weight:600;line-height:1.45}p{font-size:.9375rem;font-weight:400;line-height:1.6}}.hide-mobile{display:block}.show-mobile{display:none}@media (max-width:768px){.hide-mobile{display:none!important}.show-mobile{display:block}a,button,input[type=button],input[type=submit],label,select{min-height:44px;min-width:44px}*{-webkit-overflow-scrolling:touch}html{-webkit-text-size-adjust:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}body:before{animation:none!important}}@media (prefers-contrast:high){:root{--shadow-sm:0 2px 4px 0 #0003;--shadow-md:0 4px 8px 0 #00000040;--shadow-lg:0 8px 16px 0 #0000004d}button,input,select,textarea{border-width:2px}}.scroll-to-top{align-items:center;background:linear-gradient(135deg,#1e3a8a,#334155);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 20px #1e3a8a4d;cursor:pointer;display:flex;height:50px;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;width:50px;z-index:1000}.scroll-to-top svg{color:#fff}.scroll-to-top:hover{box-shadow:0 6px 30px #33415566}@media (max-width:768px){.scroll-to-top{bottom:1.5rem;height:45px;right:1.5rem;width:45px}.scroll-to-top svg{height:20px;width:20px}}@media (max-width:480px){.scroll-to-top{bottom:1.25rem;height:42px;right:1.25rem;width:42px}.scroll-to-top svg{height:18px;width:18px}}@media (max-width:360px){.scroll-to-top{bottom:1rem;height:40px;right:1rem;width:40px}.scroll-to-top svg{height:16px;width:16px}}.error-boundary{align-items:center;background:linear-gradient(135deg,#1e1b4b,#312e81);display:flex;justify-content:center;min-height:100vh;padding:2rem}.error-content{color:#fff;max-width:600px;text-align:center}.error-icon{color:#ef4444;display:flex;justify-content:center;margin-bottom:2rem}.error-content h1{color:#fff;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.error-content p{color:#fffc;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;margin-bottom:2rem}.error-details{background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;margin:2rem 0;padding:1rem;text-align:left}.error-details summary{color:#fbbf24;font-weight:600;margin-bottom:.5rem}.error-details pre{background:#0003;border-radius:4px;color:#ffffffb3;font-size:.875rem;margin:.5rem 0;overflow-x:auto;padding:.5rem}.error-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.error-actions button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.error-actions .btn-primary{background:linear-gradient(135deg,#1e3a8a,#334155);color:#fff}.error-actions .btn-primary:hover{box-shadow:0 10px 30px #1e3a8a4d;transform:translateY(-2px)}.error-actions .btn-secondary{background:#ffffff1a;border:1px solid #fff3;color:#fff}.error-actions .btn-secondary:hover{background:#ffffff26;transform:translateY(-2px)}@media (max-width:768px){.error-actions{flex-direction:column;width:100%}.error-actions button{width:100%}}.loading-bar-container{background:#0000;height:4px;left:0;pointer-events:none;position:fixed;right:0;top:80px;transition:top .1s ease;z-index:9999}@media screen and (min-width:769px){body:has(.navbar.scrolled) .loading-bar-container{top:70px}}@media screen and (max-width:768px){.loading-bar-container{top:70px}}@media screen and (max-width:480px){.loading-bar-container{top:64px}}@media screen and (max-width:375px){.loading-bar-container{top:60px}}@media screen and (max-width:320px){.loading-bar-container{top:56px}}.loading-bar{animation:loading-pulse 1.5s ease-in-out infinite;background:linear-gradient(90deg,#667eea,#764ba2 50%,#8b5cf6);box-shadow:0 0 15px #667eeacc,0 0 30px #667eea66;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1)}@keyframes loading-pulse{0%,to{box-shadow:0 0 15px #667eeacc,0 0 30px #667eea66;opacity:1}50%{box-shadow:0 0 20px #667eea,0 0 40px #667eea99;opacity:.9}}.loading-spinner-container{align-items:center;display:flex;justify-content:center;padding:20px}.loading-spinner-simple{border:3px solid;border-radius:50%}.skeleton-card{background:#ffffff0d;border-radius:12px;margin-bottom:16px;padding:16px}.skeleton-image{background:linear-gradient(90deg,#ffffff0d,#ffffff1a 50%,#ffffff0d);border-radius:8px;height:200px;margin-bottom:12px;width:100%}.skeleton-content{display:flex;flex-direction:column;gap:10px}.skeleton-title{height:24px;width:70%}.skeleton-text,.skeleton-title{background:linear-gradient(90deg,#ffffff0d,#ffffff1a 50%,#ffffff0d);border-radius:4px}.skeleton-text{height:16px;width:100%}.skeleton-text.short{width:60%}.button-loader{align-items:center;display:inline-flex;gap:4px;justify-content:center}.button-loader-dot{background-color:currentColor;border-radius:50%;display:inline-block;height:6px;width:6px}
/*# sourceMappingURL=main.1a398c2d.css.map*/