.fbc-device-filters{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 16px;padding:14px 16px;background:#fff;border:1px solid #d9e2ef;border-radius:16px;box-shadow:0 8px 20px rgba(32,53,84,.08)}
.fbc-device-filters-label{font-weight:800;color:#0f1f4a}
.fbc-device-filters-options{display:flex;flex-wrap:wrap;gap:10px}
.fbc-device-filter-option{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#0f172a;font-weight:600;cursor:pointer}
.fbc-device-filter-option input{margin:0}
#fbc-device-feed{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;position:relative;z-index:1;clear:both}
#fbc-device-feed .fbc-device-card{background:#fff;border:1px solid #d9e2ef;border-radius:18px;box-shadow:0 10px 24px rgba(32,53,84,.10);overflow:hidden;position:relative;display:flex;flex-direction:column;min-width:0}
#fbc-device-feed .fbc-device-card[hidden]{display:none !important}
#fbc-device-feed .fbc-device-gallery{position:relative}
#fbc-device-feed .fbc-device-main{position:relative}
#fbc-device-feed .fbc-device-image{width:100%;height:190px;object-fit:cover;display:block;position:relative;z-index:1}
#fbc-device-feed .fbc-device-badge{position:absolute;left:10px;top:10px;background:rgba(15,23,42,.7);color:#fff;font-size:.75rem;padding:4px 8px;border-radius:999px;z-index:3}
#fbc-device-feed .fbc-device-title{position:absolute;left:12px;right:12px;bottom:12px;z-index:3;color:#fff;font-weight:800;text-shadow:0 2px 12px rgba(0,0,0,.45)}
#fbc-device-feed .fbc-device-thumbs{display:flex;gap:6px;margin-top:8px;padding:0 10px 10px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}
#fbc-device-feed .fbc-device-thumbs img{width:46px;height:34px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0;cursor:pointer;flex:0 0 auto}
#fbc-device-feed .fbc-device-card-body{padding:14px;display:flex;flex-direction:column;flex:1}
#fbc-device-feed .fbc-device-specs{width:100%;border-collapse:collapse}
#fbc-device-feed .fbc-device-specs th,#fbc-device-feed .fbc-device-specs td{padding:8px 0;border-bottom:1px solid #e5edf6;text-align:left;font-size:.95rem;vertical-align:top}
#fbc-device-feed .fbc-device-specs th{width:38%;color:#0f1f4a;font-weight:700;padding-right:12px}
#fbc-device-feed .fbc-device-specs td{color:#334155}
#fbc-device-feed .fbc-device-price{margin:14px 0;font-size:1.2rem;font-weight:800;color:#0f1f4a}
#fbc-device-feed .fbc-device-button{display:block;width:100%;text-align:center;background:#eff6ff;color:#0f1f4a;border:1px solid #c7d2fe;padding:12px 14px;position:relative;transition:all .2s ease;box-sizing:border-box;margin-top:auto;border-radius:12px}
#fbc-device-feed .fbc-device-button:hover{background:#dbeafe;color:#0f1f4a}
#fbc-device-feed .fbc-device-empty{background:#fff;border:1px solid #d9e2ef;border-radius:18px;box-shadow:0 10px 24px rgba(32,53,84,.10);padding:24px 20px;grid-column:1/-1;text-align:center;display:flex;align-items:center;justify-content:center;min-height:120px}
#fbc-device-feed .fbc-device-empty p{margin:0;font-size:1.08rem;line-height:1.45;font-weight:800;color:#0f1f4a;max-width:none;white-space:nowrap}
.fbc-device-no-results{margin-top:14px;background:#fff;border:1px solid #d9e2ef;border-radius:18px;box-shadow:0 10px 24px rgba(32,53,84,.10);padding:22px 20px;text-align:center}
.fbc-device-no-results p{margin:0;font-size:1.02rem;font-weight:700;color:#0f1f4a}
.fbc-gallery-modal,.fbc-device-modal{position:fixed;inset:0;display:none !important;z-index:9999}
.fbc-gallery-modal.open,.fbc-device-modal.open{display:block !important}
.fbc-gallery-backdrop,.fbc-device-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}
.fbc-gallery-content{position:relative;max-width:820px;margin:5vh auto;background:#fff;border-radius:16px;padding:14px;z-index:2}
.fbc-gallery-image-wrap{position:relative}
.fbc-gallery-main{width:100%;border-radius:12px;transition:opacity .2s ease;display:block;-webkit-user-drag:none;user-select:none}
.fbc-gallery-thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}
.fbc-gallery-thumbs img{width:90px;height:64px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0;cursor:pointer;flex:0 0 auto;-webkit-user-drag:none;user-select:none}
.fbc-gallery-close,.fbc-device-modal-close{position:absolute;right:10px;top:6px;background:#ef4444;color:#fff;border-radius:999px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;z-index:10}
.fbc-gallery-prev,.fbc-gallery-next{position:absolute;top:0;bottom:0;background:rgba(15,23,42,.35);color:#fff;border:0;width:48px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:32px;z-index:5}
.fbc-gallery-prev{left:0;border-top-left-radius:12px;border-bottom-left-radius:12px}
.fbc-gallery-next{right:0;border-top-right-radius:12px;border-bottom-right-radius:12px}
.fbc-gallery-title{font-weight:800;color:#0f1f4a;margin:10px 0}
.fbc-device-modal-content{position:relative;max-width:520px;margin:6vh auto;background:#fff;border-radius:16px;padding:18px;box-shadow:0 20px 50px rgba(15,23,42,.25);z-index:2}
.fbc-device-form-note{margin:0;color:#475569}
@media (max-width:1024px){#fbc-device-feed{grid-template-columns:1fr}}
@media (max-width:640px){#fbc-device-feed .fbc-device-empty p{white-space:normal}.fbc-device-filters{align-items:flex-start;flex-direction:column}}
