.modal-overlay{z-index:1100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.template-modal-content{background:var(--bg-page);border:1px solid var(--border-highlight);border-radius:16px;flex-direction:column;width:95%;max-width:1080px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 64px #000c}.template-modal-header{background:var(--bg-binder);border-bottom:1px solid var(--border-glass);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.template-modal-header h2{font-family:var(--font-display);color:var(--accent-color);margin:0;font-size:1.4rem}.template-modal-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s}.template-modal-close:hover{color:var(--text-primary)}.template-modal-body{background:#111;flex-direction:column;flex:1;align-items:center;padding:24px;display:flex;overflow-y:auto}.template-instructions{color:var(--text-secondary);text-align:center;margin-top:0;margin-bottom:20px;font-size:.9rem}.template-preview-wrapper{background:#0a0a0a;border:1px solid #fff0d21a;border-radius:8px;justify-content:center;align-items:flex-start;width:100%;max-height:500px;padding:16px;display:flex;overflow:auto}.template-canvas{background:#161410;border-radius:0;flex-shrink:0;width:1000px;padding:30px}.template-brand{font-family:var(--font-display);color:#c9a96e80;text-transform:uppercase;letter-spacing:.2em;margin-bottom:8px;font-size:.9rem}.template-header-row{border-bottom:1px solid #c9a96e4d;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:24px;padding-bottom:16px;display:flex}.template-title{font-family:var(--font-display);color:#fff;margin:0;font-size:1.8rem}.template-header-right{align-items:baseline;gap:16px;display:flex}.template-stats{color:#34d399;font-size:1.1rem;font-weight:700}.template-collector{color:#ffffffb3;font-size:.9rem}.template-members-container{flex-direction:column;gap:40px;display:flex}.template-member-section{flex-direction:column;gap:16px;display:flex}.template-member-title{font-family:var(--font-display);color:var(--accent-color);border-bottom:1px solid #c9a96e4d;margin:0;padding-bottom:8px;font-size:1.5rem}.template-cards-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.template-card-wrapper{flex-direction:column;align-items:center;gap:6px;width:100%;display:flex}.template-image-container{background:#222;border:1px solid #ffffff1a;border-radius:6px;width:100%;height:0;padding-bottom:154.54%;position:relative;overflow:hidden}.template-img{object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.template-missing-overlay{-webkit-backdrop-filter:grayscale();backdrop-filter:grayscale();background:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.template-card-wrapper.missing .template-img{filter:grayscale();opacity:.6}.template-no-image{color:#fff3;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;display:flex}.template-check-badge{color:#111;background:#34d399;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:6px;right:6px;box-shadow:0 2px 8px #00000080}.template-pill-label{letter-spacing:.05em;z-index:5;text-transform:uppercase;border:1px solid #ffffff59;border-radius:6px;padding:4px 9px;font-size:.82rem;font-weight:900;position:absolute;top:6px;right:6px;box-shadow:0 2px 6px #000000a6}.template-pill-label.label-want{color:#fff;background:#ef4444f2;box-shadow:0 0 10px #ef444466}.template-pill-label.label-trade{color:#fff;background:#3b82f6f2;box-shadow:0 0 10px #3b82f666}.template-pill-label.label-sale{color:#fff;background:#10b981f2;box-shadow:0 0 10px #10b98166}.template-pill-label.label-sale-trade{color:#fff;background:linear-gradient(135deg,#10b981f2,#3b82f6f2);box-shadow:0 0 10px #10b98166}.template-pill-label.label-both{color:#fff;background:linear-gradient(135deg,#ef4444f2,#3b82f6f2);box-shadow:0 0 10px #a855f766}.template-card-label{color:#ffffffb3;text-align:center;font-size:.7rem;line-height:1.2}.template-modal-footer{background:var(--bg-binder);border-top:1px solid var(--border-glass);justify-content:flex-end;padding:20px 24px;display:flex}.template-download-btn{background:var(--accent-color);color:#111;font-family:var(--font-body);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:all .2s;display:flex}.template-download-btn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.template-download-btn:disabled{opacity:.7;cursor:not-allowed}.template-modal-filters{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:10px;display:flex}.template-filter-item{width:200px}.template-filter-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:auto;min-height:31px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}@media (max-width:640px){.template-modal-filters{grid-template-columns:1fr 1fr;gap:8px;display:grid}.template-filter-item{width:100%}.template-filter-checkbox{text-align:center;gap:6px;width:100%;padding:6px 8px;font-size:.78rem}}
