:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.App{min-height:100vh;display:flex;flex-direction:column}.home-container{min-height:calc(100vh - 64px);padding:2rem;background:linear-gradient(to right,#f6f9fc,#eef2f7)}.hero-section{text-align:center;padding:4rem 1rem;max-width:800px;margin:0 auto}.hero-section h1{font-size:3rem;color:#1a365d;margin-bottom:1rem}.hero-section p{font-size:1.25rem;color:#4a5568}.content-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 6px #0000000d;text-align:center}.feature-card h2{color:#1a365d;margin-bottom:1rem}.feature-card p{color:#4a5568}@media (max-width: 640px){.hero-section h1{font-size:2rem}.content-section{grid-template-columns:1fr;padding:1rem}}.registration-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(to right,#f6f9fc,#eef2f7);padding:20px}.registration-box{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;width:100%;max-width:550px}.name-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.form-group input[type=tel]{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f8fafc}@media (max-width: 640px){.registration-box{padding:2rem}.name-row{grid-template-columns:1fr;gap:1rem}.form-header h2{font-size:2rem}}.signin-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(to right,#f6f9fc,#eef2f7);padding:20px}.signin-box{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;width:100%;max-width:450px}.form-header{text-align:center;margin-bottom:2.5rem}.form-header h2{color:#1a365d;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.form-header p{color:#64748b;font-size:1rem}.input-container{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#4a5568;font-size:.9rem;font-weight:500}.form-group input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f8fafc}.form-group input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.checkbox-wrapper{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#4a5568;font-size:.9rem}.checkbox-wrapper input[type=checkbox]{width:18px;height:18px;accent-color:#3b82f6}.forgot-password{color:#3b82f6;text-decoration:none;font-size:.9rem;font-weight:500}.forgot-password:hover{text-decoration:underline}.submit-btn{width:100%;padding:1rem;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.submit-btn:active{transform:translateY(0)}.form-footer{text-align:center;margin-top:2rem;color:#64748b;font-size:.95rem}.form-footer a{color:#3b82f6;text-decoration:none;font-weight:600;margin-left:.25rem}.form-footer a:hover{text-decoration:underline}@media (max-width: 640px){.signin-box{padding:2rem}.form-header h2{font-size:2rem}.form-options{flex-direction:column;gap:1rem;align-items:flex-start}}.dashboard-container{display:flex;min-height:100vh;background-color:#f8fafc}.sidebar{width:260px;background:#fff;box-shadow:2px 0 10px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1000}.sidebar.closed{width:70px}.sidebar-toggle{position:absolute;right:-12px;top:20px;width:24px;height:24px;background:#fff;border:1px solid #e2e8f0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000001a;transition:all .3s ease;z-index:10}.sidebar-toggle:hover{transform:scale(1.1);box-shadow:0 3px 8px #00000026}.sidebar-nav{padding:2rem 0}.nav-item{display:flex;align-items:center;padding:.875rem 1.5rem;color:#64748b;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent;margin:.25rem 0}.nav-item:hover{background:#f8fafc;color:#3b82f6;border-left-color:#3b82f6}.nav-item.active{background:#eff6ff;color:#3b82f6;border-left-color:#3b82f6;font-weight:500}.nav-item i{width:20px;margin-right:1rem;font-size:1.1rem}.sidebar.closed .nav-item span{display:none}.sidebar.closed .nav-item{padding:.875rem;justify-content:center}.sidebar.closed .nav-item i{margin-right:0;font-size:1.2rem}.sidebar.closed .nav-item{position:relative}.sidebar.closed .nav-item:hover:after{content:attr(data-tooltip);position:absolute;left:100%;top:50%;transform:translateY(-50%);background:#1e293b;color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;white-space:nowrap;margin-left:.75rem;z-index:1000}.nav-item:before{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#3b82f6;transform:scaleX(0);transition:transform .3s ease}.nav-item.active:before{transform:scaleX(1)}.dashboard-main{flex:1;padding:2rem;overflow-y:auto}.top-navbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.search-bar{display:flex;align-items:center;background:#fff;padding:.5rem 1rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.search-bar input{border:none;outline:none;margin-left:.5rem;font-size:.9rem}.nav-actions{display:flex;align-items:center;gap:1rem}.notification-btn{position:relative;background:none;border:none;cursor:pointer}.notification-badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;font-size:.75rem;padding:.125rem .375rem;border-radius:999px}.user-profile{display:flex;align-items:center;gap:.75rem}.user-profile img{width:40px;height:40px;border-radius:50%;object-fit:cover}.welcome-section{margin-bottom:2rem}.welcome-section h1{font-size:1.875rem;color:#1e293b;margin-bottom:.5rem}.welcome-section p{color:#64748b}.project-summary{margin-bottom:2rem}.project-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.project-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.progress-bar{height:8px;background:#e2e8f0;border-radius:4px;margin:1rem 0;overflow:hidden}.progress{height:100%;background:#3b82f6;border-radius:4px;transition:width .3s ease}.project-stats{display:flex;justify-content:space-between;color:#64748b;font-size:.875rem}.task-list{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.task-item{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #e2e8f0}.task-checkbox{position:relative;margin-right:1rem}.task-info{flex:1}.task-info h4{margin-bottom:.25rem;color:#1e293b}.task-info span{color:#64748b;font-size:.875rem}.task-due-date{color:#64748b;font-size:.875rem;margin-right:1rem}.timer-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.timer-btn:hover{background:#2563eb}@media (max-width: 768px){.sidebar{position:fixed;left:0;top:0;bottom:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.dashboard-main{padding:1rem}.project-cards{grid-template-columns:1fr}.task-item{flex-direction:column;align-items:flex-start;gap:.5rem}.timer-btn{width:100%;justify-content:center}.sidebar-toggle{right:-40px;background:#3b82f6;color:#fff;border:none}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;box-shadow:0 2px 4px #0000001a}.nav-brand a{color:#1a365d;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-link{color:#4a5568;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#3b82f6}.logout-btn{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:background-color .3s ease}.logout-btn:hover{background:#dc2626}.error-message{color:#ef4444;text-align:center;margin-bottom:1rem;font-size:.875rem}@media (max-width: 640px){.navbar{padding:1rem;flex-direction:column;gap:1rem}.nav-links{gap:1rem}}
