: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}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f9fafb;color:#1f2937;margin:0;padding:0;display:flex;justify-content:center}.container{width:100%;max-width:600px;margin-top:50px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}h1{text-align:center;font-size:1.5rem;margin-bottom:20px;color:#111827}.create-section{display:flex;gap:10px;margin-bottom:30px}input[type=text]{flex-grow:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;outline:none;transition:border-color .2s}input[type=text]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}button{padding:10px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s;font-weight:500}button:hover{background-color:#2563eb}button:active{background-color:#1d4ed8}.items-list{display:flex;flex-direction:column;gap:12px}.item-card{border:1px solid #e5e7eb;border-radius:6px;padding:12px 16px;background-color:#fff;transition:box-shadow .2s}.item-card:hover{box-shadow:0 4px 6px -1px #0000001a}.view-section,.edit-section{display:flex;justify-content:space-between;align-items:center;gap:10px}.item-title{font-size:1rem;font-weight:500;word-break:break-word}.item-actions{display:flex;gap:8px;flex-shrink:0}.edit-btn{background-color:#f3f4f6;color:#374151}.edit-btn:hover{background-color:#e5e7eb}.delete-btn{background-color:#fee2e2;color:#b91c1c}.delete-btn:hover{background-color:#fca5a5;color:#991b1b}.save-btn{background-color:#10b981}.save-btn:hover{background-color:#059669}.cancel-btn{background-color:#f3f4f6;color:#374151}.cancel-btn:hover{background-color:#e5e7eb}
