.hc-board{--hc-primary: #2563eb;--hc-primary-soft: rgba(37, 99, 235, .08);--hc-hot: #ef4444;--hc-hot-soft: rgba(239, 68, 68, .1);--hc-hot-border: rgba(239, 68, 68, .24);--hc-warm: #f59e0b;--hc-warm-soft: rgba(245, 158, 11, .1);--hc-warm-border: rgba(245, 158, 11, .24);--hc-cold: #3b82f6;--hc-cold-soft: rgba(59, 130, 246, .1);--hc-cold-border: rgba(59, 130, 246, .24);--hc-border: rgba(15, 23, 42, .09);--hc-border-strong: rgba(15, 23, 42, .14);--hc-text: #0f172a;--hc-muted: #64748b;--hc-surface: #ffffff;--hc-surface-soft: #f8fafc;--hc-surface-hover: #f1f5f9;width:100%;padding:1.25rem;border:1px solid var(--hc-border);border-radius:1.25rem;background:var(--hc-surface);color:var(--hc-text)}.hc-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-top:1.15rem}.hc-toolbar-first{margin-top:0}.hc-toolbar-controls{min-width:0;display:flex;align-items:flex-end;flex-wrap:wrap;gap:.85rem}.hc-control-label{display:flex;align-items:center;gap:.35rem;margin-bottom:.45rem;color:var(--hc-muted);font-size:.69rem;font-weight:800;text-transform:uppercase;letter-spacing:.045em}.hc-control-label .material-icons-outlined{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin:0;padding:0;font-size:16px;line-height:16px}.hc-position-control{width:220px;min-width:220px}.hc-position-select{min-height:43px;padding-top:.5rem;padding-bottom:.5rem;border:1px solid var(--hc-border);border-radius:.8rem;background-color:var(--hc-surface);color:var(--hc-text);font-size:.78rem;font-weight:700;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.hc-position-select:hover{border-color:var(--hc-border-strong)}.hc-position-select:focus{border-color:#2563eb73;box-shadow:0 0 0 .18rem #2563eb1a}.hc-lottery-filter-control{width:275px;min-width:275px}.hc-filter-button{width:100%;min-height:43px;display:inline-flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.5rem .8rem;border:1px solid var(--hc-border-strong);border-radius:.8rem;background:var(--hc-surface);color:var(--hc-text);font-size:.78rem;font-weight:700;text-align:left;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.hc-filter-button:hover{border-color:#2563eb59;background:var(--hc-surface-soft);color:var(--hc-text)}.hc-filter-button:focus,.hc-filter-button:focus-visible{border-color:#2563eb73;box-shadow:0 0 0 .18rem #2563eb1a}.hc-filter-button>span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hc-filter-button .material-icons-outlined{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin:0;padding:0;font-size:18px;line-height:18px}.hc-filter-button .badge{flex:0 0 auto;min-width:20px;padding:.2rem .4rem;font-size:.62rem}.hc-filter-chevron{margin-left:auto!important;color:var(--hc-muted)}.hc-legend{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.65rem .9rem;padding-bottom:.25rem}.hc-legend-item{display:inline-flex;align-items:center;gap:.35rem;color:var(--hc-muted);font-size:.68rem;font-weight:700;white-space:nowrap}.hc-dot{width:8px;height:8px;flex:0 0 8px;display:inline-block;border-radius:999px}.hc-hot{background:var(--hc-hot)}.hc-warm{background:var(--hc-warm)}.hc-cold{background:var(--hc-cold)}.hc-empty{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:1.15rem;padding:2rem;border:1px dashed var(--hc-border-strong);border-radius:1rem;background:var(--hc-surface-soft);text-align:center}.hc-empty h5{color:var(--hc-text)}.hc-empty p{max-width:480px;font-size:.82rem;line-height:1.5}.hc-empty-icon{width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.9rem;border-radius:1rem;background:var(--hc-hot-soft);color:var(--hc-hot)}.hc-empty-icon .material-icons-outlined{font-size:30px}.hc-loading{min-height:260px;display:flex;align-items:center;justify-content:center;gap:.6rem;color:var(--hc-muted);font-size:.82rem;font-weight:600}.hc-loading .spinner-border{color:var(--hc-primary)}.hc-results-toolbar{display:flex;align-items:center;justify-content:flex-end;margin-top:1.25rem;margin-bottom:.85rem}.hc-active-filter{display:inline-flex;align-items:center;gap:.4rem;max-width:100%;padding:.42rem .7rem;border-radius:999px;background:var(--hc-primary-soft);color:var(--hc-primary);font-size:.68rem;font-weight:800}.hc-active-filter .material-icons-outlined{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:16px;line-height:16px}.hc-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:.8rem}.hc-tile{--hc-status-color: var(--hc-warm);--hc-status-soft: var(--hc-warm-soft);--hc-status-border: var(--hc-warm-border);position:relative;min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--hc-border);border-radius:1rem;background:var(--hc-surface);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.hc-tile[data-status=caliente]{--hc-status-color: var(--hc-hot);--hc-status-soft: var(--hc-hot-soft);--hc-status-border: var(--hc-hot-border)}.hc-tile[data-status=tibio]{--hc-status-color: var(--hc-warm);--hc-status-soft: var(--hc-warm-soft);--hc-status-border: var(--hc-warm-border)}.hc-tile[data-status=frio]{--hc-status-color: var(--hc-cold);--hc-status-soft: var(--hc-cold-soft);--hc-status-border: var(--hc-cold-border)}.hc-tile:hover{transform:translateY(-3px);border-color:var(--hc-status-border);box-shadow:0 12px 28px #0f172a17}.hc-tile-accent{width:100%;height:4px;flex:0 0 4px;background:var(--hc-status-color)}.hc-tile-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.8rem .9rem 0}.hc-tile-status-dot{width:8px;height:8px;flex:0 0 8px;border-radius:999px;background:var(--hc-status-color);box-shadow:0 0 0 4px var(--hc-status-soft)}.hc-tile-emoji{width:30px;height:30px;flex:0 0 30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--hc-status-border);border-radius:.7rem;background:var(--hc-status-soft);font-size:1rem;line-height:1}.hc-tile-center{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.8rem .75rem 1rem;text-align:center}.hc-tile-number{color:var(--hc-text);font-size:2.5rem;font-weight:900;line-height:1;letter-spacing:-.06em}.hc-tile-number-caption{margin-top:.3rem;color:var(--hc-muted);font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hc-tile-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 .8rem .8rem;overflow:hidden;border:1px solid var(--hc-border);border-radius:.8rem;background:var(--hc-surface-soft)}.hc-tile-stat{min-width:0;padding:.7rem .5rem;text-align:center}.hc-tile-stat+.hc-tile-stat{border-left:1px solid var(--hc-border)}.hc-tile-stat-value{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;min-width:0}.hc-tile-stat-value strong{color:var(--hc-text);font-size:.88rem;font-weight:800;line-height:1.15}.hc-tile-stat-icon{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;font-size:17px!important;line-height:17px!important;color:var(--hc-muted)}.hc-tile-stat-label{display:block;margin-top:.18rem;color:var(--hc-muted);font-size:.56rem;font-weight:700;line-height:1.25}.hc-tile-stat[data-type=appearances] .hc-tile-stat-icon{color:#16a34a}.hc-tile-stat[data-type=recent] .hc-tile-stat-icon{color:#2563eb}.hc-tile-stat[data-type=sleeping] .hc-tile-stat-icon{color:#8b5cf6}.hc-tile-stat[data-type=sleeping]{background:linear-gradient(180deg,rgba(139,92,246,.035),transparent)}.hc-tile-stat[data-type=without-reference] .hc-tile-stat-icon{color:var(--hc-muted);opacity:.75}.hc-tile-detail-button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding:.7rem .9rem;border:0;border-top:1px solid var(--hc-border);background:transparent;color:var(--hc-muted);font-size:.68rem;font-weight:800;cursor:pointer;transition:background-color .15s ease,color .15s ease}.hc-tile-detail-button:hover{background:var(--hc-status-soft);color:var(--hc-status-color)}.hc-tile-detail-button:focus-visible{outline:2px solid var(--hc-status-border);outline-offset:-2px}.hc-tile-detail-button .material-icons-outlined{font-size:17px;transition:transform .15s ease}.hc-tile-detail-button:hover .material-icons-outlined{transform:translate(2px)}.hc-grid-empty{grid-column:1 / -1;padding:3rem 1rem;border:1px dashed var(--hc-border-strong);border-radius:1rem;background:var(--hc-surface-soft);color:var(--hc-muted);text-align:center;font-size:.82rem}#hotColdLotteryFilterModal .modal-dialog,#hotNumberDetailModal .modal-dialog{isolation:isolate}#hotColdLotteryFilterModal .modal-content{overflow:hidden;border:1px solid rgba(15,23,42,.1);background-color:#fff!important;color:#0f172a;opacity:1!important}#hotColdLotteryFilterModal .modal-header,#hotColdLotteryFilterModal .modal-body,#hotColdLotteryFilterModal .modal-footer{background-color:#fff!important}#hotColdLotteryFilterModal .modal-header,#hotColdLotteryFilterModal .modal-footer{border-color:#0f172a17}.hc-filter-modes{display:grid;gap:.65rem}.hc-filter-mode{display:flex;align-items:center;gap:.7rem;padding:.8rem;border:1px solid rgba(15,23,42,.09);border-radius:.85rem;background:#fff;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.hc-filter-mode:hover{transform:translateY(-1px);border-color:#2563eb47;background:#2563eb0a}.hc-filter-mode:has(.hc-filter-mode-input:checked){border-color:#2563eb59;background:#2563eb12}.hc-filter-mode-input{flex:0 0 auto;margin:0}.hc-filter-mode-icon{width:38px;height:38px;flex:0 0 38px;display:inline-flex;align-items:center;justify-content:center;border-radius:.7rem;background:#f8fafc;color:var(--hc-primary)}.hc-filter-mode-icon .material-icons-outlined{font-size:20px}.hc-filter-mode>span:last-child{min-width:0}.hc-filter-mode strong,.hc-filter-mode small{display:block}.hc-filter-mode strong{color:#0f172a;font-size:.81rem}.hc-filter-mode small{margin-top:.1rem;color:#64748b;font-size:.68rem;line-height:1.4}.hc-lottery-option{min-width:0;height:100%;display:flex;align-items:center;gap:.6rem;padding:.68rem;border:1px solid rgba(15,23,42,.09);border-radius:.8rem;background:#fff;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.hc-lottery-option:hover{transform:translateY(-1px);border-color:#2563eb47;background:#2563eb0a}.hc-lottery-option:has(.hc-lottery-checkbox:checked){border-color:#2563eb59;background:#2563eb12}.hc-lottery-checkbox{flex:0 0 auto}.hc-lottery-image{width:36px;height:36px;flex:0 0 36px;-o-object-fit:contain;object-fit:contain;padding:3px;border:1px solid rgba(15,23,42,.09);border-radius:50%;background:#fff}.hc-lottery-content{min-width:0}.hc-lottery-content strong,.hc-lottery-content small{display:block}.hc-lottery-content strong{overflow:hidden;color:#0f172a;font-size:.74rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.hc-lottery-content small{margin-top:.1rem;color:#64748b;font-size:.63rem}#hotNumberDetailModal .modal-dialog{max-width:520px}#hotNumberDetailModal .modal-content{overflow:hidden;border:1px solid rgba(15,23,42,.1);background-color:#fff!important;color:#0f172a;opacity:1!important}#hotNumberDetailModal .modal-header,#hotNumberDetailModal .modal-body{background-color:#fff!important}#hotNumberDetailModal .modal-header{border-bottom:1px solid rgba(15,23,42,.09)}.hc-detail-modal-number{--hc-detail-status-color: #f59e0b;--hc-detail-status-soft: rgba(245, 158, 11, .1);--hc-detail-status-border: rgba(245, 158, 11, .24);width:54px;height:54px;flex:0 0 54px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--hc-detail-status-border);border-radius:1rem;background:var(--hc-detail-status-soft);color:var(--hc-detail-status-color);font-size:1.45rem;font-weight:900}.hc-detail-modal-number[data-status=caliente]{--hc-detail-status-color: #ef4444;--hc-detail-status-soft: rgba(239, 68, 68, .1);--hc-detail-status-border: rgba(239, 68, 68, .24)}.hc-detail-modal-number[data-status=tibio]{--hc-detail-status-color: #f59e0b;--hc-detail-status-soft: rgba(245, 158, 11, .1);--hc-detail-status-border: rgba(245, 158, 11, .24)}.hc-detail-modal-number[data-status=frio]{--hc-detail-status-color: #3b82f6;--hc-detail-status-soft: rgba(59, 130, 246, .1);--hc-detail-status-border: rgba(59, 130, 246, .24)}.hc-detail-modal-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.hc-detail-modal-metric{min-width:0;padding:.85rem;border:1px solid rgba(15,23,42,.09);border-radius:.85rem;background:#f8fafc}.hc-detail-modal-metric>span{display:block;margin-bottom:.25rem;color:#64748b;font-size:.61rem;font-weight:700;line-height:1.35}.hc-detail-modal-metric>strong{display:block;color:#0f172a;font-size:.79rem;font-weight:800;line-height:1.4}.hc-detail-modal-status[data-status=caliente]{color:#ef4444}.hc-detail-modal-status[data-status=tibio]{color:#f59e0b}.hc-detail-modal-status[data-status=frio]{color:#3b82f6}.hc-detail-modal-section{margin-top:1rem}.hc-detail-modal-section-title{display:flex;align-items:center;gap:.4rem;margin-bottom:.65rem;color:#64748b;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.hc-detail-modal-section-title .material-icons-outlined{font-size:17px}.hc-detail-modal-last-seen{padding:.9rem;border:1px solid rgba(15,23,42,.09);border-radius:.85rem;background:#f8fafc}.hc-detail-modal-date{display:block;color:#0f172a;font-size:.84rem}.hc-detail-modal-lottery{display:flex;align-items:center;gap:.65rem;margin-top:.75rem}.hc-detail-modal-lottery-image{width:40px;height:40px;flex:0 0 40px;-o-object-fit:contain;object-fit:contain;padding:3px;border:1px solid rgba(15,23,42,.09);border-radius:50%;background:#fff}.hc-detail-modal-lottery-content{min-width:0}.hc-detail-modal-lottery-content strong,.hc-detail-modal-lottery-content small{display:block}.hc-detail-modal-lottery-content strong{color:#0f172a;font-size:.78rem}.hc-detail-modal-lottery-content small{margin-top:.1rem;color:#64748b;font-size:.66rem}.hc-detail-modal-empty{color:#64748b;font-size:.76rem}.modal-backdrop{background-color:#000}@media(max-width:1399.98px){.hc-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1199.98px){.hc-toolbar{align-items:stretch;flex-direction:column}.hc-toolbar-controls{width:100%}.hc-legend{justify-content:flex-start}.hc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:991.98px){.hc-position-control,.hc-lottery-filter-control{flex:1 1 240px;width:auto;min-width:0}.hc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.hc-board{padding:1rem;border-radius:1rem}.hc-toolbar{gap:.8rem}.hc-toolbar-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:.7rem}.hc-position-control,.hc-lottery-filter-control{width:100%;min-width:0}.hc-position-select,.hc-filter-button{width:100%}.hc-control-label{font-size:.63rem}.hc-legend{gap:.5rem .7rem}.hc-results-toolbar{justify-content:flex-start;margin-top:1rem}.hc-active-filter{max-width:100%;white-space:normal}.hc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.hc-tile-top{padding:.7rem .75rem 0}.hc-tile-center{padding:.7rem .5rem .85rem}.hc-tile-number{font-size:2.15rem}.hc-tile-stats{margin:0 .65rem .65rem}.hc-tile-stat{padding:.6rem .35rem}.hc-tile-stat-value{gap:.2rem}.hc-tile-stat-icon{width:16px;height:16px;font-size:16px!important;line-height:16px!important}.hc-tile-detail-button{padding:.65rem .75rem}#hotColdLotteryFilterModal .modal-dialog,#hotNumberDetailModal .modal-dialog{margin:.75rem}}@media(max-width:520px){.hc-toolbar-controls{grid-template-columns:1fr}.hc-position-control,.hc-lottery-filter-control{width:100%}.hc-detail-modal-summary{grid-template-columns:1fr}}@media(max-width:380px){.hc-grid{grid-template-columns:1fr}.hc-tile-number{font-size:2.35rem}}
