*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#333;line-height:1.6}.nav{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.nav-brand{font-size:1.5rem;font-weight:700;color:#4caf50}.nav-links a{margin-left:1.5rem;text-decoration:none;color:#666;font-weight:500}.nav-links a:hover,.nav-links a.active{color:#4caf50}.container{max-width:600px;margin:2rem auto;padding:0 1rem}h1{text-align:center;margin-bottom:2rem;color:#333}form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1.5rem}.form-group.compact{margin-bottom:.75rem}label{display:block;margin-bottom:.5rem;font-weight:500;color:#555}input[type=text],input[type=password],textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}input[type=file]{padding:.5rem 0}textarea{resize:vertical;min-height:120px}input:focus,textarea:focus{outline:none;border-color:#4caf50}.hint{font-size:.85rem;color:#888;margin-top:.25rem}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;text-decoration:none;transition:background .2s}.btn-primary{background:#4caf50;color:#fff;width:100%}.btn-primary:hover{background:#45a049}.btn-secondary{background:#666;color:#fff}.btn-secondary:hover{background:#555}.btn-sm{padding:.5rem 1rem;font-size:.9rem}.result{margin-top:1.5rem;padding:1rem;border-radius:4px;display:none}.result.success{display:block;background:#d4edda;color:#155724}.result.error{display:block;background:#f8d7da;color:#721c24}.result.loading{display:block;background:#fff3cd;color:#856404}.preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;margin:1rem 0}.preview-item{position:relative;aspect-ratio:1;border-radius:4px;overflow:hidden;border:2px solid #ddd}.preview-item img{width:100%;height:100%;object-fit:cover}.preview-item .remove{position:absolute;top:4px;right:4px;background:#f00c;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:12px}.filters{display:flex;gap:1rem;margin-bottom:1.5rem}.search-input{flex:1}.projects-list{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.project-item{padding:1rem 1.5rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.project-item:last-child{border-bottom:none}.project-item:hover{background:#f9f9f9}.project-info h3{margin:0 0 .25rem;font-size:1.1rem}.project-info a{color:#4caf50;text-decoration:none;font-size:.9rem}.project-info a:hover{text-decoration:underline}.project-meta{font-size:.85rem;color:#888}.project-actions{display:flex;gap:.5rem}.loading{text-align:center;padding:2rem;color:#666}.empty-state{text-align:center;padding:3rem;color:#888}@media (max-width: 600px){.nav{flex-direction:column;gap:1rem;padding:1rem}.nav-links a{margin:0 .75rem}.container{margin:1rem auto}form{padding:1.5rem}}
