.sl-page{background:#f8f7f4;min-height:100vh}.sl-header{border-bottom:1px solid #00000012;max-width:1240px;margin:0 auto;padding:120px 24px 48px}.sl-header__eyebrow{letter-spacing:.11em;text-transform:uppercase;color:#2d5a28;align-items:center;gap:6px;margin-bottom:14px;font-size:.75rem;font-weight:700;display:inline-flex}.sl-header__eyebrow svg{fill:#2d5a28}.sl-header__row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.sl-header__title{color:#0d1f13;letter-spacing:-.03em;margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.05}.sl-header__title em{color:#2d5a28;font-style:italic;font-weight:300}.sl-header__meta{flex-shrink:0;align-items:center;gap:16px;display:flex}.sl-header__count{color:#64748b;white-space:nowrap;background:#fff;border:1px solid #00000014;border-radius:100px;padding:7px 16px;font-size:.85rem;font-weight:600}.sl-header__count span{color:#2d5a28;font-weight:800}.sl-content{max-width:1240px;margin:0 auto;padding:48px 24px 100px}.sl-grid,.sl-skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:24px;display:grid}.sl-skeleton-card{background:#fff;border:1px solid #0000000f;border-radius:16px;overflow:hidden}.sl-skeleton-card__img{background:linear-gradient(90deg,#ede9e3 25%,#f5f2ee 50%,#ede9e3 75%) 0 0/200% 100%;height:196px;animation:1.6s infinite sl-shimmer}.sl-skeleton-card__body{flex-direction:column;gap:10px;padding:18px 20px 22px;display:flex}.sl-skeleton-card__line{background:linear-gradient(90deg,#ede9e3 25%,#f5f2ee 50%,#ede9e3 75%) 0 0/200% 100%;border-radius:6px;height:11px;animation:1.6s infinite sl-shimmer}.sl-skeleton-card__line--title{width:65%;height:15px}.sl-skeleton-card__line--sub{width:48%}.sl-skeleton-card__line--price{width:32%;height:13px;margin-top:4px}@keyframes sl-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sl-empty{text-align:center;flex-direction:column;align-items:center;max-width:400px;margin:0 auto;padding:80px 24px;display:flex}.sl-empty__icon-wrap{color:#b4c4b6;background:#fff;border:1px solid #00000012;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:22px;display:flex;box-shadow:0 2px 10px #0000000d}.sl-empty__title{color:#0d1f13;letter-spacing:-.02em;margin-bottom:10px;font-size:1.4rem;font-weight:700}.sl-empty__desc{color:#64748b;margin-bottom:28px;font-size:.92rem;line-height:1.65}.sl-empty__cta{color:#fff;background:#2d5a28;border-radius:100px;align-items:center;gap:8px;padding:12px 24px;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.sl-empty__cta:hover{background:#1e3d1b;transform:translateY(-1px)}@media (max-width:720px){.sl-header{padding:100px 16px 36px}.sl-header__row{flex-direction:column;align-items:flex-start;gap:14px}.sl-content{padding:36px 16px 80px}}@media (prefers-reduced-motion:reduce){.sl-skeleton-card__img,.sl-skeleton-card__line{animation:none}.sl-empty__cta{transition:none}}