:root{--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}@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%}}}.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}
