:root{--color-yellow: #fff7d1;--color-red: #ffe2e2;--color-blue: #e6f4ff;--color-white: #f5f5f5;--color-cyto: #fff3cd;--color-others: #fde9d9;--color-total: #d9eceb;--color-primary: #028577;--color-success: #52c41a;--color-warning: #faad14;--color-error: #ff4d4f;--color-info: #1677ff;--color-bg-light: #ffffff;--color-bg-dark: #141414;--color-header-dark: #1f1f1f;--color-border-dark: #303030;--waste-yellow: #ffcc00;--waste-red: #ff0000;--waste-white: #ffffff;--waste-blue: #0000ff;--waste-black: #000000;--landing-section-spacing: 64px;--landing-card-shadow: 0 4px 12px rgba(0, 0, 0, .08);--landing-hover-transition: all .3s ease;--animation-fade-in: fade-in .8s ease-out forwards;--animation-slide-up: slide-up .6s ease-out forwards;--animation-slide-in-right: slide-in-right .6s ease-out forwards;--animation-scale-in: scale-in .5s ease-out forwards;--animation-pulse: pulse 2s infinite}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{height:100%;width:100%}.back-button:hover{color:var(--color-primary)!important}.ant-layout{min-height:100vh}body.dark,body.dark .ant-layout{background-color:var(--color-bg-dark)}body.dark .ant-layout-header{background-color:var(--color-header-dark);border-bottom-color:var(--color-border-dark)}body.dark .ant-layout-content{background-color:var(--color-bg-dark)}.ant-app{height:100%;min-height:100vh}.ant-layout-sider{box-shadow:0 2px 8px #00000026;z-index:10}.ant-layout-header{padding:0 24px;background:#fff;box-shadow:0 1px 4px #0000000d;z-index:9}.ant-layout-content{transition:all .2s}.ant-menu-inline{border-right:none!important}.ant-menu-item-selected{font-weight:500}.site-header{box-shadow:0 2px 8px #0000001a;transition:all .3s ease;height:64px}.site-header.transparent{box-shadow:none;height:80px}@media (min-width: 768px){.site-header.transparent{padding-top:10px}.site-header{padding-top:0}}.ant-layout-content{padding-top:64px}.ant-typography{position:relative;z-index:1}.landing-page .hero-section{margin-top:-64px;padding-top:80px;min-height:600px;display:flex;align-items:center;overflow:hidden;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;position:relative}.landing-page .hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23FFFFFF" fill-opacity="0.05"/></svg>');background-size:20px 20px;pointer-events:none;z-index:1}.landing-page .hero-section .container{position:relative;z-index:2}.ant-card{box-shadow:0 1px 2px #0000000d;border-radius:8px}.stat-card{height:100%;display:flex;flex-direction:column}.stat-card .ant-card-body{flex:1;display:flex;flex-direction:column;justify-content:center}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.page-loading-container,.page-empty-container{display:flex;justify-content:center;align-items:center;height:400px}.detail-card{height:100%}.detail-card .ant-card-head-title{display:flex;align-items:center;gap:8px}.hospital-card{height:100%;transition:all .3s}.hospital-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.hospital-card .ant-card-head-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hospital-card .ant-card-body{height:160px;overflow:hidden}.hospital-card .hospital-card-item{display:flex;align-items:center;margin-bottom:8px;height:24px;overflow:hidden}.hospital-card .hospital-card-item .hospital-card-icon{flex-shrink:0;margin-right:8px}.hospital-card .hospital-card-item .hospital-card-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hospital-card .ant-card-actions{background-color:#00000005}.hidden-xs{display:none}@media (min-width: 576px){.hidden-xs.show-sm{display:block}.hidden-xs.show-sm.inline-block{display:inline-block}}.steps-container .steps-desktop{display:none}.steps-container .steps-mobile{display:block}.ant-steps .ant-steps-item{flex:1;text-align:center}.ant-steps-horizontal .ant-steps-item-tail{margin:0 16px;padding:0!important}.ant-steps-horizontal .ant-steps-item-tail:after{height:1px;width:100%}.ant-steps-vertical .ant-steps-item-container{padding-bottom:24px}.ant-steps .ant-steps-item-process .ant-steps-item-icon{background-color:var(--color-primary);border-color:var(--color-primary)}.ant-steps .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon{color:#fff}.ant-steps .ant-steps-item-process .ant-steps-item-title{color:var(--color-primary)!important;font-weight:500}.ant-steps .ant-steps-item-finish .ant-steps-item-icon{border-color:var(--color-primary)}.ant-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:var(--color-primary)}.ant-steps .ant-steps-item-finish .ant-steps-item-tail:after{background-color:var(--color-primary)}body.dark .ant-steps .ant-steps-item-process .ant-steps-item-title{color:var(--color-primary)!important}@media (min-width: 992px){.steps-container .steps-desktop{display:block}.steps-container .steps-mobile{display:none}}@media (max-width: 992px){.ant-layout-content{padding:0 8px}@media (max-width: 576px){.page-header{flex-direction:column;align-items:flex-start;gap:16px;width:100%}.page-header>.ant-input-affix-wrapper{width:100%;max-width:100%}.page-header .ant-space{margin-top:8px;align-self:flex-end}}@media (min-width: 577px) and (max-width: 992px){.page-header{flex-direction:row;align-items:center;justify-content:space-between;width:100%}.page-header>.ant-input-affix-wrapper{width:250px;max-width:60%}}}.pretty-table .ant-table-container{border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.pretty-table .ant-table-title{font-weight:600;padding:14px 16px}.pretty-table .ant-table-thead>tr>th{background-color:#00000008!important;font-weight:600;letter-spacing:.01em}.pretty-table .ant-table-tbody>tr.pretty-table-row--striped>td{background-color:#00000005}.pretty-table .ant-table-tbody>tr:hover>td{background-color:#0285770a!important}.reports-page table tr:hover>td,.reports-page table td:hover,.reports-page .ant-table-tbody>tr:hover>td,.reports-page .ant-table-tbody>tr.ant-table-row-hover>td,.reports-page .ant-table-tbody>tr>td.ant-table-cell-hover{background-color:inherit!important}.reports-colored-table .ant-table-thead .ant-table-cell[style*=background-color]{background-color:var(--cell-bg-color, inherit)!important;color:#000000d9!important}.reports-colored-table .ant-table-tbody .ant-table-cell[style*=background-color]{background-color:color-mix(in srgb,var(--cell-bg-color, #ffffff) 70%,#ffffff 30%)!important;color:#000000d9!important}.reports-colored-table .ant-table-tbody .ant-table-cell[style*=background-color]:hover,.reports-colored-table .ant-table-tbody tr:hover>.ant-table-cell[style*=background-color],.reports-colored-table .ant-table-tbody tr.ant-table-row-hover>.ant-table-cell[style*=background-color]{background-color:color-mix(in srgb,var(--cell-bg-color, #ffffff) 70%,#ffffff 30%)!important;color:#000000d9!important}body.dark .reports-colored-table .ant-table-thead>tr>th:not([style*=background-color]){background-color:inherit!important;color:#ffffffd9!important}.pretty-table .ant-table-tbody>tr>td,.pretty-table .ant-table-thead>tr>th{padding-top:13px;padding-bottom:13px;vertical-align:middle}.pretty-table .ant-pagination{margin-top:12px;text-align:right}.pretty-table--compact .ant-table-tbody>tr>td,.pretty-table--compact .ant-table-thead>tr>th{padding-top:8px;padding-bottom:8px}body.dark .pretty-table .ant-table-thead>tr>th,body.dark .ant-table-thead>tr>th{background-color:#ffffff0a!important;color:#ffffffd9!important}body.dark .pretty-table .ant-table-tbody>tr.pretty-table-row--striped>td{background-color:#ffffff08}body.dark .ant-table-cell{color:#ffffffd9!important}body.dark .ant-table-thead .ant-table-cell:not([style*=background-color]),body.dark .ant-table-thead .dark-mode-header{color:#ffffffd9!important}body.dark .dark-mode-header,body.dark .ant-table-thead th.dark-mode-header,body.dark .reports-colored-table .ant-table-thead .ant-table-cell.dark-mode-header{color:#ffffffd9!important}body.dark .ant-table-summary{color:#ffffffd9}body.dark .ant-table-summary .ant-table-cell{background-color:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.12)}body.dark .ant-table-summary .ant-table-cell:hover,body.dark .ant-table-summary tr:hover>.ant-table-cell,body.dark .ant-table-summary tr.ant-table-row-hover>.ant-table-cell{background-color:#ffffff0a!important}.reports-summary-row .ant-table-cell{background-color:inherit!important}body.dark .reports-summary-row .ant-table-cell,body.dark .reports-summary-row .ant-table-cell:hover{background-color:#ffffff0a!important}body.dark .ant-table-cell[style*=background-color]{color:#000000d9!important}body.dark .ant-table-cell[style*=background-color]{background-color:var(--cell-bg-color, inherit)!important}body.dark .ant-table-cell[style*=background-color]:hover,body.dark tr:hover>.ant-table-cell[style*=background-color]{color:#000000d9!important;background-color:var(--cell-bg-color, inherit)!important}body.dark .reports-colored-table .ant-table-thead>tr>th[style*=background-color]{background-color:var(--cell-bg-color, inherit)!important;color:#000000d9!important}.landing-page{overflow-x:hidden;position:relative}.landing-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23EF575D" fill-opacity="0.03"/></svg>');background-size:20px 20px;pointer-events:none;z-index:-1}.landing-page .hero-section{position:relative;overflow:hidden}.landing-page .hero-section:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="2"/></svg>');background-size:300px;opacity:.4;pointer-events:none}.landing-page .about-card,.landing-page .process-card{transition:var(--landing-hover-transition);box-shadow:var(--landing-card-shadow)}.landing-page .about-card:hover,.landing-page .process-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.landing-page .color-code-card{transition:var(--landing-hover-transition)}.landing-page .color-code-card:hover{transform:translateY(-5px)}.landing-page .color-code-card .color-circle{animation:var(--animation-pulse)}.landing-page .faq-collapse .ant-collapse-item{transition:var(--landing-hover-transition);border-left:4px solid transparent;margin-bottom:16px;background-color:var(--color-bg-container);border-radius:8px;overflow:hidden}.landing-page .faq-collapse .ant-collapse-item:hover{border-left:4px solid var(--color-primary);box-shadow:var(--landing-card-shadow)}.landing-page .faq-collapse .ant-collapse-header{padding:16px!important}.landing-page .faq-collapse .ant-collapse-content-box{padding:0 16px 16px!important}.landing-page .process-card .process-icon{position:relative;z-index:1}.landing-page .benefit-card .benefit-icon{transition:var(--landing-hover-transition)}.landing-page .benefit-card:hover .benefit-icon{transform:scale(1.1)}@media (max-width: 768px){.landing-page .hero-section:after{display:none}.landing-page .hero-section{text-align:center}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in-right{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes scale-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #02857766}70%{transform:scale(1.05);box-shadow:0 0 0 10px #02857700}to{transform:scale(1);box-shadow:0 0 #02857700}}.landing-page .hero-content{animation:var(--animation-fade-in);animation-delay:.2s;opacity:0}.landing-page .section-title{animation:var(--animation-slide-up);opacity:0}.landing-page .about-card,.landing-page .color-code-card,.landing-page .process-card,.landing-page .benefit-card,.landing-page .faq-collapse .ant-collapse-item,.landing-page .stat-card{animation:var(--animation-scale-in);opacity:0}.landing-page .about-card:nth-child(1){animation-delay:.1s}.landing-page .about-card:nth-child(2){animation-delay:.2s}.landing-page .about-card:nth-child(3){animation-delay:.3s}.landing-page .color-code-card:nth-child(1){animation-delay:.1s}.landing-page .color-code-card:nth-child(2){animation-delay:.2s}.landing-page .color-code-card:nth-child(3){animation-delay:.3s}.landing-page .color-code-card:nth-child(4){animation-delay:.4s}.landing-page .color-code-card:nth-child(5){animation-delay:.5s}.landing-page .process-card:nth-child(1){animation-delay:.1s}.landing-page .process-card:nth-child(2){animation-delay:.2s}.landing-page .process-card:nth-child(3){animation-delay:.3s}.landing-page .process-card:nth-child(4){animation-delay:.4s}.landing-page .benefit-card:nth-child(1){animation-delay:.1s}.landing-page .benefit-card:nth-child(2){animation-delay:.2s}.landing-page .benefit-card:nth-child(3){animation-delay:.3s}.landing-page .stat-card:nth-child(1){animation-delay:.1s}.landing-page .stat-card:nth-child(2){animation-delay:.2s}.landing-page .stat-card:nth-child(3){animation-delay:.3s}.landing-page .stat-card:nth-child(4){animation-delay:.4s}.landing-page .faq-collapse .ant-collapse-item:nth-child(1){animation-delay:.1s}.landing-page .faq-collapse .ant-collapse-item:nth-child(2){animation-delay:.2s}.landing-page .faq-collapse .ant-collapse-item:nth-child(3){animation-delay:.3s}.landing-page .faq-collapse .ant-collapse-item:nth-child(4){animation-delay:.4s}.marquee-container{width:100%;overflow:hidden;position:relative;white-space:nowrap}.marquee-text{display:inline-block;padding-left:100%;animation:marquee 12s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}
