.home-layout{display:flex;min-height:100vh;gap:0}.home-main{flex:1 1 65%;padding:2rem 3rem;max-width:800px;overflow-y:auto}.auth-aside{flex:0 0 35%;min-width:320px;max-width:440px;background:#fff;border-left:1px solid #e2e8f0;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1.5rem;min-height:100vh;position:sticky;top:0}.auth-card{width:100%;max-width:380px}.auth-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.25rem}.auth-tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem}.tab-btn{flex:1;padding:.6rem 1rem;background:none;border:none;font-size:.95rem;font-weight:500;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-2px;transition:none}.tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6}.tab-btn:hover:not(.active){color:#1e293b}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input{padding:.65rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;color:#1e293b;background:#f9fafb;outline:none;width:100%}.form-group input:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.error-msg{color:#ef4444;font-size:.875rem}.btn-primary{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;width:100%;margin-top:.25rem}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.home-header{margin-bottom:3rem}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.75rem}.logo-text{font-size:1.5rem;font-weight:800;color:#1e293b;letter-spacing:-.5px}.hero{margin-bottom:3rem}.hero-title{font-size:2.75rem;font-weight:800;color:#0f172a;line-height:1.15;margin-bottom:1rem;letter-spacing:-1px}.hero-subtitle{font-size:1.125rem;color:#475569;max-width:540px;margin-bottom:1.25rem}.cta-text{font-size:1rem;color:#3b82f6;font-weight:600}.features h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b}.features-list{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.features-list li{display:flex;align-items:flex-start;gap:1rem}.feature-icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}.features-list li strong{display:block;font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.2rem}.features-list li p{font-size:.9rem;color:#64748b}@media (max-width: 768px){.home-layout{flex-direction:column}.home-main{padding:1.5rem;max-width:100%}.auth-aside{flex:none;min-width:100%;max-width:100%;border-left:none;border-top:1px solid #e2e8f0;min-height:auto;position:static}.hero-title{font-size:2rem}}.dashboard{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.dash-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0}.dash-logo{font-size:1.25rem;font-weight:700;color:#1e293b}.logout-btn{padding:.4rem 1rem;background:none;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#64748b}.logout-btn:hover{background:#f1f5f9;color:#ef4444;border-color:#fca5a5}.dash-content{display:flex;flex:1;overflow:hidden}.dash-sidebar{width:260px;background:#fff;border-right:1px solid #e2e8f0;padding:1.5rem 1rem;overflow-y:auto}.dash-sidebar h2{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.75rem}.project-list{list-style:none;margin-bottom:1rem}.project-item{padding:.6rem .75rem;border-radius:6px;cursor:pointer;font-size:.95rem;color:#374151}.project-item:hover{background:#f1f5f9}.project-item.active{background:#eff6ff;color:#3b82f6;font-weight:600}.dash-main{flex:1;padding:2rem;overflow-y:auto}.dash-main h2{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.task-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.task-card{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.task-title{font-size:.95rem;color:#1e293b}.task-status{font-size:.75rem;padding:.2rem .6rem;border-radius:9999px;background:#f1f5f9;color:#64748b;font-weight:500}.status-todo .task-status{background:#fef3c7;color:#92400e}.status-in_progress .task-status{background:#dbeafe;color:#1d4ed8}.status-done .task-status{background:#d1fae5;color:#065f46}.inline-form{display:flex;gap:.5rem}.inline-form input{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem}.inline-form button{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500}.inline-form button:hover{background:#2563eb}.empty-msg{color:#94a3b8;font-size:.95rem}.error-msg{color:#ef4444;font-size:.875rem;margin-bottom:1rem}@media (max-width: 768px){.dash-content{flex-direction:column}.dash-sidebar{width:100%;border-right:none;border-bottom:1px solid #e2e8f0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer}
