.equiv-breadcrumb { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: 20px 0 0; display: flex; gap: 6px; align-items: center; } .equiv-breadcrumb a { color: var(--muted); text-decoration: none; } .equiv-breadcrumb-current { color: var(--text); } .equiv-hero { position: relative; height: 172px; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; overflow: hidden; margin-bottom: 0; border-bottom: none; } .equiv-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 60%, rgba(10,5,15,.88) 100%); z-index: 1; } .equiv-hero-info { position: relative; z-index: 2; } .hero-eyebrow { font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.5); margin-bottom: 6px; } .hero-name { font-family: var(--display); font-size: 36px; color: #fff; line-height: .95; letter-spacing: .04em; margin-bottom: 8px; } .hero-chips { display: flex; gap: 6px; flex-wrap: wrap; padding-bottom: 0; } .hero-chip { font-size: 8px; padding: 3px 9px; border-radius: 20px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); backdrop-filter: blur(6px); background: rgba(255,255,255,.07); letter-spacing: .06em; text-transform: uppercase; font-family: var(--mono); } .hero-chip.hex { color: rgba(255,255,255,.95); font-weight: 700; border-color: rgba(255,255,255,.35); } .section-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--border); } .section-title { font-family: var(--display); font-size: 28px; letter-spacing: .04em; } .section-sub { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); } .alts-section { padding-top: 28px; } .alts-section h2 { font-family: var(--display); font-size: 22px; letter-spacing: .04em; margin-bottom: 6px; } .alts-section > .section-sub { margin-bottom: 14px; } #top-pick-area { margin-bottom: 16px; } .top-pick-card { display: grid; gap: 10px; padding: 14px; border: 1px solid rgba(232,176,32,.24); border-radius: 16px; background: linear-gradient(180deg, rgba(232,176,32,.08), rgba(255,255,255,.02)); } .top-pick-meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; } .top-pick-label { font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); } .top-pick-score { font-family: var(--mono); font-size: 10px; color: var(--accent); } .top-pick-main { display: grid; grid-template-columns: 58px 1fr auto; gap: 12px; align-items: center; color: inherit; text-decoration: none; } .top-pick-swatch { width: 58px; height: 58px; border-radius: 14px; border: 1px solid rgba(255,255,255,.08); background: #222; } .top-pick-name { font-size: 15px; font-weight: 700; color: var(--text); line-height: 1.2; } .top-pick-sub { font-size: 11px; color: var(--muted); margin-top: 4px; } .top-pick-link { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--text); } .equivalent-results-meta { margin-bottom: 14px; } .brand-shelves { display: grid; gap: 14px; } .filter-scroll { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: none; -webkit-overflow-scrolling: touch; } .filter-scroll::-webkit-scrollbar { display: none; } .filter-chip { flex-shrink: 0; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; padding: 5px 12px; border-radius: 20px; border: 1px solid var(--border); color: var(--muted); white-space: nowrap; cursor: pointer; background: transparent; font-family: var(--mono); transition: all .15s; } .filter-chip:hover { border-color: var(--accent); color: var(--accent); } .filter-chip.active { border-color: var(--accent); color: var(--accent); background: rgba(232,176,32,.08); } .brand-section { padding: 12px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.02); } .brand-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; } .brand-name-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); } .brand-count { font-size: 10px; color: var(--muted); font-weight: 500; } .tile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 0; } .brand-tile-grid { margin-bottom: 10px; } .tile { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: border-color .15s; } .tile.tile-link { display: block; text-decoration: none; color: inherit; cursor: pointer; } .tile.tile-link.is-hidden-extra { display: none; } .tile:hover { border-color: var(--accent); } .tile.best { border-color: rgba(74,170,104,.5); } .tile-color { height: 64px; position: relative; } .tile-src { position: absolute; top: 7px; left: 7px; width: 22px; height: 22px; border-radius: 5px; border: 2px solid rgba(0,0,0,.45); box-shadow: 0 1px 6px rgba(0,0,0,.5); flex-shrink: 0; } .tile-rank { position: absolute; top: 7px; right: 7px; width: 20px; height: 20px; border-radius: 5px; background: rgba(0,0,0,.5); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 700; color: rgba(255,255,255,.7); flex-shrink: 0; } .tile-rank.gold { background: rgba(232,176,32,.75); color: #000; } .tile-body { padding: 8px 9px; background: var(--surface); } .tile-paint-name { font-size: 10px; font-weight: 700; color: var(--text); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0; } .tile-paint-name a { color: inherit; text-decoration: none; } .tile-paint-name a:hover { color: var(--accent); } .tile-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; } .tile-brand-label { font-size: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; } .de-pill { display: inline-block; font-size: 8px; font-weight: 700; padding: 2px 6px; border-radius: 4px; letter-spacing: .03em; } .de-pill.de-good { background: rgba(74,170,104,.18); color: #4aaa68; } .de-pill.de-ok { background: rgba(232,176,32,.18); color: #e8b020; } .de-pill.de-warn { background: rgba(212,90,90,.18); color: #d45a5a; } .no-match-pill { grid-column: 1/-1; border: 1px dashed var(--border); border-radius: 8px; padding: 10px 14px; opacity: .45; display: flex; align-items: center; gap: 10px; } .no-match-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border2); flex-shrink: 0; } .no-match-text { font-size: 9px; color: var(--muted); } .brand-more-row { display: flex; justify-content: flex-end; } .brand-more-btn { padding: 0; background: none; border: none; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; } .brand-more-btn:hover { color: var(--accent); } .buy-section { margin: 48px 0; } .buy-cta { background: linear-gradient(135deg, rgba(232,176,32,.12), rgba(212,90,26,.08)); border: 1px solid rgba(232,176,32,.3); border-radius: 16px; padding: 28px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; } .buy-cta-label { font-family: var(--display); font-size: 22px; font-weight: 700; color: var(--text); letter-spacing: .03em; margin-bottom: 6px; } .buy-cta-sub { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-family: var(--mono); } .buy-btn { flex-shrink: 0; padding: 13px 24px; background: var(--accent); color: #000; border: none; border-radius: 10px; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: all .2s; white-space: nowrap; } .buy-btn:hover { background: #f5c840; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(232,176,32,.2); } #buy-links { display: none; flex-wrap: wrap; gap: 10px; padding-top: 20px; border-top: 1px solid rgba(232,176,32,.15); margin-top: 0; } #buy-links.expanded { display: flex; } .buy-btn-link { padding: 12px 20px; border-radius: 10px; font-family: var(--mono); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; text-decoration: none; transition: all .15s; border: 1.5px solid; flex: 1; min-width: 140px; text-align: center; } .buy-btn-link.primary { background: rgba(232,176,32,.12); color: var(--accent); border-color: var(--accent); } .buy-btn-link.primary:hover { background: rgba(232,176,32,.2); border-color: #f5c840; color: #f5c840; } .buy-btn-link.secondary { background: transparent; color: var(--muted); border-color: var(--border); } .buy-btn-link.secondary:hover { color: var(--text); border-color: var(--accent); background: rgba(232,176,32,.06); } .aff-badge { display: inline-block; font-size: 7px; text-transform: uppercase; letter-spacing: .05em; padding: 2px 6px; border-radius: 3px; background: rgba(232,176,32,.2); color: var(--accent); vertical-align: middle; margin-left: 5px; font-family: var(--mono); font-weight: 700; } .aff-disclosure { font-family: var(--mono); font-size: 9px; color: var(--muted); margin-top: 12px; line-height: 1.6; opacity: .75; } .geo-panel { background: linear-gradient(180deg, rgba(232,176,32,.08), rgba(255,255,255,.01)); border: 1px solid rgba(232,176,32,.2); border-radius: var(--r2); padding: 22px 24px; margin-bottom: 28px; } .geo-panel-head { margin-bottom: 14px; } .geo-kicker { display: inline-block; font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); margin-bottom: 8px; } .geo-title { font-family: var(--display); font-size: 18px; letter-spacing: .03em; margin-bottom: 0; } .geo-answer { font-size: 12px; line-height: 1.7; color: var(--text); margin-bottom: 12px; max-width: 860px; } .geo-facts { display: flex; flex-direction: column; gap: 5px; margin: 0 0 12px; padding-left: 0; color: var(--muted); list-style: none; } .geo-facts li { line-height: 1.6; padding-left: 14px; position: relative; } .geo-facts li::before { content: '·'; position: absolute; left: 0; color: var(--accent); } .geo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; } .geo-card { background: rgba(255,255,255,.02); border: 1px solid var(--border); border-radius: var(--r); padding: 12px; } .geo-card h3 { font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 6px; } .geo-card p { font-size: 10px; line-height: 1.55; color: var(--muted); margin: 0; } .geo-links { display: flex; flex-wrap: wrap; gap: 10px; } .geo-link { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border-radius: var(--r); border: 1px solid var(--border2); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); text-decoration: none; } .geo-link:hover { color: var(--accent); border-color: var(--accent); } .equiv-armies-section { margin-bottom: 48px; } .equiv-armies-section .equiv-section-title { font-family: var(--display); font-size: 26px; letter-spacing: .04em; margin-bottom: 16px; } .armies-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 16px; } .army-card { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); text-decoration: none; color: var(--text); transition: border-color .15s; } .army-card:hover { border-color: var(--accent); } .army-swatch { width: 30px; height: 30px; border-radius: 6px; flex-shrink: 0; } .army-name { font-size: 9px; font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .army-system { font-family: var(--mono); font-size: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; } .fullcard-cta { margin-bottom: 48px; padding: 20px 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r2); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; } .fullcard-title { font-weight: 600; margin-bottom: 4px; } .fullcard-sub { font-family: var(--mono); font-size: 11px; color: var(--muted); } .fullcard-btn { padding: 10px 20px; background: var(--surface); border: 1px solid var(--border2); border-radius: var(--r); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); text-decoration: none; transition: all .15s; } .fullcard-btn:hover { color: var(--accent); } .faq-section { margin-top: 48px; } .equiv-section-title { font-family: var(--display); font-size: 26px; letter-spacing: .04em; margin-bottom: 16px; } .faq-item { border: 1px solid var(--border); border-radius: 10px; margin-bottom: 8px; overflow: hidden; } .faq-q { width: 100%; text-align: left; padding: 13px 14px; background: var(--surface); border: none; cursor: pointer; font-size: 11px; font-weight: 700; color: var(--text); display: flex; justify-content: space-between; align-items: center; transition: background .15s; font-family: var(--mono); } .faq-q:hover { background: var(--card); } .faq-icon { font-family: var(--mono); font-size: 12px; color: var(--muted); flex-shrink: 0; transition: none; } .faq-a { display: none; padding: 10px 14px 13px; background: var(--surface); font-size: 10px; line-height: 1.65; color: var(--muted); } .faq-item.open .faq-a { display: block; } .seo-editorial-section { position: relative; margin-top: 48px; padding: 28px 24px 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)); } .seo-editorial-section::before { content: ''; position: absolute; top: 0; left: 24px; width: 56px; height: 2px; background: linear-gradient(90deg, var(--accent), rgba(232,176,32,.18)); } .seo-editorial-lead { max-width: 72ch; margin: 0 0 24px; font-size: 17px; line-height: 1.85; color: var(--text); text-wrap: pretty; } .seo-content { max-width: 72ch; } .seo-content h2 { margin: 38px 0 14px; font-family: var(--display); font-size: clamp(24px, 4vw, 30px); line-height: 1.08; letter-spacing: .02em; color: var(--text); } .seo-content h2::before { content: ''; display: block; width: 44px; height: 2px; margin: 0 0 12px; background: linear-gradient(90deg, var(--accent), rgba(232,176,32,.15)); } .seo-content h3 { margin: 18px 0 10px; font-family: var(--mono); font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); } .seo-content p { margin: 0 0 15px; color: var(--muted); line-height: 1.9; font-size: 15px; text-wrap: pretty; } .seo-content strong { color: var(--text); } #alts-table-area { min-height: 120px; } .loading-block { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r2); padding: 60px; text-align: center; font-family: var(--mono); font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; } .spinner-ring { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--border); border-top-color: var(--accent); display: inline-block; animation: spin .7s linear infinite; margin-bottom: 12px; } .loading-block-compact { padding: 28px 20px; } @keyframes spin { to { transform: rotate(360deg); } } @media (max-width: 640px) { .equiv-hero { height: 160px; padding: 14px; } .hero-name { font-size: 30px; } .hero-chips { gap: 4px; } .hero-chip { font-size: 7px; padding: 2px 7px; } .filter-scroll { margin-bottom: 10px; } .filter-chip { font-size: 7px; padding: 4px 10px; } .top-pick-card { padding: 12px; } .top-pick-main { grid-template-columns: 50px 1fr; } .top-pick-link { grid-column: 1 / -1; } .top-pick-swatch { width: 50px; height: 50px; } .top-pick-name { font-size: 13px; } .tile-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; margin-bottom: 12px; } .tile-color { height: 56px; } .tile-rank { width: 18px; height: 18px; font-size: 7px; top: 5px; right: 5px; } .tile-src { width: 18px; height: 18px; top: 5px; left: 5px; } .tile-body { padding: 8px 9px; } .tile-paint-name { font-size: 9px; } .tile-footer { font-size: 7px; } .brand-section { padding: 10px; } .brand-more-btn { font-size: 9px; } .buy-cta { flex-direction: column; gap: 8px; } .buy-btn { width: 100%; text-align: center; } .armies-grid { grid-template-columns: repeat(2, 1fr); } .geo-grid { grid-template-columns: 1fr; } .seo-editorial-section { margin-top: 40px; padding: 24px 18px 8px; } .seo-editorial-section::before { left: 18px; } .seo-editorial-lead { font-size: 16px; line-height: 1.8; } .seo-content p { font-size: 14px; line-height: 1.82; } .faq-q { font-size: 10px; padding: 12px 12px; } .fullcard-cta { padding: 12px 16px; } } @media (max-width: 400px) { .armies-grid { grid-template-columns: 1fr; } .tile-grid { grid-template-columns: 1fr; } .top-pick-main { grid-template-columns: 1fr; } .top-pick-swatch { width: 100%; height: 48px; } }