*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh}.App-header{background-color:#fffffff2;box-shadow:0 2px 10px #0000001a;padding:2rem}.App-header h1{color:#333;font-size:2.5rem;margin:0}.health-indicator{color:#666;font-size:1rem;margin-top:1rem}.status{border-radius:20px;font-weight:700;margin-left:.5rem;padding:.25rem .75rem}.status.healthy{background-color:#d1fae5;color:#10b981}.status.unhealthy{background-color:#fee2e2;color:#ef4444}.App-main{flex:1 1;padding:2rem}.container{margin:0 auto;max-width:1200px}.section{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2rem}.section h2{border-bottom:2px solid #667eea;color:#333;margin-top:0;padding-bottom:.5rem}.App-footer{background-color:#0003;color:#fff;margin-top:auto;padding:1rem;text-align:center}.App-footer p{font-size:.875rem;margin:0}.item-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.item-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.item-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.item-card.inactive{border-color:#d1d5db;opacity:.6}.item-header{align-items:start;display:flex;justify-content:space-between;margin-bottom:1rem}.item-header h3{color:#1f2937;font-size:1.25rem;margin:0}.badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.badge.active{background-color:#d1fae5;color:#10b981}.badge.inactive{background-color:#fee2e2;color:#ef4444}.item-description{color:#6b7280;line-height:1.5;margin-bottom:1rem}.item-meta{border-top:1px solid #e5e7eb;margin-bottom:1rem;padding-top:1rem}.item-meta small{color:#9ca3af;font-size:.875rem}.item-actions{display:flex;gap:.5rem}.btn-delete{background-color:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:background-color .2s}.btn-delete:hover{background-color:#dc2626}.no-items{color:#9ca3af;font-style:italic;padding:2rem;text-align:center}.item-form{gap:1.5rem}.form-group,.item-form{display:flex;flex-direction:column}.form-group label{color:#374151;font-weight:600;margin-bottom:.5rem}.form-group input[type=text],.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .2s}.form-group input[type=text]:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group.checkbox{align-items:center;flex-direction:row}.form-group.checkbox label{cursor:pointer;margin-bottom:0;margin-left:.5rem}.form-group.checkbox input[type=checkbox]{cursor:pointer;height:20px;width:20px}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:transform .2s,box-shadow .2s}.btn-submit:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.6}
/*# sourceMappingURL=main.5cdc58c9.css.map*/