#memory{padding-bottom:28px}.memory-page{display:flex;flex-direction:column;gap:18px}.memory-page-head{padding:4px 2px 2px}.memory-page-head h2{margin:0;color:#172033;font-size:24px;line-height:1.35}.memory-page-head p{margin:7px 0 0;color:#667085;font-size:14px;line-height:1.6}.memory-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:16px;align-items:start}.memory-panel{padding:22px;border-radius:8px;box-shadow:0 6px 22px rgba(15,23,42,.05)}.memory-panel-head{display:flex;align-items:flex-start;gap:12px;padding-bottom:17px;border-bottom:1px solid #edf0f4}.memory-panel-icon{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:8px;background:#fff1e8;color:#d94c18;font-size:15px;font-weight:800}.memory-panel-icon.task{background:#eef6ff;color:#1769aa}.memory-panel-head h3{margin:0;color:#172033;font-size:18px;line-height:1.4}.memory-panel-head p{margin:4px 0 0;color:#778195;font-size:13px;line-height:1.55}.memory-form{display:flex;flex-direction:column;gap:12px;margin-top:18px}.memory-form label{display:flex;flex-direction:column;gap:7px;color:#344054;font-size:13px;font-weight:700}.memory-form input,.memory-form textarea,.memory-form select{width:100%;min-height:42px;padding:10px 12px;border:1px solid #dce2ea;border-radius:7px;background:#fff;color:#1f2937;font:inherit;line-height:1.5;box-sizing:border-box}.memory-form textarea{resize:vertical;min-height:94px}.memory-form input:focus,.memory-form textarea:focus,.memory-form select:focus{outline:2px solid rgba(255,103,31,.16);border-color:#ff671f}.memory-form button{align-self:flex-start;min-width:128px;min-height:40px;padding:0 18px;border-radius:7px}.memory-list{margin-top:16px}.memory-list .list-row{border-radius:7px;background:#fafbfc}.memory-list .empty{padding:18px 12px;color:#98a2b3;text-align:center}.memory-list small{display:block;margin-top:5px;color:#778195;line-height:1.5}@media(max-width:980px){.memory-layout{grid-template-columns:1fr}}@media(max-width:620px){.memory-panel{padding:16px}.memory-page-head h2{font-size:21px}.memory-form button{width:100%}}
