@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}.navbar{position:fixed;top:0;width:100%;background:#fff;box-shadow:0 2px 10px #0000001a;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s ease;background:none;border:none;cursor:pointer;font-size:1rem}.nav-link:hover{color:#2563eb}.logout-btn{background:#ef4444!important;color:#fff!important;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .3s ease}.logout-btn:hover{background:#dc2626!important}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.auth-container{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a;width:100%;max-width:400px}.auth-card h2{text-align:center;margin-bottom:2rem;color:#1e293b}.form-group{margin-bottom:1.5rem}.form-group input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#2563eb}.auth-btn{width:100%;padding:.75rem;background:#2563eb;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.auth-btn:hover:not(:disabled){background:#1d4ed8}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.divider{text-align:center;margin:1.5rem 0;position:relative}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0}.divider span{background:#fff;padding:0 1rem;color:#64748b}.google-btn{width:100%;padding:.75rem;background:#fff;color:#333;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .3s ease}.google-btn:hover{border-color:#2563eb;background:#f8fafc}.auth-link{text-align:center;margin-top:1.5rem;color:#64748b}.auth-link a{color:#2563eb;text-decoration:none;font-weight:600}.auth-link a:hover{text-decoration:underline}.error-message{background:#fef2f2;color:#dc2626;padding:.75rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid #fecaca}.planner-container{max-width:1200px;margin:0 auto;padding:2rem}.planner-header{text-align:center;margin-bottom:2rem}.planner-header h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem}.current-date{font-size:1.1rem;color:#64748b}.planner-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.tab-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .3s ease}.tab-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.tab-btn:hover:not(.active){border-color:#2563eb;color:#2563eb}.planner-content{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000000d;min-height:600px}.task-manager{padding:2rem}.task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.task-header h2{color:#1e293b}.add-btn{background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:600;transition:background-color .3s ease}.add-btn:hover{background:#059669}.task-form-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.task-form{background:#fff;padding:2rem;border-radius:1rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.task-form h3{margin-bottom:1.5rem;color:#1e293b}.form-row{margin-bottom:1rem}.form-row input,.form-row select,.form-row textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:#2563eb}.checkbox-row{display:flex;align-items:center;gap:.5rem}.checkbox-row input[type=checkbox]{width:auto}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.save-btn{flex:1;background:#2563eb;color:#fff;border:none;padding:.75rem;border-radius:.5rem;cursor:pointer;font-weight:600;transition:background-color .3s ease}.save-btn:hover{background:#1d4ed8}.cancel-btn{flex:1;background:#6b7280;color:#fff;border:none;padding:.75rem;border-radius:.5rem;cursor:pointer;font-weight:600;transition:background-color .3s ease}.cancel-btn:hover{background:#4b5563}.tasks-list{display:flex;flex-direction:column;gap:1rem}.no-tasks{text-align:center;color:#64748b;font-style:italic;padding:2rem}.task-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-radius:.5rem;border-left:4px solid #e2e8f0;background:#f8fafc;transition:all .3s ease}.task-item.task{border-left-color:#3b82f6}.task-item.appointment{border-left-color:#10b981}.task-item.note{border-left-color:#f59e0b}.task-item.completed{opacity:.6;background:#f1f5f9}.task-content{flex:1}.task-header-item{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.task-header-item h4{color:#1e293b;margin:0}.task-type{background:#e2e8f0;color:#64748b;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;text-transform:uppercase;font-weight:600}.task-time{color:#2563eb;font-weight:600}.task-description{color:#64748b;margin-bottom:.5rem}.task-reminder{color:#f59e0b;font-size:.875rem}.task-actions{display:flex;gap:.5rem;align-items:flex-start}.complete-btn,.edit-btn,.delete-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:background-color .3s ease}.complete-btn{color:#10b981;font-size:1.2rem}.complete-btn.completed{color:#059669}.edit-btn{color:#3b82f6}.delete-btn{color:#ef4444}.complete-btn:hover,.edit-btn:hover,.delete-btn:hover{background:#0000000d}.calendar-component{padding:2rem}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.calendar-header h2{color:#1e293b;font-size:1.5rem}.nav-btn{background:#2563eb;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:background-color .3s ease}.nav-btn:hover{background:#1d4ed8}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;margin-bottom:1rem}.weekday{padding:1rem;text-align:center;font-weight:600;color:#64748b;background:#f1f5f9}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e2e8f0;border-radius:.5rem;overflow:hidden}.calendar-day{background:#fff;min-height:100px;padding:.5rem;cursor:pointer;transition:background-color .3s ease;display:flex;flex-direction:column;position:relative}.calendar-day:hover{background:#f8fafc}.calendar-day.empty{background:#f9fafb;cursor:default}.calendar-day.today{background:#dbeafe;border:2px solid #2563eb}.calendar-day.selected{background:#2563eb;color:#fff}.calendar-day.has-events{background:#fef3c7}.day-number{font-weight:600;margin-bottom:.5rem}.event-indicators{display:flex;flex-wrap:wrap;gap:2px;margin-top:auto}.event-dot{width:6px;height:6px;border-radius:50%;background:#64748b}.event-dot.task{background:#3b82f6}.event-dot.appointment{background:#10b981}.event-dot.note{background:#f59e0b}.more-events{font-size:.7rem;color:#64748b;margin-left:2px}.calendar-legend{display:flex;justify-content:center;gap:2rem;margin-top:1rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.daily-summary{padding:2rem}.summary-header{text-align:center;margin-bottom:2rem}.summary-header h2{color:#1e293b;margin-bottom:.5rem}.summary-date{color:#64748b;font-size:1.1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#f8fafc;padding:1.5rem;border-radius:.5rem;text-align:center;border-left:4px solid #e2e8f0}.stat-card.total{border-left-color:#3b82f6}.stat-card.completed{border-left-color:#10b981}.stat-card.pending{border-left-color:#f59e0b}.stat-card.appointments{border-left-color:#8b5cf6}.stat-number{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.stat-label{color:#64748b;font-weight:500}.progress-section{margin-bottom:2rem}.progress-section h3{color:#1e293b;margin-bottom:1rem}.progress-bar{width:100%;height:20px;background:#e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease}.progress-text{color:#64748b;text-align:center}.reminders-section{margin-bottom:2rem}.reminders-section h3{color:#1e293b;margin-bottom:1rem}.reminders-list{display:flex;flex-direction:column;gap:.5rem}.reminder-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fef3c7;border-radius:.5rem;border-left:4px solid #f59e0b}.reminder-time{font-weight:600;color:#92400e;min-width:60px}.reminder-content{flex:1}.reminder-type{background:#f59e0b;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;margin-left:.5rem}.tasks-overview h3{color:#1e293b;margin-bottom:1rem}.schedule-list{display:flex;flex-direction:column;gap:.5rem}.schedule-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border-left:4px solid #e2e8f0}.schedule-item.completed{opacity:.6}.schedule-time{font-weight:600;color:#2563eb;min-width:80px;font-size:.875rem}.schedule-content{flex:1}.schedule-title{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#1e293b}.check-mark{color:#10b981}.schedule-type{font-size:.75rem;text-transform:uppercase;font-weight:600;color:#64748b}.google-calendar-sync{padding:2rem}.sync-header{text-align:center;margin-bottom:2rem}.sync-header h2{color:#1e293b;margin-bottom:.5rem}.sync-header p{color:#64748b}.connection-status{display:flex;justify-content:center;margin-bottom:2rem}.not-connected,.connected{text-align:center;padding:2rem;border-radius:1rem;max-width:400px}.not-connected{background:#fef2f2;border:2px solid #fecaca}.connected{background:#f0fdf4;border:2px solid #bbf7d0}.status-icon{font-size:3rem;margin-bottom:1rem}.not-connected h3{color:#dc2626;margin-bottom:.5rem}.connected h3{color:#16a34a;margin-bottom:.5rem}.connect-btn{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:600;margin-top:1rem;transition:background-color .3s ease}.connect-btn:hover:not(:disabled){background:#1d4ed8}.connect-btn:disabled{opacity:.6;cursor:not-allowed}.calendar-events{margin-bottom:2rem}.calendar-events h3{color:#1e293b;margin-bottom:1rem}.events-list{display:flex;flex-direction:column;gap:1rem}.calendar-event{display:flex;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:.5rem;border-left:4px solid #2563eb}.event-time{min-width:80px;text-align:center}.event-date{font-weight:600;color:#1e293b;font-size:.875rem}.event-time-detail{color:#64748b;font-size:.875rem}.event-details{flex:1}.event-details h4{color:#1e293b;margin-bottom:.5rem}.event-description{color:#64748b;font-size:.875rem;margin-bottom:.25rem}.event-location{color:#64748b;font-size:.875rem}.sync-instructions h3{color:#1e293b;margin-bottom:1rem}.instructions-list{display:flex;flex-direction:column;gap:1rem}.instruction-item{display:flex;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem}.step-number{background:#2563eb;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.step-content h4{color:#1e293b;margin-bottom:.25rem}.step-content p{color:#64748b;font-size:.875rem}.page-container{min-height:calc(100vh - 80px);padding:2rem}.page-content{max-width:1200px;margin:0 auto}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:3rem;color:#1e293b;margin-bottom:1rem}.page-subtitle{font-size:1.2rem;color:#64748b}.content-section{margin-bottom:3rem}.content-section h2{color:#1e293b;margin-bottom:1.5rem;font-size:2rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1e293b;margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6}.mission-text{font-size:1.1rem;line-height:1.8;color:#4b5563;text-align:center;max-width:800px;margin:0 auto}.benefits-list{display:flex;flex-direction:column;gap:1.5rem}.benefit-item{display:flex;gap:1rem;align-items:flex-start}.benefit-icon{font-size:1.5rem;margin-top:.25rem}.benefit-content h4{color:#1e293b;margin-bottom:.5rem}.benefit-content p{color:#64748b}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-info h2{color:#1e293b;margin-bottom:1rem}.contact-info p{color:#64748b;line-height:1.6;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:1.5rem;margin-top:.25rem}.contact-details h4{color:#1e293b;margin-bottom:.5rem}.contact-details p{color:#64748b;margin-bottom:.25rem}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-links a{color:#2563eb;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#1d4ed8}.contact-form-container h2{color:#1e293b;margin-bottom:1.5rem}.success-message{background:#f0fdf4;color:#16a34a;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;border:1px solid #bbf7d0}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form label{font-weight:500;color:#374151}.contact-form input,.contact-form textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#2563eb}.submit-btn{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:600;transition:background-color .3s ease;margin-top:1rem}.submit-btn:hover:not(:disabled){background:#1d4ed8}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.faq-section{margin-top:3rem}.faq-section h2{color:#1e293b;margin-bottom:2rem;text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.faq-item{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px #0000000d}.faq-item h4{color:#1e293b;margin-bottom:.5rem}.faq-item p{color:#64748b;line-height:1.6}.footer{background:#1e293b;color:#fff;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section p{color:#94a3b8;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-links a{font-size:1.5rem;transition:transform .3s ease}.social-links a:hover{transform:scale(1.1)}.footer-bottom{border-top:1px solid #374151;padding:1rem 2rem;text-align:center;color:#94a3b8}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.planner-container{padding:1rem}.planner-header h1{font-size:2rem}.planner-tabs{flex-direction:column;align-items:center}.tab-btn{width:100%;max-width:300px}.task-form-overlay{padding:.5rem}.task-form{padding:1.5rem}.form-actions{flex-direction:column}.task-item{flex-direction:column;gap:1rem}.task-actions{align-self:flex-end}.calendar-grid{gap:0}.calendar-day{min-height:60px;padding:.25rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-form .form-row{grid-template-columns:1fr}.page-header h1{font-size:2rem}.feature-grid,.faq-grid{grid-template-columns:1fr}.footer-container{grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){.auth-card{padding:2rem 1.5rem}.planner-container{padding:.5rem}.task-manager,.calendar-component,.daily-summary,.google-calendar-sync{padding:1rem}.calendar-day{min-height:50px;font-size:.875rem}.stats-grid{grid-template-columns:1fr}.page-container{padding:1rem}}
