.feed-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:64px 16px;text-align:center}.feed-error-icon{font-size:40px}.feed-error-text{color:var(--color-neutral-600,#4b5563);font-size:16px;margin:0}.feed-retry-button{padding:10px 24px;background:var(--color-primary-500,#0d46c7);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;transition:background .15s ease}.feed-retry-button:hover{background:var(--color-primary-600,#0b39a0)}.feed-page{max-width:1200px;margin:0 auto;padding:24px 16px}.feed-header{margin-bottom:24px}.feed-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.feed-subtitle{font-size:14px;color:#999;margin:0}.feed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:20px;gap:20px}.feed-card{position:relative;background:white;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.feed-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.feed-card-link{display:block;text-decoration:none}.feed-card-image{width:100%;height:220px;object-fit:cover;display:block}.feed-card-placeholder{width:100%;height:220px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:48px}.feed-card-save{position:absolute;top:12px;right:12px;z-index:2}.feed-card-content{padding:14px}.feed-card-name{display:block;font-size:16px;font-weight:600;color:#1a1a1a;text-decoration:none;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-card-name:hover{color:#007AFF}.feed-card-restaurant{display:block;font-size:13px;color:#888;text-decoration:none;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-card-restaurant:hover{color:#007AFF}.feed-card-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.feed-card-price{font-size:14px;font-weight:600;color:#333}.feed-card-rating{font-size:13px;color:#FFB800}.feed-card-category{font-size:12px;color:#999;background:#f5f5f5;padding:2px 8px;border-radius:4px}.feed-loader{padding:32px 0;text-align:center}.feed-loading-more{display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;color:#666}.feed-spinner{width:20px;height:20px;border:2px solid #e0e0e0;border-top-color:#007aff;border-radius:50%;animation:feedSpin .6s linear infinite}@keyframes feedSpin{to{transform:rotate(1turn)}}.feed-end{font-size:14px;color:#999;margin:0}.feed-card-skeleton{background:white;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06)}.feed-skeleton-image{width:100%;height:220px}.feed-skeleton-image,.feed-skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.feed-skeleton-text{height:14px;margin:14px;border-radius:4px}.feed-skeleton-text.short{width:60%;margin-top:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:640px){.feed-grid{grid-template-columns:repeat(2,1fr);gap:12px}.feed-card-image,.feed-card-placeholder{height:160px}.feed-card-content{padding:10px}.feed-card-name{font-size:14px}}@media (max-width:380px){.feed-grid{grid-template-columns:1fr}}