.navbar{background-color:var(--surface-color);box-shadow:var(--shadow);padding:1rem 0;position:sticky;top:0;z-index:100}.navbar-content{display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.navbar-links{display:flex;align-items:center;gap:1.5rem}.navbar-links a{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s}.navbar-links a:hover{color:var(--primary-color)}.navbar-user{color:var(--text-secondary);font-size:.875rem}@media (max-width: 768px){.navbar-content{flex-direction:column;gap:1rem}.navbar-links{flex-wrap:wrap;justify-content:center}}.home{text-align:center}.hero{padding:3rem 0}.hero h1{font-size:3rem;margin-bottom:1rem;color:var(--primary-color)}.subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1rem}.description{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto 2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.feature-card{padding:2rem;background:var(--surface-color);border-radius:.5rem;box-shadow:var(--shadow)}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.feature-card p{color:var(--text-secondary)}@media (max-width: 768px){.hero h1{font-size:2rem}.subtitle{font-size:1.25rem}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem 0}.auth-card{background:var(--surface-color);border-radius:.5rem;padding:2rem;box-shadow:var(--shadow-md);width:100%;max-width:400px}.auth-card h2{margin-bottom:1.5rem;text-align:center;color:var(--primary-color)}.auth-card form{margin-bottom:1.5rem}.auth-card .form-group small{display:block;margin-top:.25rem;font-size:.75rem;color:var(--text-secondary)}.auth-card button{width:100%;margin-top:1rem}.auth-links{text-align:center;display:flex;flex-direction:column;gap:.5rem}.auth-links a{color:var(--primary-color);text-decoration:none;font-size:.875rem}.auth-links a:hover{text-decoration:underline}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dashboard-header h1{color:var(--primary-color)}.stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface-color);padding:1.5rem;border-radius:.5rem;box-shadow:var(--shadow);text-align:center}.stat-card h3{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-color)}.projects-by-status{margin-top:2rem}.status-section{margin-bottom:3rem}.status-section h2{margin-bottom:1rem;color:var(--text-primary)}.empty-state{color:var(--text-secondary);font-style:italic;padding:2rem;text-align:center}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.project-card{background:var(--surface-color);border-radius:.5rem;box-shadow:var(--shadow);overflow:hidden;transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.project-image{width:100%;height:200px;object-fit:cover}.project-content{padding:1rem}.project-content h3{margin-bottom:.5rem}.project-content h3 a{color:var(--primary-color);text-decoration:none}.project-content h3 a:hover{text-decoration:underline}.project-content p{color:var(--text-secondary);font-size:.875rem;margin-bottom:.75rem}.project-meta{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-color)}.progress-badge{background:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}.project-actions{display:flex;gap:.5rem}.btn-link{background:none;border:none;color:var(--primary-color);cursor:pointer;text-decoration:none;font-size:.875rem;padding:0}.btn-link:hover{text-decoration:underline}.btn-danger-link{color:var(--error-color)}@media (max-width: 768px){.project-grid{grid-template-columns:1fr}}.project-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.back-link{color:var(--primary-color);text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.project-actions-header{display:flex;gap:.5rem}.project-detail-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.project-main h1{color:var(--primary-color);margin-bottom:1.5rem}.project-image-container{margin-bottom:2rem}.project-detail-image{width:100%;max-height:400px;object-fit:cover;border-radius:.5rem;margin-bottom:1rem}.image-upload-section{margin-bottom:2rem;padding:2rem;border:2px dashed var(--border-color);border-radius:.5rem;text-align:center}.project-description{margin-bottom:2rem}.project-description h2{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-primary)}.project-description p{color:var(--text-secondary);line-height:1.6}.project-info{background:var(--surface-color);padding:1.5rem;border-radius:.5rem;box-shadow:var(--shadow)}.info-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.info-item:last-child{border-bottom:none}.info-label{font-weight:500;color:var(--text-secondary)}.status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}.status-todo{background:#fee2e2;color:#991b1b}.status-in-progress{background:#fef3c7;color:#92400e}.status-completed{background:#d1fae5;color:#065f46}.project-progress{background:var(--surface-color);padding:1.5rem;border-radius:.5rem;box-shadow:var(--shadow);height:fit-content}.project-progress h2{margin-bottom:1.5rem;color:var(--text-primary)}.progress-chart{position:relative}.progress-percentage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.progress-number{display:block;font-size:2.5rem;font-weight:700;color:var(--primary-color)}.progress-label{display:block;font-size:.875rem;color:var(--text-secondary)}.btn-small{padding:.5rem 1rem;font-size:.875rem}@media (max-width: 968px){.project-detail-content{grid-template-columns:1fr}}.project-form-container{max-width:600px;margin:0 auto}.project-form-container h1{color:var(--primary-color);margin-bottom:1.5rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.form-actions button{flex:1}.support-container{max-width:600px;margin:0 auto}.support-container h1{color:var(--primary-color);margin-bottom:1rem}.support-container>.card>p{color:var(--text-secondary);margin-bottom:2rem}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--secondary-color: #ec4899;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--bg-color: #f9fafb;--surface-color: #ffffff;--text-primary: #111827;--text-secondary: #6b7280;--border-color: #e5e7eb;--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}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-color:var(--bg-color);color:var(--text-primary);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-align:center;text-decoration:none;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-secondary{background-color:var(--text-secondary);color:#fff}.btn-danger{background-color:var(--error-color);color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--surface-color);border-radius:.5rem;padding:1.5rem;box-shadow:var(--shadow);margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.5rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a}.error-message{color:var(--error-color);font-size:.875rem;margin-top:.25rem}.success-message{color:var(--success-color);font-size:.875rem;margin-top:.25rem}.loading{display:flex;justify-content:center;align-items:center;padding:2rem}.spinner{border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
