.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;box-shadow:0 4px 20px #0000001a;width:100%}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.header-branding{display:flex;align-items:center;gap:1rem;flex:1}.header-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#fff3;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.header-text h1{margin:0;font-size:1.8rem;font-weight:700}.header-text p{margin:.25rem 0 0;font-size:.95rem;opacity:.9}.header-badge{display:flex;align-items:center;gap:.75rem;background:#ffffff26;padding:.75rem 1.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:600;white-space:nowrap;flex-shrink:0}@media (max-width: 1024px){.header{padding:1.75rem}.header-text h1{font-size:1.5rem}}@media (max-width: 768px){.header{padding:1.5rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-branding{justify-content:center}.header-text h1{font-size:1.4rem}.header-badge{width:100%;justify-content:center}}@media (max-width: 480px){.header{padding:1rem}.header-icon{width:50px;height:50px}.header-text h1{font-size:1.2rem}.header-text p{font-size:.8rem}.header-badge{padding:.6rem 1rem;font-size:.85rem}}.navigation{background:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:10;width:100%;border-bottom:1px solid #e8e8e8}.nav-container{display:flex;gap:0;padding:0 2rem;width:100%;flex-wrap:wrap}.nav-button{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;border:none;background:none;font-size:1rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;position:relative}.nav-button:hover{color:#667eea;background:#f8f9fa}.nav-button.active{color:#667eea;border-bottom-color:#667eea;background:#f0f2ff}@media (max-width: 1024px){.nav-container{padding:0 1.5rem}.nav-button{padding:1.25rem 1rem;font-size:.95rem}}@media (max-width: 768px){.nav-container{padding:0 1rem}.nav-button{padding:1rem;font-size:.9rem}.nav-button span{display:none}}@media (max-width: 480px){.nav-container{padding:0 .5rem}.nav-button{padding:.75rem .5rem;gap:.5rem}}.task-list{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.list-header{margin-bottom:1.5rem;border-bottom:2px solid #f0f0f0;padding-bottom:1rem}.tasks{display:flex;flex-direction:column;gap:.75rem}.task-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;border-radius:8px;background:#f8f9fa;transition:all .3s ease;border:2px solid transparent}.task-item:hover{background:#f0f0f0;border-color:#667eea}.task-item.completed{opacity:.7}.task-item.completed .task-title{text-decoration:line-through;color:#999}.task-checkbox{background:none;border:none;cursor:pointer;padding:0;min-width:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.25rem}.task-checkbox .checked{color:#28a745}.task-checkbox .unchecked{color:#bbb;transition:color .3s ease}.task-checkbox:hover .unchecked{color:#667eea}.task-content{flex:1}.task-title{font-weight:600;color:#333;margin-bottom:.25rem;font-size:.95rem}.task-description{color:#666;font-size:.85rem}.activity-list{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:2px solid #f0f0f0;padding-bottom:1rem}.list-header h3{margin:0;color:#333;font-size:1.1rem}.hours-info{background:#667eea;color:#fff;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.activities{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;gap:1rem;align-items:center;padding:1rem;border-radius:8px;background:#f8f9fa;transition:all .3s ease;border:2px solid transparent}.activity-item:hover{background:#f0f0f0;border-color:#667eea}.activity-item.completed{opacity:.7}.activity-item.completed .activity-name{text-decoration:line-through;color:#999}.activity-checkbox{background:none;border:none;cursor:pointer;padding:0;min-width:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-checkbox .checked{color:#28a745}.activity-checkbox .unchecked{color:#bbb;transition:color .3s ease}.activity-checkbox:hover .unchecked{color:#667eea}.activity-content{flex:1}.activity-name{font-weight:600;color:#333;margin-bottom:.25rem;font-size:.95rem}.activity-hours{color:#666;font-size:.85rem;font-weight:500}.notes-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:1rem;min-height:300px}.notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;border-bottom:2px solid #f0f0f0;padding-bottom:1rem}.notes-header h3{margin:0;display:flex;align-items:center;gap:.75rem;color:#333;font-size:1.1rem}.notes-header h3 svg{color:#667eea}.edit-button{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s ease}.edit-button:hover{background:#764ba2}.notes-editor{display:flex;flex-direction:column;gap:1rem;flex:1}.notes-textarea{flex:1;padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-family:inherit;font-size:.95rem;resize:vertical;min-height:150px;transition:border-color .3s ease}.notes-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.notes-actions{display:flex;gap:.75rem}.save-button,.cancel-button{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.save-button{background:#28a745;color:#fff}.save-button:hover{background:#218838}.cancel-button{background:#e9ecef;color:#333}.cancel-button:hover{background:#dee2e6}.notes-display{flex:1;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.notes-display p{margin:0;color:#333;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.no-notes{color:#999;font-style:italic}.weekly-page{display:flex;flex-direction:column;gap:2rem}.week-navigation{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.nav-arrow{background:none;border:none;cursor:pointer;color:#667eea;padding:.5rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.nav-arrow:hover:not(:disabled){background:#f0f0f0;transform:scale(1.1)}.nav-arrow:disabled{opacity:.3;cursor:not-allowed}.week-info{flex:1;text-align:center}.week-info h1{margin:0;color:#333;font-size:1.8rem}.week-subtitle{margin:.5rem 0 0;color:#666;font-size:.95rem}.week-header-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;display:grid;grid-template-columns:1fr 200px;gap:2rem;align-items:center}.topic-section h2{margin:0 0 .75rem;color:#333;font-size:1.5rem}.topic-section p{margin:0;color:#666;line-height:1.6;font-size:1rem}.progress-indicator{display:flex;justify-content:center;align-items:center}.progress-circle{position:relative;width:120px;height:120px}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.progress-percentage{display:block;font-size:1.8rem;font-weight:700;color:#667eea}.week-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.content-column{display:flex;flex-direction:column;gap:1.5rem}.week-footer{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014}.summary{display:flex;gap:2rem;justify-content:center}.summary-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;color:#333}.icon-completed{color:#28a745}.icon-activity{color:#667eea}@media (max-width: 768px){.week-navigation{flex-direction:column;gap:1rem}.week-header-card{grid-template-columns:1fr;gap:1rem}.week-content{grid-template-columns:1fr}.summary{flex-direction:column;gap:1rem}}.progress-bar{width:100%;height:10px;background:#e9ecef;border-radius:10px;overflow:hidden;background-color:#f0f0f0}.progress-bar.progress-small{height:6px}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;transition:width .3s ease}.week-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.week-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #00000026;border-color:#667eea}.week-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.week-number{font-size:1.3rem;font-weight:700;color:#667eea}.badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.badge.completed{background:#d4edda;color:#155724}.badge.in-progress{background:#fff3cd;color:#856404}.badge.not-started{background:#e2e3e5;color:#383d41}.week-topic{margin:.75rem 0;color:#333;font-size:1.1rem}.week-description{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.week-dates{font-size:.85rem;color:#999;margin-bottom:1rem}.week-progress{display:flex;flex-direction:column;gap:.75rem}.week-stats{display:flex;justify-content:space-between;font-size:.85rem;color:#666}.dashboard{display:flex;flex-direction:column;gap:2.5rem;width:100%}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;width:100%}.stat-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e8e8e8}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.stat-number{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{font-size:.95rem;color:#666;font-weight:500}.progress-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e8e8e8;width:100%}.progress-section h2{margin-top:0;margin-bottom:1.5rem;color:#333;font-size:1.3rem}.progress-details{display:flex;justify-content:space-between;margin-top:1rem;font-size:.9rem;color:#666;flex-wrap:wrap;gap:1rem}.weeks-grid{width:100%}.weeks-grid h2{margin-bottom:1.5rem;color:#333;font-size:1.3rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%}@media (max-width: 1024px){.dashboard{gap:2rem}.dashboard-stats{grid-template-columns:repeat(2,1fr);gap:1.25rem}.stat-card{padding:1.75rem}.stat-number{font-size:2.2rem}.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){.dashboard{gap:1.5rem}.dashboard-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem}.stat-number{font-size:1.8rem}.progress-section{padding:1.5rem}.grid{grid-template-columns:1fr}.progress-details{flex-direction:column}}@media (max-width: 480px){.dashboard{gap:1.25rem}.dashboard-stats{grid-template-columns:1fr;gap:.75rem}.stat-card{padding:1.25rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.85rem}.progress-section{padding:1rem}.progress-section h2{font-size:1.1rem;margin-bottom:1rem}.weeks-grid h2{font-size:1.1rem}}.user-auth-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;display:flex;align-items:center;justify-content:center;z-index:1000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.user-auth-modal{background:#fff;border-radius:16px;border:2px solid #667eea;box-shadow:0 8px 32px #667eea26,0 2px 8px #00000014;padding:40px;max-width:420px;width:90%;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:30px;text-align:center}.auth-header h2{display:flex;align-items:center;justify-content:center;gap:12px;margin:0;font-size:24px;color:#333;font-weight:700}.auth-header svg{color:#667eea}.auth-form{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#333;font-size:14px}.form-group input,.form-group select{padding:12px 14px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#999}.submit-btn{padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.toggle-btn{padding:10px 14px;background:transparent;color:#667eea;border:2px solid #667eea;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.toggle-btn:hover{background:#f0f4ff}.auth-info{background:#f0f4ff;border-left:4px solid #667eea;padding:12px 14px;border-radius:6px;font-size:13px;color:#555;line-height:1.5}.auth-info strong{color:#667eea;font-weight:600}.user-info-bar{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:12px 20px;border-bottom:2px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between}.user-info-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;gap:20px}.user-greeting{font-weight:600;color:#333;font-size:15px}.logout-btn{padding:8px 16px;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease}.logout-btn:hover{background:#667eea;color:#fff}@media (max-width: 640px){.user-auth-modal{padding:30px 20px;border-radius:12px}.auth-header h2{font-size:20px}.user-info-content{flex-direction:column;align-items:flex-start}}.app-container{min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#333}.main-content{flex:1;padding:2rem;overflow-y:auto;background:#fff;width:100%;box-sizing:border-box}@media (max-width: 1024px){.main-content{padding:1.5rem}}@media (max-width: 768px){.main-content{padding:1rem}}@media (max-width: 480px){.main-content{padding:.75rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;min-height:100vh}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
