:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:start center;padding:3rem 1rem}.container{width:100%;max-width:28rem}h1{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;text-align:center}.form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.input{width:100%;padding:.65rem .85rem;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;background:#ffffff0d;color:#fafafa;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .15s}.input:focus{border-color:#6366f1b3}.input::placeholder{color:#ffffff59}.btn-add{padding:.65rem 1rem;border:none;border-radius:.5rem;background:#6366f1;color:#fff;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}.btn-add:hover{background:#4f46e5}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#ffffff08;transition:background .15s}.item:hover{background:#ffffff0f}.info{display:flex;flex-direction:column;gap:.15rem}.contact-name{font-weight:600;font-size:.95rem}.contact-phone{font-size:.85rem;color:#ffffff8c;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.btn-delete{padding:.35rem .75rem;border:1px solid rgba(239,68,68,.4);border-radius:.375rem;background:transparent;color:#ef4444;font-size:.8rem;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s}.btn-delete:hover{background:#ef44441f;border-color:#ef444499}.empty{text-align:center;color:#fff6;font-size:.9rem;margin:2rem 0}.count{text-align:center;color:#ffffff59;font-size:.8rem;margin-top:1.25rem}
