.NoteList_noteListContainer__jcNSS{padding:20px;max-width:1200px;margin:0 auto}.NoteList_noteListContainer__jcNSS h1{font-size:2rem;color:#333}.NoteList_noteListContainer__jcNSS p{color:#666;margin-bottom:20px}.NoteList_noteGrid__d_afU{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}.NoteList_noteCard__tzRtw{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:15px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease}.NoteList_noteCard__tzRtw:hover{transform:translateY(-10px)}.NoteList_noteCard__tzRtw h2{font-size:1.5rem;color:#333;margin-bottom:10px}.NoteList_noteCard__tzRtw p{color:#666}.NoteList_noteDate__SQS6G{font-size:.9rem;color:#999;margin-top:20px}.NoteList_flex__hTcHu{display:flex;align-items:center;justify-content:space-between}.NoteList_noteActions__mHZTx{display:flex;align-items:center;gap:10px}.NoteList_deleteButton__X4QFE,.NoteList_editButton__G0udv,.NoteList_viewButton__D_Wlt{padding:5px 10px;border:none;border-radius:30px;cursor:pointer}.NoteList_viewButton__D_Wlt{background-color:#007bff;color:#fff}.NoteList_editButton__G0udv{background-color:#28a745;color:#fff}.NoteList_deleteButton__X4QFE{background-color:#dc3545;color:#fff}.NoteList_backButton__Ezl1_{display:inline-flex;align-items:center;justify-content:space-between;margin-top:30px;padding:12px 25px;background-color:#333;color:#fff;border:none;border-radius:30px;cursor:pointer;font-size:1rem;text-decoration:none;text-transform:uppercase}.NoteList_pagination__9Fdip{display:flex;justify-content:center;margin-top:30px;align-items:center;gap:10px}.NoteList_circleBtn__KdTDl{outline:none;border:none;width:40px;height:40px;border-radius:50%;font-size:1.2rem;background-color:#2c3e50;color:#fff;font-weight:700;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease}.NoteList_active__AhDq7,.NoteList_circleBtn__KdTDl:hover{background-color:#1a1a1a}.NoteList_active__AhDq7{border:2px solid #007bff}@media (max-width:768px){.NoteList_backButton__Ezl1_,.NoteList_copyButton__IxEIU{width:100%;text-align:center}}.DeleteModal_modalOverlay__tFQ8v{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.DeleteModal_modalContent__aTBhd{background:linear-gradient(110.29deg,#2c3e50 41.37%,#666 95.32%);padding:20px;border-radius:15px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.3)}.DeleteModal_modalContent__aTBhd p{color:#fff;max-width:200px}.DeleteModal_modalActions__E8HUZ{margin-top:10px;display:flex;justify-content:center;gap:20px}.DeleteModal_modalButtonYes__ycKUy{background-color:#e74c3c}.DeleteModal_modalButtonNo__iixXN,.DeleteModal_modalButtonYes__ycKUy{color:#fff;padding:10px 20px;border:none;border-radius:15px;cursor:pointer;transition:transform .3s ease}.DeleteModal_modalButtonNo__iixXN{background-color:#2ecc71}.DeleteModal_modalButtonYes__ycKUy:hover{background-color:#c0392b}.DeleteModal_modalButtonNo__iixXN:hover{background-color:#27ae60}