@import url(https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap);*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Host Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}.landing-page{font-family:Host Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.landing-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;padding:0;position:fixed;top:0;width:100%;z-index:1000}.landing-header .container{margin:0 auto;max-width:1200px;padding:0 24px}.header-content{height:64px;justify-content:space-between}.header-content,.logo-section{align-items:center;display:flex}.logo-section{cursor:pointer;gap:12px;transition:transform .3s ease}.logo-section:hover{transform:scale(1.05)}.brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#cc5b4b,#b84a3a);-webkit-background-clip:text;background-clip:text;color:#cc5b4b;font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:24px}.nav-links a{border-radius:25px;color:#333;font-weight:500;padding:8px 16px;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:before{background:linear-gradient(135deg,#cc5b4b,#b84a3a);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-links a:hover:before{width:80%}.nav-links a:hover{background:#cc5b4b0d;color:#cc5b4b}.hero-section{align-items:center;background:linear-gradient(135deg,#fff,#f5f5f5);display:flex;min-height:100vh;padding-bottom:80px;padding-top:120px}.container{margin:0 auto;max-width:1200px;padding:0 24px}.hero-content{text-align:center}@media (min-width:992px){.hero-content{text-align:left}}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:24px}.text-primary{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#cc5b4b,#b84a3a);-webkit-background-clip:text;background-clip:text}.hero-description{color:#666;font-size:1.25rem;margin-bottom:32px}.hero-buttons{margin-bottom:48px}.hero-buttons .ant-btn-primary{background:linear-gradient(135deg,#cc5b4b,#b84a3a);border:none;border-radius:24px;box-shadow:0 4px 15px #cc5b4b4d;font-weight:600;height:48px;padding:0 32px}.hero-buttons .ant-btn-primary:hover{box-shadow:0 6px 20px #cc5b4b66;transform:translateY(-2px)}.hero-stats{margin-top:48px}.hero-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a}.hero-card .metric{align-items:center;display:flex;justify-content:space-between;padding:12px 0}.features-section{background:#fff;padding:80px 0}.section-header{margin-bottom:60px;text-align:center}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:16px}.section-header p{color:#666;font-size:1.125rem}.feature-card{border-radius:16px;height:100%;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.feature-icon{color:#cc5b4b;font-size:48px;margin-bottom:24px}.feature-card h4{font-weight:600;margin-bottom:12px}.feature-card p{color:#666}.pricing-section{background:linear-gradient(135deg,#f5f5f5,#fff);padding:80px 0}.pricing-card{border-radius:16px;height:100%;text-align:center;transition:all .3s ease}.pricing-card.featured{border:2px solid #cc5b4b;transform:scale(1.05)}.pricing-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-8px)}.pricing-price{align-items:baseline;display:flex;gap:8px;justify-content:center;margin:24px 0}.pricing-price .currency{color:#666;font-size:1.125rem}.pricing-price h2{color:#cc5b4b}.pricing-note{font-size:1.125rem;margin-top:32px;text-align:center}.about-section{background:#fff;padding:80px 0}.about-feature{align-items:center;display:flex;gap:16px}.about-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a}.activity-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:12px;padding:12px 0}.activity-item:last-child{border-bottom:none}.testimonials-section{background:linear-gradient(135deg,#f5f5f5,#fff);padding:80px 0}.testimonial-card{border-radius:16px;height:100%;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.testimonial-rating{font-size:20px;margin-bottom:16px}.testimonial-text{color:#666;font-size:1.125rem;font-style:italic;margin:16px 0}.testimonial-author{margin-top:24px}.cta-section{background:linear-gradient(135deg,#cc5b4b,#b84a3a);color:#fff;padding:80px 0;text-align:center}.cta-section .ant-btn-primary{background:#fff;border:none;border-radius:24px;color:#cc5b4b;font-weight:600;height:48px;padding:0 32px}.cta-section .ant-btn-primary:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.cta-section .ant-btn-lg.ant-btn-background-ghost{border-color:#fff;border-radius:24px;color:#fff;height:48px;padding:0 32px}.cta-section .ant-btn-lg.ant-btn-background-ghost:hover{background:#ffffff1a;border-color:#fff;color:#fff;transform:translateY(-2px)}.landing-footer{background:#1a1a1a;color:#fff;padding:48px 0 24px}.footer-brand{align-items:center;display:flex;gap:12px;margin-bottom:16px}.landing-footer h5{color:#fff;margin-bottom:16px}.landing-footer a{color:#ffffffb3;transition:color .3s ease}.landing-footer a:hover{color:#fff}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;margin-top:48px;padding-top:24px}.footer-bottom,.footer-social{display:flex;gap:16px}.footer-social a{color:#ffffffb3;transition:all .3s ease}.footer-social a:hover{color:#fff;transform:translateY(-2px)}@media (max-width:992px){.nav-links{display:none}.hero-title{font-size:2.5rem}.section-header h2{font-size:2rem}.pricing-card.featured{transform:scale(1)}}@media (max-width:768px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.footer-bottom{flex-direction:column;text-align:center}}.ant-btn-primary{background:linear-gradient(135deg,#cc5b4b,#b84a3a);border:none;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-btn-primary:hover{box-shadow:0 6px 20px #cc5b4b66;transform:translateY(-2px)}.ant-btn-default{border-color:#cc5b4b;color:#cc5b4b;font-weight:600;transition:all .3s ease}.ant-btn-default:hover{background:#cc5b4b;border-color:#cc5b4b;color:#fff}.auth-header-content{align-items:center;display:flex;justify-content:space-between}.auth-link-btn{color:#cc5b4b!important;font-weight:500;padding:0}.auth-link-btn:hover{color:#b84a3a!important}.registration-stages-wrapper{margin:24px 0}.registration-steps .ant-steps-item-process .ant-steps-item-icon{background:#cc5b4b;border-color:#cc5b4b}.registration-steps .ant-steps-item-finish .ant-steps-item-icon{background:#52c41a;border-color:#52c41a}.registration-steps .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:#fff}.registration-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#52c41a}.registration-steps .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#cc5b4b}.otp-input-container{display:flex;justify-content:center;margin-bottom:24px}.otp-input input{font-size:1.5rem;font-weight:700;text-align:center}.otp-input:focus,.otp-input:focus-within{border-color:#cc5b4b;box-shadow:0 0 0 2px #cc5b4b1a}.ant-modal-header{border-bottom:1px solid #f0f0f0}.ant-modal-footer{border-top:1px solid #f0f0f0}.auth-layout{background:#f5f5f5;display:flex;flex-direction:column;min-height:100vh}.auth-header{background:#fff;border-bottom:1px solid #dee2e6;height:auto;line-height:normal;padding:1rem 0}.auth-header .container{margin:0 auto;max-width:1200px;padding:0 24px}.text-brand{color:#cc5b4b;font-size:1.25rem;font-weight:600}.auth-content{align-items:center;display:flex;flex:1 1;justify-content:center;padding:24px}.auth-container-centered{margin:0 auto;max-width:420px;width:100%}.auth-card-main{border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.auth-card-body{padding:2rem}.auth-logo-section{margin-bottom:2rem;text-align:center}.auth-logo-section img{margin-bottom:1rem}.auth-title{font-weight:400!important;margin-bottom:.5rem!important;text-align:center}.auth-subtitle{display:block;font-size:14px;text-align:center}.auth-form{margin-top:1.5rem}.auth-input{border-radius:4px;height:calc(2.5rem + 2px)}.auth-input input{font-size:.95rem}.auth-input .ant-input-prefix{color:#6c757d;margin-right:12px}.auth-input:focus,.auth-input:focus-within{border-color:#cc5b4b;box-shadow:0 0 0 2px #cc5b4b1a}.auth-submit-btn{background:#fff!important;border:.5px solid #cc5b4b!important;border-radius:4px;color:#cc5b4b!important;font-weight:500;height:calc(2.5rem + 2px);transition:all .2s ease}.auth-submit-btn:focus:not(:disabled),.auth-submit-btn:hover:not(:disabled){background:#b84a3a!important;border-color:#b84a3a!important;box-shadow:0 4px 8px #cc5b4b4d!important;color:#fff!important;transform:translateY(-1px)}.auth-submit-btn:disabled{background:#cc5b4b!important;border-color:#cc5b4b!important;color:#fff!important;opacity:.65}.auth-card-footer{background:#fff;border-top:1px solid #f0f0f0;padding:1.5rem;text-align:center}.auth-footer-link{margin-bottom:.75rem}.auth-footer-link:last-child{margin-bottom:0}.auth-link{color:#cc5b4b;font-weight:500;text-decoration:none;transition:all .2s ease}.auth-link:hover{color:#b84a3a;text-decoration:underline}.auth-footer-bottom{background:#fff;border-top:1px solid #dee2e6;padding:1.5rem;text-align:center}.auth-footer-text{color:#6c757d;font-size:14px}.ant-form-item-explain-error{font-size:13px;margin-top:4px}.ant-form-item{margin-bottom:1.5rem}.ant-form-item:last-child{margin-bottom:0}.auth-alert{border-radius:4px;margin-bottom:1.5rem}@media (max-width:576px){.auth-card-body{padding:1.5rem}.auth-card-footer{padding:1.25rem}.auth-content{padding:16px}}.auth-page{align-items:center;background:linear-gradient(135deg,#cc5b4b,#b84a3a);display:flex;justify-content:center;min-height:100vh;padding:24px}.auth-container{max-width:480px;width:100%}.auth-brand{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:32px}.auth-brand h2{color:#fff;font-weight:700;margin:0}.auth-card{border-radius:16px;box-shadow:0 10px 40px #0003;padding:24px}.auth-card h3{margin-bottom:8px;text-align:center}.auth-card .ant-typography{display:block;text-align:center}.auth-card .ant-btn-primary{background:linear-gradient(135deg,#cc5b4b,#b84a3a);border:none;font-weight:600;margin-top:16px}.auth-card .ant-btn-primary:hover{box-shadow:0 6px 20px #cc5b4b66;transform:translateY(-2px)}.auth-card a{color:#cc5b4b;cursor:pointer;font-weight:600}.auth-card a:hover{color:#b84a3a;text-decoration:underline}.app-sider{bottom:0;box-shadow:2px 0 8px #0000000d;height:calc(100vh - 64px);left:0;overflow-y:auto;position:fixed!important;top:64px;z-index:99}.app-sider .ant-layout-sider-children{display:flex;flex-direction:column}.logo-container{background:#fff;border-bottom:1px solid #f0f0f0;padding:16px}.logo{align-items:center;display:flex;gap:12px;padding:8px 0}.logo img{flex-shrink:0}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#cc5b4b,#b84a3a);-webkit-background-clip:text;background-clip:text;color:#cc5b4b;font-size:20px;font-weight:700}.logo-collapsed{display:flex;justify-content:center;padding:8px 0}.sidebar-menu{border-right:none;flex:1 1}.sidebar-menu .ant-menu-item-selected{background-color:#cc5b4b1a!important;color:#cc5b4b}.sidebar-menu .ant-menu-item-selected:after{border-right-color:#cc5b4b}.sidebar-menu .ant-menu-item:hover,.sidebar-menu .ant-menu-submenu-title:hover{background-color:#cc5b4b0d;color:#cc5b4b}.sidebar-menu .ant-menu-item-active,.sidebar-menu .ant-menu-submenu-active .ant-menu-submenu-title,.sidebar-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#cc5b4b}.app-header{background:#fff;box-shadow:0 2px 8px #0000000d;height:64px;justify-content:space-between;left:0;padding:0 24px;position:fixed;right:0;top:0;width:100%;z-index:100}.app-header,.header-left{align-items:center;display:flex}.header-left{gap:16px}.trigger-btn{align-items:center;display:flex;font-size:18px;height:40px;justify-content:center;width:40px}.trigger-btn:hover{background-color:#cc5b4b1a;color:#cc5b4b}.brand-name-header{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#cc5b4b,#b84a3a);-webkit-background-clip:text;background-clip:text;color:#cc5b4b;font-size:20px;font-weight:700}.header-right,.help-btn{align-items:center;display:flex}.help-btn{font-size:18px;height:40px;justify-content:center;width:40px}.help-btn:hover{background-color:#cc5b4b1a;color:#cc5b4b}.main-content{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000d;margin:88px 24px 24px;min-height:calc(100vh - 112px);padding:24px}.content-wrapper{max-width:100%}@media (max-width:992px){.brand-name-header{display:none}.app-header{padding:0 16px}.main-content{margin:16px;padding:16px}}@media (max-width:768px){.help-btn{display:none}.ant-space-horizontal{flex-wrap:wrap}.ant-card-body{padding:16px!important}.ant-table{font-size:12px}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:8px!important}}@media (max-width:576px){.ant-typography{font-size:14px}h2.ant-typography{font-size:20px!important}.ant-input-search{width:100%!important}.ant-btn-lg{margin-bottom:8px;width:100%}}.app-sider::-webkit-scrollbar{width:6px}.app-sider::-webkit-scrollbar-track{background:#f1f1f1}.app-sider::-webkit-scrollbar-thumb{background:#cc5b4b;border-radius:3px}.app-sider::-webkit-scrollbar-thumb:hover{background:#b84a3a}.App{min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#cc5b4b;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#b84a3a}.disabled-row{opacity:.5;pointer-events:none}.disabled-row,.disabled-row:hover{background-color:#f5f5f5!important}.disabled-row td{color:#999!important}
/*# sourceMappingURL=main.2bd8d4de.css.map*/