body{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}:root{--blue:#4ea8de;--blue-dark:#1e6f9f;--blue-light:#6fc3ff;--purple:#8284fa;--purple-dark:#5e60ce;--danger:#e25858;--gray-100:#f2f2f2;--gray-200:#d9d9d9;--gray-300:grey;--gray-400:#333;--gray-500:#262626;--gray-600:#1a1a1a;--gray-700:#0d0d0d;--radius:14px;--shadow:0 4px 18px #00000059}*{box-sizing:border-box;margin:0;padding:0}body,button,input{direction:rtl;font-family:Inter,Rubik,Noto Sans Hebrew,sans-serif;font-size:1rem;font-weight:400}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background:url(/static/media/night_background.a19e0dba160cede07720.png);color:#f2f2f2;color:var(--gray-100);display:flex;justify-content:center;max-height:100vh;padding:20px}body::selection{background-color:#6fc3ff;background-color:var(--blue-light);color:#f5f5f5}.App{background:#1a1a1a;background:var(--gray-600);border-radius:14px;border-radius:var(--radius);box-shadow:0 4px 18px #00000059;box-shadow:var(--shadow);display:flex;flex-direction:column;height:95.5vh;overflow:hidden;position:relative;width:80vh}header{background:linear-gradient(90deg,#1e6f9f,#5e60ce);background:linear-gradient(90deg,var(--blue-dark),var(--purple-dark));box-shadow:0 4px 12px #0006;color:#f2f2f2;color:var(--gray-100);font-weight:600;letter-spacing:.5px;padding:1.2rem 1rem;text-align:center}header h1{color:#6fc3ff;color:var(--blue-light);font-size:1.4rem;text-transform:uppercase}.searchForm{align-items:center;background:#262626;background:var(--gray-500);border-bottom:1px solid #333;border-bottom:1px solid var(--gray-400);display:flex;gap:.5rem;justify-content:flex-end;padding:.8rem 1rem;width:100%}.searchForm input[type=text]{background:#333;background:var(--gray-400);border:none;border-radius:10px;color:#f2f2f2;color:var(--gray-100);flex-grow:1;font-size:1rem;min-height:42px;padding:.6rem .8rem;transition:.3s}.searchForm input:focus{box-shadow:0 0 8px #4ea8de99;outline:none}main{align-items:center;background:#1a1a1a;background:var(--gray-600);display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:1rem}ul{list-style:none;padding:0;width:100%}.item{align-items:center;background:#262626;background:var(--gray-500);border-radius:12px;box-shadow:0 2px 6px #00000040;display:flex;justify-content:flex-end;margin-bottom:.75rem;padding:.9rem 1rem;transition:all .3s ease}.item:hover{background:#333;background:var(--gray-400);transform:scale(1.02)}.item input[type=checkbox]{accent-color:#4ea8de;accent-color:var(--blue);cursor:pointer;height:22px;margin-left:.8rem;width:22px}.item label{color:#f2f2f2;color:var(--gray-100);cursor:pointer;flex:1 1;font-size:1rem;text-align:right}.item svg{color:grey;color:var(--gray-300);cursor:pointer;height:24px;transition:.25s;width:24px}.trash:hover{color:#e25858;color:var(--danger);transform:scale(1.2)}.buttons{display:flex;gap:.5rem}.pen:hover{color:#4ea8de;color:var(--blue);transform:scale(1.2)}.up:hover{color:#8284fa;color:var(--purple);transform:scale(1.2)}.down:hover{color:#5e60ce;color:var(--purple-dark);transform:scale(1.2)}.edit-input{background:#333;background:var(--gray-400);border:none;border-radius:10px;color:#f2f2f2;color:var(--gray-100);flex-grow:1;padding:.6rem 1rem;transition:.3s}.edit-input:focus{box-shadow:0 0 10px #8284fa99;outline:none}.addForm{align-items:center;background:#262626;background:var(--gray-500);border-top:1px solid #333;border-top:1px solid var(--gray-400);display:flex;gap:.5rem;justify-content:flex-end;padding:.8rem 1rem;width:100%}.addForm input[type=text]{background:#333;background:var(--gray-400);border:none;border-radius:10px;color:#f2f2f2;color:var(--gray-100);flex-grow:1;min-height:44px;padding:.6rem 1rem;transition:.3s}.addForm input:focus{box-shadow:0 0 10px #8284fa99;outline:none}.addForm button{background:linear-gradient(135deg,#4ea8de,#8284fa);background:linear-gradient(135deg,var(--blue),var(--purple));border:none;border-radius:10px;color:#f2f2f2;color:var(--gray-100);cursor:pointer;font-weight:600;padding:.6rem 1rem;transition:.3s}.addForm button:hover{background:linear-gradient(135deg,#6fc3ff,#5e60ce);background:linear-gradient(135deg,var(--blue-light),var(--purple-dark));transform:scale(1.05)}footer{background:#0d0d0d;background:var(--gray-700);border-top:1px solid #262626;border-top:1px solid var(--gray-500);color:#d9d9d9;color:var(--gray-200);font-size:.9rem;padding:.8rem;text-align:center}@media (max-width:768px){.App{max-width:95%}header h1{font-size:1.2rem}.addForm input,.item label,.searchForm input{font-size:.9rem}}@media (max-width:480px){html{font-size:14px}body{max-height:none;min-height:100vh;padding:0}.App{border-radius:14px;border-radius:var(--radius);box-shadow:none;min-height:95vh;width:100%}.addForm,.searchForm{padding:.5rem}.item{padding:.6rem}.addForm button{padding:.5rem .8rem}}
/*# sourceMappingURL=main.c6d567bc.css.map*/