.hm-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 20px; border: 1px solid transparent; border-radius: var(--hm-radius-pill); font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.hm-button:hover { transform: translateY(-1px); }
.hm-button--primary { background: var(--hm-color-primary); color: #fff; box-shadow: 0 10px 24px rgba(0,85,218,.2); }
.hm-button--primary:hover { color: #fff; background: #0047B7; }
.hm-button--investment { background: linear-gradient(135deg, var(--hm-color-investment), var(--hm-color-orange)); color: var(--hm-color-ink); box-shadow: 0 12px 28px rgba(255,136,75,.22); }
.hm-button--investment:hover { color: var(--hm-color-ink); box-shadow: 0 16px 34px rgba(255,136,75,.28); }
.hm-button--ghost { background: #fff; border-color: var(--hm-color-line); color: var(--hm-color-ink); }
.hm-icon-button { display: inline-grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--hm-color-line); border-radius: 50%; background: #fff; cursor: pointer; }
.hm-icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; }
.hm-kicker { display: inline-flex; color: var(--hm-color-primary); font-weight: 900; font-size: 13px; letter-spacing: .02em; }
.hm-card { overflow: hidden; background: #fff; border: 1px solid var(--hm-color-line); border-radius: var(--hm-radius-lg); box-shadow: var(--hm-shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.hm-card:hover { transform: translateY(-4px); box-shadow: var(--hm-shadow-md); }
.hm-card__media { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--hm-color-surface); }
.hm-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hm-card:hover .hm-card__media img { transform: scale(1.025); }
.hm-card__body { padding: 20px; }
.hm-card__meta { color: var(--hm-color-muted); font-size: 12px; }
.hm-card h2 { margin: 8px 0 10px; font-size: 20px; line-height: 1.65; }
.hm-card h2 a { color: var(--hm-color-ink); text-decoration: none; }
.hm-card p { margin: 0; color: var(--hm-color-muted); font-size: 14px; line-height: 1.9; }
.hm-empty-state { padding: clamp(70px, 10vw, 140px) 0; text-align: center; }
.hm-empty-state h1, .hm-empty-state h2 { color: var(--hm-color-ink); }
.hm-empty-state--404 h1 { margin: 8px 0; font-size: clamp(38px,7vw,72px); }
.hm-inline-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

.hm-form-status{margin:12px 0 0;font-size:13px;font-weight:800;line-height:1.8}.hm-form-status.is-success{color:#087f5b}.hm-form-status.is-error{color:#b42318}


/* HM Native Recent Posts v0612 */
.hm-native-posts{width:100%;max-width:none;margin:0;padding:0;direction:rtl}
.hm-native-posts__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}
.hm-native-posts__head>div{min-width:0}
.hm-native-posts__head h2{margin:4px 0 0;color:var(--hm-color-ink);font-size:clamp(27px,3.2vw,40px);line-height:1.45;text-wrap:balance;word-break:normal;overflow-wrap:normal}
.hm-native-posts__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.hm-native-post-card{min-width:0;height:100%;overflow:hidden;border:1px solid var(--hm-color-line);border-radius:22px;background:#fff;box-shadow:var(--hm-shadow-sm)}
.hm-native-post-card__media{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--hm-color-surface)}
.hm-native-post-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.hm-native-post-card:hover .hm-native-post-card__media img{transform:scale(1.025)}
.hm-native-post-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#eef5ff,#f9fbfd)}
.hm-native-post-card__body{padding:18px}
.hm-native-post-card__date{display:block;color:var(--hm-color-muted);font-size:12px;line-height:1.7}
.hm-native-post-card h3{margin:8px 0 0;color:var(--hm-color-ink);font-size:18px;font-weight:900;line-height:1.8;text-wrap:balance;word-break:normal;overflow-wrap:break-word}
.hm-native-post-card h3 a{color:inherit;text-decoration:none}
.hm-native-post-card h3 a:hover{color:var(--hm-color-primary)}
.hm-native-posts__footer{display:flex;justify-content:center;margin-top:24px}
@media(max-width:900px){.hm-native-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){
  .hm-native-posts__head{align-items:flex-start;flex-direction:column}
  .hm-native-posts__grid{grid-template-columns:1fr;gap:14px}
  .hm-native-post-card{border-radius:18px}
  .hm-native-post-card__body{padding:15px}
  .hm-native-post-card h3{font-size:16.5px;line-height:1.85}
}
