/* Fro's Auctions v0.6.2 — rebuilt public homepage + live automatic feed */
.fc-home-page { background:#f4f7fc; color:#15233a; }
.fc-home-page .fc-main { max-width:none; padding:0; }
.fc-home-page .fc-topbar {
  background:linear-gradient(100deg,#f7fbff 0%,#eaf4ff 45%,#dcecff 100%);
  border-bottom:1px solid #bfd5ee;
  box-shadow:0 8px 30px rgba(25,74,129,.10);
}
.fc-home-page .fc-nav a,.fc-home-page .fc-icon,.fc-home-page .fc-me-id { color:#173458; }
.fc-home-page .fc-nav a.active { color:#075ed1; background:#dcecff; }
.fc-home-page .fc-search { background:#fff; border:1px solid #bfd5ee; box-shadow:0 4px 14px rgba(25,74,129,.08); }
.fc-home-page .fc-search input,.fc-home-page .fc-search select { color:#193554; background:#fff; }
.fc-home-page .fc-search button,.fc-home-page .fc-account .fc-cta { background:#0868df; color:#fff; }
.fc-home-page .fc-bottomnav { background:#12335e; }

.fc-livehome { --blue:#0868df; --blue2:#2d87f2; --ink:#14233a; --muted:#66758a; --line:#dbe4ef; --card:#fff; max-width:1560px; margin:0 auto; padding:26px clamp(16px,2vw,34px) 54px; }
.fc-homehero { position:relative; overflow:hidden; display:grid; grid-template-columns:minmax(0,1.45fr) minmax(330px,.8fr); gap:34px; align-items:center; min-height:300px; padding:38px 42px; border-radius:28px; background:linear-gradient(120deg,#ffffff 0%,#eef7ff 55%,#e2f0ff 100%); border:1px solid #cfe1f4; box-shadow:0 20px 50px rgba(22,72,126,.12); }
.fc-homehero:after { content:""; position:absolute; width:340px; height:340px; right:-110px; top:-145px; border-radius:50%; background:radial-gradient(circle,rgba(45,135,242,.25),rgba(45,135,242,0) 68%); }
.fc-live-kicker,.fc-live-label,.fc-account-card-kicker { display:inline-flex; align-items:center; gap:8px; font-size:12px; line-height:1; font-weight:900; letter-spacing:.12em; text-transform:uppercase; color:#075ebd; }
.fc-live-kicker i,.fc-live-label i { width:9px; height:9px; border-radius:50%; background:#20bf6b; box-shadow:0 0 0 5px rgba(32,191,107,.12); animation:fcPulse 1.8s infinite; }
@keyframes fcPulse { 50% { box-shadow:0 0 0 9px rgba(32,191,107,0); } }
.fc-homehero h1 { margin:14px 0 14px; max-width:780px; font-size:clamp(38px,5vw,72px); line-height:.94; letter-spacing:-.045em; color:#132747; }
.fc-homehero h1 span { color:#0870e9; }
.fc-homehero-copy>p { max-width:760px; margin:0; font-size:17px; line-height:1.7; color:#586a82; }
.fc-homehero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.fc-home-primary,.fc-home-secondary { display:inline-flex; min-height:48px; align-items:center; justify-content:center; padding:0 20px; border-radius:13px; font-weight:900; text-decoration:none; transition:.18s ease; }
.fc-home-primary { background:linear-gradient(135deg,#075fcf,#2486f2); color:#fff; box-shadow:0 10px 22px rgba(8,104,223,.22); }
.fc-home-secondary { background:#fff; color:#19456f; border:1px solid #bfd4e9; }
.fc-home-primary:hover,.fc-home-secondary:hover { transform:translateY(-1px); }
.fc-home-primary.full,.fc-home-secondary.full { width:100%; box-sizing:border-box; }
.fc-homehero-stats { position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.fc-homehero-stats>div { min-width:0; min-height:108px; padding:18px; border-radius:18px; background:#fff; border:1px solid #dbe7f4; box-shadow:0 10px 24px rgba(28,71,120,.08); }
.fc-homehero-stats strong { display:block; overflow:hidden; text-overflow:ellipsis; font-size:27px; line-height:1.1; color:#142d4b; }
.fc-homehero-stats span { display:block; margin-top:8px; color:#6b7a8c; font-size:13px; font-weight:800; }
.fc-homehero-stats .blue { border-top:4px solid #1680ed; }.fc-homehero-stats .gold { border-top:4px solid #f3ad2f; }.fc-homehero-stats .green { border-top:4px solid #27b56d; }.fc-homehero-stats .violet { border-top:4px solid #7c64df; }

.fc-home-categories { display:flex; gap:10px; overflow-x:auto; padding:18px 2px 10px; scrollbar-width:thin; }
.fc-home-categories a { flex:0 0 auto; display:flex; align-items:center; gap:8px; min-height:44px; max-width:190px; padding:0 15px; border:1px solid #d7e2ee; border-radius:999px; background:#fff; color:#31455f; text-decoration:none; box-shadow:0 4px 12px rgba(31,64,101,.05); }
.fc-home-categories a span { font-size:18px; }.fc-home-categories a b { min-width:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:13px; }
.fc-home-categories a:hover { border-color:#80b4ea; transform:translateY(-1px); }.fc-home-categories a.hot { background:#fff3e9; border-color:#ffc894; color:#a64b00; }

.fc-home-grid { display:grid; grid-template-columns:220px minmax(0,1fr) 290px; gap:18px; align-items:start; margin-top:10px; }
.fc-home-explore,.fc-home-right { display:grid; gap:16px; min-width:0; }
.fc-home-sidecard,.fc-live-stage { min-width:0; background:#fff; border:1px solid #dce5ef; border-radius:20px; box-shadow:0 10px 26px rgba(27,63,104,.07); }
.fc-home-sidecard { overflow:hidden; padding:16px; }
.fc-home-sidehead { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:12px; }
.fc-home-sidehead>span { font-size:14px; font-weight:950; color:#213854; }.fc-home-sidehead small { color:#8290a2; font-size:11px; }.fc-home-sidehead a { font-size:12px; font-weight:850; color:#0870df; text-decoration:none; }
.fc-home-feednav { display:grid; gap:5px; }
.fc-home-feednav a { min-width:0; display:grid; grid-template-columns:28px minmax(0,1fr); gap:8px; align-items:center; min-height:39px; padding:0 9px; border-radius:10px; color:#53657b; text-decoration:none; }
.fc-home-feednav a span { display:flex; justify-content:center; font-size:15px; }.fc-home-feednav a b { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:13px; }
.fc-home-feednav a:hover { background:#f3f7fc; }.fc-home-feednav a.active { background:#e8f3ff; color:#075fca; }
.fc-fair-card { background:linear-gradient(150deg,#123b70,#0b70de); color:#fff; border:0; }.fc-fair-card h2 { margin:10px 0 7px; font-size:19px; }.fc-fair-card p { margin:0 0 12px; color:#dcecff; font-size:12px; line-height:1.55; }.fc-fair-card a { color:#fff; font-weight:900; font-size:12px; }.fc-fair-icon { display:grid; place-items:center; width:38px; height:38px; border-radius:12px; background:rgba(255,255,255,.15); font-size:22px; }

.fc-live-stage { overflow:hidden; }
.fc-live-stage-head { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:19px 20px; border-bottom:1px solid #e1e8f0; background:linear-gradient(90deg,#fff,#f5faff); }
.fc-live-stage-head>div { min-width:0; }.fc-live-stage-head h2 { margin:5px 0 2px; font-size:27px; line-height:1.1; color:#182f4d; }.fc-live-stage-head p { margin:0; color:#718197; font-size:12px; line-height:1.45; }
.fc-auto-toggle { flex:0 0 auto; display:inline-flex; align-items:center; gap:7px; min-height:39px; padding:0 13px; border:1px solid #b7d8f9; border-radius:999px; background:#eaf5ff; color:#075ebd; font:inherit; font-size:12px; font-weight:900; cursor:pointer; }
.fc-auto-dot { width:9px; height:9px; border-radius:50%; background:#21b86b; }.fc-auto-toggle.is-paused { background:#fff6e9; border-color:#ffd39a; color:#935600; }.fc-auto-toggle.is-paused .fc-auto-dot { background:#e7a12f; }
.fc-auto-feed { position:relative; height:min(720px,72vh); min-height:520px; overflow-y:auto; overflow-x:hidden; scroll-behavior:smooth; overscroll-behavior:contain; background:#eef3f9; padding:14px; scrollbar-color:#9cb7d4 #e8eef5; }
.fc-auto-feed:focus { outline:3px solid rgba(8,104,223,.18); outline-offset:-3px; }
.fc-auto-feed .fc-rows { display:grid; gap:13px; min-width:0; }
.fc-auto-help { display:flex; justify-content:center; gap:8px; margin:0; padding:10px 14px 13px; color:#738399; font-size:11px; font-weight:750; background:#fff; border-top:1px solid #e2e9f0; }
.fc-feed-empty { display:grid; gap:7px; padding:60px 24px; text-align:center; }.fc-feed-empty strong { font-size:20px; }.fc-feed-empty span { color:#75859a; }

/* Completely contain the existing auction row markup inside the rebuilt feed. */
.fc-livehome .fc-row { position:relative; display:grid; grid-template-columns:190px minmax(0,1fr) 155px; gap:16px; min-width:0; min-height:210px; padding:14px; margin:0; box-sizing:border-box; overflow:hidden; border:1px solid #dce5ef; border-radius:17px; background:#fff; box-shadow:0 7px 18px rgba(34,66,103,.07); }
.fc-livehome .fc-row>* { min-width:0; max-width:100%; box-sizing:border-box; }
.fc-livehome .fc-row-img { position:relative; display:block; width:100%; height:180px; overflow:hidden; border-radius:13px; background:#e8eef5; }
.fc-livehome .fc-row-img img { width:100%; height:100%; object-fit:cover; display:block; }
.fc-livehome .fc-row-noimg { display:grid; place-items:center; width:100%; height:100%; color:#8a98a8; font-size:13px; font-weight:800; }
.fc-livehome .fc-live-badge { position:absolute; left:9px; top:9px; z-index:2; padding:5px 8px; border-radius:999px; background:#e33d4c; color:#fff; font-size:10px; font-weight:950; letter-spacing:.08em; }
.fc-livehome .fc-view-badge { position:absolute; right:9px; top:9px; z-index:2; padding:5px 8px; border-radius:999px; background:rgba(14,34,58,.78); color:#fff; font-size:10px; font-weight:900; }
.fc-livehome .fc-row-body { min-width:0; overflow:hidden; padding:2px 0; }
.fc-livehome .fc-row-body h3 { min-width:0; margin:0 0 8px; font-size:20px; line-height:1.2; }
.fc-livehome .fc-row-body h3 a { display:-webkit-box; overflow:hidden; color:#162b46; text-decoration:none; overflow-wrap:anywhere; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.fc-livehome .fc-tags { display:flex; flex-wrap:wrap; gap:5px; min-width:0; margin:0 0 10px; }
.fc-livehome .fc-tags span { max-width:100%; padding:4px 7px; border-radius:999px; background:#eef5fc; color:#55708e; font-size:10px; font-weight:800; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.fc-livehome .fc-row-seller { display:flex; flex-wrap:wrap; align-items:center; gap:6px; min-width:0; margin:0 0 12px; color:#64758b; font-size:11px; }
.fc-livehome .fc-row-seller>span { min-width:0; }.fc-livehome .fc-row-seller a { color:#244b75; font-weight:900; text-decoration:none; }.fc-livehome .fc-verified { display:block; margin-top:2px; color:#1e9d63; font-size:8px; font-weight:950; white-space:normal; }
.fc-livehome .fc-stars { white-space:nowrap; }.fc-livehome .fc-stars span { color:#c7d1dc; }.fc-livehome .fc-stars span.on { color:#f4ac28; }.fc-livehome .fc-row-count { overflow:hidden; text-overflow:ellipsis; }
.fc-livehome .fc-row-stats { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:6px; min-width:0; margin:0; }
.fc-livehome .fc-row-stats>div { min-width:0; padding:7px; border-radius:9px; background:#f6f8fb; }.fc-livehome .fc-row-stats dt { color:#8a97a8; font-size:9px; font-weight:800; text-transform:uppercase; }.fc-livehome .fc-row-stats dd { min-width:0; margin:3px 0 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#2e435d; font-size:11px; font-weight:900; }
.fc-livehome .fc-row-bid { min-width:0; padding:12px; overflow:hidden; border-radius:13px; background:linear-gradient(155deg,#f0f7ff,#f8fbff); border:1px solid #d5e5f7; }
.fc-livehome .fc-row-label { margin:0 0 3px; color:#7d8b9d; font-size:9px; font-weight:850; text-transform:uppercase; letter-spacing:.06em; }.fc-livehome .fc-row-price { margin:0 0 9px; overflow:hidden; text-overflow:ellipsis; color:#075fc9; font-size:24px; line-height:1; font-weight:950; }.fc-livehome .fc-row-leader { margin:0 0 9px; overflow:hidden; text-overflow:ellipsis; color:#304c6d; font-size:11px; font-weight:900; }.fc-livehome .fc-row-clock { margin:0 0 11px; color:#17314f; font-size:15px; font-weight:950; }.fc-livehome .fc-row-clock.urgent { color:#d43c3c; }.fc-livehome .fc-row-bid .fc-btn { min-height:39px; border-radius:10px; background:#0868df; color:#fff; }.fc-livehome .fc-row-note { margin:6px 0 0; text-align:center; color:#8a98a8; font-size:9px; }
.fc-livehome .fc-feed-sentinel { display:flex; align-items:center; justify-content:center; gap:8px; min-height:58px; color:#73849a; font-size:11px; font-weight:800; }.fc-livehome .fc-feed-spinner { width:14px; height:14px; border:2px solid #c8d6e5; border-top-color:#0870e1; border-radius:50%; opacity:0; }.fc-livehome .fc-feed-sentinel.loading .fc-feed-spinner { opacity:1; animation:fcSpin .7s linear infinite; } @keyframes fcSpin{to{transform:rotate(360deg)}}

.fc-home-activity { list-style:none; margin:0; padding:0; }.fc-home-activity li { display:grid; grid-template-columns:9px minmax(0,1fr); gap:9px; min-width:0; padding:11px 0; border-top:1px solid #edf1f5; }.fc-home-activity li:first-child { border-top:0; }.fc-home-activity li>i { width:8px; height:8px; margin-top:5px; border-radius:50%; background:#2aa96c; }.fc-home-activity li>div { min-width:0; }.fc-home-activity p { margin:0; overflow-wrap:anywhere; color:#4f6177; font-size:11px; line-height:1.45; }.fc-home-activity a { display:block; margin-top:3px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#0870df; font-size:11px; font-weight:850; text-decoration:none; }.fc-home-activity time { display:block; margin-top:4px; color:#9aa5b2; font-size:9px; }
.fc-side-empty { color:#7b8a9b; font-size:12px; line-height:1.55; }.fc-account-card h2,.fc-join-card h2 { margin:7px 0 11px; color:#1a3453; font-size:20px; }.fc-join-card p { color:#6c7b8f; font-size:12px; line-height:1.55; }.fc-account-mini { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin:12px 0; }.fc-account-mini a { min-width:0; padding:9px 5px; text-align:center; border-radius:10px; background:#f4f8fc; text-decoration:none; }.fc-account-mini strong { display:block; overflow:hidden; text-overflow:ellipsis; color:#155fae; font-size:17px; }.fc-account-mini span { display:block; margin-top:2px; color:#7d8a9b; font-size:8px; font-weight:800; }.fc-popular-list { display:grid; }.fc-popular-list a { display:flex; align-items:center; justify-content:space-between; gap:8px; min-width:0; padding:9px 0; border-top:1px solid #edf1f5; color:#53667d; text-decoration:none; font-size:11px; }.fc-popular-list a span { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.fc-popular-list a b { flex:0 0 auto; color:#0870df; }

/* The seeded help/about links should read like navigation, not fine print. */
.fc-home-page .site-footer { background:#f7faff; border-top:1px solid #d5e2ef; padding-top:26px; }
.fc-home-page .fc-footer-brand { color:#1c3c61; font-size:16px; font-weight:900; }
.fc-home-page .fc-footer-links { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; max-width:1200px; margin:16px auto 0; }
.fc-home-page .fc-footer-links a { display:flex; align-items:center; min-height:44px; padding:0 12px; border:1px solid #dbe5ef; border-radius:10px; background:#fff; color:#355473; font-size:14px; font-weight:800; text-decoration:none; }
.fc-home-page .fc-footer-links a:hover { border-color:#8cb8e8; color:#0768d6; }

@media (max-width:1180px) {
  .fc-home-grid { grid-template-columns:190px minmax(0,1fr); }.fc-home-right { grid-column:1/-1; grid-template-columns:repeat(3,minmax(0,1fr)); }.fc-livehome .fc-row { grid-template-columns:170px minmax(0,1fr) 145px; }.fc-home-page .fc-footer-links { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:880px) {
  .fc-livehome { padding:16px 12px 40px; }.fc-homehero { grid-template-columns:1fr; padding:28px 24px; }.fc-homehero h1 { font-size:clamp(38px,10vw,58px); }.fc-homehero-stats { grid-template-columns:repeat(4,minmax(140px,1fr)); overflow-x:auto; }.fc-home-grid { grid-template-columns:1fr; }.fc-home-explore { display:none; }.fc-home-right { grid-column:auto; grid-template-columns:1fr 1fr; }.fc-home-right .fc-activity-card { grid-column:1/-1; }.fc-auto-feed { height:70vh; min-height:500px; }.fc-livehome .fc-row { grid-template-columns:150px minmax(0,1fr); }.fc-livehome .fc-row-bid { grid-column:1/-1; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px; align-items:end; }.fc-livehome .fc-row-bid .fc-btn { grid-column:auto; }.fc-livehome .fc-row-note { display:none; }.fc-home-page .fc-footer-links { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:620px) {
  .fc-homehero { border-radius:20px; padding:24px 18px; }.fc-homehero-stats { grid-template-columns:repeat(2,minmax(130px,1fr)); }.fc-live-stage-head { align-items:flex-start; flex-direction:column; }.fc-auto-toggle { align-self:flex-start; }.fc-auto-feed { height:68vh; min-height:460px; padding:9px; }.fc-livehome .fc-row { grid-template-columns:1fr; gap:11px; padding:11px; }.fc-livehome .fc-row-img { height:230px; }.fc-livehome .fc-row-bid { grid-column:auto; grid-template-columns:1fr 1fr; }.fc-livehome .fc-row-stats { grid-template-columns:repeat(2,minmax(0,1fr)); }.fc-home-right { grid-template-columns:1fr; }.fc-home-right .fc-activity-card { grid-column:auto; }.fc-home-page .fc-footer-links { grid-template-columns:1fr; }.fc-auto-help { text-align:center; }
}
@media (prefers-reduced-motion:reduce) { .fc-live-kicker i,.fc-live-label i { animation:none; }.fc-auto-feed { scroll-behavior:auto; } }
