.search-memory-page{min-height:100vh;padding-top:clamp(4.5rem,10vw,6rem);background:#fff;color:#1a1a1a;margin-bottom:50px}.search-memory-page__inner{width:100%;max-width:1320px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem);box-sizing:border-box}.search-memory-page__title{font-family:var(--UAF-compact-font);font-weight:700;font-size:18px;text-align:center;color:#011c1a;margin:40px 0 20px}.search-memory-page__search-row{display:flex;align-items:stretch;justify-content:center;max-width:900px;width:90%;margin:0 auto 1.5rem;border:1px solid rgba(6,53,50,.4);border-radius:16px;gap:5px;overflow:hidden;background:#fff}.search-memory-page__search-row:focus-within{border-color:#011c1a}.search-memory-page__input-wrap{flex:1 1;display:flex;align-items:center;min-width:0;padding:0 0 0 1rem}.search-memory-page__input{flex:1 1;border:none;outline:none;font-size:16px;color:#011c1a;padding:.9rem 0;background:rgba(0,0,0,0);min-width:0}.search-memory-page__input::placeholder{color:#9ca3af}.search-memory-page__clear-btn{flex-shrink:0;border:none;background:none;cursor:pointer;padding:.35rem;line-height:0}.search-memory-page__clear-btn:hover{opacity:.75}.search-memory-page__search-btn{display:inline-flex;align-items:center;justify-content:center;gap:0;margin:3px;border-radius:12px;padding:0 .85rem;border:none;background:#063532;color:#fff;font-weight:600;font-size:16px;cursor:pointer;transition:background .15s ease}.search-memory-page__search-btn:hover:not(:disabled){background:#052a28}.search-memory-page__search-btn:disabled{opacity:.6;cursor:not-allowed}.search-memory-page__search-btn-text{display:none}.search-memory-page__dropdown{position:relative;max-width:900px;width:90%;margin:-.75rem auto 40px}.search-memory-page__dropdown-panel{position:absolute;left:0;right:0;z-index:20;background:#fff;border:1px solid #d1d5db;border-radius:14px;overflow:hidden;max-height:320px;overflow-y:auto}.search-memory-page__suggest-row{display:grid;grid-template-columns:48px 1fr auto;grid-gap:.75rem;gap:.75rem;align-items:center;padding:.65rem 1rem;cursor:pointer;border:none;width:100%;text-align:left;background:#fff;font:inherit}.search-memory-page__suggest-row:hover,.search-memory-page__suggest-row[data-active=true]{background:#f3f4f6}.search-memory-page__suggest-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#e5e7eb;flex-shrink:0}.search-memory-page__suggest-name{font-weight:500;color:#00312d;font-size:.95rem}.search-memory-page__suggest-dates{font-size:.8rem;color:#9ca3af;white-space:nowrap}.search-memory-page__meta{margin:0 0 1rem;font-size:1.05rem;font-weight:700;color:#111827}.search-memory-page__meta span{color:#e69636;margin-left:10px}.search-memory-page__section-title{font-family:var(--UAF-compact-font);font-weight:700;font-size:1.35rem;color:#00312d;margin:0 0 1.25rem}.search-memory-page__empty-hint{text-align:center;font-size:18px;color:rgba(6,53,50,.2196078431);margin:40px}.search-memory-page__grid-header{grid-column:1/-1;width:100%;min-width:0;font-size:18px}.search-memory-page__grid-header>.search-memory-page__meta{font-size:1em}.search-memory-page__grid-header>.search-memory-page__section-title{font-size:1em;margin-top:0}.search-memory-page__grid{display:grid;width:100%;max-width:100%;margin-inline:0;justify-content:start;justify-items:center;grid-template-columns:minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.search-memory-page__grid .card,.search-memory-page__grid .card .card__date-wrap{height:100%}.search-memory-page__grid .card .card__actions{margin:0}.search-memory-page__see-all{display:block;width:-moz-fit-content;width:fit-content;margin:1.75rem auto 0;padding:20px 30px;border-radius:16px;border:.6px solid rgba(6,53,50,.4);background:#fff;color:#011c1a;font-weight:700;cursor:pointer;font-size:16px}.search-memory-page__see-all:hover{background:#f9fafb}.search-memory-page__loading{text-align:center;color:#9ca3af;padding:2rem}.search-memory-page__top-bar{padding:1rem 1.25rem 0;max-width:1120px;margin:0 auto}.search-memory-page__back-link{font-size:.95rem;color:#00312d;text-decoration:none;font-weight:600}.search-memory-page__back-link:hover{text-decoration:underline}@media(min-width:768px){.search-memory-page__title{font-size:32px}.search-memory-page__search-row{width:90%}.search-memory-page__search-btn{gap:.5rem;padding:0 1.35rem}.search-memory-page__search-btn-text{display:inline}.search-memory-page__dropdown{margin:-.75rem auto 100px}.search-memory-page__empty-hint{font-size:32px;margin:40px 0 100px}.search-memory-page__grid-header{font-size:32px}}@media(min-width:769px){.search-memory-page__grid{justify-items:start;grid-template-columns:repeat(2,max-content)}}@media(min-width:1025px){.search-memory-page__grid{grid-template-columns:repeat(4,max-content)}}.pagination{gap:12px;margin-top:2.5rem;padding:16px 0}.pagination,.pagination__arrow{display:flex;align-items:center;justify-content:center}.pagination__arrow{width:40px;height:40px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;cursor:pointer;transition:all .2s}.pagination__arrow:hover:not(:disabled){background:#f9fafb;border-color:#98a2b3}.pagination__arrow:disabled{opacity:.4;cursor:not-allowed}.pagination__numbers{display:flex;align-items:center;gap:4px}.pagination__number{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid rgba(0,0,0,0);border-radius:8px;background:rgba(0,0,0,0);color:#344054;font-weight:500;font-size:14px;line-height:20px;cursor:pointer;transition:all .2s}.pagination__number:hover{background:#f9fafb}.pagination__number--active{background:#f9fafb;border-color:#d0d5dd;color:#344054}.pagination__ellipsis{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;color:#667085;font-size:14px;line-height:20px}@media(max-width:768px){.pagination{width:100%;max-width:100%;margin-left:auto;margin-right:auto;gap:4px;flex-wrap:nowrap;justify-content:center;min-width:0}.pagination__arrow{width:36px;height:36px;flex-shrink:0}.pagination__arrow svg{width:18px;height:18px}.pagination__numbers{gap:2px;flex-wrap:nowrap;justify-content:center;min-width:0;flex:0 1 auto}.pagination__number{min-width:32px;height:36px;padding:0 6px;font-size:13px}.pagination__ellipsis{min-width:28px;height:36px;font-size:13px}}