.memo-screen{height:100%;overflow-y:auto;padding:28px 0 16px}.memo-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.memo-header p{margin:0 0 5px;color:#6686a2;font-size:12px;font-weight:700}.memo-header h1{margin:0;color:#18324f;font-size:28px;letter-spacing:-.6px}.memo-new-button{min-height:38px;border:1px solid #8dbadd;border-radius:9px;background:#eaf5ff;color:#1769aa;padding:8px 11px;font-size:13px;font-weight:800;cursor:pointer}.memo-new-button:hover{background:#dcefff}.memo-sync-copy{margin:0 0 17px;color:#708ca5;font-size:12px;line-height:1.5}.memo-list{display:grid;gap:10px;padding-bottom:12px}.memo-empty{padding:35px 18px;border:1px dashed #b7d4e8;border-radius:12px;background:#f6fbff;color:#6f8ba4;text-align:center;font-size:13px;line-height:1.65}.memo-card{width:100%;border:1px solid #d5e6f1;border-radius:12px;background:linear-gradient(135deg,#fff,#f4faff);padding:14px;text-align:left;box-shadow:0 4px 12px #1a5c8a0c;cursor:pointer}.memo-card:hover{border-color:#9fc8e4;background:#f3faff}.memo-card-top{display:flex;align-items:flex-start;gap:10px}.memo-card-mark{display:grid;place-items:center;flex:0 0 29px;width:29px;height:29px;border-radius:9px;background:#dff1ff;color:#1675b4;font-size:16px}.memo-card h2{margin:1px 0 0;color:#18324f;font-size:15px;line-height:1.4}.memo-card-date{margin-left:auto;color:#8aa0b2;font-size:11px;white-space:nowrap}.memo-event-link{display:inline-flex;align-items:center;max-width:100%;margin:10px 0 0;border-radius:6px;background:#eaf5ff;color:#286d9f;padding:4px 7px;font-size:11px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memo-card-content{display:-webkit-box;overflow:hidden;margin:9px 0 0;color:#55738e;font-size:13px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.memo-card-media{margin-top:10px;color:#7593ac;font-size:11px;font-weight:700}.memo-dialog{max-height:calc(100dvh - 28px);overflow-y:auto}.memo-dialog textarea{width:100%;resize:vertical;line-height:1.55}.memo-attachments-field{margin-bottom:15px}.memo-attachment-actions{display:flex;gap:8px}.memo-attachment-button{display:inline-flex;align-items:center;justify-content:center;min-height:39px;margin:0;border:1px solid #a8cbe3;border-radius:8px;background:#f1f9ff;color:#216c9f;padding:8px 10px;font-size:12px;font-weight:750;cursor:pointer}.memo-attachment-button:hover{background:#e1f2ff}.memo-attachment-preview{display:grid;gap:7px;margin-top:9px}.memo-attachment-row{display:flex;align-items:center;gap:8px;border-radius:7px;background:#edf7ff;color:#426b8b;padding:7px 9px;font-size:12px}.memo-attachment-row img{width:34px;height:34px;border-radius:5px;object-fit:cover}.memo-attachment-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memo-attachment-remove{margin-left:auto;border:0;border-radius:50%;background:#d3e8f8;color:#286d9f;width:22px;height:22px;cursor:pointer}@media(max-width:380px){.memo-screen{padding-top:22px}.memo-header h1{font-size:26px}}
