: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}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f172a;color:#e2e8f0;line-height:1.5;min-height:100vh}.app{max-width:600px;margin:0 auto;padding:3rem 1rem;transition:max-width .3s}.app.wide{max-width:1400px}.header{text-align:center;margin-bottom:2rem}.header h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.subtitle{color:#64748b;font-size:1rem}.tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.tab{padding:.5rem 1.5rem;border:none;background:#1e293b;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s}.tab:hover{background:#334155;color:#e2e8f0}.tab.active{background:linear-gradient(135deg,#60a5fa,#a78bfa);color:#fff}.section{margin-bottom:2rem}.section h2{font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.1em}.list{display:flex;flex-direction:column;gap:.5rem}.list-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#1e293b;border-radius:8px;text-decoration:none;color:inherit;transition:background .15s}.list-item:hover{background:#334155}.item-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.item-name{font-weight:600;color:#f1f5f9;white-space:nowrap}.item-description{color:#64748b;font-size:.875rem;margin-left:auto}.loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.25rem;color:#64748b}.stats{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.stat{background:#1e293b;padding:1rem 1.5rem;border-radius:8px;display:flex;flex-direction:column;min-width:100px}.stat-value{font-size:1.5rem;font-weight:700;color:#60a5fa}.stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase}.filters{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;background:#1e293b;padding:1rem;border-radius:8px}.filters select{padding:.5rem 1rem;border:1px solid #334155;border-radius:4px;font-size:.875rem;background:#0f172a;color:#e2e8f0}.filters label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer;color:#94a3b8}.add-btn{margin-left:auto;background:linear-gradient(135deg,#60a5fa,#a78bfa);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500}.add-btn:hover{opacity:.9}.table-container{background:#1e293b;border-radius:8px;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.875rem}th,td{padding:.75rem;text-align:left;border-bottom:1px solid #334155}th{background:#0f172a;font-weight:600;color:#94a3b8;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}tr:hover{background:#334155}tr.retired{opacity:.5}.tag-cell{font-family:monospace;font-weight:600;color:#60a5fa}td input[type=text],td input[type=number]{width:100%;padding:.375rem;border:1px solid #334155;border-radius:4px;font-size:.875rem;background:#0f172a;color:#e2e8f0}td input[type=checkbox]{width:18px;height:18px;cursor:pointer}.actions{white-space:nowrap}.actions button{padding:.375rem .75rem;border:none;border-radius:4px;cursor:pointer;font-size:.75rem;margin-right:.25rem}.edit-btn{background:#334155;color:#e2e8f0}.edit-btn:hover{background:#475569}.save-btn{background:#10b981;color:#fff}.save-btn:hover{background:#059669}.cancel-btn{background:#64748b;color:#fff}.cancel-btn:hover{background:#475569}.delete-btn{background:#ef4444;color:#fff}.delete-btn:hover{background:#dc2626}.count{margin-top:1rem;font-size:.875rem;color:#64748b;text-align:right}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#1e293b;border-radius:12px;padding:2rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal h2{margin-bottom:1.5rem;color:#f1f5f9}.form-grid{display:flex;flex-direction:column;gap:1rem}.form-grid input[type=text],.form-grid input[type=number]{padding:.75rem;border:1px solid #334155;border-radius:6px;font-size:1rem;background:#0f172a;color:#e2e8f0}.form-grid input:focus{outline:none;border-color:#60a5fa}.checkboxes{display:flex;gap:1.5rem}.checkboxes label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#94a3b8}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem;justify-content:flex-end}.modal-actions button{padding:.75rem 1.5rem;font-size:1rem}.login-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.login-box{background:#1e293b;border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:360px;text-align:center}.login-box h1{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.login-error{color:#f87171;font-size:.875rem;margin-bottom:1rem;min-height:1.25rem}.login-box form{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.login-box form input{padding:.75rem 1rem;border:1px solid #334155;border-radius:6px;font-size:.9375rem;background:#0f172a;color:#e2e8f0}.login-box form input:focus{outline:none;border-color:#60a5fa}.login-box form button[type=submit]{padding:.75rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;margin-top:.25rem}.login-box form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.logout-btn{padding:.375rem .875rem;background:transparent;color:#64748b;border:1px solid #334155;border-radius:6px;font-size:.8125rem;cursor:pointer;transition:all .15s}.logout-btn:hover{background:#1e293b;color:#e2e8f0}@media(max-width:640px){.header h1{font-size:2rem}.item-description{display:none}}
