.device-category-grid{--dcg-bg:#f6f4ed;--dcg-card-bg:#ffffff;--dcg-card-border:rgba(0,0,0,0.06);--dcg-card-shadow:0 1px 3px rgba(15,23,42,0.04),0 8px 24px rgba(15,23,42,0.06);--dcg-title-color:#0f172a;--dcg-text-color:#0f172a;--dcg-muted-color:rgba(15,23,42,0.55);--dcg-accent:#b81f1f;--dcg-accent-soft:rgba(184,31,31,0.08);background:var(--dcg-bg);padding:64px 0 56px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.device-category-grid *{box-sizing:border-box}.device-category-grid .dcg-wrap{max-width:1180px;margin:0 auto;padding:0 24px}.device-category-grid .dcg-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:32px}.device-category-grid .dcg-title{font-size:clamp(34px,4vw,48px);font-weight:800;letter-spacing:-.02em;line-height:1;margin:0;color:var(--dcg-title-color)}.device-category-grid .dcg-period{color:var(--dcg-accent)}.device-category-grid .dcg-manual{margin:0;font-size:14px;color:var(--dcg-muted-color);font-weight:500}.device-category-grid .dcg-manual a{color:var(--dcg-accent);text-decoration:underline;text-underline-offset:3px;font-weight:600}.device-category-grid .dcg-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width:1024px){.device-category-grid .dcg-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.device-category-grid .dcg-cards{grid-template-columns:1fr}}.device-category-grid .dcg-card{position:relative;display:flex;flex-direction:column;background:var(--dcg-card-bg);border:1px solid var(--dcg-card-border);border-radius:14px;padding:16px;text-decoration:none;color:var(--dcg-text-color);box-shadow:var(--dcg-card-shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.device-category-grid .dcg-card:hover{transform:translateY(-2px);border-color:rgba(184,31,31,.25);box-shadow:0 4px 12px rgba(15,23,42,.06),0 16px 40px rgba(184,31,31,.12)}.device-category-grid .dcg-card-top{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--dcg-muted-color)}.device-category-grid .dcg-tag{display:inline-flex;align-items:center;gap:6px}.device-category-grid .dcg-tag-dot{width:6px;height:6px;border-radius:50%;background:var(--dcg-accent);display:inline-block}.device-category-grid .dcg-models{font-weight:500;letter-spacing:.04em}.device-category-grid .dcg-image-wrap{display:flex;align-items:center;justify-content:center;margin:18px auto 14px;width:100%;height:124px;overflow:hidden}.device-category-grid .dcg-image{max-height:124px;max-width:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.device-category-grid .dcg-card-manual{background:linear-gradient(180deg,rgba(255,255,255,.6),var(--dcg-card-bg))}.device-category-grid .dcg-manual-placeholder{position:relative;width:100%;height:100%;border:1.5px dashed rgba(15,23,42,.18);border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.4)}.device-category-grid .dcg-manual-text{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--dcg-muted-color)}.device-category-grid .dcg-manual-corner{position:absolute;width:10px;height:10px;border-color:var(--dcg-accent);border-style:solid}.device-category-grid .dcg-tl{top:6px;left:6px;border-width:2px 0 0 2px}.device-category-grid .dcg-tr{top:6px;right:6px;border-width:2px 2px 0 0}.device-category-grid .dcg-bl{bottom:6px;left:6px;border-width:0 0 2px 2px}.device-category-grid .dcg-br{bottom:6px;right:6px;border-width:0 2px 2px 0}.device-category-grid .dcg-card-title{font-size:18px;font-weight:700;margin:0 0 4px;letter-spacing:-.01em;color:var(--dcg-title-color)}.device-category-grid .dcg-desc{margin:0 0 14px;font-size:13px;line-height:1.5;color:var(--dcg-muted-color)}.device-category-grid .dcg-foot{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto}.device-category-grid .dcg-price-block{display:flex;flex-direction:column}.device-category-grid .dcg-up-to{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--dcg-muted-color)}.device-category-grid .dcg-price{font-size:18px;font-weight:700;color:var(--dcg-accent);letter-spacing:-.01em;margin-top:2px}.device-category-grid .dcg-card-manual .dcg-price{font-size:16px}.device-category-grid .dcg-arrow{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--dcg-accent);color:#fff;font-size:14px;font-weight:600;transition:transform .18s ease,background .18s ease}.device-category-grid .dcg-card:hover .dcg-arrow{transform:translateX(2px);background:#8a0f0f}.device-category-grid .dcg-strip{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:24px;padding:14px 20px;border:1px solid var(--dcg-card-border);border-radius:999px;background:var(--dcg-card-bg)}.device-category-grid .dcg-strip-left,.device-category-grid .dcg-strip-right{margin:0;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--dcg-muted-color)}.device-category-grid .dcg-strip-right{display:inline-flex;flex-wrap:wrap;gap:16px}.device-category-grid .dcg-strip-right>span{display:inline-flex;align-items:center;gap:6px}.device-category-grid .dcg-strip-dot{width:6px;height:6px;border-radius:50%;background:rgba(15,23,42,.45);display:inline-block}.device-category-grid .dcg-strip-dot-red{background:var(--dcg-accent)}.theme-convert .device-category-grid{--dcg-bg:#ffffff;--dcg-card-bg:#ffffff;--dcg-card-border:rgba(15,23,42,0.08);--dcg-card-shadow:0 1px 3px rgba(15,23,42,0.05),0 12px 28px rgba(184,31,31,0.08);--dcg-accent:var(--brand,#b81f1f)}.theme-fleet .device-category-grid{--dcg-bg:#0a1424;--dcg-card-bg:#ffffff;--dcg-card-border:rgba(15,23,42,0.08);--dcg-card-shadow:0 1px 3px rgba(0,0,0,0.4),0 16px 40px rgba(0,0,0,0.35);--dcg-title-color:#ffffff;--dcg-text-color:#e2e8f0;--dcg-muted-color:rgba(226,232,240,0.65);--dcg-accent:#3b82f6;--dcg-accent-soft:rgba(59,130,246,0.16)}.theme-fleet .device-category-grid .dcg-card,.theme-fleet .device-category-grid .dcg-card-title{color:#0f172a}.theme-fleet .device-category-grid .dcg-card-top,.theme-fleet .device-category-grid .dcg-desc,.theme-fleet .device-category-grid .dcg-manual-text,.theme-fleet .device-category-grid .dcg-up-to{color:rgba(15,23,42,.55)}.theme-fleet .device-category-grid .dcg-manual-placeholder{border-color:rgba(15,23,42,.18)}.theme-fleet .device-category-grid .dcg-card:hover{border-color:rgba(59,130,246,.4);box-shadow:0 4px 12px rgba(0,0,0,.3),0 16px 40px rgba(59,130,246,.18)}.theme-fleet .device-category-grid .dcg-strip{background:rgba(255,255,255,.03)}.theme-fleet .device-category-grid .dcg-card:hover .dcg-arrow{background:#2563eb}