*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3}a{font-weight:500;color:#2563eb;text-decoration:inherit}a:hover{color:#1d4ed8;text-decoration:underline}button{font-family:inherit}#root{width:100%}.project-card{display:block;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease-in-out;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#f59e0b);transform:scaleX(0);transition:transform .3s ease-in-out}.project-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.project-card:hover:before{transform:scaleX(1)}.card-header{margin-bottom:1rem}.project-card h2{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#1e293b;line-height:1.3}.meta-info{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;font-size:.875rem;color:#64748b}.project-image{width:100%;height:200px;object-fit:cover;border-radius:.5rem;margin-bottom:1rem;background:#f8fafc}.description{color:#1e293b;line-height:1.6;margin-bottom:1rem}.details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border-left:3px solid #2563eb}.detail-item{display:flex;gap:.5rem;font-size:.875rem}.detail-label{font-weight:600;color:#1e293b;min-width:80px}.detail-value{color:#64748b}.project-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#2563eb,#64748b);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:500;transition:all .3s ease-in-out;font-size:.875rem}.project-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.projects-page{max-width:75rem;margin:0 auto;padding:2rem 1rem}.projects-page h1{font-size:2.5rem;color:#2563eb;margin-bottom:2rem;text-align:center}.data-controls{margin-bottom:2rem}.button-group{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.btn-load{background:linear-gradient(135deg,#2563eb,#64748b);color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-load:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.btn-load:disabled{opacity:.5;cursor:not-allowed}.loading{color:#2563eb;font-weight:500}.status-message{text-align:center;margin-top:1rem;font-size:.875rem;color:#64748b}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.empty-state{text-align:center;color:#64748b;padding:3rem;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:.5rem;font-style:italic;grid-column:1 / -1}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}.button-group{flex-direction:column;width:100%}.btn-load{width:100%}}.crud-page{max-width:75rem;margin:0 auto;padding:2rem 1rem}.crud-page h1{font-size:2.5rem;color:#2563eb;text-align:center;margin-bottom:.5rem}.subtitle{text-align:center;color:#64748b;margin-bottom:2rem}.status-message{padding:1rem;border-radius:.5rem;font-weight:500;text-align:center;margin-bottom:2rem}.status-message.success{background:#f0fdf4;color:#16a34a;border:1px solid #22c55e}.status-message.error{background:#fef2f2;color:#dc2626;border:1px solid #ef4444}.crud-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.crud-section{background:#f8fafc;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.crud-section h2{color:#2563eb;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.crud-section input,.crud-section textarea,.crud-section select{width:100%;padding:.75rem;margin-bottom:1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:inherit;background:#fff;transition:all .3s ease}.crud-section input:focus,.crud-section textarea:focus,.crud-section select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.crud-section textarea{min-height:100px;resize:vertical}.btn-create,.btn-update,.btn-delete{width:100%;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-create{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff}.btn-create:hover{transform:translateY(-2px);box-shadow:0 4px 12px #16a34a4d}.btn-update{background:linear-gradient(135deg,#2563eb,#60a5fa);color:#fff}.btn-update:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.btn-delete{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.btn-delete:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.button-group{display:flex;gap:1rem}.button-group button{flex:1}.projects-list h2{color:#2563eb;margin-bottom:1.5rem}.project-item{padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;margin-bottom:.75rem;transition:all .3s ease}.project-item:hover{border-color:#2563eb;box-shadow:0 2px 8px #0000001a}.project-item strong{display:block;color:#2563eb;margin-bottom:.25rem}.project-item small{color:#64748b;font-size:.875rem}.empty-state{text-align:center;color:#64748b;padding:3rem;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:.5rem;font-style:italic}@media(max-width:768px){.crud-container{grid-template-columns:1fr}.button-group{flex-direction:column}.button-group button{width:100%}}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#2563eb,#64748b);color:#fff;padding:1.5rem 0;box-shadow:0 4px 6px -1px #0000001a;position:sticky;top:0;z-index:100}.app-header .container{max-width:75rem;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.app-header h1{font-size:1.75rem;color:#fff;margin:0}.app-header nav{display:flex;gap:1rem}.app-header button{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.5rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .3s ease}.app-header button:hover{background:#fff3;transform:translateY(-2px)}.app-header button.active{background:#ffffff4d;border-color:#fff}main{flex:1}footer{background:#64748b;color:#fff;text-align:center;padding:1.5rem 0;margin-top:auto}footer p{margin:0}@media(max-width:768px){.app-header .container{flex-direction:column;text-align:center}.app-header nav{width:100%;flex-direction:column}.app-header button{width:100%}}
