.extremes-card-container{margin-top:1.5rem}.extremes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.85rem;width:100%}.extreme-row{display:flex;align-items:center;justify-content:space-between;padding:0.6rem 0.8rem;background:var(--table-row-even);border-radius:6px;border-left:4px solid var(--border-color);font-size:0.95rem;transition:all 0.2s ease}.extreme-row:hover{background:var(--table-row-hover);transform:translateX(3px)}.extreme-row.t-max{border-left-color:#dc3545}.extreme-row.t-min{border-left-color:#007bff}.extreme-row.rain{border-left-color:#28a745}.extreme-row.wind{border-left-color:#fd7e14}.extreme-row.dry{border-left-color:#ffc107}.extreme-row.pressure-high{border-left-color:#17a2b8}.extreme-row.pressure-low{border-left-color:#6c757d}.extreme-label{display:flex;align-items:center;gap:0.75rem;font-weight:600}.extreme-value-box{text-align:right}.extreme-value{font-size:1.15rem;font-weight:700;color:var(--text-color);display:block}.extreme-storm-badge{font-size:0.85em;font-weight:600;color:#ff4757;background-color:rgba(255,71,87,0.1);padding:2px 8px;border-radius:20px;margin-left:6px;display:inline-block;vertical-align:middle}.extreme-date{font-size:0.85rem;color:var(--primary-color);text-decoration:none;font-weight:600;transition:opacity 0.2s}.extreme-date:hover{text-decoration:underline;opacity:0.85}.extremes-table{width:100%;border-collapse:collapse}.extremes-table th{background-color:var(--table-header-bg);color:var(--table-header-text);padding:10px;font-weight:600;text-align:center}.extremes-table td{padding:10px;border-bottom:1px solid var(--border-color);text-align:center}.extremes-table tr:hover{background-color:var(--table-row-hover)}.table-link{color:var(--primary-color);text-decoration:none;font-weight:600}.table-link:hover{text-decoration:underline}.periods-container{display:flex;flex-direction:column;gap:1.5rem;margin-top:0.5rem}.toplists-row{display:grid;grid-template-columns:1fr;gap:1.5rem}.stats-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:768px){.toplists-row{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}}.period-box{background:var(--card-bg,#ffffff);border:1px solid var(--border-color,#e2e8f0);border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.period-box.full-width{width:100%}.period-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--primary-color);display:flex;align-items:center;gap:0.5rem;border-bottom:2px solid var(--border-color);padding-bottom:0.5rem}.period-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.75rem}.period-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:0.5rem;border-bottom:1px dashed var(--border-color,#e2e8f0)}.period-item:last-child{border-bottom:none;padding-bottom:0}.period-duration{font-size:1.1rem;font-weight:700;color:var(--text-color)}.period-dates{font-size:0.85rem;color:var(--secondary-color);text-align:right}.period-dates a{color:var(--primary-color);text-decoration:none;font-weight:600;transition:opacity 0.2s}.period-dates a:hover{text-decoration:underline;opacity:0.85}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:0.6rem 0.8rem;border-radius:6px;background:var(--table-row-even);border-left:4px solid var(--border-color);margin-bottom:0.5rem;transition:all 0.2s ease}.stat-item:hover{background:var(--table-row-hover);transform:translateX(3px)}.stat-item:last-child{margin-bottom:0}.stat-item.t-max{border-left-color:#dc3545}.stat-item.t-min{border-left-color:#007bff}.stat-item.rain{border-left-color:#28a745}.stat-item.wind{border-left-color:#fd7e14}.stat-item.dry{border-left-color:#ffc107}.stat-item.pressure-high{border-left-color:#17a2b8}.stat-item.pressure-low{border-left-color:#6c757d}.stat-label{display:flex;align-items:center;gap:0.5rem;font-weight:600}.stat-value{text-align:right;font-weight:700;font-size:1.05rem}.records-since-badge{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.8rem;font-weight:600;color:var(--primary-color);background-color:var(--table-row-hover);border:1px solid var(--border-color);padding:4px 12px;border-radius:20px;box-shadow:0 1px 2px rgba(0,0,0,0.02)}.extremes-minmax-responsive{overflow-x:auto}.extremes-minmax-table{width:100%;border-collapse:collapse;text-align:right;font-size:0.9rem}.extremes-minmax-table thead tr{border-bottom:2px solid var(--border-color);font-weight:600}.extremes-minmax-table th{padding:0.5rem}.extremes-minmax-table th.text-left,.extremes-minmax-table td.text-left{text-align:left}.extremes-minmax-table tbody tr{border-bottom:1px solid var(--border-color)}.extremes-minmax-table td{padding:0.6rem 0.5rem}@media (max-width:768px){.extremes-minmax-responsive{overflow-x:auto !important;-webkit-overflow-scrolling:touch;margin-left:-1.2rem;margin-right:-1.2rem;padding-left:1.2rem;padding-right:1.2rem}.extremes-minmax-table{min-width:500px}.extremes-minmax-table th,.extremes-minmax-table td{padding:0.5rem 0.35rem;font-size:0.8rem}}