.result-section{background:linear-gradient(135deg,var(--primary-color-bg-light),var(--white-bg));border-radius:12px;border:none;position:relative;overflow:hidden;padding:1rem;box-shadow:0 4px 15px var(--shadow-color-primary-10);margin-top:1.5rem}.result-section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--primary-color-light))}.result-header{margin-bottom:1rem;text-align:center;display:flex;flex-direction:column;align-items:center}.result-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--primary-color-light));display:flex;align-items:center;justify-content:center;margin:0 auto 0.5rem;font-size:1.25rem;color:var(--text-color-white);box-shadow:0 3px 8px var(--shadow-color-primary-20)}.result-header h3{margin:0 0 0.25rem 0;font-size:1.1rem;font-weight:600;color:var(--text-color-dark)}.water-subtitle{color:var(--text-color-light);text-align:center;margin:0 0 0.75rem 0;font-size:0.8rem}.water-amount{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color),var(--primary-color-light));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1;margin:0 0 0.5rem 0;text-align:center}.result-stats{margin:1rem 0}.stat-card{background:var(--card-bg);border-radius:8px;padding:0.75rem;border:1px solid var(--border-color-extra-light);transition:all 0.3s ease;height:100%;text-align:center;box-shadow:0 2px 8px var(--shadow-color-dark-5);display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-card:hover{border-color:var(--primary-color);box-shadow:0 4px 12px var(--shadow-color-primary-10);transform:translateY(-2px)}.stat-icon{width:60px;height:60px;border-radius:50px;background:var(--primary-color-bg);display:flex;align-items:center;justify-content:center;margin:0 auto 0.5rem;font-size:1.8rem;color:var(--primary-color)}.stat-value{font-size:1.35rem;font-weight:700;color:var(--primary-color);margin:0 0 0.25rem 0;line-height:1}.stat-label{color:var(--text-color-light);font-size:0.9rem;margin:0}.result-tip{background:linear-gradient(135deg,var(--primary-color-bg),var(--primary-color-bg-light));border-radius:8px;padding:0.75rem;margin:0.75rem 0 0 0;border-left:3px solid var(--primary-color)}.result-tip .d-flex{align-items:flex-start;gap:0.5rem}.tip-icon{color:var(--primary-color);font-size:1rem;margin:0;flex-shrink:0}.result-tip h5{margin:0 0 0.25rem 0;font-size:0.9rem;font-weight:600;color:var(--text-color-dark)}.result-tip p{font-size:0.8rem;line-height:1.4;margin:0;color:var(--text-color)}@media (max-width:768px){.water-amount{font-size:3rem}.result-section{padding:1.5rem}.stat-value{font-size:1.5rem}}@media (max-width:576px){.water-amount{font-size:2.5rem}.stat-card{padding:1.25rem}}