:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{height:100%}body{margin:0;padding:0;height:100%;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a202c;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;overflow-x:hidden}#root{height:100%;width:100%}*{scrollbar-width:thin;scrollbar-color:rgba(102,126,234,.5) rgba(255,255,255,.1)}*::-webkit-scrollbar{width:12px;height:12px}*::-webkit-scrollbar-track{background:#ffffff1a;border-radius:6px}*::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;border:2px solid rgba(255,255,255,.1)}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}*::-webkit-scrollbar-corner{background:#ffffff1a}.members-page{height:calc(100vh - 120px);display:flex;flex-direction:column}.members-page h2{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.member-form{display:flex;flex-direction:column;gap:1rem}.form-group input{padding:.8rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-size:1rem;transition:all .3s ease;background:#ffffffe6}.form-group input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.members-list{flex:1;overflow-y:auto;padding:1rem 1.5rem 1.5rem;max-height:calc(100vh - 400px)}.members-grid{display:grid;gap:1rem}.member-card{background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:10px;padding:1rem;transition:all .3s ease;position:relative}.member-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a;border-color:#6366f1}.member-info{margin-bottom:.8rem}.member-name{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.member-email{color:#666;font-size:.9rem}.member-actions{display:flex;gap:.5rem}.edit-btn{background:#10b981;color:#fff;border:none;padding:.5rem .8rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.remove-btn{background:#ef4444;color:#fff;border:none;padding:.5rem .8rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.no-members{text-align:center;color:#666;font-style:italic;padding:2rem}.members-list::-webkit-scrollbar{width:8px}.members-list::-webkit-scrollbar-track{background:#0000000d;border-radius:4px;margin:5px 0}.members-list::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:4px}.members-list::-webkit-scrollbar-thumb:hover{background:#6366f180}@media (max-width: 1024px){.content-grid{grid-template-columns:350px 1fr;gap:1.5rem}}@media (max-width: 768px){.members-page{height:auto;padding:0}.members-page h2{font-size:1.5rem;margin-bottom:1rem;padding:0 .5rem}.error-message{margin:0 .5rem 1rem;font-size:.9rem}.content-grid{grid-template-columns:1fr;gap:1rem}.form-section{margin:.5rem;padding:1rem}.form-section h3{font-size:1.1rem}.form-group label{font-size:.85rem}.form-group input{padding:.7rem;font-size:.95rem}.form-actions{flex-direction:row;gap:.5rem}.submit-btn,.cancel-btn{padding:.7rem 1rem;font-size:.9rem}.list-section{margin:.5rem;max-height:60vh}.list-section h3{padding:1rem;font-size:1.1rem}.members-list{padding:.5rem 1rem 1rem;max-height:50vh}.member-card{padding:.8rem}.member-name{font-size:1rem}.member-email{font-size:.85rem}.member-actions{flex-direction:row;gap:.5rem}.edit-btn,.remove-btn{padding:.4rem .6rem;font-size:.75rem}}@media (max-width: 480px){.members-page h2{font-size:1.3rem;text-align:left;padding-left:.25rem}.form-section,.list-section{margin:.25rem;border-radius:10px}.form-section{padding:.75rem}.list-section h3{padding:.75rem;font-size:1rem}.members-list{padding:.25rem .75rem .75rem}.member-card{padding:.6rem}.member-actions{margin-top:.5rem}.edit-btn,.remove-btn{padding:.35rem .5rem;font-size:.7rem}}.projects-page{height:calc(100vh - 120px);display:flex;flex-direction:column}.projects-page h2{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.error-message{background:#f443361a;color:#c62828;padding:.8rem 1rem;border:1px solid rgba(244,67,54,.3);border-radius:8px;margin-bottom:1rem;text-align:center}.content-grid{display:grid;grid-template-columns:400px 1fr;gap:2rem;flex:1;overflow:hidden}.form-section{background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:15px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;height:fit-content}.form-section h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.project-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#555;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group textarea{padding:.8rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-size:1rem;transition:all .3s ease;background:#ffffffe6;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group textarea{resize:vertical;min-height:80px}.members-checkbox-list{display:flex;flex-direction:column;gap:.5rem;max-height:150px;overflow-y:auto;padding:.5rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#ffffff80}.checkbox-label{display:flex;align-items:center;gap:.5rem;padding:.3rem;border-radius:4px;cursor:pointer;transition:background .2s}.checkbox-label:hover{background:#6366f11a}.checkbox-label input[type=checkbox]{margin:0;cursor:pointer}.checkbox-label span{flex:1;font-size:.9rem;color:#555}.info-message{color:#666;font-style:italic;font-size:.9rem;margin:0;padding:.5rem;text-align:center}.form-actions{display:flex;gap:.5rem;margin-top:1rem}.submit-btn{background:#6366f1;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.submit-btn:hover{background:#5855eb;transform:translateY(-1px)}.cancel-btn{background:#6b7280;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.cancel-btn:hover{background:#4b5563;transform:translateY(-1px)}.list-section{background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:15px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;overflow:hidden}.list-section h3{color:#333;font-size:1.2rem;font-weight:600;margin:0;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(0,0,0,.05)}.projects-list{flex:1;overflow-y:auto;padding:1rem 1.5rem 1.5rem;max-height:calc(100vh - 400px)}.projects-grid{display:grid;gap:1rem}.project-card{background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:1.2rem;transition:all .3s ease;position:relative}.project-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#6366f1}.project-header{margin-bottom:1rem}.project-name{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.project-description{color:#666;font-size:.95rem;line-height:1.4;margin-bottom:1rem}.project-members{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.project-members strong{color:#333;font-weight:600;font-size:.9rem}.no-members{color:#999;font-style:italic;font-size:.85rem}.member-tags{display:flex;gap:.5rem;flex-wrap:wrap}.member-tag{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0;padding:4px 10px;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid rgba(25,118,210,.1)}.project-actions{display:flex;gap:.5rem;margin-top:auto}.edit-btn{background:#10b981;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.edit-btn:hover{background:#059669}.remove-btn{background:#ef4444;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.remove-btn:hover{background:#dc2626}.no-projects{text-align:center;color:#666;font-style:italic;padding:2rem}.projects-list::-webkit-scrollbar,.members-checkbox-list::-webkit-scrollbar{width:8px}.projects-list::-webkit-scrollbar-track,.members-checkbox-list::-webkit-scrollbar-track{background:#0000000d;border-radius:4px;margin:5px 0}.projects-list::-webkit-scrollbar-thumb,.members-checkbox-list::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:4px}.projects-list::-webkit-scrollbar-thumb:hover,.members-checkbox-list::-webkit-scrollbar-thumb:hover{background:#6366f180}@media (max-width: 1024px){.content-grid{grid-template-columns:380px 1fr;gap:1.5rem}}@media (max-width: 768px){.projects-page{height:auto;padding:0}.projects-page h2{font-size:1.5rem;margin-bottom:1rem;padding:0 .5rem}.error-message{margin:0 .5rem 1rem;font-size:.9rem}.content-grid{grid-template-columns:1fr;gap:1rem}.form-section{margin:.5rem;padding:1rem}.form-section h3{font-size:1.1rem}.form-group label{font-size:.85rem}.form-group input,.form-group textarea{padding:.7rem;font-size:.95rem}.members-checkbox-list{max-height:120px;padding:.4rem}.checkbox-label{padding:.25rem}.checkbox-label span{font-size:.85rem}.form-actions{flex-direction:row;gap:.5rem}.submit-btn,.cancel-btn{padding:.7rem 1rem;font-size:.9rem}.list-section{margin:.5rem;max-height:65vh}.list-section h3{padding:1rem;font-size:1.1rem}.projects-list{padding:.5rem 1rem 1rem;max-height:55vh}.project-card{padding:1rem;border-radius:8px}.project-name{font-size:1.1rem}.project-description{font-size:.9rem;margin-bottom:.8rem}.project-members strong{font-size:.85rem}.member-tag{font-size:.75rem;padding:3px 8px}.project-actions{flex-direction:row;gap:.5rem;margin-top:.8rem}.edit-btn,.remove-btn{padding:.5rem .8rem;font-size:.8rem}}@media (max-width: 480px){.projects-page h2{font-size:1.3rem;text-align:left;padding-left:.25rem}.form-section,.list-section{margin:.25rem;border-radius:10px}.form-section{padding:.75rem}.form-group textarea{min-height:70px}.members-checkbox-list{max-height:100px}.list-section h3{padding:.75rem;font-size:1rem}.projects-list{padding:.25rem .75rem .75rem}.project-card{padding:.75rem}.project-name{font-size:1rem}.project-description{font-size:.85rem}.member-tag{font-size:.7rem;padding:2px 6px}.project-actions{margin-top:.6rem}.edit-btn,.remove-btn{padding:.4rem .6rem;font-size:.75rem}}.objectives-matrix{height:calc(100vh - 120px);display:flex;flex-direction:column;background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:20px;box-shadow:0 4px 25px #0000001a;overflow:hidden}.objectives-matrix.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;border-radius:0;border:none}.objectives-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffffe6;border-bottom:1px solid rgba(0,0,0,.1)}.objectives-header h2{margin:0;color:#333;font-size:1.8rem;font-weight:600}.fullscreen-btn{background:#6366f1;border:1px solid #6366f1;border-radius:8px;color:#fff;padding:.5rem 1rem;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.fullscreen-btn:hover{background:#5855eb;transform:scale(1.05)}.deadline-navigation{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fffc;border-bottom:1px solid rgba(0,0,0,.1)}.nav-arrow-btn{background:#6366f1;border:1px solid #6366f1;border-radius:8px;color:#fff;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease}.nav-arrow-btn:hover:not(:disabled){background:#5855eb;transform:translate(0)}.nav-arrow-btn:disabled{opacity:.4;cursor:not-allowed}.deadline-counter{color:#333;font-weight:500}.matrix-table{width:100%;border-collapse:collapse;background:transparent}.matrix-table th,.matrix-table td{border:1px solid rgba(255,255,255,.2);padding:1rem;text-align:left;vertical-align:top;min-width:200px}.matrix-table th{background:#6366f11a;color:#333;font-weight:600;position:sticky;top:0;z-index:10}.project-cell{background:#ffffffe6;min-width:250px!important;max-width:250px}.project-info strong{display:block;color:#333;font-size:1.1rem;margin-bottom:.5rem}.project-info small{color:#333c;font-size:.9rem;line-height:1.3}.objective-cell{background:#ffffffe6;min-height:120px;position:relative;border:1px solid rgba(0,0,0,.05)}.objective-cell:hover{background:#6366f10d}.deadline-header{display:flex;flex-direction:column;gap:.5rem;align-items:center}.deadline-move-actions{display:flex;gap:.25rem}.deadline-move-btn{background:#6366f1cc;border:1px solid #6366f1;border-radius:4px;color:#fff;padding:.2rem .4rem;cursor:pointer;font-size:.8rem}.deadline-move-btn:hover:not(:disabled){background:#6366f1}.deadline-move-btn:disabled{opacity:.3;cursor:not-allowed}.deadline-date{font-weight:600;color:#333}.deadline-actions{display:flex;gap:.25rem}.deadline-edit-btn,.deadline-delete-btn{background:#ffffffe6;border:1px solid rgba(0,0,0,.2);border-radius:4px;color:#333;padding:.2rem .4rem;cursor:pointer;font-size:.8rem}.deadline-edit-btn:hover{background:#10b981;color:#fff}.deadline-delete-btn:hover{background:#ef4444;color:#fff}.add-btn{background:#4caf5033;border:1px solid rgba(76,175,80,.4);border-radius:8px;color:#fff;padding:.5rem 1rem;cursor:pointer;font-weight:500;transition:all .3s ease}.add-btn:hover{background:#4caf504d;transform:scale(1.05)}.goal-item{display:flex;align-items:center;gap:.5rem;margin:.2rem 0}.goal-toggle{background:transparent;border:1px solid #333;border-radius:50%;width:18px;height:18px;cursor:pointer;font-size:10px;color:#333}.goal-toggle.completed{background:#4caf50;border-color:#4caf50;color:#fff}.goal-text{cursor:pointer;font-size:.9rem;color:#333}.completed-goal .goal-text{text-decoration:line-through;opacity:.7}.empty-goal{color:#3339;font-style:italic;font-size:.85rem}.goals-list{list-style:none;padding:0;margin:0}.add-goals-area{margin-top:.5rem;padding:.5rem;border:1px dashed rgba(99,102,241,.4);border-radius:4px;cursor:pointer;font-size:.8rem;opacity:.7;color:#6366f1}.add-goals-area:hover{opacity:1;background:#6366f10d}.empty-cell{color:#33333380;font-style:italic;cursor:pointer;display:block;padding:1rem;text-align:center;transition:all .3s ease}.empty-cell:hover{color:#333c;background:#6366f10d}.editing-container{width:100%}.editing-container textarea{width:100%;background:#ffffffe6;border:1px solid rgba(0,0,0,.2);border-radius:4px;color:#333;padding:.5rem;font-family:inherit;resize:vertical;min-height:80px}.editing-container textarea::placeholder{color:#3339}.editing-actions{display:flex;gap:.5rem;margin-top:.5rem}.save-btn{background:#10b981;border:1px solid #10b981;border-radius:4px;color:#fff;padding:.4rem .8rem;cursor:pointer;font-size:.9rem}.save-btn:hover{background:#059669}.cancel-btn{background:#6b7280;border:1px solid #6b7280;border-radius:4px;color:#fff;padding:.4rem .8rem;cursor:pointer;font-size:.9rem}.cancel-btn:hover{background:#4b5563}.matrix-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.matrix-container::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.matrix-container::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (max-width: 768px){.objectives-matrix{height:calc(100vh - 80px);margin:.5rem;border-radius:15px}.objectives-header{padding:.75rem 1rem;flex-direction:column;gap:.5rem;align-items:stretch}.objectives-header h2{font-size:1.4rem;text-align:center}.fullscreen-btn{padding:.4rem .8rem;font-size:1rem;align-self:center}.deadline-navigation{padding:.5rem 1rem;flex-direction:column;gap:.5rem;align-items:center}.deadline-counter{font-size:.85rem;text-align:center}.nav-arrow-btn{padding:.4rem .8rem;font-size:.8rem;min-width:120px}.matrix-container{padding:.5rem}.matrix-table{min-width:600px}.matrix-table th,.matrix-table td{min-width:120px;padding:.4rem;font-size:.85rem}.project-cell{min-width:140px!important;max-width:140px}.project-info strong{font-size:.9rem}.project-info small{font-size:.8rem}.deadline-header{gap:.3rem}.deadline-move-btn,.deadline-edit-btn,.deadline-delete-btn{padding:.15rem .3rem;font-size:.7rem}.deadline-date{font-size:.8rem}.add-btn{padding:.4rem .6rem;font-size:.8rem}.goal-item{margin:.15rem 0}.goal-toggle{width:16px;height:16px;font-size:9px}.goal-text{font-size:.8rem}.empty-goal{font-size:.75rem}.add-goals-area{padding:.4rem;font-size:.75rem}.empty-cell{padding:.8rem .4rem;font-size:.75rem}.editing-container textarea{min-height:60px;font-size:.85rem;padding:.4rem}.editing-actions{gap:.3rem}.save-btn,.cancel-btn{padding:.35rem .6rem;font-size:.8rem}}@media (max-width: 480px){.objectives-matrix{height:calc(100vh - 70px);margin:.25rem;border-radius:10px}.objectives-header{padding:.5rem}.objectives-header h2{font-size:1.2rem}.fullscreen-btn{padding:.35rem .6rem;font-size:.9rem}.deadline-navigation{padding:.4rem}.nav-arrow-btn{padding:.35rem .6rem;font-size:.75rem;min-width:100px}.matrix-container{padding:.25rem}.matrix-table th,.matrix-table td{min-width:100px;padding:.3rem;font-size:.8rem}.project-cell{min-width:120px!important;max-width:120px}.project-info strong{font-size:.85rem}.project-info small{font-size:.75rem}.deadline-move-btn,.deadline-edit-btn,.deadline-delete-btn{padding:.1rem .2rem;font-size:.65rem}.deadline-date{font-size:.75rem}.goal-toggle{width:14px;height:14px;font-size:8px}.goal-text{font-size:.75rem}}.calendar-matrix{height:calc(100vh - 120px);display:flex;flex-direction:column;background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:20px;box-shadow:0 4px 25px #0000001a;overflow:hidden}.calendar-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffffe6;border-bottom:1px solid rgba(0,0,0,.1)}.calendar-header h2{margin:0;color:#333;font-size:1.8rem;font-weight:600}.week-navigation{display:flex;gap:1rem;align-items:center}.week-navigation button{background:#6366f1;border:1px solid #6366f1;border-radius:8px;color:#fff;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.week-navigation button:hover{background:#5855eb;transform:translateY(-1px)}.week-navigation span{color:#333;font-weight:500;font-size:.95rem}.matrix-container{flex:1;overflow:auto;padding:1rem}.matrix-table{width:100%;border-collapse:collapse;background:transparent;min-width:800px}.matrix-table th,.matrix-table td{border:1px solid rgba(0,0,0,.15);padding:1rem;text-align:left;vertical-align:top;min-width:140px}.matrix-table th{background:#6366f11a;color:#333;font-weight:600;position:sticky;top:0;z-index:10;font-size:.9rem}.matrix-table th.weekend{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.member-cell{background:#ffffffe6;min-width:200px!important;max-width:200px;position:sticky;left:0;z-index:5}.member-info strong{display:block;color:#333;font-size:1rem;margin-bottom:.3rem}.member-info small{color:#333333b3;font-size:.8rem;line-height:1.2}.task-cell{background:#ffffffe6;min-height:100px;position:relative;cursor:pointer;transition:all .3s ease}.task-cell:hover{background:#6366f10d;border-color:#6366f1}.task-cell.weekend{background:#ff98000d}.task-cell.weekend:hover{background:#ff98001a}.task-item{background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:6px;padding:.4rem .6rem;margin-bottom:.4rem;font-size:.8rem;line-height:1.3;transition:all .2s ease}.task-item:hover{background:#6366f126;transform:translateY(-1px);box-shadow:0 2px 8px #6366f133}.task-item:last-child{margin-bottom:0}.task-time{font-weight:600;color:#6366f1;margin-bottom:.2rem}.task-description{color:#333;margin-bottom:.2rem}.task-project{color:#666;font-size:.75rem;font-style:italic}.task-actions{display:flex;gap:.2rem;margin-top:.3rem}.task-edit-btn,.task-delete-btn{background:none;border:none;cursor:pointer;font-size:.7rem;padding:.2rem .4rem;border-radius:3px;transition:all .2s ease}.task-edit-btn{color:#10b981}.task-edit-btn:hover{background:#10b9811a}.task-delete-btn{color:#ef4444}.task-delete-btn:hover{background:#ef44441a}.empty-cell{color:#3336;font-style:italic;text-align:center;padding:1.5rem .5rem;font-size:.85rem}.empty-cell:hover{color:#333333b3;background:#6366f108}.task-form{display:flex;flex-direction:column;gap:.5rem;width:100%}.task-form input,.task-form select,.task-form textarea{padding:.4rem;border:1px solid rgba(0,0,0,.2);border-radius:4px;font-size:.8rem;background:#ffffffe6;font-family:inherit}.task-form input:focus,.task-form select:focus,.task-form textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.task-form textarea{resize:vertical;min-height:60px}.task-form-actions{display:flex;gap:.3rem;margin-top:.3rem}.save-task-btn{background:#6366f1;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.save-task-btn:hover{background:#5855eb}.cancel-task-btn{background:#6b7280;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.cancel-task-btn:hover{background:#4b5563}.matrix-container::-webkit-scrollbar{width:8px;height:8px}.matrix-container::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.matrix-container::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.matrix-container::-webkit-scrollbar-thumb:hover{background:#0000004d}.matrix-container::-webkit-scrollbar-corner{background:#0000000d}@media (max-width: 768px){.calendar-matrix{height:calc(100vh - 80px);margin:.5rem;border-radius:15px}.calendar-header{padding:.75rem 1rem;flex-direction:column;gap:.5rem}.calendar-header h2{font-size:1.4rem;text-align:center}.week-navigation{flex-direction:column;gap:.4rem;align-items:center}.week-navigation span{font-size:.85rem;text-align:center}.week-navigation button{padding:.4rem .8rem;font-size:.8rem;min-width:140px}.matrix-container{padding:.5rem}.matrix-table{min-width:700px}.matrix-table th,.matrix-table td{min-width:90px;padding:.4rem;font-size:.8rem}.matrix-table th{font-size:.75rem}.member-cell{min-width:120px!important;max-width:120px}.member-info strong{font-size:.85rem;margin-bottom:.2rem}.member-info small{font-size:.7rem}.task-item{font-size:.7rem;padding:.25rem .35rem;margin-bottom:.3rem}.task-time{font-size:.65rem;margin-bottom:.15rem}.task-description{font-size:.7rem;margin-bottom:.15rem;line-height:1.2}.task-project{font-size:.6rem}.task-actions{gap:.15rem;margin-top:.2rem}.task-edit-btn,.task-delete-btn{font-size:.6rem;padding:.15rem .3rem}.empty-cell{padding:1rem .3rem;font-size:.7rem}.task-form{gap:.3rem}.task-form input,.task-form select,.task-form textarea{font-size:.75rem;padding:.3rem}.task-form textarea{min-height:50px}.task-form-actions{gap:.25rem;margin-top:.25rem}.save-task-btn,.cancel-task-btn{font-size:.7rem;padding:.3rem .5rem}}@media (max-width: 480px){.calendar-matrix{height:calc(100vh - 70px);margin:.25rem;border-radius:10px}.calendar-header{padding:.5rem}.calendar-header h2{font-size:1.2rem}.week-navigation button{padding:.35rem .6rem;font-size:.75rem;min-width:120px}.week-navigation span{font-size:.8rem}.matrix-container{padding:.25rem}.matrix-table{min-width:600px}.matrix-table th,.matrix-table td{min-width:80px;padding:.3rem;font-size:.75rem}.matrix-table th{font-size:.7rem}.member-cell{min-width:100px!important;max-width:100px}.member-info strong{font-size:.8rem}.member-info small{font-size:.65rem}.task-item{font-size:.65rem;padding:.2rem .3rem;margin-bottom:.25rem}.task-time{font-size:.6rem}.task-description{font-size:.65rem}.task-project{font-size:.55rem}.empty-cell{padding:.8rem .2rem;font-size:.65rem}.task-form input,.task-form select,.task-form textarea{font-size:.7rem;padding:.25rem}.task-form textarea{min-height:45px}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;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:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;overflow-x:hidden}.App{text-align:center;min-height:100vh;display:flex;flex-direction:column}.navbar{background:#fffffffa;border-bottom:1px solid rgba(0,0,0,.1);padding:.5rem 2rem;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.navbar-brand h1{margin:0;color:#333;font-size:1.5rem;font-weight:700}.navbar-links{display:flex;gap:1rem;align-items:center}.nav-link{color:#555;text-decoration:none;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;transition:all .3s ease;background:transparent;border:1px solid transparent}.nav-link:hover,.nav-link.active{background:#6366f1;color:#fff;border-color:#6366f1;transform:translateY(-1px);box-shadow:0 2px 8px #6366f14d}.app-main{flex:1;padding:1rem 2rem 2rem;width:100%;max-width:none}@media (max-width: 768px){.navbar{padding:.75rem 1rem;flex-direction:row;justify-content:space-between;align-items:center;min-height:60px}.navbar-brand h1{font-size:1.1rem;font-weight:600}.navbar-links{gap:.3rem;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.navbar-links::-webkit-scrollbar{display:none}.nav-link{font-size:.75rem;padding:.4rem .6rem;white-space:nowrap;flex-shrink:0}.app-main{padding:.5rem}}@media (max-width: 480px){.navbar-brand h1{font-size:1rem}.nav-link{font-size:.7rem;padding:.35rem .5rem}.app-main{padding:.25rem}}
