:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424}*{margin:0;padding:0;box-sizing:border-box}.app{max-width:1200px;margin:0 auto;padding:2rem}header{text-align:center;margin-bottom:3rem}header h1{font-size:2.5rem;margin-bottom:.5rem}header p{color:#888;font-size:1.1rem}.error{background-color:#f44;color:#fff;padding:1rem;border-radius:8px;margin-bottom:2rem}.create-item{background:#333;padding:2rem;border-radius:12px;margin-bottom:2rem}.create-item h2{margin-bottom:1rem}.create-item form{display:flex;flex-direction:column;gap:1rem}.create-item input,.create-item textarea{padding:.75rem;border:1px solid #555;border-radius:6px;background:#222;color:#fff;font-size:1rem;font-family:inherit}.create-item textarea{min-height:100px;resize:vertical}.create-item button{padding:.75rem 1.5rem;background:#646cff;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .3s}.create-item button:hover{background:#535bf2}.items-list h2{margin-bottom:1.5rem}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.item-card{background:#333;padding:1.5rem;border-radius:12px;border:1px solid #444;transition:transform .2s,box-shadow .2s}.item-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.item-card h3{margin-bottom:.5rem;color:#fff}.item-card p{color:#aaa;margin-bottom:1rem}.item-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem}.status{padding:.25rem .75rem;border-radius:12px;font-weight:500}.status-active{background:#28a745;color:#fff}.status-inactive{background:#ffc107;color:#000}.status-archived{background:#6c757d;color:#fff}.date{color:#888}.delete-btn{width:100%;padding:.5rem;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.delete-btn:hover{background:#c82333}@media(max-width:768px){.items-grid{grid-template-columns:1fr}}
