:root{--bg-color: #1a1a1a;--text-color: #e0e0e0;--accent-color: #2c3e50}body{font-family:sans-serif;background-color:var(--bg-color);color:var(--text-color);margin:0;padding:0;display:flex;flex-direction:column;align-items:center;min-height:100vh}header,main{width:100%;max-width:1366px;padding:0 20px;box-sizing:border-box}.site-header{display:flex;align-items:center;gap:1rem;padding:.75rem 20px;margin-bottom:.5rem;border-bottom:1px solid #2a2a2a;position:relative}.header-search{position:relative;flex:1 1 180px;min-width:0;max-width:420px}.header-search-input{width:100%;box-sizing:border-box;padding:.45rem .7rem;background:#111;border:1px solid #333;border-radius:6px;color:var(--text-color);font-size:.9rem}.header-search-input:focus{outline:none;border-color:#4a90d9}.top-banner{width:100%;background:#e67e22;border-bottom:1px solid #d3701a}.top-banner-inner{max-width:1366px;margin:0 auto;padding:.3rem 20px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:.75rem}.top-banner-text{color:#fff;font-size:.85rem;font-weight:500}.top-banner-cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .7rem;background:#0000002e;border:1px solid rgba(255,255,255,.55);border-radius:999px;color:#fff;font-size:.85rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .15s,border-color .15s}.top-banner-cta:hover{background:#00000052;border-color:#fff}.top-banner-cta:focus-visible{outline:2px solid #fff;outline-offset:2px}@media(max-width:560px){.top-banner-text{display:none}}.header-search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:55;max-height:65vh;overflow-y:auto;padding:.35rem;background:#1c1c1c;border:1px solid #333;border-radius:8px;box-shadow:0 10px 28px #00000073}.hs-group+.hs-group{margin-top:.35rem;border-top:1px solid #262626;padding-top:.35rem}.hs-group-title{color:#9ab;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .5rem .25rem}.hs-item{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;border-radius:6px;color:var(--text-color);text-decoration:none}.hs-item:hover{background:#262626}.hs-item img{width:26px;height:26px;object-fit:contain;flex:0 0 auto}.hs-item-dot{width:26px;height:26px;flex:0 0 auto}.hs-item-text{display:flex;flex-direction:column;min-width:0}.hs-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-sub{color:#888;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-empty{color:#888;padding:.4rem .5rem;font-size:.85rem;margin:0}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:4px;margin-left:auto;width:42px;height:36px;padding:0 9px;background:#232323;border:1px solid #333;border-radius:6px;cursor:pointer;box-sizing:border-box}.nav-toggle span{display:block;height:2px;background:var(--text-color);border-radius:2px}.nav-toggle:hover{border-color:#4a90d9}.site-header.nav-collapsed .nav-toggle{display:flex}.site-header.nav-collapsed .site-nav{display:none}.site-header.nav-collapsed.nav-open .site-nav{display:flex;flex-direction:column;align-items:stretch;position:absolute;top:calc(100% + 4px);right:20px;z-index:50;min-width:170px;padding:.5rem;gap:.35rem;background:#1c1c1c;border:1px solid #333;border-radius:8px;box-shadow:0 10px 28px #00000073}.site-header.nav-collapsed.nav-open .site-nav a{text-align:center}@media(max-width:640px){.site-header{flex-wrap:wrap;row-gap:.5rem;column-gap:.6rem}.brand-name{font-size:.85rem}.page-title{font-size:1.05rem;padding-left:.6rem}.nav-toggle{margin-left:auto}.header-search{order:10;flex:1 1 100%;max-width:none}}.site-footer{width:100%;margin-top:auto;background:#141414;border-top:1px solid #2a2a2a;color:#9a9a9a;font-size:.85rem}.footer-inner{max-width:1366px;margin:0 auto;padding:2rem 20px 1.25rem;box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem 2rem;align-items:start}.footer-col{display:flex;flex-direction:column;gap:.4rem;min-width:0}.footer-about{max-width:420px}.footer-source{margin:.35rem 0 0;color:#7c7c7c;font-size:.8rem}.footer-brand{font-weight:700;color:#d8d8d8;font-size:1rem}.footer-tagline{margin:.2rem 0;line-height:1.4}.footer-made{margin:.2rem 0 0}.footer-made a,.footer-links a,.footer-contact,.footer-legal a{color:#7fb2e6;text-decoration:none}.footer-made a:hover,.footer-links a:hover,.footer-contact:hover,.footer-legal a:hover{text-decoration:underline}.footer-title{color:#cfcfcf;font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;margin-bottom:.15rem}.footer-links a{color:#bdbdbd}.footer-social-row{display:flex;gap:.6rem;margin:.1rem 0 .5rem}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #333;border-radius:8px;color:#cfcfcf;background:#1c1c1c;transition:border-color .15s,color .15s,background .15s}.footer-social-link:hover{border-color:#4a90d9;color:#fff;background:#222}.footer-support-toggle,.footer-contact-toggle{align-self:flex-start;padding:0;background:none;border:0;font:inherit;cursor:pointer;text-align:left}.app-modal{margin:auto;max-width:360px;width:calc(100% - 2rem);padding:1.25rem 1.25rem 1.4rem;background:#1c1c1c;color:var(--text-color);border:1px solid #333;border-radius:12px;box-shadow:0 20px 60px #0009;position:relative}.app-modal::backdrop{background:#0009}.app-modal[open]{animation:app-modal-in .16s ease-out}@keyframes app-modal-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.app-modal-title{margin:0 1.8rem .6rem 0;font-size:1.15rem;color:#fff}.app-modal-body p{margin:.35rem 0;line-height:1.5;font-size:.9rem;color:#cfcfcf}.app-modal-close{position:absolute;top:.4rem;right:.55rem;padding:.1rem .35rem;background:none;border:0;color:#9a9a9a;font-size:1.6rem;line-height:1;cursor:pointer}.app-modal-close:hover{color:#fff}.footer-legal{max-width:1366px;margin:0 auto;padding:1rem 20px 1.5rem;box-sizing:border-box;border-top:1px solid #222;font-size:.78rem;color:#7c7c7c;line-height:1.5}.footer-legal p{margin:.35rem 0}.footer-legal-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.4rem 1rem}.footer-version{color:#666;font-variant-numeric:tabular-nums}.back-to-top{position:fixed;right:20px;bottom:20px;z-index:60;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:#e0e0e0;background:#232323;border:1px solid #3a3a3a;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s,transform .2s,visibility .2s,border-color .15s,background .15s;box-shadow:0 6px 18px #0006}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#2c2c2c;border-color:#4a90d9;color:#fff}.brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-color);flex-shrink:0}.brand-logo{width:36px;height:36px;object-fit:contain}.brand-name{font-weight:700;font-size:1rem;white-space:nowrap;color:#cfcfcf}.page-title{font-size:1.6rem;font-weight:700;color:#fff;padding-left:.85rem;border-left:1px solid #333;line-height:1.1}.site-nav{margin-left:auto;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.site-nav a{text-decoration:none;color:var(--text-color);background:#232323;border:1px solid #333;padding:.4rem .9rem;border-radius:6px;font-size:.9rem;transition:background .15s,border-color .15s}.site-nav a:hover{background:#2c2c2c;border-color:#4a90d9}.site-nav a.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.factions-columns{display:flex;flex-wrap:wrap;gap:.25rem;padding:1rem;justify-content:center;margin-top:20px}.faction-column{display:flex;flex-direction:column;gap:1.5rem;gap:.5rem;width:90px}.faction-card{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;transition:transform .2s;height:160px;justify-content:flex-start;padding-top:5px;box-sizing:border-box}.faction-card:hover{transform:scale(1.05)}.faction-card img{width:80px;height:80px;margin-bottom:5px}.faction-card span{font-size:.8rem;text-align:center;line-height:1.2;flex-grow:1;display:flex;align-items:top;justify-content:center;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;white-space:normal}.discontinued{opacity:.5;filter:grayscale(1)}.factions-columns.greyscale-off .discontinued{filter:none;opacity:1}.factions-toolbar{display:flex;justify-content:flex-end;padding:.5rem 0 .75rem}.switch{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.85rem;color:#ccc}.switch input{position:absolute;opacity:0;width:0;height:0}.switch-track{position:relative;width:40px;height:22px;border-radius:11px;background:#444;transition:background .2s;flex-shrink:0}.switch-track:before{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s}.switch input:checked+.switch-track{background:var(--accent-color)}.switch input:checked+.switch-track:before{transform:translate(18px)}.switch input:focus-visible+.switch-track{outline:2px solid #4a90d9;outline-offset:2px}.units-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1rem;margin:1.5rem 0 .5rem}.units-toolbar input[type=search]{flex:1;max-width:360px;padding:.5rem .75rem;background:#111;border:1px solid #333;border-radius:6px;color:var(--text-color);font-size:.95rem}.unit-count{color:#888;font-size:.85rem}.units-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;padding:1rem 0 2rem}.units-grid.compact,.compact-cards .units-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.units-grid.compact .unit-hero,.compact-cards .units-grid .unit-hero{aspect-ratio:auto;height:150px}.unit-card{background:#202020;border:1px solid #333;border-radius:8px;padding:.85rem 1rem;transition:border-color .2s,transform .2s}.unit-card{cursor:pointer}.unit-card:hover{border-color:#4a90d9;transform:translateY(-2px)}a.unit-card,.sculpt-card-link{color:inherit;text-decoration:none;display:block}a.unit-card:hover,.sculpt-card-link:hover{color:inherit}.sculpt-list-card{display:flex;flex-direction:column}.sculpt-list-card .sculpt-card-link{flex:1}.sculpt-list-card .list-actions{margin-top:auto}.list-actions{display:flex;gap:.4rem;margin-top:.6rem;padding-top:.6rem;border-top:1px solid #2c2c2c}.list-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:.4rem;background:#1a1a1a;border:1px solid #333;border-radius:6px;color:#888;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.list-btn:hover{color:#ddd;border-color:#555;background:#242424}.list-btn svg{width:18px;height:18px;display:block}.list-btn.is-active[data-list=my-collection]{color:#3fb950;border-color:#3fb950;background:#3fb9501f}.list-btn.is-active[data-list=wish-list]{color:#ff6b81;border-color:#ff6b81;background:#ff6b811f}.list-btn.is-active[data-list=wish-list] svg{fill:currentColor}.list-btn.is-active[data-list=for-trade]{color:#d29922;border-color:#d29922;background:#d299221f}.sort-control{display:inline-flex;align-items:center;gap:.4rem;color:#bbb;font-size:.85rem}.sort-control select{background:#1c1c1c;color:#ddd;border:1px solid #3a3a3a;border-radius:6px;padding:.35rem .5rem;cursor:pointer}.sort-dir{background:#1c1c1c;color:#ddd;border:1px solid #3a3a3a;border-radius:6px;padding:.35rem .6rem;cursor:pointer;font-size:.85rem;min-width:3.2rem;transition:border-color .15s,background .15s}.sort-dir:hover{border-color:#4a90d9;background:#242424}.filter-toggle{background:#1c1c1c;color:#ddd;border:1px solid #3a3a3a;border-radius:6px;padding:.35rem .7rem;cursor:pointer;font-size:.85rem;transition:border-color .15s,background .15s}.filter-toggle:hover{border-color:#4a90d9;background:#242424}.filter-toggle.has-active{border-color:#4a90d9;color:#cfe3f7}.tag-filters{margin-bottom:1.5rem}.filters-hint{color:#777;font-style:italic;margin:.25rem 0 1rem}.filters-hint code{background:#1a1a1a;padding:.1rem .35rem;border-radius:4px}.tag-groups{display:flex;flex-wrap:wrap;gap:1rem}.tag-group{border:1px solid #333;border-radius:8px;padding:.6rem .85rem;margin:0;background:#1c1c1c}.tag-group legend{color:#9ab;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;padding:0 .35rem}.tag-group-items{display:flex;flex-wrap:wrap;gap:.4rem}.tag-filter{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border:1px solid #3a3a3a;border-radius:999px;background:#232323;color:#ccc;font-size:.85rem;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.tag-filter:hover{border-color:#555;color:#eee}.tag-filter input{accent-color:#4a90d9;margin:0}.tag-filter.is-active{border-color:#4a90d9;background:#4a90d926;color:#cfe3f7}.tag-filter-count{color:#888;font-size:.75rem}.tag-filter-logo{width:18px;height:18px;object-fit:contain;flex:0 0 auto}#unit-filters .tag-groups,#tag-filters .tag-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));align-items:start}#unit-filters .tag-group,#tag-filters .tag-group{width:auto;min-width:0}@media(min-width:768px){#unit-filters .tag-group.span-2,#tag-filters .tag-group.span-2{grid-column:span 2}}@media(min-width:1100px){#unit-filters .tag-group.span-3,#tag-filters .tag-group.span-3{grid-column:span 3}}.faction-filter-group{width:100%;flex:1 1 100%;grid-column:1 / -1}.group-collapse{display:inline-flex;align-items:center;gap:.4rem;background:none;border:0;padding:0;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer}.collapse-caret{display:inline-block;width:.7em;transition:transform .15s}.collapse-caret:before{content:"▾"}.tag-group.is-collapsed .collapse-caret{transform:rotate(-90deg)}.tag-group.is-collapsed .tag-group-items,.tag-group.is-collapsed .faction-filter-columns{display:none}.faction-filter-columns{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:.3rem;align-items:start}.faction-filter-column{display:flex;flex-direction:column;gap:.25rem;min-width:0}.faction-filter-card{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.25rem .2rem;border:1px solid #333;border-radius:6px;background:#161616;cursor:pointer;text-align:center;width:100%;box-sizing:border-box;overflow:hidden;transition:border-color .15s,background .15s}.faction-filter-card:hover{border-color:#555}.faction-filter-card.is-active{border-color:#4a90d9;background:#4a90d926}.faction-filter-card input{display:none}.faction-filter-card img{width:32px;max-width:100%;height:auto;aspect-ratio:1;object-fit:contain}.faction-filter-card .ff-name{font-size:.62rem;line-height:1.1;color:#ccc;width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.faction-filter-card.is-active .ff-name{color:#cfe3f7}@media(max-width:640px){.faction-filter-card .ff-name,.faction-filter-card .tag-filter-count{display:none}.faction-filter-card{padding:.2rem}}.btn-clear{margin-top:.85rem;background:#232323;border:1px solid #444;color:#ccc;padding:.4rem .85rem;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s}.btn-clear:hover{background:#2c2c2c;border-color:#666}.tag-chip-row{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.tag-chip{font-size:.72rem;padding:.12rem .5rem;border-radius:999px;background:#2a3340;color:#bcd;border:1px solid #35414f}.sculpt-tags{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin:.25rem 0 1rem}.sculpt-tags-label{color:#9ab;font-size:.85rem}.sculpt-tags .tag-chip-row{margin-top:0}.sculpt-card-facets{margin-top:.5rem;margin-bottom:.55rem;display:flex;flex-direction:column;gap:.2rem;font-size:.78rem;line-height:1.35}.sculpt-facet-row{display:flex;gap:.4rem}.sculpt-facet-label{flex:0 0 auto;color:#8a8a8a;text-transform:uppercase;font-size:.66rem;letter-spacing:.03em;min-width:74px;padding-top:.05rem}.sculpt-facet-vals{color:#d6d6d6}.compact-cards .sculpt-card-facets{display:none}.collections-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.btn-danger{background:#2a1416;border:1px solid #6e2b2b;color:#e0888c;padding:.5rem .9rem;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn-danger:hover{background:#3a1a1d;border-color:#8a3636;color:#f0a0a4}.collection-section{margin-bottom:2.5rem}.collection-title{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #333}.collection-icon{display:inline-flex}.collection-icon svg{width:22px;height:22px;display:block}.collection-icon[data-list=my-collection]{color:#3fb950}.collection-icon[data-list=wish-list]{color:#ff6b81}.collection-icon[data-list=wish-list] svg{fill:currentColor}.collection-icon[data-list=for-trade]{color:#d29922}.collection-count{margin-left:auto;font-size:.9rem;color:#aaa;background:#222;border:1px solid #333;border-radius:999px;padding:.1rem .6rem}.empty-list{color:#777;font-style:italic}.logo-link{display:inline-flex;cursor:zoom-in;line-height:0}.glightbox-container .gslide-description{background:transparent;text-align:center;padding:.9rem 1rem .4rem}.glightbox-container .gslide-title{margin:0;color:#fff;font-size:1.15rem;font-weight:600;letter-spacing:.02em;text-shadow:0 1px 6px rgba(0,0,0,.6)}.glightbox-container .gslide-desc{color:#cfcfcf}.unit-hero{position:relative;aspect-ratio:3 / 4;width:100%;border-radius:6px;overflow:hidden;margin-bottom:.6rem;background:linear-gradient(135deg,#2b2b2b,#1a1a1a);display:flex;align-items:center;justify-content:center}.unit-hero-bg{position:absolute;top:50%;left:50%;height:95%;width:auto;max-width:none;transform:translate(-50%,-50%);opacity:.2;z-index:0;pointer-events:none}.unit-hero-thumb{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;z-index:1}.unit-logo-hero{position:relative;width:88px;height:88px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6));z-index:2}.unit-hero .logo-link{position:relative;z-index:2}.unit-hero.has-thumb .unit-logo-hero{position:absolute;left:8px;top:8px;width:52px;height:52px;padding:5px;background:#0000008c;border-radius:8px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2}.unit-hero.has-thumb .logo-link{position:absolute;left:8px;top:8px;z-index:2}.unit-hero.has-thumb .logo-link .unit-logo-hero{position:static;left:auto;top:auto}.sculpt-count{position:absolute;top:8px;right:8px;z-index:1;background:#000000a6;color:#fff;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:10px}.sculpt-count.is-empty{color:#aaa;font-weight:400}.unit-name{margin:0 0 .4rem;font-size:1.05rem;display:flex;align-items:baseline;gap:.4rem}.type-badge{background:var(--accent-color);color:#fff;font-size:.7rem;font-weight:600;padding:.1rem .45rem;border-radius:10px;flex-shrink:0;align-self:center}.unit-tags-row{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.5rem}.cat-chip{font-size:.7rem;padding:.12rem .5rem;border-radius:10px;background:#3a5a78;color:#fff}.unit-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.unit-meta .badge{background:var(--accent-color);color:#fff;font-size:.7rem;padding:.1rem .45rem;border-radius:10px}.unit-meta .slug{color:#777;font-size:.7rem}.unit-meta .badge-cat{background:#3a5a78}.available-in{margin-top:.75rem;font-size:.85rem;color:#aaa}.available-in-label{color:#888;margin-right:.25rem}.available-in .faction-link{display:inline-flex;align-items:center;gap:.35rem;margin:.15rem .3rem .15rem 0;padding:.12rem .5rem;border-radius:10px;background:#2a2a2a;border:1px solid #3a3a3a;color:var(--text-color);text-decoration:none;vertical-align:middle}.available-in .faction-link:hover{border-color:#4a90d9;color:#fff}.faction-link-logo{width:18px;height:18px;object-fit:contain;flex-shrink:0}.unit-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:.35rem}.stat{display:flex;flex-direction:column;align-items:center;background:#181818;border-radius:4px;padding:.3rem .1rem;cursor:help}.stat-label{font-size:.6rem;color:#888;letter-spacing:.02em}.stat-value{font-size:.9rem;font-weight:600}.unit-chars{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.6rem}.char-chip{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;padding:.12rem .5rem;border-radius:10px;background:#2a2a2a;border:1px solid #3a3a3a;color:var(--text-color);text-decoration:none}.char-chip-icon{width:14px;height:14px;object-fit:contain;flex-shrink:0}a.char-chip:hover{border-color:#4a90d9;color:#fff}#back{margin:1rem 0 .5rem}#back a{color:#4a90d9;text-decoration:none}#back a:hover{text-decoration:underline}.unit-top-row{display:flex;gap:1.5rem;align-items:stretch;flex-wrap:wrap;margin:1rem 0 .5rem}.unit-info-col{flex:2 1 360px;min-width:300px;overflow:hidden}.dossier-col{flex:1 1 200px;min-width:180px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.dossier-col h4{margin:0 0 .5rem;color:#ccc}.dossier-col .card-grid{flex:1 1 auto;min-height:0;align-content:start}.dossier-col .media-thumb{width:100%;height:auto;object-fit:contain}.unit-detail-top{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem}.unit-detail-header{display:flex;align-items:center;gap:1rem;flex-shrink:0}.unit-logo-lg{width:72px;height:72px;object-fit:contain;flex-shrink:0}.unit-detail-name{margin:0 0 .4rem}.unit-stats-row{display:flex;flex-wrap:wrap;gap:.35rem;flex:1 1 auto;min-width:0}.unit-stats-row .stat{flex:1 1 56px;min-width:56px}.collection{margin-top:1.5rem}.collection-block{margin-top:1.5rem;border-top:1px solid #333;padding-top:1rem}.collection-block h3{margin:0 0 .25rem}.collection-subblock{margin-top:1.5rem;padding-left:1rem;border-left:2px solid #2a2a2a}.collection-subblock h4{margin:0 0 .5rem;color:#ccc}.block-hint{color:#888;font-size:.85rem;margin:0 0 .75rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-top:.5rem;align-items:start}.card-grid-sm{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.card-grid-lg{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.card-grid-lg .media-label{font-size:.85rem}.compact-cards .card-grid-lg{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.compact-cards .card-grid-lg .media-label{font-size:.78rem}.block-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.block-head h3{margin:0}.placeholder-card{display:flex;align-items:center;justify-content:center;min-height:120px;border:1px dashed #3a3a3a;border-radius:8px;color:#777;font-size:.85rem;background:#1c1c1c;cursor:default}.media-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border:1px solid #333;border-radius:8px;overflow:hidden;background:#202020;transition:border-color .2s,transform .2s}.media-card:hover{border-color:#4a90d9;transform:translateY(-2px)}.media-thumb{width:100%;height:auto;background:#151515;display:block}.media-thumb-empty{display:flex;align-items:center;justify-content:center;min-height:180px;color:#666;font-size:.8rem}.media-label{padding:.5rem;font-size:.78rem;line-height:1.25;word-break:break-word}.media-card .tag-chip-row{margin-top:auto;padding:0 .5rem .5rem}.compact-cards .card-grid-lg .media-card .tag-chip-row{display:none}.sculpt-name{margin:.5rem 0 1rem}.sculpt-info{margin-bottom:1.5rem}.sculpt-layout{display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.sculpt-info{flex:1.4 1 320px;min-width:280px}.sculpt-media{flex:1 1 280px;min-width:260px}.sculpt-fields{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;margin:0}@media(max-width:700px){.sculpt-fields{grid-template-columns:repeat(4,1fr)}}@media(max-width:460px){.sculpt-fields{grid-template-columns:repeat(2,1fr)}}.sculpt-fields .field{background:#1c1c1c;border:1px solid #2e2e2e;border-radius:6px;padding:.5rem .75rem}.sculpt-fields dt{font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:.03em}.sculpt-fields dd{margin:.2rem 0 0;font-size:.95rem}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;align-items:start}@media(max-width:700px){.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:460px){.gallery{grid-template-columns:1fr}}.gallery-item{display:block;border:1px solid #333;border-radius:8px;overflow:hidden;background:#151515}.gallery-item img{width:100%;height:auto;display:block;background:#151515}.gallery-item:hover{border-color:#4a90d9}.home-hero,.home-section,.home-callout,.home-grid,.home-steps{margin:1.5rem 0}.home-hero{position:relative;padding:3rem 2rem;border:1px solid #333;border-radius:12px;background:linear-gradient(135deg,#202020,#171717);text-align:center;overflow:hidden}.home-hero h1{margin:0 0 .6rem;font-size:2rem}.home-hero p{margin:0 auto;max-width:640px;color:#b9b9b9;line-height:1.6}.home-hero .home-actions{margin-top:1.4rem}.home-hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}.home-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1414148c,#141414cc)}.home-hero-content{position:relative;z-index:2}.home-hero-content p{color:#dcdcdc}.home-hero.video-off .home-hero-video,.home-hero.video-off .home-hero-overlay{display:none}.home-hero-toggle{position:absolute;top:.7rem;right:.7rem;z-index:3;padding:.35rem .7rem;border:1px solid #4a4a4a;border-radius:6px;background:#14141499;color:#ddd;font-size:.8rem;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.home-hero-toggle:hover{border-color:#4a90d9;color:#fff;background:#141414cc}.home-hero:not(.has-video) .home-hero-toggle{display:none}.home-section h2{margin:0 0 .6rem;font-size:1.4rem;border-bottom:1px solid #2c2c2c;padding-bottom:.4rem}.home-section p{margin:.6rem 0;color:#c8c8c8;line-height:1.65;max-width:70ch}.home-section ul{margin:.6rem 0;padding-left:1.2rem;color:#c8c8c8;line-height:1.7}.home-callout{padding:1rem 1.2rem;border:1px solid #2f4a63;border-left-width:4px;border-radius:8px;background:#4a90d914}.home-callout h3{margin:0 0 .35rem;font-size:1.05rem;color:#cfe3f7}.home-callout p{margin:0;color:#cbd6e0;line-height:1.6}.home-callout--warn{border-color:#6b5320;background:#d2992214}.home-callout--warn h3{color:#f0d59a}.home-callout--success{border-color:#2f5a37;background:#3fb95014}.home-callout--success h3{color:#a9e2b3}.home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.home-card{display:block;padding:1.2rem;border:1px solid #333;border-radius:10px;background:#202020;color:inherit;text-decoration:none;transition:border-color .15s,transform .15s,background .15s}a.home-card:hover{border-color:#4a90d9;transform:translateY(-2px);background:#242424}.home-card-icon{font-size:1.6rem;line-height:1}.home-card h3{margin:.6rem 0 .35rem;font-size:1.1rem}.home-card p{margin:0;color:#a8a8a8;font-size:.9rem;line-height:1.55}.home-steps{list-style:none;margin:1.5rem 0;padding:0;counter-reset:step;display:grid;gap:.8rem}.home-steps li{position:relative;padding:.9rem 1rem .9rem 3.2rem;border:1px solid #333;border-radius:8px;background:#1c1c1c;line-height:1.55}.home-steps li:before{counter-increment:step;content:counter(step);position:absolute;left:.9rem;top:50%;transform:translateY(-50%);width:1.7rem;height:1.7rem;display:grid;place-items:center;border-radius:50%;background:var(--accent-color);color:#fff;font-weight:700;font-size:.9rem}.home-actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.home-btn{display:inline-block;padding:.6rem 1.2rem;border:1px solid #444;border-radius:8px;background:#232323;color:var(--text-color);text-decoration:none;font-weight:600;transition:background .15s,border-color .15s,color .15s}.home-btn:hover{border-color:#4a90d9;background:#2c2c2c;color:#fff}.home-btn--primary{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.home-btn--primary:hover{background:#34506b;border-color:#34506b}
