.task-tracker-header {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 25px;
border-radius: 16px;
margin-bottom: 20px;
min-height: auto;
overflow: visible;
}
.header {
text-align: center;
width: 100%;
}
.header h1 {
font-size: 2em;
margin: 0 0 20px 0;
padding: 0;
}
.yearly-goals {
background: rgba(255, 255, 255, 0.15);
border-radius: 12px;
padding: 20px;
margin: 20px 0;
backdrop-filter: blur(10px);
width: 100%;
box-sizing: border-box;
}
.yearly-goals h3 {
font-size: 1.1em;
margin: 0 0 15px 0;
color: rgba(255, 255, 255, 0.95);
font-weight: 600;
}
.goals-list {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin-bottom: 15px;
min-height: 40px;
}
.goal-item {
background: rgba(255, 255, 255, 0.2);
padding: 8px 16px;
border-radius: 20px;
font-size: 0.9em;
backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
transition: all 0.3s ease;
cursor: pointer;
}
.goal-item:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-1px);
}
.goals-input {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 15px;
}
.goals-input input {
flex: 1;
max-width: 300px;
padding: 10px 15px;
border: none;
border-radius: 25px;
background: rgba(255, 255, 255, 0.2);
color: white;
font-size: 0.9em;
backdrop-filter: blur(10px);
}
.goals-input input::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.goals-input input:focus {
outline: none;
background: rgba(255, 255, 255, 0.3);
}
.goals-input button {
background: rgba(255, 255, 255, 0.25);
color: white;
border: none;
padding: 10px 20px;
border-radius: 25px;
cursor: pointer;
font-size: 0.9em;
transition: all 0.3s ease;
white-space: nowrap;
}
.goals-input button:hover {
background: rgba(255, 255, 255, 0.35);
}
.stats {
display: flex;
justify-content: center;
gap: 25px;
flex-wrap: wrap;
margin-top: 25px;
padding: 0;
}
.stat-item {
background: rgba(255, 255, 255, 0.2);
padding: 15px 20px;
border-radius: 12px;
text-align: center;
backdrop-filter: blur(10px);
min-width: 100px;
}
.stat-number {
font-size: 1.8em;
font-weight: bold;
color: #fff;
margin-bottom: 4px;
}
.stat-label {
font-size: 0.9em;
color: rgba(255, 255, 255, 0.9);
margin: 0;
}
✨ Your ADHD-Friendly Task Tracker
🎯 2025 Yearly Goals
0
Completed Today
0
Day Streak
0
Total Completed
🎯 What Should I Work On Next?
Ready to add your first task?
Click "Add New Task" to get started!
📋 Today's Tasks
🗂️ All Tasks
All Tasks
🎉 Great Job!
You completed a task! Keep up the momentum!