.mode-switch{
    display:flex;
    gap:12px;
    margin-bottom:25px;
}

.mode-btn{
    flex:1;
    padding:10px;
    border:none;
    border-radius:14px;
    background:#E6F0EE;
    color:#192c27;
    cursor:pointer;
    font-weight:500;
    transition:0.3s;
}

.mode-btn.active{
    background:#007f5f;
    color:#ffffff;
}

.section{
    margin-bottom:24px;
}

.grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.feature-card{
    background:#F2F7F6;
    padding:22px;
    border-radius:20px;
    margin-top:22px;
}

.feature-title{
    font-size:16px;
    font-weight:500;
    color:#007f5f;
    margin-bottom:15px;
}

.work-output{
    margin-top:16px;
    background:#ffffff;
    padding:18px;
    border-radius:14px;
    line-height:1.7;
    color:#192c27;
}

.countdown-box{
    margin-top:18px;
    background:#192c27;
    color:#ffffff;
    padding:10px;
    border-radius:18px;
    text-align:center;
    font-size:22px;
    font-weight:600;
}

.timeline-container{
    width:100%;
    height:20px;
    background:#dce7e3;
    border-radius:30px;
    overflow:hidden;
    margin-top:18px;
}

.timeline-bar{
    width:2%;
    height:100%;
    border-radius:30px;
    background:linear-gradient(90deg,#55a630,#80ed99);
    transition:1s;
}

.timeline-labels{
    display:flex;
    justify-content:space-between;
    margin-top:10px;
    color:#365951;
    font-size:14px;
}

.result-box{
    background:#ffffff;
    border:2px solid #E6F0EE;
    border-radius:22px;
    padding:25px;
}

.result-label{
    color:#365951;
    margin-bottom:10px;
}

.result-main{
    font-size:26px;
    font-weight:600;
    color:#192c27;
}

.stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-top:20px;
}

.stat-card{
    background:#ffffff;
    border:2px solid #E6F0EE;
    border-radius:18px;
    padding:15px;
    text-align:center;
}

.stat-title{
    color:#365951;
    margin-bottom:10px;
}

.stat-value{
    font-size:24px;
    font-weight:600;
    color:#007f5f;
}
