*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background:#f1f5f9;min-height:100vh;font-family:system-ui,sans-serif}.app{max-width:1100px;margin:0 auto;padding:2rem 1rem}.header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.header h1{font-size:2rem;font-weight:700}.btn-add{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:1rem;transition:background .2s}.btn-add:hover{background:#2563eb}.empty{text-align:center;color:#94a3b8;margin-top:4rem;font-size:1.1rem}.grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.card{border-radius:12px;flex-direction:column;gap:.6rem;min-height:140px;padding:1.2rem;display:flex;box-shadow:0 1px 4px #0000001a}.card-title{word-break:break-word;font-size:1.1rem;font-weight:600}.card-content{color:#334155;white-space:pre-wrap;word-break:break-word;flex:1;font-size:.9rem}.card-actions{justify-content:flex-end;gap:.5rem;margin-top:auto;display:flex}.card-actions button{cursor:pointer;background:#00000014;border:none;border-radius:6px;padding:.35rem .75rem;font-size:.85rem;transition:background .15s}.card-actions button:hover{background:#00000029}.card-actions .btn-delete{color:#dc2626}.overlay{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;flex-direction:column;gap:1rem;width:100%;max-width:480px;padding:2rem;display:flex;box-shadow:0 8px 30px #0003}.modal h2{font-size:1.3rem}.input,.textarea{border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.6rem .8rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.input:focus,.textarea:focus{border-color:#3b82f6}.textarea{resize:vertical}.color-picker{flex-wrap:wrap;gap:.5rem;display:flex}.color-dot{cursor:pointer;border:2px solid #0000;border-radius:50%;width:28px;height:28px;transition:transform .15s,border-color .15s;box-shadow:0 1px 3px #0003}.color-dot:hover{transform:scale(1.15)}.color-dot.selected{border-color:#1e293b;transform:scale(1.2)}.modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.modal-actions button{cursor:pointer;border:none;border-radius:8px;padding:.55rem 1.1rem;font-size:.95rem;transition:background .2s}.modal-actions button[type=submit]{color:#fff;background:#3b82f6}.modal-actions button[type=submit]:hover:not(:disabled){background:#2563eb}.modal-actions button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.modal-actions button[type=button]{background:#e2e8f0}.modal-actions button[type=button]:hover{background:#cbd5e1}
