:root{--primary: #ff6b6b;--secondary: #4ecdc4;--accent: #ffe66d;--dark: #2d3047;--background-light: #f8f9fa;--white: #ffffff;--gray-light: #f1f1f1;--gray-dark: #7d7d7d;--confetti-pink: #ff6b6b;--confetti-blue: #4ecdc4;--confetti-yellow: #ffe66d;--confetti-green: #a8e6cf;--sparkling-gold: #ffd700;--dark-gray: #333333;--light-gray: #d3d3d3}.celebration{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#fffc;z-index:1000}.celebration h2{font-size:3rem;color:#ff6f61}h2{font-size:3rem;text-align:center;color:#fff;width:100%;margin:10px 0 15px}.page-container h1{font-size:3rem;color:#fff;width:100%;margin:10px 0 15px}p.task-text{font-size:2rem;font-weight:600;margin-top:10px;margin-bottom:10px}body{font-family:Poppins,sans-serif;background:var(--background-light);margin:0;background:#ffc1c152}.navbar{display:flex;justify-content:space-between;padding:1rem 5%;background:var(--white);box-shadow:0 2px 10px #0000001a}a{text-decoration:none;color:var(--dark)}.brand{font-size:1.5rem;font-weight:700;color:var(--primary)}.nav-links{display:flex;gap:2rem}.nav-links a{font-weight:500}.nav-links :is(a.active,a:hover){color:var(--primary)!important;transform:.3s ease}.stats-banner{display:flex;justify-content:center;gap:2rem;margin:20px;margin:2rem auto;padding:1rem;background:var(--white);max-width:950px;border-radius:20px;border:3px solid pink;width:fit-content;box-sizing:border-box}.stat-box{text-align:center;padding:1rem 2rem;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:var(--white);display:flex;align-items:center;gap:5px;font-weight:600}.stat-value{font-size:2rem;font-weight:700}.task-notification{position:fixed;top:1rem;left:50%;transform:translate(-50%);background:var(--accent);padding:1rem 2rem;border-radius:50px;box-shadow:0 4px 15px #0000001a;animation:slideIn .5s ease-out}@keyframes slideIn{0%{top:-50px}to{top:1rem}}@media (max-width: 768px){.navbar{flex-direction:column;align-items:center}.stats-banner{flex-wrap:wrap;column-gap:20px;row-gap:30px;margin:20px}.kindness-card{width:90%}}.share-btn{background:var(--dark);color:var(--white);border:none;padding:.8rem 1.5rem;border-radius:25px;cursor:pointer;transition:transform .3s ease}.share-btn:hover{transform:scale(1.05)}.kindness-card{max-width:650px;margin:20px auto;display:flex;flex-direction:column;gap:10px;background:var(--white);border-radius:20px;padding:30px 20px}.kindness-card,.history,.page-container{max-width:950px;margin:20px auto;display:flex;flex-direction:column;gap:10px;background:var(--primary);background:linear-gradient(135deg,#ff9a9e,#fad0c4);border-radius:20px;padding:30px 25px;box-shadow:0 2px 10px #0000001a;align-items:center;text-align:center;box-sizing:border-box}.history,.page-container{align-items:start;text-align:left}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--dark-gray);cursor:pointer;transition:border-color .25s;color:var(--white)}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button:not(:last-child){margin-right:15px}.history-list{display:flex;flex-direction:column;gap:10px;width:fit-content;list-style:none;padding:0;margin:0 auto}.history-list li{border-radius:12px;padding:1px 15px}.history-list li:nth-child(odd){background:#ffe0e0;border:1px solid #fff}.history-list li:nth-child(2n){border:1px solid #fff;background:#ffe9e93d}.history-list li:nth-child(2n)>*|*{color:var(--white)}@media (max-width: 575px){h2,.page-container h1{font-size:1.8rem;margin:5px 0}p.task-text{font-size:1.4rem;margin-top:0;margin-bottom:0}.stat-box{text-align:center;padding:.2rem 1rem}.stat-value{font-size:1.4rem;font-weight:700}.stats-banner{flex-wrap:wrap;column-gap:10px;row-gap:20px}}
