.memory-app{position:absolute;inset:0;box-sizing:border-box;padding:20px;background:#f5f5f2;color:#30302f;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC",sans-serif}.memory-app>header{height:54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}.memory-app>header small,.memory-app>header strong{display:block}.memory-app>header small{color:#aaa;font-size:7px;letter-spacing:.16em}.memory-app>header strong{margin-top:4px;font-size:14px;font-weight:500}.memory-app>header span{color:#999;font-size:8px}.memory-toolbar{display:grid;grid-template-columns:1fr 92px;gap:8px;padding:12px 0}.memory-toolbar input,.memory-toolbar select{box-sizing:border-box;min-width:0;height:34px;padding:0 11px;border:1px solid #ddd;border-radius:11px;background:#fff;color:#333;font-size:16px;outline:0}.memory-toolbar select{font-size:9px}.memory-list{height:calc(100% - 100px);overflow:auto;-webkit-overflow-scrolling:touch}.memory-list article{margin-bottom:10px;padding:13px 14px;border:1px solid #deded9;border-radius:16px;background:rgba(255,255,255,.75)}.memory-list article header{display:grid;grid-template-columns:1fr auto 22px;gap:7px;align-items:center}.memory-list article header span{font-size:9px}.memory-list article header small{color:#aaa;font-size:7px}.memory-list article header button{border:0;background:transparent;color:#333}.memory-list article p{min-height:34px;margin:11px 0;padding:0;color:#444;font-size:10px;line-height:1.6;outline:0;white-space:pre-wrap}.memory-list article footer{display:flex;justify-content:flex-end;gap:7px;border-top:1px solid #e5e5e1;padding-top:8px}.memory-list article footer button{border:0;background:transparent;color:#999;font-size:7px;letter-spacing:.08em}.memory-empty{margin:60px auto;max-width:230px;color:#999;text-align:center;font-size:9px;line-height:1.8}
