.admin-votes{padding:20px}.votes-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;font-family:var(--font-primary)}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--accent-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.votes-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:15px;border-left:4px solid var(--primary-color);font-family:var(--font-primary)}.stat-card.warning{border-left-color:#ff9800}.stat-card.success{border-left-color:#4caf50}.stat-card.info{border-left-color:#2196f3}.stat-icon{font-size:2rem;opacity:.8}.stat-info h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-color)}.stat-info p{margin:5px 0 0;font-size:.9rem;color:var(--text-muted)}.votes-filters{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a;display:flex;gap:20px;align-items:end;flex-wrap:wrap;font-family:var(--font-primary)}.filter-group{display:flex;flex-direction:column;gap:5px}.filter-group label{font-weight:600;color:var(--text-color);font-size:.9rem}.filter-group select,.filter-group input{padding:8px 12px;border:2px solid #e0e0e0;border-radius:8px;font-family:var(--font-primary);font-size:.9rem;min-width:150px}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(var(--accent-color-rgb),.1)}.votes-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.votes-table table{width:100%;border-collapse:collapse;font-family:var(--font-primary)}.votes-table th{background:var(--primary-color);color:#fff;padding:15px 10px;text-align:right;font-weight:600;font-size:.9rem}.votes-table td{padding:12px 10px;border-bottom:1px solid #f0f0f0;vertical-align:middle}.votes-table tr:hover{background-color:#f8f9fa}.votes-table tr.has-objection{background-color:#fff3cd;border-left:4px solid #ff9800}.vote-type{display:flex;align-items:center;gap:5px;font-size:.85rem}.content-preview{max-width:200px;font-size:.85rem;color:var(--text-color)}.user-info strong{display:block;color:var(--text-color);font-size:.85rem}.user-info small{color:var(--text-muted);font-size:.75rem}.vote-counts{display:flex;gap:8px;font-size:.8rem}.vote-counts .up{color:#4caf50}.vote-counts .down{color:#f44336}.admin-rating .rating{padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap}.rating-5{background:#4caf50;color:#fff}.rating-4{background:#8bc34a;color:#fff}.rating-3{background:#ff9800;color:#fff}.rating-2{background:#ff5722;color:#fff}.rating-1{background:#f44336;color:#fff}.no-rating{color:var(--text-muted);font-size:.8rem}.vote-status{display:flex;flex-direction:column;gap:3px}.badge{padding:3px 6px;border-radius:4px;font-size:.7rem;font-weight:600;white-space:nowrap}.badge.pinned{background:#2196f3;color:#fff}.badge.objection{background:#ff9800;color:#fff}.badge.replied{background:#4caf50;color:#fff}.vote-actions{display:flex;gap:4px;flex-wrap:wrap}.vote-actions button{padding:6px 8px;border:none;border-radius:6px;cursor:pointer;font-size:.8rem;transition:all .2s;min-width:30px}.btn-rate{background:#f5f5f5}.btn-rate:hover{transform:scale(1.1)}.btn-rate.excellent:hover{background:#4caf50}.btn-rate.good:hover{background:#8bc34a}.btn-rate.fair:hover{background:#ff9800}.btn-rate.poor:hover{background:#ff5722}.btn-rate.bad:hover{background:#f44336}.btn-pin{background:#e3f2fd}.btn-pin:hover,.btn-pin.pinned{background:#2196f3;color:#fff}.btn-delete{background:#ffebee}.btn-delete:hover{background:#f44336;color:#fff}.votes-pagination{display:flex;justify-content:center;align-items:center;gap:15px;padding:20px;font-family:var(--font-primary)}.votes-pagination button{padding:8px 16px;border:2px solid var(--accent-color);background:#fff;color:var(--accent-color);border-radius:8px;cursor:pointer;font-family:var(--font-primary);transition:all .2s}.votes-pagination button:hover:not(:disabled){background:var(--accent-color);color:#fff}.votes-pagination button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.votes-filters{flex-direction:column;align-items:stretch}.votes-table{overflow-x:auto}.votes-table table{min-width:800px}.vote-actions{justify-content:center}}.filter-group.filter-checkbox{flex-direction:row;align-items:center;gap:8px}.filter-group.filter-checkbox label{display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:600;margin-top:18px}.filter-group.filter-checkbox input[type=checkbox]{min-width:auto;width:18px;height:18px;cursor:pointer}.content-preview .item-name{font-weight:700;color:var(--primary-color);margin-bottom:4px;font-size:.85rem}.content-preview .vote-text{color:var(--text-muted, #666);font-size:.8rem;line-height:1.4}.vote-direction{display:inline-block;padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:600;white-space:nowrap}.vote-direction.approve{background:#e8f5e9;color:#2e7d32}.vote-direction.disapprove{background:#ffebee;color:#c62828}.star-value{margin-top:4px;font-size:.75rem;color:#f57c00;font-weight:600}.admin-rating .rating.helpful{background:#4caf50;color:#fff}.admin-rating .rating.noise{background:#f44336;color:#fff}.admin-rating .rating.neutral{background:#9e9e9e;color:#fff}.btn-rate.helpful:hover{background:#4caf50;color:#fff}.btn-rate.neutral:hover{background:#9e9e9e;color:#fff}.btn-rate.noise:hover{background:#f44336;color:#fff}.btn-reply{background:#fff3e0}.btn-reply:hover{background:#ff9800;color:#fff}.btn-delete-reply{background:#ffebee;font-weight:700}.btn-delete-reply:hover{background:#f44336;color:#fff}.reply-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;font-family:var(--font-primary)}.reply-modal{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:600px;box-shadow:0 10px 40px #0003;font-family:var(--font-primary)}.reply-modal h3{margin:0 0 12px;color:var(--primary-color);font-family:var(--font-primary)}.reply-target-info{background:#f5f5f5;padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:.9rem;color:var(--text-color)}.reply-modal textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-family:var(--font-primary);font-size:.95rem;resize:vertical;min-height:120px;box-sizing:border-box}.reply-modal textarea:focus{outline:none;border-color:var(--accent-color)}.reply-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.reply-modal-actions button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-family:var(--font-primary);font-weight:600;font-size:.9rem;transition:all .2s}.reply-modal-actions .btn-cancel{background:#f5f5f5;color:var(--text-color)}.reply-modal-actions .btn-cancel:hover{background:#e0e0e0}.reply-modal-actions .btn-submit{background:var(--accent-color, #2e7d32);color:#fff}.reply-modal-actions .btn-submit:hover{filter:brightness(1.1)}@media (min-width: 1200px){.votes-stats{grid-template-columns:repeat(5,1fr)}}.admin-votes .stat-card{background:#fff!important}.admin-votes .stat-card .stat-info h3{color:#1a1a1a!important;font-weight:700}.admin-votes .stat-card .stat-info p{color:#555!important}.admin-votes .votes-pagination{color:#fff}.admin-votes .votes-pagination button{background:#fff!important;color:#1a1a1a!important;border:2px solid #4caf50!important;font-weight:600}.admin-votes .votes-pagination button:hover:not(:disabled){background:#4caf50!important;color:#fff!important}.admin-votes .votes-pagination button:disabled{opacity:.4;background:#f5f5f5!important;color:#999!important;border-color:#ccc!important}.admin-votes .votes-pagination span{color:#fff;font-weight:600}.admin-votes .votes-filters{background:#fff!important}.admin-votes .filter-group label{color:#1a1a1a!important}.admin-votes .filter-group select,.admin-votes .filter-group input{color:#1a1a1a!important;background:#fff!important}.admin-votes .votes-table{background:#fff!important}.admin-votes .votes-table td{color:#1a1a1a}.admin-votes .votes-table .content-preview .item-name{color:#2e7d32}.admin-votes .votes-table .user-info strong{color:#1a1a1a}.admin-votes .votes-table .user-info small{color:#666}.admin-votes .votes-pagination button.page-active{background:#4caf50!important;color:#fff!important;border-color:#4caf50!important;cursor:default}.admin-votes .votes-pagination .page-dots{color:#aaa;padding:0 6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.admin-votes .votes-pagination .page-summary{margin-right:12px;color:#ccc;font-size:.85rem}.admin-votes .votes-pagination{flex-wrap:wrap;gap:6px}.admin-votes~.reply-modal-backdrop .reply-modal,.reply-modal-backdrop .reply-modal{background:#fff!important;color:#1a1a1a!important}.reply-modal-backdrop .reply-modal h3{color:#2e7d32!important;font-size:1.2rem;margin:0 0 14px}.reply-modal-backdrop .reply-target-info{background:#f5f5f5!important;color:#1a1a1a!important;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:.95rem}.reply-modal-backdrop .reply-target-info strong{color:#2e7d32!important}.reply-modal-backdrop textarea{color:#1a1a1a!important;background:#fff!important;border:2px solid #ccc!important}.reply-modal-backdrop textarea:focus{border-color:#4caf50!important}.reply-modal-backdrop .btn-cancel{background:#e0e0e0!important;color:#1a1a1a!important}.reply-modal-backdrop .btn-cancel:hover{background:#ccc!important}.reply-modal-backdrop .btn-submit{background:#4caf50!important;color:#fff!important}.admin-votes .reply-row{background:#fff8e1!important}.admin-votes .reply-row td{padding:12px 20px;color:#1a1a1a!important;border-top:2px dashed #ffb300}.admin-votes .reply-row .reply-content{background:#fff;padding:10px 14px;border-radius:8px;border-right:4px solid #ff9800}.admin-votes .reply-row .reply-label{font-weight:700;color:#f57c00;margin-bottom:6px;display:flex;align-items:center;gap:6px}.admin-votes .reply-row .reply-text{color:#1a1a1a;line-height:1.6;white-space:pre-wrap}.admin-votes .reply-row .reply-meta{margin-top:6px;font-size:.8rem;color:#666}.reply-dropdown-wrapper{position:relative;display:inline-block}.reply-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:4px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px #00000026;min-width:130px;z-index:100;overflow:hidden}.reply-dropdown button{display:block;width:100%;padding:10px 14px!important;background:#fff!important;color:#1a1a1a!important;border:none!important;border-radius:0!important;text-align:right;font-family:var(--font-primary);font-size:.9rem;cursor:pointer;transition:background .15s}.reply-dropdown button:hover{background:#f5f5f5!important}.reply-dropdown button.danger{color:#c62828!important;border-top:1px solid #f0f0f0!important}.reply-dropdown button.danger:hover{background:#ffebee!important}.reply-modal.view-modal h3{color:#f57c00!important}.view-reply-content{background:#fff8e1;border-right:4px solid #ff9800;padding:16px 20px;border-radius:8px;color:#1a1a1a!important;line-height:1.7;font-size:1rem;white-space:pre-wrap;margin-bottom:12px;min-height:80px}.view-reply-meta{font-size:.85rem;color:#666!important;margin-bottom:16px}.eh-page{padding:20px;max-width:100%;font-family:var(--font-primary);color:var(--text-primary, #1f2937)}.eh-header h1{margin:0;font-size:22px}.eh-header p{color:#6b7280;font-size:13px;margin:4px 0 16px}.eh-stats{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:14px}.eh-stat{flex:1;min-width:140px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px;display:flex;flex-direction:column;gap:2px}.eh-stat-label{font-size:12px;color:#6b7280}.eh-stat-value{font-size:18px;font-weight:700;color:#1f2937}.eh-stat-paid{border-color:#bbf7d0;background:#f0fdf4}.eh-stat-error{border-color:#bfdbfe;background:#eff6ff}.eh-stat-total{border-color:#fde68a;background:#fffbeb}.eh-filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center;background:#fff;padding:10px;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:12px}.eh-filters input,.eh-filters select{padding:7px 10px;border:1px solid #d1d5db;border-radius:7px;font-family:var(--font-primary);font-size:13px}.eh-filters input[type=text]{flex:1;min-width:200px}.eh-btn{padding:7px 14px;border:none;border-radius:7px;font-family:var(--font-primary);font-size:13px;cursor:pointer}.eh-btn-apply{background:#16a34a;color:#fff}.eh-btn-reset{background:#e5e7eb;color:#374151}.eh-btn-detail{background:#3b82f6;color:#fff;padding:4px 10px;font-size:12px}.eh-error{padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b}.eh-loading,.eh-empty{text-align:center;padding:30px;color:#6b7280}.eh-table-wrap{overflow-x:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.eh-table{width:100%;border-collapse:collapse;font-size:13px;min-width:1100px}.eh-table th{position:sticky;top:0;background:#f3f4f6;color:#374151;font-weight:600;padding:9px 8px;text-align:start;border-bottom:2px solid #e5e7eb;font-size:12px}.eh-table td{padding:7px 8px;border-bottom:1px solid #f3f4f6;white-space:nowrap}.eh-table tr:hover{background:#fafafa}.eh-badge{display:inline-block;padding:2px 9px;border-radius:10px;color:#fff;font-size:11px;font-weight:600}.eh-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.eh-modal{background:#fff;border-radius:14px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.eh-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}.eh-modal-header h2{margin:0;font-size:16px;color:#15803d}.eh-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280}.eh-modal-body{padding:16px 20px;font-size:14px;line-height:1.8}.eh-modal-body p{margin:6px 0}.eh-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;margin:10px 0}.eh-block ul{margin:6px 0;padding-inline-start:18px}.eh-block li{margin:3px 0;font-size:13px}.eh-pdf-link{display:inline-block;background:#1e40af;color:#fff;padding:7px 14px;border-radius:8px;text-decoration:none;margin-top:8px}.eh-actions-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;padding-top:12px;border-top:1px solid #e5e7eb}.eh-pdf-link{display:inline-block;background:#1e40af;color:#fff;padding:10px 18px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600}.eh-btn-forward{background:#7c3aed;color:#fff;padding:10px 18px;border:none;border-radius:8px;font-family:var(--font-primary);font-size:14px;font-weight:600;cursor:pointer}.eh-btn-forward:hover{background:#6d28d9}.eh-fwd-section{margin-bottom:14px}.eh-fwd-label{display:block;margin-bottom:6px;font-size:13px;font-weight:600;color:#374151}.eh-fwd-input{width:100%;box-sizing:border-box;padding:9px 12px;border:1px solid #d1d5db;border-radius:8px;font-family:var(--font-primary);font-size:14px}.eh-fwd-list{border:1px solid #e5e7eb;border-radius:8px;max-height:220px;overflow-y:auto;background:#f9fafb}.eh-fwd-row{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #e5e7eb;font-size:13px;cursor:pointer}.eh-fwd-row:last-child{border-bottom:none}.eh-fwd-row small{color:#6b7280}.eh-fwd-row-owner{background:#fffbeb}.eh-fwd-msg{padding:10px 14px;background:#fef9c3;border-radius:8px;font-size:13px;margin-bottom:12px}.eh-fwd-actions{display:flex;gap:10px;justify-content:flex-start;margin-top:8px}.anwa-forecast-page{background:#0a0a0a;color:#e0e0e0;min-height:100vh;border-radius:12px;padding:1rem;max-width:var(--page-max-width, 1200px);margin:0 auto;direction:rtl;color:var(--text-white, #fff)}.anwa-forecast-page *{box-sizing:border-box}.anwa-nav{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.anwa-nav h2{flex:1;margin:0;font-size:1.4rem}.anwa-subtitle{width:100%;margin:0;opacity:.7;font-size:.9rem}.back-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:inherit;padding:.4rem .8rem;border-radius:8px;cursor:pointer}.section-title{font-size:1.1rem;margin:1.5rem 0 .8rem;opacity:.9;color:var(--text-white, #fff)}.anwa-loading,.anwa-error{text-align:center;padding:3rem;opacity:.7}.anwa-loading{display:flex;flex-direction:column;align-items:center;gap:1rem}.anwa-hero-card{border:2px solid;border-radius:16px;padding:1.2rem;background:#ffffff0a;margin-bottom:1rem}.anwa-hero-top{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.anwa-hero-emoji{font-size:2.5rem}.anwa-hero-top>div:nth-child(2){flex:1}.anwa-hero-top h2{margin:0;font-size:1.3rem}.anwa-season-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;color:#fff;margin-top:.3rem}.anwa-hero-days{text-align:center}.anwa-hero-days span{font-size:1.8rem;font-weight:700;display:block}.anwa-hero-days small{opacity:.7;font-size:.75rem}.anwa-progress-bar{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin:.6rem 0}.anwa-progress-bar div{height:100%;border-radius:3px;transition:width .5s}.anwa-hero-wind{font-size:.85rem;opacity:.8;margin:.5rem 0}.anwa-hist-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.8rem}.anwa-hist-item{background:#ffffff0f;border-radius:10px;padding:.5rem;text-align:center}.anwa-hist-item span{display:block;font-size:.72rem;opacity:.7;margin-bottom:.2rem}.anwa-hist-item strong{font-size:1rem}.anwa-days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem}.anwa-day-card{background:#ffffff0d;border-radius:12px;padding:.6rem .3rem;text-align:center;border:1px solid rgba(255,255,255,.08)}.anwa-day-card.rainy{border-color:#4caf50;background:#4caf5014}.anwa-day-name{font-size:.75rem;font-weight:700;margin-bottom:.3rem;opacity:.9}.anwa-day-icon{width:40px;height:40px}.anwa-day-temps{display:flex;justify-content:center;gap:.3rem}.anwa-temp-max{font-weight:700;font-size:.9rem}.anwa-temp-min{opacity:.6;font-size:.8rem}.anwa-day-desc{font-size:.65rem;opacity:.7;margin:.2rem 0;min-height:1.8em}.anwa-day-meta{display:flex;flex-direction:column;gap:.1rem;font-size:.65rem;opacity:.75}.rain-badge{color:#4caf50;font-weight:700}.anwa-next-card{border:2px solid;border-radius:16px;padding:1.2rem;background:#ffffff0a}.anwa-next-top{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem}.anwa-next-emoji{font-size:2.2rem}.anwa-next-top>div:nth-child(2){flex:1}.anwa-next-top h3{margin:0;font-size:1.2rem}.anwa-next-date{margin:.2rem 0 0;font-size:.8rem;opacity:.7}.anwa-next-countdown{text-align:center}.anwa-next-countdown span{font-size:1.8rem;font-weight:700;display:block}.anwa-next-countdown small{opacity:.7;font-size:.75rem}.anwa-next-wind{font-size:.85rem;opacity:.8;margin:.5rem 0}.anwa-yearly-section{margin-top:1rem;border-top:1px solid rgba(255,255,255,.1);padding-top:.8rem}.anwa-yearly-title{font-size:.85rem;opacity:.8;margin:0 0 .5rem}.anwa-yearly-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.anwa-year-item{background:#ffffff0f;border-radius:10px;padding:.5rem;text-align:center}.anwa-year-label{display:block;font-size:.75rem;opacity:.7}.anwa-year-temp{display:block;font-size:1rem;font-weight:700}.anwa-year-rain{display:block;font-size:.72rem;margin-top:.2rem}.anwa-links{display:flex;gap:.8rem;margin-top:2rem;flex-wrap:wrap}.anwa-links button{flex:1;padding:.7rem;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:inherit;cursor:pointer;font-size:.9rem}@media (max-width: 600px){.anwa-days-grid{grid-template-columns:repeat(4,1fr)}.anwa-hist-row,.anwa-yearly-grid{grid-template-columns:repeat(2,1fr)}}.anwa-forecast-inner{margin-top:1rem;border-top:1px solid rgba(255,255,255,.1);padding-top:.8rem}.anwa-inner-title{font-size:.85rem;opacity:.8;margin:0 0 .6rem;color:var(--text-white, #fff)}.airmass-section{margin:1.5rem 0}.airmass-card{background:#ffffff0d;border:1.5px solid;border-radius:16px;padding:1.2rem;display:flex;flex-direction:column;gap:.9rem}.airmass-top{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center}.airmass-type{padding:.4rem 1rem;border-radius:20px;font-weight:700;font-size:1.1rem}.airmass-dir-badge{display:flex;flex-direction:column;align-items:center;background:#ffffff14;border-radius:10px;padding:.3rem .8rem}.airmass-dir-en{font-size:.75rem;color:#aaa}.airmass-dir-ar{font-size:.95rem;font-weight:700}.airmass-pressure-badge{font-size:.9rem;font-weight:600;padding:.3rem .8rem;background:#ffffff0f;border-radius:10px}.airmass-source{font-size:.9rem;color:#ccc;padding:.4rem .8rem;background:#ffffff0a;border-radius:8px}.airmass-stats{display:flex;flex-wrap:wrap;gap:.6rem}.airmass-stat{display:flex;flex-direction:column;align-items:center;background:#ffffff12;border-radius:10px;padding:.5rem .9rem;min-width:80px;gap:.2rem}.airmass-stat strong{font-size:1rem}.airmass-stat small{font-size:.72rem;color:#aaa}.airmass-arrival-title{font-size:.85rem;color:#bbb;margin-bottom:.5rem}.airmass-arrival-grid{display:flex;flex-wrap:wrap;gap:.5rem}.arrival-item{display:flex;flex-direction:column;align-items:center;background:#ffffff0f;border-radius:8px;padding:.4rem .8rem;min-width:75px}.arrival-city{font-size:.82rem;color:#ddd}.arrival-days{font-size:.9rem;font-weight:700;color:#ffc107}.sentinel-section{margin:1.5rem 0}.sentinel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.7rem}.sentinel-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.8rem;display:flex;flex-direction:column;gap:.4rem}.sentinel-card.monsoon-card{border-color:#4caf5080;background:#4caf5012}.sentinel-name{font-size:.95rem;font-weight:700;display:flex;align-items:center;gap:.3rem}.monsoon-tag{font-size:.8rem}.sentinel-data{display:flex;flex-direction:column;gap:.2rem;font-size:.82rem;color:#ccc}.sentinel-no-data{font-size:.8rem;color:#888}@media (max-width: 640px){.airmass-stats{justify-content:center}.sentinel-grid{grid-template-columns:repeat(2,1fr)}.airmass-arrival-grid{justify-content:center}}.macro-summary{display:flex;gap:.8rem;margin:.8rem 0 1.2rem;flex-wrap:wrap}.macro-item{flex:1;min-width:220px;display:flex;align-items:flex-start;gap:.7rem;background:#ffffff0d;border:1.5px solid;border-radius:12px;padding:.9rem 1rem}.macro-icon{font-size:1.6rem;margin-top:.1rem}.macro-item>div{display:flex;flex-direction:column;gap:.2rem}.macro-label{font-size:.78rem;color:#aaa}.macro-value{font-size:.95rem;font-weight:700}.macro-sub{font-size:.8rem;color:#ccc}.credibility-bar{display:flex;align-items:center;gap:.7rem;background:#ffffff0d;border-radius:12px;padding:.7rem 1rem;margin-bottom:1rem;flex-wrap:wrap}.cred-label{font-size:.85rem;color:#ccc;white-space:nowrap}.cred-track{flex:1;min-width:100px;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.cred-fill{height:100%;border-radius:4px;transition:width .5s ease}.cred-pct{font-size:1rem;font-weight:700;min-width:40px}.moon-badge{font-size:.82rem;color:#ddd;background:#ffffff12;border-radius:8px;padding:.2rem .6rem;white-space:nowrap}.astro-summary{display:flex;flex-direction:column;gap:.4rem;margin-top:.7rem;background:#ffffff0a;border-radius:10px;padding:.7rem 1rem}.astro-item{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:#ddd}.astro-effect{color:#ffc107;font-weight:600}@media (max-width: 640px){.macro-summary{flex-direction:column}.credibility-bar{gap:.5rem}}.test-city-bar{display:flex;align-items:center;gap:.7rem;background:#ffc10714;border:1px dashed rgba(255,193,7,.4);border-radius:10px;padding:.5rem 1rem;margin:.5rem 0 1rem;font-size:.88rem;color:#ffc107}.test-city-bar select{background:#0000004d;border:1px solid rgba(255,193,7,.3);border-radius:6px;color:#fff;padding:.3rem .6rem;font-family:var(--font-primary);font-size:.88rem;cursor:pointer}.prediction-section{margin:1.2rem 0}.prediction-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:.9rem}.pred-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:.8rem .6rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center}.pred-card.pred-credibility{grid-column:span 2;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.4rem}.pred-icon{font-size:1.3rem}.pred-label{font-size:.75rem;color:#aaa}.pred-value{font-size:1.3rem;font-weight:700;color:#fff}.cred-bar-track{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-top:.2rem}.cred-bar-fill{height:100%;border-radius:3px;transition:width .6s ease}.pred-layers{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.7rem}.pred-layer{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:#bbb;background:#ffffff0a;padding:.3rem .6rem;border-radius:6px}.layer-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pred-alerts{display:flex;flex-direction:column;gap:.4rem}.pred-alert{background:#ff98001f;border:1px solid rgba(255,152,0,.3);border-radius:8px;padding:.5rem .8rem;font-size:.85rem;color:#ffb74d}@media (max-width: 600px){.prediction-grid{grid-template-columns:repeat(2,1fr)}.pred-card.pred-credibility{grid-column:span 2}}.calibration-section{margin:1.2rem 0}.calib-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.calib-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.9rem .8rem;position:relative}.calib-layer-badge{position:absolute;top:-10px;right:12px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#fff}.calib-title{font-size:.82rem;color:#aaa;margin-bottom:.6rem;padding-top:.2rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.4rem}.calib-rows{display:flex;flex-direction:column;gap:.35rem}.calib-row{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;gap:.3rem}.calib-row span{color:#888;white-space:nowrap}.calib-row strong{color:#eee;text-align:left;font-size:.78rem}.calib-na{font-size:.8rem;color:#555;text-align:center;padding:1rem 0}@media (max-width: 768px){.calib-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.calib-grid{grid-template-columns:1fr}}.confirmation-grid{display:flex;flex-direction:column;gap:8px;margin:14px 0;padding:14px;background:#ffffff0a;border-radius:10px}.conf-item{display:flex;align-items:center;gap:10px}.conf-label{width:90px;font-size:12px;color:var(--astro-text-muted, #aaa);text-align:right}.conf-bar-track{flex:1;height:8px;background:#ffffff14;border-radius:4px;overflow:hidden}.conf-bar-fill{height:100%;border-radius:4px;transition:width .6s ease}.conf-val{width:38px;font-size:12px;font-weight:700;text-align:left}.daily-analysis-section{margin:16px 0}.daily-title{font-size:13px;color:var(--astro-text-muted, #aaa);margin-bottom:10px;text-align:center}.daily-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}@media (max-width: 600px){.daily-grid{grid-template-columns:repeat(4,1fr)}}.daily-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);font-size:11px;transition:all .3s}.daily-card.peak-day{background:#4caf5026;border-color:#4caf50}.daily-card.activation-day{background:#ff980026;border-color:#ff9800}.day-badge{position:absolute;top:-8px;font-size:9px;padding:1px 5px;border-radius:8px;white-space:nowrap}.peak-badge{background:#4caf50;color:#fff}.act-badge{background:#ff9800;color:#fff}.daily-day{font-size:10px;color:var(--astro-text-muted, #aaa)}.daily-icon{font-size:18px}.daily-temp{font-weight:700;font-size:13px}.daily-wind,.daily-rain{font-size:10px;color:var(--astro-text-muted, #aaa)}.daily-score-bar{width:100%;height:5px;background:#ffffff14;border-radius:3px;overflow:hidden;margin-top:4px}.daily-score-fill{height:100%;border-radius:3px;transition:width .6s ease}.daily-score-val{font-size:11px;font-weight:700}.daily-card{cursor:pointer;transition:all .3s ease}.daily-card:hover{transform:translateY(-2px);border-color:#ffffff40}.daily-card.expanded-day{grid-column:span 2;background:#ffffff1a;border-color:#ffffff4d}.daily-expanded{width:100%;margin-top:8px;border-top:1px solid rgba(255,255,255,.1);padding-top:8px;display:flex;flex-direction:column;gap:4px}.exp-row{display:flex;justify-content:space-between;font-size:11px;padding:2px 0}.exp-row span{color:var(--astro-text-muted, #aaa)}.exp-row strong{font-weight:700}.exp-desc{text-align:center;font-size:11px;margin-top:4px;padding:4px;background:#ffffff0d;border-radius:6px}.anwa-climate-status{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:10px 0 14px;padding:12px;background:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.08)}.acs-item{display:flex;flex-direction:column;gap:3px;padding:6px 8px;background:#ffffff0a;border-radius:8px}.acs-item span{font-size:10px;color:var(--astro-text-muted, #aaa)}.acs-item strong{font-size:12px;font-weight:700}.acs-full{grid-column:span 3}@media (max-width: 500px){.anwa-climate-status{grid-template-columns:repeat(2,1fr)}.acs-full{grid-column:span 2}}.daily-card.expanded-all{grid-column:span 1;background:#ffffff14;border-color:#fff3}.daily-card.expanded-one{grid-column:span 2;background:#ffffff1a;border-color:#ffffff4d}.lunar14-section{margin:20px 0}.lunar14-chart{display:flex;align-items:flex-end;gap:4px;padding:12px;background:#ffffff0a;border-radius:12px;margin-bottom:14px;overflow-x:auto}.lunar14-bar-col{display:flex;flex-direction:column;align-items:center;gap:3px;min-width:36px}.lunar14-val{font-size:9px;font-weight:700}.lunar14-bar-wrap{display:flex;align-items:flex-end;height:50px}.lunar14-bar{width:16px;border-radius:3px 3px 0 0;transition:height .4s}.lunar14-icon{font-size:14px}.lunar14-day{font-size:9px;color:var(--astro-text-muted,#aaa);text-align:center}.lunar14-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}@media (max-width: 600px){.lunar14-grid{grid-template-columns:repeat(4,1fr)}}.lunar14-card{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);font-size:11px}.lunar14-card.lunar-peak{background:#4caf5026;border-color:#4caf50}.lunar14-card.lunar-trough{background:#ff572226;border-color:#ff5722}.l14-day{font-size:10px;color:var(--astro-text-muted,#aaa)}.l14-icon{font-size:18px}.l14-phase{font-size:9px;color:var(--astro-text-muted,#aaa);text-align:center}.l14-row{display:flex;gap:4px;align-items:center;font-size:11px}.l14-row span{opacity:.7}.l14-phasebar{width:100%;height:3px;background:#ffffff1a;border-radius:2px;margin-top:3px;overflow:hidden}.astro-layout-content:has(.anwa-forecast-page),.astro-main:has(.anwa-forecast-page),.astro-content:has(.anwa-forecast-page){max-width:1200px!important}.astro-content{max-width:1400px!important;width:100%!important}.anwa-forecast-page{background:#0a0a0a;color:#e0e0e0;min-height:100vh;border-radius:12px;max-width:100%!important}.jet16-section{margin:20px 0}.jet16-chart{display:flex;align-items:flex-end;gap:4px;padding:12px;background:#ffffff0a;border-radius:12px;margin-bottom:14px;overflow-x:auto}.jet16-bar-col{display:flex;flex-direction:column;align-items:center;gap:3px;min-width:50px}.jet16-gh{font-size:9px;font-weight:700}.jet16-bar-wrap{display:flex;align-items:flex-end;height:60px}.jet16-bar{width:20px;border-radius:3px 3px 0 0;transition:height .4s;opacity:.85}.jet16-ws{font-size:9px;color:var(--astro-text-muted,#aaa)}.jet16-ws small{font-size:8px}.jet16-day{font-size:9px;color:var(--astro-text-muted,#aaa);text-align:center}.jet16-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:6px}@media (max-width: 768px){.jet16-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 480px){.jet16-grid{grid-template-columns:repeat(3,1fr)}}.jet16-card{display:flex;flex-direction:column;gap:4px;padding:8px 6px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);font-size:11px}.j16-day{font-size:10px;color:var(--astro-text-muted,#aaa);font-weight:700}.j16-phase{font-size:10px;font-weight:700}.j16-row{display:flex;justify-content:space-between;font-size:10px}.j16-row span{color:var(--astro-text-muted,#aaa)}.fwc-section{margin:20px 0}.fwc-controls{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.fwc-chip{padding:5px 12px;border-radius:20px;font-size:11px;cursor:pointer;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fwc-chip.active{font-weight:700}.fwc-chart-wrap{background:#ffffff08;border-radius:12px;padding:8px 4px;overflow:hidden}.fwc-empty{text-align:center;padding:40px;color:#ffffff4d;font-size:13px}.fwc-tooltip{position:absolute;background:#0a1628f2;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:10px 12px;min-width:180px;pointer-events:none;z-index:10;backdrop-filter:blur(8px)}.fwc-tt-label{font-size:12px;font-weight:700;color:#e2e8f0;margin-bottom:6px}.fwc-tt-phase{font-size:10px;color:#e91e63;margin-bottom:4px}.fwc-tt-row{display:flex;align-items:center;gap:5px;margin:3px 0;font-size:11px}.fwc-tt-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.fwc-tt-name{flex:1;color:#fff9}.fwc-tt-val{font-size:12px}.fwc-tt-unit{font-size:10px;color:#fff6}.fwc-legend{display:flex;flex-wrap:wrap;gap:12px;padding:8px 4px}.fwc-legend-item{display:flex;align-items:center;gap:6px;font-size:11px;color:#fff9}.fwc-legend-line{width:20px;height:3px;border-radius:2px}.anwa-day-divider{grid-column:1 / -1;width:100%;display:flex;align-items:center;gap:8px;margin:12px 0 4px}.anwa-day-divider:before,.anwa-day-divider:after{content:"";flex:1;height:1px;background:#ffffff14}.anwa-day-divider-label{font-size:10px;color:gold;white-space:nowrap;padding:0 8px;opacity:.8}
