*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app,body{min-height:100vh}.loading-container{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;margin-bottom:16px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-state{color:#fff;flex-direction:column;padding:40px}.auth-container,.loading-state{align-items:center;display:flex}.auth-container{justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000004d;max-width:400px;padding:40px;width:100%}.auth-header{margin-bottom:32px;text-align:center}.auth-title{color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:8px}.auth-subtitle{color:#718096;font-size:1.1rem}.auth-form{margin-bottom:24px}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:all .3s ease;width:100%}.auth-button:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-switch{color:#718096;text-align:center}.switch-button{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;text-decoration:underline}.switch-button:hover{color:#764ba2}.dashboard{min-height:100vh}.dashboard-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;margin-bottom:30px;padding:20px}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.header-left{color:#fff}.dashboard-title{font-size:2rem;font-weight:700;margin-bottom:4px}.welcome-text{font-size:1.1rem;opacity:.9}.header-right{align-items:center;display:flex;gap:20px}.tab-nav{display:flex;gap:8px}.tab-button{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:8px 16px;transition:all .3s ease}.tab-button.active,.tab-button:hover{background:#ffffff4d}.logout-button{background:#e74c3ccc;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:8px 16px;transition:all .3s ease}.logout-button:hover{background:#e74c3c}.dashboard-content{margin:0 auto;max-width:1200px;padding:0 20px}.stats-grid,.stats-section{margin-bottom:30px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;color:#fff;padding:24px;text-align:center}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:8px}.stat-label{font-size:.9rem;letter-spacing:.5px;opacity:.9;text-transform:uppercase}.goal-form-section{margin-bottom:40px}.goal-form{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0003;padding:30px}.form-row{display:flex;gap:16px;margin-bottom:16px}.form-group{flex:1 1}.form-group.flex-2{flex:2 1}.input-field,.select-field,.textarea-field{border:2px solid #e1e5e9;border-radius:12px;font-family:inherit;font-size:16px;padding:16px;transition:all .3s ease;width:100%}.input-field:focus,.select-field:focus,.textarea-field:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.textarea-field{min-height:80px;resize:vertical}.add-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:16px;text-transform:uppercase;transition:all .3s ease;width:100%}.add-button:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.add-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.goals-section{color:#fff}.goals-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.section-title{font-size:1.8rem;font-weight:600;margin:0}.filters-row,.filters-section{align-items:center;display:flex;gap:12px}.filter-select{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;font-size:14px;padding:8px 12px}.filter-select option{background:#2d3748;color:#fff}.clear-filters-button{background:#e74c3ccc;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .3s ease}.clear-filters-button:hover{background:#e74c3c}.empty-state{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;padding:60px 20px;text-align:center}.empty-icon{font-size:4rem;margin-bottom:16px}.empty-state p{font-size:1.1rem;margin-bottom:16px;opacity:.8}.goals-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.goal-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #00000026;overflow:hidden;transition:all .3s ease}.goal-card:hover{box-shadow:0 12px 35px #0003;transform:translateY(-4px)}.goal-header{align-items:flex-start;display:flex;justify-content:space-between;padding:20px 20px 0}.goal-meta{display:flex;flex-wrap:wrap;gap:8px}.priority-badge{color:#fff;font-weight:600;text-transform:uppercase}.category-badge,.priority-badge{border-radius:12px;font-size:12px;padding:4px 8px}.category-badge{background:#e2e8f0;color:#4a5568;font-weight:500}.goal-actions{display:flex;gap:8px}.delete-button,.edit-button{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;transition:all .3s ease;width:32px}.edit-button{background:#bee3f8;color:#2b6cb0}.edit-button:hover{background:#90cdf4;transform:scale(1.1)}.delete-button{background:#fed7d7;color:#e53e3e;font-size:20px;font-weight:700}.delete-button:hover{background:#feb2b2;transform:scale(1.1)}.goal-content{padding:0 20px 16px}.goal-title{color:#2d3748;font-size:1.3rem;font-weight:600;line-height:1.4;margin-bottom:8px}.goal-description{color:#718096;font-size:.95rem;line-height:1.6}.goal-footer{align-items:center;background:#f7fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.goal-date{display:flex;flex-direction:column;gap:2px}.date-label{color:#718096;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.date-value{color:#4a5568;font-size:14px;font-weight:500}.completion-badge{background:#c6f6d5;border-radius:12px;color:#22543d;font-size:12px;font-weight:600;padding:4px 8px}.goal-card.editing{border:2px solid #667eea}.edit-form{padding:20px}.edit-input,.edit-select,.edit-textarea{border:2px solid #e1e5e9;border-radius:8px;font-family:inherit;font-size:14px;margin-bottom:12px;padding:12px;width:100%}.edit-input:focus,.edit-select:focus,.edit-textarea:focus{border-color:#667eea;outline:none}.edit-textarea{min-height:60px;resize:vertical}.edit-actions,.edit-row{display:flex;gap:12px}.edit-actions{margin-top:16px}.cancel-button,.save-button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-weight:600;padding:12px;transition:all .3s ease}.save-button{background:#667eea;color:#fff}.save-button:hover:not(:disabled){background:#5a67d8}.cancel-button{background:#e2e8f0;color:#4a5568}.cancel-button:hover{background:#cbd5e0}.profile-section{margin:0 auto;max-width:800px}.profile-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #00000026;margin-bottom:30px;padding:30px}.profile-header{align-items:center;display:flex;gap:24px;margin-bottom:30px}.profile-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;width:80px}.profile-info h2{color:#2d3748;font-size:1.8rem;margin-bottom:4px}.profile-email{color:#718096;font-size:1.1rem;margin-bottom:4px}.profile-joined{color:#a0aec0;font-size:.9rem}.profile-form{margin-bottom:24px}.form-label{color:#4a5568;display:block;font-weight:600;margin-bottom:8px}.form-actions{display:flex;gap:12px}.edit-profile-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.edit-profile-button:hover{background:#5a67d8}.profile-stats{border-top:1px solid #e2e8f0;display:flex;gap:24px;padding-top:24px}.stat-item{text-align:center}.stat-item .stat-number{color:#2d3748;font-size:1.5rem;font-weight:700;margin-bottom:4px}.stat-item .stat-label{color:#718096;font-size:.9rem}.profile-info-card{background:#fff;border-radius:16px;box-shadow:0 8px 25px #00000026;padding:30px}.profile-info-card h3{color:#2d3748;font-size:1.3rem;margin-bottom:20px}.info-grid{grid-gap:16px;display:grid;gap:16px}.info-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:12px 0}.info-item:last-child{border-bottom:none}.info-label{color:#4a5568;font-weight:600}.info-value{color:#2d3748}.info-value.active{color:#38a169}.info-value.inactive{color:#e53e3e}.error-message{background:#fed7d7;border:1px solid #feb2b2;border-radius:8px;color:#c53030}.error-message,.success-message{margin-bottom:16px;padding:12px 16px}.success-message{background:#c6f6d5;border:1px solid #9ae6b4;border-radius:8px;color:#22543d}@media (max-width:768px){.header-content{flex-direction:column;gap:16px;text-align:center}.goals-header{align-items:stretch;flex-direction:column}.filters-row{flex-wrap:wrap}.goals-grid{grid-template-columns:1fr}.form-row,.profile-header{flex-direction:column}.profile-header{text-align:center}.profile-stats{justify-content:center}.edit-actions,.edit-row{flex-direction:column}}@media (max-width:480px){.auth-container,.dashboard-content{padding:0 10px}.auth-card{padding:24px}.goal-form,.profile-card,.profile-info-card{padding:20px}.stats-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.9c5b9659.css.map*/