@font-face{font-family:GMarketSans;src:url(/assets/GmarketSansTTFLight-DYmaZxfj.woff) format("woff"),url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff) format("woff");font-weight:300;font-display:swap}@font-face{font-family:GMarketSans;src:url(/assets/GmarketSansTTFMedium-w3fF-wVr.woff) format("woff"),url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff) format("woff");font-weight:500;font-display:swap}@font-face{font-family:GMarketSans;src:url(/assets/GmarketSansTTFBold-1lgim4LE.woff) format("woff"),url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff) format("woff");font-weight:700;font-display:swap}body *{font-family:GMarketSans,serif;color:#152215}html *{box-sizing:border-box}html{background:#f6faf8}html,body{margin:0;padding:0}html,body{width:100%;height:100%}body{min-width:1050px;overflow-x:auto;padding-top:20px}#root,.App{width:100%;height:100%}*{box-sizing:border-box}body{margin:0}.login-background{height:100vh}.login-container{height:100vh;display:flex;box-sizing:border-box;overflow:hidden}.login-background{width:33.333%;display:block}@media(max-width:767px){.login-background{display:none}}.login-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background-color:#fff}.login-form-wrapper{width:100%;max-width:28rem}.login-logo{width:280px;display:block;margin:0 auto}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{display:block;font-size:.875rem;font-weight:500;color:#152215;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #a7c5b2;border-radius:.375rem;font-size:1rem;transition:all .2s}.form-input:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px #15803d}.form-input::placeholder{color:#a7c5b2}.login-button{width:100%;padding:.75rem;background-color:#4f8b64;color:#fff;font-weight:600;border:none;border-radius:5px;cursor:pointer;transition:background-color .2s}.login-button:hover{background-color:#3c6f4e}.login-footer{margin-top:2rem;text-align:center;font-size:.875rem;color:gray}.background-image{width:100%;height:100%;object-fit:cover}body.login-body{padding-top:0!important}.main-background{width:100%;height:100%;background-image:url(/assets/main-bg-img-hhWnan8K.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;opacity:.9;position:relative}.main-body{padding:0}#main-header{background-color:#ffffff80;border:1px solid rgba(167,197,178,.5);box-shadow:none;margin-top:20px}.main-background .main-text{position:absolute;top:58%;left:75px;width:510px}.UserHeader{width:93%;height:65px;margin:0 auto;padding:0 30px 0 15px;border:1px solid #a7c5b2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;background-color:#fff;display:flex;justify-content:space-between;align-items:center}.UserHeader .logo-section{display:flex;align-items:center;cursor:pointer}.UserHeader img{width:190px;height:80px;cursor:pointer}.nav-menu{width:70%}.nav-menu>ul{width:100%;display:flex;justify-content:space-between;gap:40px;padding:0;margin:0;list-style:none}.nav-menu>ul>li{font-size:26px;font-weight:500;cursor:pointer;position:relative;height:65px;display:flex;align-items:center;margin-top:5px}.nav-menu>ul>li:hover{color:#3c6f4e}.submenu{display:none;position:absolute;top:61px;left:50%;transform:translate(-50%);background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:10px 0;width:160px;z-index:100}.dropdown-item:hover .submenu{display:block}.submenu li{list-style:none;padding:10px 5px;font-size:16px;color:#152215;text-align:center;border-radius:10px;margin:0 5px}.submenu li:hover{background-color:#4f8b64;color:#fff}.logout-section{cursor:pointer;font-weight:500;margin-top:1px}.HeartData{width:93%;margin:20px auto;height:calc(100vh - 140px);display:flex;flex-direction:column}.heart-data-stats{display:flex;gap:30px;flex-shrink:0}.heart-data-stats .stat-grid{flex:1;border:1px solid #A7C5B2;border-radius:20px;padding:45px;background-color:#fff}.heart-data-stats .stat-grid *{text-align:center;margin:10px;font-size:18px}.heart-data-stats .stat-grid h1{font-size:48px}.heart-data-stats .stat-grid h1 span{font-size:inherit}.heart-data-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;margin-top:17px;padding:30px;border:1px solid #A7C5B2;border-radius:20px;background-color:#fff}.heart-data-list>p{font-size:24px;font-weight:700;margin:0 10px 22px}.heart-data-list>table{width:100%;border-top:3px solid #A7C5B2;border-collapse:collapse}.heart-data-list table td{padding:10px;text-align:center;width:20%}.heart-data-list table td:hover{cursor:pointer}.heart-data-list thead td{font-size:20px;padding-top:18px;padding-bottom:14px;border-bottom:1px solid #A7C5B2}.heart-data-list tbody tr:first-child td{padding-top:15px}.heart-data-status{font-weight:700}.normal{color:#28a745}.caution{color:#ffc107}.danger{color:#dc3545}.heart-data-stats .chart-grid{flex:10}.variation{font-weight:700}.variation.increase{color:#ff4b4b}.variation.decrease{color:#4b89ff}.variation.steady{color:#999}.Challenges{width:93%;margin:20px auto}.challenge-stats{display:flex;gap:30px}.challenge-stats .stat-grid{flex:1;border:1px solid #A7C5B2;border-radius:20px;padding:45px;background-color:#fff}.challenge-stats .stat-grid *{text-align:center;margin:10px;font-size:18px}.challenge-stats .stat-grid h1{font-size:48px}.challenge-list{width:100%;margin-top:20px;padding:30px;border:1px solid #A7C5B2;border-radius:20px;background-color:#fff}.challenge-list>p{font-size:24px;font-weight:700;margin:0 10px 22px}.challenge-list>table{width:100%;border-top:3px solid #A7C5B2;border-collapse:collapse}.challenge-list table td{padding:10px;text-align:center;width:25%}.challenge-list table td:hover{cursor:pointer}.challenge-list thead td{font-size:20px;padding-top:18px;padding-bottom:14px;border-bottom:1px solid #A7C5B2}.challenge-list tbody tr:first-child td{padding-top:15px}.Supply{width:93%;margin:20px auto}.Supply .container{width:100%}.Supply .content-wrapper{display:flex;gap:1rem}.Supply .filter-sidebar{width:350px;flex-shrink:0}.Supply .filter-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #15221514;padding:1.5rem}.Supply .filter-header{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#152215;display:flex;align-items:center;gap:.5rem}.Supply .filter-header:before{content:"☰";font-size:1rem;color:#152215}.Supply .filter-section{margin-bottom:1.4rem;padding-bottom:1.4rem;border-bottom:1px solid #e3ece7}.Supply .filter-section:last-child{margin-bottom:30px;border-bottom:none;padding-bottom:0}.Supply .filter-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:1rem;font-weight:600;margin-bottom:1rem;background:none;border:none;cursor:pointer;padding:0;color:#4f8b64}.Supply .filter-options{display:flex;flex-direction:column;gap:.75rem}.Supply .checkbox-label{display:flex;align-items:center;font-size:.95rem;font-weight:300;cursor:pointer;color:#152215;padding:.25rem 0}.Supply .checkbox{margin-right:.75rem;width:18px;height:18px;cursor:pointer;accent-color:#4f8b64;border-radius:4px}.Supply .product-section{flex:1;min-width:0;padding-bottom:15px}.Supply .product-card{background-color:#fff;border-radius:10px;box-shadow:0 1px 2px #1522150d;padding:1rem;margin-bottom:10px}.Supply .product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}.Supply .product-item{border:1px solid #a7c5b2;border-radius:10px;padding:.4rem;background-color:#fff;transition:all .2s}.Supply .product-item:hover{box-shadow:0 6px 12px #1522151a;transform:translateY(-2px)}.Supply .product-image{aspect-ratio:1;background-color:#f6faf8;border-radius:10px;margin-bottom:.4rem;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;font-size:1.8rem}.Supply .product-image img{width:100%;height:100%;object-fit:cover;display:flex;align-items:center;justify-content:center}.Supply .product-brand{font-size:.9rem;font-weight:600;color:#152215}.Supply .product-name{font-size:.9rem;color:#4f8b64;margin-bottom:.2rem;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.Supply .product-price{font-size:.8rem;font-weight:700;color:#152215}@media(max-width:768px){.Supply .filter-sidebar{width:220px}}.pagination-container{display:flex;justify-content:center;align-items:center;gap:5px;margin:20px 0;padding:10px}.page-btn{padding:8px 12px;border:none;background-color:#fff;color:#333;cursor:pointer;border-radius:4px;font-size:14px;transition:all .3s}.page-btn:hover:not(:disabled){background-color:#4f8b64;color:#fff}.page-btn.active{background-color:#4f8b64;color:#fff;font-weight:700}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-info{margin-left:15px;font-size:14px;color:#666}.basic-btn{font-size:16px;font-weight:500;color:#fff;background-color:#4f8b64;border:none;border-radius:5px;cursor:pointer;text-align:center;padding-top:3px}.basic-btn:hover{background-color:#3c6f4e}.GroupSupply{width:93%;margin:20px auto}.GroupSupply .container{width:100%}.GroupSupply .content-wrapper{display:flex;gap:1rem}.GroupSupply .filter-sidebar{width:350px;flex-shrink:0}.GroupSupply .filter-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #15221514;padding:1.5rem}.GroupSupply .filter-header{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#152215;display:flex;align-items:center;gap:.5rem}.GroupSupply .filter-header:before{content:"☰";font-size:1rem;color:#152215}.GroupSupply .filter-section{margin-bottom:1.4rem;padding-bottom:1.4rem;border-bottom:1px solid #e3ece7}.GroupSupply .filter-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:1rem;font-weight:600;margin-bottom:1rem;background:none;border:none;cursor:pointer;padding:0;color:#4f8b64}.GroupSupply .filter-options{display:flex;flex-direction:column;gap:.75rem}.GroupSupply .checkbox-label{display:flex;align-items:center;font-size:.95rem;font-weight:300;cursor:pointer;color:#152215;padding:.25rem 0}.GroupSupply .checkbox{margin-right:.75rem;width:18px;height:18px;cursor:pointer;accent-color:#4f8b64}.GroupSupply .product-section{flex:1;min-width:0;padding-bottom:15px}.GroupSupply .product-card{background-color:#fff;border-radius:10px;box-shadow:0 1px 2px #1522150d;padding:1rem;margin-bottom:10px}.GroupSupply .product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}.GroupSupply .product-item{position:relative;border:1px solid #a7c5b2;border-radius:10px;padding:.4rem;background-color:#fff;transition:all .2s}.GroupSupply .product-item:hover{box-shadow:0 6px 12px #1522151a;transform:translateY(-2px)}.GroupSupply .product-image{aspect-ratio:1;background-color:#f6faf8;border-radius:10px;margin-bottom:.4rem;display:flex;align-items:center;justify-content:center;font-size:1.8rem}.GroupSupply .product-brand{font-size:.9rem;font-weight:600;color:#152215}.GroupSupply .product-name{font-size:.9rem;color:#4f8b64;margin-bottom:.2rem}.GroupSupply .product-price{font-size:.8rem;font-weight:700;color:#c65d5f}.badge{position:absolute;top:8px;left:8px;padding:8px 16px;border-radius:3px;font-size:.8rem;color:#fff;font-weight:500}.badge.active{background-color:#4f8b64}.badge.closed,.badge.cancel{background-color:#afc8b5;color:#fff}.progress-container{position:relative;width:100%;height:28px;background:#e8f0e8;border-radius:5px;overflow:hidden;display:flex;align-items:center}.progress-bar{height:100%;background:#4f8b64;display:flex;align-items:center;padding-left:10px;box-sizing:border-box}.sold-text{color:#f6faf8;font-size:.8rem;font-weight:400}.remain-text{position:absolute;right:10px;color:#152215;font-size:.8rem;font-weight:400}.progress-container.out-of-stock{width:100%;background-color:#e2e8e5;border-radius:5px;padding:0;display:flex;justify-content:center;align-items:center}.progress-bar.out-of-stock-bar{width:100%;text-align:center;color:#fff;font-weight:700;padding:10px 0;background-color:#afc8b5;border-radius:5px}.out-of-stock-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-size:.8rem;font-weight:400;white-space:nowrap}@media(max-width:768px){.GroupSupply .filter-sidebar{width:220px}}.SupplyDetail{min-height:100vh;background-color:#f6faf8;padding-top:20px;width:93%;margin:0 auto}.SupplyDetail .detail-container{display:grid;grid-template-columns:2.2fr .7fr;gap:20px}.SupplyDetail .left-wrapper{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 2px 8px #15221514;display:flex;gap:40px}.SupplyDetail .detail-left{width:40%}.SupplyDetail .detail-image-box{background:#fff;border-radius:10px;border:1px solid #ffffff;padding:0;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:1.8rem;overflow:hidden}.SupplyDetail .emoji-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:0}.SupplyDetail .emoji-image img{width:100%;height:100%;object-fit:cover;display:flex;align-items:center;justify-content:center;font-size:3.8rem}.SupplyDetail .detail-middle{margin-left:3rem;flex:1}.SupplyDetail .detail-title{font-size:1.4rem;font-weight:700;color:#152215}.SupplyDetail .detail-brand{margin:6px 0 18px;color:#4f8b64;font-weight:600}.SupplyDetail .detail-info-list{margin:25px 0;line-height:1.7;color:#152215}.SupplyDetail .detail-highlight{margin:20px 0;font-weight:600;color:#4f8b64}.SupplyDetail .sub-title{margin-top:15px;font-weight:700;color:#152215}.SupplyDetail .detail-desc{margin:6px 0 14px;line-height:1.6;color:#152215}.SupplyDetail .detail-right{width:100%}.SupplyDetail .order-box{background-color:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #15221514}.SupplyDetail .order-box h3{font-size:1.25rem;font-weight:700;color:#152215;margin-bottom:1rem}.SupplyDetail .order-option{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:300;color:#152215;margin-bottom:10px}.SupplyDetail .order-option input{width:18px;height:18px;accent-color:#4f8b64;border-radius:4px}.SupplyDetail .order-quantity{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:10px}.SupplyDetail .order-quantity button{width:32px;height:32px;border:none;background-color:#4f8b64;color:#fff;border-radius:10px;font-size:18px;cursor:pointer}.SupplyDetail .order-quantity button:disabled{background-color:#d5d5d5;cursor:not-allowed;color:#888}.SupplyDetail .order-btn{width:100%;padding:12px;background-color:#4f8b64;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;margin-top:1rem}.SupplyDetail .order-btn.disabled{background-color:#ccc;cursor:not-allowed}.GroupSupplyDetail{min-height:100vh;background-color:#f6faf8;padding-top:20px;width:93%;margin:0 auto}.GroupSupplyDetail .detail-container{display:grid;grid-template-columns:2.2fr .7fr;gap:20px}.GroupSupplyDetail .left-wrapper{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 2px 8px #15221514;display:flex;gap:40px}.GroupSupplyDetail .detail-left{width:40%}.GroupSupplyDetail .detail-image-box{background:#fff;border-radius:10px;border:1px solid #ffffff;padding:20px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:3.8rem}.GroupSupplyDetail .emoji-image{font-size:70px}.GroupSupplyDetail .detail-middle{margin-left:3rem;flex:1}.GroupSupplyDetail .detail-title{font-size:1.4rem;font-weight:700;color:#152215}.GroupSupplyDetail .detail-brand{margin:6px 0 18px;color:#4f8b64;font-weight:600}.GroupSupplyDetail .detail-info-list{margin:25px 0;line-height:1.7;color:#152215}.GroupSupplyDetail .detail-highlight{margin:20px 0;font-weight:600;color:#4f8b64}.GroupSupplyDetail .sub-title{margin-top:15px;font-weight:700;color:#152215}.GroupSupplyDetail .detail-desc{margin:6px 0 14px;line-height:1.6;color:#152215}.GroupSupplyDetail .detail-right{width:100%}.GroupSupplyDetail .order-box{background-color:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #15221514}.GroupSupplyDetail .order-box h3{font-size:1.25rem;font-weight:700;color:#152215;margin-bottom:1rem}.GroupSupplyDetail .order-option{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:300;color:#152215;margin-bottom:10px}.GroupSupplyDetail .order-option input{width:18px;height:18px;accent-color:#4f8b64;border-radius:4px}.GroupSupplyDetail .order-quantity{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:10px}.GroupSupplyDetail .order-quantity button{width:32px;height:32px;border:none;background-color:#4f8b64;color:#fff;border-radius:10px;font-size:18px;cursor:pointer}.GroupSupplyDetail .order-quantity button:disabled{background-color:#d5d5d5;cursor:not-allowed;color:#888}.GroupSupplyDetail .order-btn{width:100%;padding:12px;background-color:#4f8b64;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;margin-top:1rem}.GroupSupplyDetail .order-btn.disabled{background-color:#ccc;cursor:not-allowed}.GroupSupplyDetail .progress-container{margin-top:10px;position:relative;width:100%;height:44px;background:#e8f0e8;border-radius:5px;overflow:hidden;display:flex;align-items:center}.GroupSupplyDetail .progress-bar{height:100%;background:#4f8b64;display:flex;align-items:center;padding-left:10px;box-sizing:border-box}.GroupSupplyDetail .sold-text{color:#f6faf8;font-size:.8rem;font-weight:400}.GroupSupplyDetail .remain-text{position:absolute;right:10px;color:#152215;font-size:.8rem;font-weight:400}.GroupSupplyDetail .progress-container.out-of-stock{width:100%;background-color:#e2e8e5;border-radius:5px;padding:0;display:flex;justify-content:center;align-items:center}.GroupSupplyDetail .progress-bar.out-of-stock-bar{width:100%;text-align:center;color:#fff;font-weight:700;padding:10px 0;background-color:#afc8b5;border-radius:5px}.GroupSupplyDetail .out-of-stock-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;font-size:.8rem;font-weight:400;white-space:nowrap}.HeartRateAlert{width:93%;height:83vh;margin:15px auto;display:flex;justify-content:space-between;gap:18px}.heart-rate-filter{width:19%;border:1px solid #a7c5b2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;background-color:#fff;padding:20px 30px;display:flex;flex-direction:column;gap:18px;overflow:auto}.heart-rate-filter span:first-child{font-weight:700;font-size:20px;display:inline-block;margin-bottom:10px}.heart-rate-filter span:last-child{font-size:18px}.heart-rate-filter .filter-input{width:100%;display:flex;flex-direction:column;gap:5px}.heart-rate-filter .filter-input input,.heart-rate-filter .filter-input select{width:100%;display:block}.heart-rate-filter .filter-input>label{margin-left:3px;display:block;width:100%}.heart-rate-filter .filter-input input{height:30px;border:1px solid #4F8B64;border-radius:5px;box-shadow:1px 2px 3px #d3d3d3;color:#4f8b64;padding-top:1px;padding-left:6px;padding-right:5px}.heart-rate-filter .filter-input select{height:30px;border:none;border-bottom:1px solid #4F8B64;font-weight:500;font-size:14px;color:#4f8b64}.heart-rate-filter .filter-input option{font-weight:500}.heart-rate-filter .date-btn{display:flex;justify-content:space-between}.heart-rate-content{width:80%;display:flex;flex-direction:column;height:100%}.heart-rate-stats{height:18%;display:flex;gap:2%}.heart-rate-stats .stat-grid{flex:1;border:1px solid #A7C5B2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;padding:12px;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.heart-rate-stats .stat-grid *{text-align:center;margin:6px;font-size:16px}.heart-rate-stats .stat-grid span{font-size:40px;font-weight:700;margin:0}.heart-rate-stats .stat-grid:last-child span:first-child{color:green}.heart-rate-stats .stat-grid:nth-child(2) span:first-child{color:#ffa408}.heart-rate-stats .stat-grid:nth-child(3) span:first-child{color:red}.heart-rate-data{width:100%;flex:1;margin-top:12px;padding:12px 30px;border:1px solid #A7C5B2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;background-color:#fff;display:flex;flex-direction:column;max-height:100%;overflow:hidden}.heart-rate-data>p{font-size:24px;font-weight:700;margin:0 10px 22px}.heart-rate-data>table{width:100%;border-top:3px solid #A7C5B2;border-collapse:collapse;table-layout:fixed}.heart-rate-data thead th:nth-child(1){width:37%}.heart-rate-data thead th:nth-child(2){width:37%}.heart-rate-data thead th:nth-child(3){width:33.3%}.heart-rate-data table td{padding:10px;text-align:center}.heart-rate-data thead th{font-size:17px;padding-top:15px;padding-bottom:12px;border-bottom:1px solid #A7C5B2}.heart-rate-data tbody tr:first-child td{padding-top:15px}.heart-rate-paging{display:flex;justify-content:center;gap:10px;margin-top:auto;padding-top:10px}.heart-rate-paging button{border:none;border-radius:5px;background-color:transparent;padding:5px 10px}.heart-rate-paging .selectedBtn{background-color:#4f8b64}.query-criteria{margin-top:5px;margin-bottom:8px;padding-left:10px;font-size:12px;color:#555}.query-criteria span:first-child{font-weight:600;color:#4f8b64}.list-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.list-title{font-size:16px;font-weight:700;margin:0}.list-criteria{font-size:10px;color:#666;font-weight:400;margin:0}.heart-rate-data tbody td{padding:8px 10px;text-align:center;font-size:12px}.heart-rate-data thead th{font-size:15px;padding-top:15px;padding-bottom:10px;border-bottom:1px solid #A7C5B2}.table-wrapper{flex:1;overflow-y:auto;margin-bottom:10px}.filter-label-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.filter-reset-btn{background:none;border:none;padding:2px 6px;color:#4f8b64;font-size:11px;cursor:pointer;transition:color .2s;border-radius:3px;white-space:nowrap;align-self:flex-end}.filter-reset-btn:hover{color:#3a6b4d;background-color:#f0f7f3}.filter-label-row label{margin-left:3px;margin-bottom:0!important;width:auto}.AdminHealth{width:93%;height:88%;margin:20px auto;display:flex;justify-content:space-between}.admin-health-filter{width:19%;border:1px solid #a7c5b2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;background-color:#fff;padding:20px 30px;display:flex;flex-direction:column;gap:18px;overflow:auto}.admin-health-filter span:first-child{font-weight:700;font-size:20px;display:inline-block;margin-bottom:10px}.admin-health-filter span:last-child{font-size:18px}.admin-health-filter .filter-input{width:100%;display:flex;flex-direction:column;gap:5px}.admin-health-filter .filter-input *{width:100%;display:block}.admin-health-filter .filter-input label{margin-left:3px}.admin-health-filter .filter-input input{height:30px;border:1px solid #4F8B64;border-radius:5px;box-shadow:1px 2px 3px #d3d3d3;color:#4f8b64;padding-top:1px;padding-left:6px;padding-right:5px}.admin-health-filter .filter-input input::placeholder{color:#4f8b64;font-weight:300;font-size:13px;opacity:.8}.admin-health-filter .filter-input select{height:30px;border:none;border-bottom:1px solid #4F8B64;font-weight:500;font-size:14px;color:#4f8b64}.admin-health-filter .filter-input option{font-weight:500}.admin-health-filter .date-btn{display:flex;justify-content:space-between}.admin-health-content{width:80%}.admin-health-stats{height:24%;display:flex;justify-content:space-between;gap:2%}.admin-health-stats .stat-grid{width:23%;border:1px solid #A7C5B2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;padding:45px 20px;background-color:#fff}.admin-health-stats .stat-grid *{text-align:center;margin:10px;font-size:18px}.admin-health-stats .stat-grid span{font-size:44px;font-weight:700;margin:0}.admin-health-stats .stat-grid:last-child span:first-child{color:green}.admin-health-stats .stat-grid:nth-child(2) span:first-child{color:red}.admin-health-stats .stat-grid:nth-child(3) span:first-child{color:#ffa408}.admin-health-data{width:100%;height:74%;margin-top:17px;padding:30px 30px 15px;border:1px solid #A7C5B2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;background-color:#fff;display:flex;flex-direction:column}.admin-health-data>p{font-size:24px;font-weight:700;margin:0 10px 22px}.admin-health-data>table{width:100%;border-top:3px solid #A7C5B2;border-collapse:collapse}.admin-health-data table td{padding:10px;text-align:center}.admin-health-data thead th{font-size:20px;padding-top:18px;padding-bottom:14px;border-bottom:1px solid #A7C5B2}.admin-health-data tbody tr:first-child td{padding-top:15px}.admin-health-paging{display:flex;justify-content:center;gap:10px;margin-top:auto}.admin-health-paging button{border:none;border-radius:5px;background-color:transparent;padding:5px 10px}.admin-health-paging .selectedBtn{background-color:#4f8b64}.AdminHeader{width:93%;height:65px;margin:0 auto;padding:0 30px 0 15px;border:1px solid #a7c5b2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;background-color:#fff;display:flex;justify-content:space-between;align-items:center}.AdminHeader .logo-section{display:flex;align-items:center;cursor:pointer}.AdminHeader img{width:190px;height:80px;cursor:pointer}.admin-nav-menu{width:70%;text-align:center}.admin-nav-menu div{font-size:26px;color:#3c6f4e}.admin-logout-section{cursor:pointer;font-weight:500;margin-top:1px;display:flex;gap:15px;align-items:center}.admin-logout-section p:first-child{font-size:20px}.admin-logout-section p:last-child{height:18px}.ChallengeDetail{margin:20px auto;display:flex;justify-content:space-between;width:93%;height:87%;gap:2%}.challenge-poster{width:49%;height:100%;background-image:url(/assets/poster_background-BtAACnD1.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.challenge-poster h1{font-size:56px;text-align:center;position:absolute;top:30%;word-break:keep-all;margin:0}.poster-content-wrapper{width:100%;padding:5% 0 10% 8%;position:absolute;top:40%}.challenge-poster .poster-content{width:100%;display:flex;justify-content:left;gap:20px}.poster-content span{flex:0 0 100px;white-space:nowrap;font-weight:500;font-size:28px;margin-top:15px}.poster-content span:first-child{width:100px;padding-top:13px;padding-bottom:9px;background-color:#a7c5b2;border-radius:10px;text-align:center}.poster-content span:last-child{padding-top:13px;padding-bottom:9px}.challenge-description{width:49%;height:100%;border:1px solid #a7c5b2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;padding:30px 50px}.title-section h1{font-size:38px}.description-section{padding:10% 0 13%}.description-section p{font-size:25px}.challenge-description .button-section{text-align:center}.AdminHeartRateLog{width:93%;height:88%;margin:20px auto;display:flex;gap:18px}.admin-heart-filter{width:19%;border:1px solid #a7c5b2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;background-color:#fff;padding:20px 30px;display:flex;flex-direction:column;gap:18px;overflow:auto}.admin-heart-filter span:first-child{font-weight:700;font-size:20px;display:inline-block;margin-bottom:10px}.admin-heart-filter span:last-child{font-size:18px}.admin-heart-filter .filter-input{width:100%;display:flex;flex-direction:column;gap:5px}.admin-heart-filter .filter-input *{width:100%;display:block}.admin-heart-filter .filter-input label{margin-left:3px}.admin-heart-filter .filter-input input{height:30px;border:1px solid #4F8B64;border-radius:5px;box-shadow:1px 2px 3px #d3d3d3;color:#4f8b64;padding-top:1px;padding-left:6px;padding-right:5px}.admin-heart-filter .filter-input input::placeholder{color:#4f8b64;font-weight:300;font-size:13px;opacity:.8}.admin-heart-filter .filter-input select{height:30px;border:none;border-bottom:1px solid #4F8B64;font-weight:500;font-size:14px;color:#4f8b64}.admin-heart-filter .filter-input option{font-weight:500}.admin-heart-filter .date-btn{display:flex;justify-content:space-between}.search-btn-wrapper{width:100%;margin-top:auto}.admin-heart-content{width:80%;display:flex;flex-direction:column}.admin-heart-stats{display:flex;gap:20px;height:auto;min-height:120px}.admin-heart-stats .stat-grid{flex:1;border:1px solid #A7C5B2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;padding:20px 25px;background-color:#fff}.admin-heart-data{flex:1;margin-top:20px;padding:25px;border:1px solid #A7C5B2;border-radius:20px;box-shadow:3px 3px 3px #d3d3d3;background-color:#fff;display:flex;flex-direction:column}.admin-heart-data>p{font-size:24px;font-weight:700;margin:0 10px 22px}.admin-heart-data>table{width:100%;border-top:3px solid #A7C5B2;border-collapse:collapse}.admin-heart-data table td{padding:10px;text-align:center}.admin-heart-data thead th{font-size:20px;padding-top:18px;padding-bottom:14px;border-bottom:1px solid #A7C5B2}.admin-heart-data tbody tr:first-child td{padding-top:15px}.admin-heart-paging{display:flex;justify-content:center;gap:10px;margin-top:auto}.admin-heart-paging button{border:none;border-radius:5px;background-color:transparent;padding:5px 10px}.admin-heart-paging .selectedBtn{background-color:#4f8b64}.stat-monitoring .monitoring-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px;min-width:80px}.stat-monitoring .monitoring-label{font-size:14px!important;font-weight:400!important;color:#666}.stat-monitoring .monitoring-value{font-size:28px!important;font-weight:700!important;color:#333}.stat-monitoring .monitoring-value-row{display:flex;align-items:baseline;gap:4px}.stat-monitoring .monitoring-value.success{color:#4f8b64}.stat-monitoring .monitoring-value.fail{color:red}.stat-monitoring .monitoring-unit{font-size:14px!important;font-weight:400!important;color:#666}.stat-partition .partition-list{display:flex;flex-direction:column;gap:8px;height:100%;overflow-y:auto;padding-top:5px;margin-top:10px}.stat-partition .partition-item{display:flex;justify-content:space-between;align-items:center;font-size:14px!important}.stat-partition .partition-name{font-weight:500;color:#333}.stat-partition .partition-item strong{font-weight:700}.stat-partition .partition-item .fail{color:red}.admin-heart-stats .stat-grid p{text-align:left;font-size:16px;font-weight:700;margin:0 0 10px}.admin-heart-stats .stat-grid{padding:20px 25px}.stat-monitoring{flex:1.5}.monitoring-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.stat-partition{flex:1}.error-container{width:100%;height:100%;min-height:calc(100vh - 40px);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#f6faf8,#e8f5ed)}.error-content{text-align:center;z-index:2;position:relative;padding:40px;background:#ffffffb3;border-radius:20px;border:1px solid rgba(167,197,178,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #1522151a;max-width:600px;animation:fadeInUp .6s ease-out}.error-number{font-size:120px;font-weight:700;color:#a7c5b2;line-height:1;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.05)}.error-title{font-size:32px;font-weight:700;color:#152215;margin-bottom:16px}.error-description{font-size:16px;font-weight:300;color:#152215;opacity:.8;margin-bottom:40px;line-height:1.6}.error-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.error-btn{padding:17px 32px 14px;font-size:16px;font-weight:500;color:#fff;background-color:#4f8b64;border:none;border-radius:5px;cursor:pointer;text-align:center;transition:all .3s ease;font-family:GMarketSans,serif}.error-btn:hover{background-color:#3c6f4e;transform:translateY(-2px);box-shadow:0 4px 12px #4f8b644d}.error-decoration{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none}.circle{position:absolute;border-radius:50%;background:#a7c5b21a}.circle-1{width:300px;height:300px;top:10%;right:15%;animation:float 6s ease-in-out infinite}.circle-2{width:200px;height:200px;bottom:15%;left:10%;animation:float 8s ease-in-out infinite reverse}.circle-3{width:150px;height:150px;top:60%;right:25%;animation:float 7s ease-in-out infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float{0%,to{transform:translate(0)}33%{transform:translate(20px,-20px)}66%{transform:translate(-20px,20px)}}@media(max-width:768px){.error-number{font-size:80px}.error-title{font-size:24px}.error-description{font-size:14px}.error-content{padding:30px 20px;margin:0 20px}.error-btn{padding:12px 24px;font-size:14px}}
