:root{--bg:#f2e6d3;--bg2:#fff8ea;--ink:#26140a;--muted:#785c42;--line:#dcc39b;--gold:#c8942e;--gold2:#f2c76e;--card:#fff3df;--card2:#f8e5c7;--dark:#221208;--green:#24784b;--red:#a9472d;--shadow:0 18px 45px rgba(54,28,10,.16);}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:radial-gradient(circle at 20% 0,#fff4d8 0,#f3dfbd 28%,#d6b782 100%);min-height:100vh}.hm-topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:18px;padding:14px 34px;background:rgba(35,17,7,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,223,155,.25)}.hm-brand{display:flex;align-items:center;gap:12px;color:#ffe4a3;text-decoration:none;font-weight:900;font-size:20px}.hm-brand img{width:42px;height:34px;object-fit:cover;border-radius:8px;border:1px solid rgba(255,224,156,.3)}.hm-menu{margin-left:auto;display:flex;gap:8px;align-items:center}.hm-menu a{color:#ffe8b2;text-decoration:none;padding:9px 12px;border-radius:999px;font-weight:700;font-size:14px}.hm-menu a:hover,.hm-menu a.active{background:linear-gradient(135deg,#8a5a16,#d6a23f);color:#fff}.hm-menu-button{display:none;margin-left:auto;background:#4a2a11;color:#ffe8b2;border:1px solid #c8942e;border-radius:10px;padding:9px 12px}.hm-alert{max-width:1120px;margin:18px auto 0;padding:14px 18px;background:#fff6d8;border:1px solid #d8a73f;border-radius:14px}.hm-main{max-width:1180px;margin:0 auto;padding:34px 22px 60px}.hm-hero{background:linear-gradient(135deg,rgba(255,248,229,.96),rgba(244,218,176,.94));border:1px solid rgba(139,91,24,.25);box-shadow:var(--shadow);border-radius:28px;padding:34px;margin-bottom:22px;position:relative;overflow:hidden}.hm-hero:after{content:"";position:absolute;right:-110px;top:-130px;width:350px;height:350px;background:radial-gradient(circle,rgba(238,183,73,.35),transparent 65%);pointer-events:none}.hm-hero h1{font-size:clamp(42px,5vw,78px);line-height:.95;margin:0 0 14px;color:#41210c;letter-spacing:-2px}.hm-hero p{font-size:18px;line-height:1.55;color:#5c432c;max-width:820px}.hm-hero-split{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:center}.hm-hero-panel{background:rgba(255,255,255,.42);border:1px solid rgba(91,50,17,.15);border-radius:22px;padding:18px}.hm-section{background:rgba(255,248,234,.88);border:1px solid rgba(139,91,24,.24);box-shadow:var(--shadow);border-radius:24px;padding:26px;margin:22px 0}.hm-section h2{font-size:30px;margin:0 0 16px;color:#3b1d0c}.hm-section-header{display:flex;justify-content:space-between;gap:12px;align-items:end}.hm-section-header p{color:var(--muted);margin:0}.hm-stats{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:12px;margin:22px 0}.hm-stat{background:linear-gradient(180deg,#fff8ea,#f0d6aa);border:1px solid #d5ad69;border-radius:16px;padding:16px;min-height:92px}.hm-stat strong{font-size:30px;color:#7f4e07;display:block}.hm-stat span{font-weight:800;color:#3e2513}.hm-stat small{display:block;margin-top:6px;color:#806247}.hm-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.hm-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 15px;border-radius:12px;background:linear-gradient(135deg,#996315,#d7a43f);border:1px solid #7a4e13;color:white;text-decoration:none;font-weight:900;box-shadow:0 8px 18px rgba(127,77,7,.2);cursor:pointer}.hm-btn.secondary{background:#fff2d0;color:#5c350c}.hm-btn.dark{background:#2b1609}.hm-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hm-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.hm-card{background:linear-gradient(180deg,#fff8ed,#ead0a7);border:1px solid rgba(108,65,20,.22);border-radius:18px;overflow:hidden;box-shadow:0 10px 25px rgba(75,38,10,.12)}.hm-card-body{padding:15px}.hm-card h3{margin:0 0 8px;color:#3b1d0c}.hm-card p{margin:6px 0;color:#694e34}.hm-img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;border-bottom:1px solid #d6b985;cursor:zoom-in}.hm-img.logo-cover{object-fit:cover;background:#d2ad70}.hm-trait-img{width:52px;height:52px;object-fit:contain;background:#fff;border-radius:10px;border:1px solid #d6b985;cursor:zoom-in}.hm-badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#6f4312;color:#fff5d7;font-size:12px;font-weight:900;margin:3px 3px 3px 0}.hm-badge.green{background:var(--green)}.hm-badge.red{background:var(--red)}.hm-badge.gold{background:#b7780b}.hm-kv{display:grid;grid-template-columns:150px 1fr;gap:6px;font-size:14px}.hm-kv b{color:#3d220e}.hm-feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.hm-feature{background:rgba(255,255,255,.48);border:1px solid rgba(125,78,23,.18);border-radius:16px;padding:16px}.hm-feature h3{margin:0 0 7px;color:#5a320d}.hm-wide-banner{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center;background:linear-gradient(135deg,#3a210d,#7a4517);color:#fff3d0;border-radius:22px;padding:24px}.hm-wide-banner h2{color:#ffe3a1}.hm-searchbar{display:flex;gap:10px;margin:14px 0}.hm-searchbar input,.hm-searchbar select,.hm-login-form input{width:100%;padding:13px 14px;border:1px solid #c9a46c;border-radius:12px;background:#fffaf0;color:#291507}.hm-login-form{display:grid;gap:10px;max-width:560px}.hm-table{width:100%;border-collapse:collapse}.hm-table th,.hm-table td{padding:10px;border-bottom:1px solid #e0c594;text-align:left}.hm-footer{display:flex;justify-content:space-between;gap:20px;padding:30px 34px;background:#2a1609;color:#ffe8b2;border-top:1px solid rgba(255,225,160,.24)}.hm-footer a{color:#ffdc88}.hm-footer-brand{display:flex;gap:12px;align-items:center}.hm-footer-brand img{width:52px;height:42px;object-fit:cover;border-radius:8px}.hm-footer-brand span{display:block;color:#d5bc86}.hm-lightbox{position:fixed;inset:0;background:rgba(22,10,3,.86);z-index:50;display:grid;place-items:center;padding:32px}.hm-lightbox[hidden]{display:none}.hm-lightbox img{max-width:min(1100px,92vw);max-height:86vh;background:#fff;border-radius:18px}.hm-lightbox button{position:fixed;right:24px;top:20px;width:44px;height:44px;border-radius:50%;border:1px solid #ffdc88;background:#2b1609;color:#ffdc88;font-size:28px}.hm-private{border-left:6px solid #b77713}.hm-empty{padding:18px;border-radius:14px;background:#fff5d8;color:#6c4c29}.hm-auction-tv{aspect-ratio:16/9;background:linear-gradient(135deg,#15100c,#34210f);border:10px solid #6b4318;border-radius:20px;display:grid;place-items:center;color:#ffda86;text-align:center;box-shadow:inset 0 0 45px rgba(0,0,0,.65)}
@media(max-width:980px){.hm-hero-split,.hm-wide-banner{grid-template-columns:1fr}.hm-stats{grid-template-columns:repeat(2,1fr)}.hm-grid,.hm-grid.three{grid-template-columns:repeat(2,1fr)}.hm-menu-button{display:block}.hm-menu{display:none;position:absolute;right:18px;top:68px;background:#2b1609;border:1px solid #c8942e;border-radius:16px;padding:12px;flex-direction:column;align-items:stretch}.hm-menu.open{display:flex}.hm-footer{flex-direction:column}}@media(max-width:600px){.hm-main{padding:18px 12px 44px}.hm-hero{padding:22px}.hm-grid,.hm-grid.three{grid-template-columns:1fr}.hm-stats{grid-template-columns:1fr}.hm-searchbar{flex-direction:column}.hm-section-header{display:block}}
.hm-visitor-strip{max-width:1180px;margin:12px auto 0;padding:9px 14px;border:1px solid rgba(139,91,24,.22);border-radius:999px;background:rgba(255,248,234,.86);box-shadow:0 8px 22px rgba(54,28,10,.10);display:flex;align-items:center;justify-content:center;gap:10px;color:#4a2a11;font-size:14px;font-weight:700}.hm-visitor-strip strong{color:#7f4e07}.hm-visitor-strip span{display:inline-flex;align-items:center}.hm-card .hm-card-body p strong{color:#3d220e}.hm-img.logo-cover{object-fit:cover;background:#d2ad70}.hm-img.logo-cover[src*="horsemonitor-logo"]{object-fit:contain;padding:16px;background:#d2ad70}@media(max-width:600px){.hm-visitor-strip{margin:10px 12px 0;border-radius:16px;flex-wrap:wrap;font-size:13px}}
/* HorseMonitor V3.2 compact live visitor strip */
.hm-live-strip{max-width:1180px;margin:12px auto 0;padding:0 22px;display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}
.hm-live-pill{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:7px 11px;border-radius:999px;background:rgba(34,18,8,.92);border:1px solid rgba(204,151,59,.34);color:#f7ddb0;font-size:13px;font-weight:800;box-shadow:0 6px 18px rgba(44,20,5,.14)}
.hm-live-pill strong{color:#ffd26f;font-weight:950}.hm-live-last{max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hm-visitor-strip{display:none}.hm-card .hm-img.logo-cover{height:185px;aspect-ratio:auto;object-fit:cover;background:#d2ad70}.hm-card .hm-img.logo-cover[src*="horsemonitor-logo"]{object-fit:contain;padding:18px}.hm-card-body p.hm-ranch-registered{font-size:13px;color:#7b5b3b}.hm-card-body p.hm-ranch-owner{font-weight:800;color:#4b2a12}@media(max-width:600px){.hm-live-strip{padding:0 12px}.hm-live-pill{font-size:12px;padding:7px 9px}.hm-live-last{max-width:100%}}
