*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:EB Garamond,Georgia,Times New Roman,serif;background:#000;color:#fafeed;line-height:1.6;-webkit-font-smoothing:antialiased}.app{min-height:100vh}.header{background:#111;border-bottom:1px solid #333;position:sticky;top:0;z-index:100}.header-inner{max-width:1280px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-right{display:flex;align-items:center;gap:12px}.logout-btn{font-size:13px;padding:6px 14px}.header-brand{display:flex;align-items:center;gap:16px}.header-logo{height:40px;width:auto}.header-subtitle{font-size:16px;font-weight:500;color:#999;letter-spacing:.5px}.header-tabs{display:flex;gap:4px}.tab-btn{font-family:EB Garamond,Georgia,serif;font-size:15px;padding:8px 16px;border:none;background:transparent;color:#999;cursor:pointer;border-radius:6px;transition:all .15s}.tab-btn:hover{background:#222;color:#fafeed}.tab-btn.active{background:#fafeed;color:#000;font-weight:600}.main{max-width:1280px;margin:0 auto;padding:24px}.upload-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:48px 24px}.upload-logo{height:80px;margin-bottom:16px}.upload-screen h2{font-size:24px;font-weight:600;margin-bottom:12px;color:#fafeed}.upload-desc{max-width:480px;color:#999;font-size:17px;margin-bottom:32px}.drop-zone{border:2px dashed #444;border-radius:12px;padding:48px 64px;cursor:pointer;transition:all .2s;background:#1a1a1a}.drop-zone:hover{border-color:#fafeed;background:#222}.drop-icon{font-size:32px;font-weight:700;color:#fafeed;margin-bottom:12px}.drop-zone p{font-size:17px;color:#ccc;margin-bottom:6px}.drop-hint{font-size:14px;color:#777}.tagging-controls{background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:20px 24px;margin-bottom:24px}.tagging-row{display:flex;align-items:flex-end;gap:20px;margin-bottom:16px;flex-wrap:wrap}.tagging-key-section{flex:1;min-width:240px}.key-label{display:block;font-size:13px;font-weight:600;color:#999;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.key-input-wrap{display:flex;gap:8px}.key-input{flex:1;font-family:EB Garamond,Georgia,serif;font-size:15px;padding:8px 12px;border:1px solid #444;border-radius:6px;background:#222;color:#fafeed;outline:none}.key-input:focus{border-color:#fafeed}.key-toggle{font-family:EB Garamond,Georgia,serif;font-size:13px;padding:8px 12px;border:1px solid #444;border-radius:6px;background:#222;cursor:pointer;color:#999}.tagging-actions{display:flex;gap:8px}.btn{font-family:EB Garamond,Georgia,serif;font-size:15px;font-weight:600;padding:10px 20px;border:none;border-radius:6px;cursor:pointer;transition:all .15s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-tag{background:#fafeed;color:#000}.btn-tag:hover:not(:disabled){background:#d4d8b8}.btn-pause{background:#fafeed;color:#000}.btn-pause:hover{background:#d4d8b8}.btn-clear{background:transparent;border:1px solid #444;color:#999}.btn-clear:hover{background:#222}.progress-section{display:flex;align-items:center;gap:12px}.progress-bar-bg{flex:1;height:8px;background:#333;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:#fafeed;border-radius:4px;transition:width .3s ease}.progress-bar-complete{background:#fafeed}.tagging-complete .tagging-status{color:#fafeed;font-weight:600}.progress-text{font-size:14px;color:#999;white-space:nowrap}.tagging-error{margin-top:12px;padding:10px 14px;background:#2a2a2a;border:1px solid #444;border-radius:6px;color:#fafeed;font-size:14px}.tagging-details{margin-top:12px;font-size:13px;color:#777}.tagging-details summary{cursor:pointer;font-weight:500;color:#999}.tagging-details p{margin-top:8px;line-height:1.5;color:#aaa}.stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.stat-card{background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:20px;text-align:center}.stat-value{font-size:32px;font-weight:700;color:#fafeed;line-height:1.2}.stat-label{font-size:14px;color:#888;margin-top:4px}.chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.chart-card{background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:24px}.chart-card h3{font-size:18px;font-weight:600;margin-bottom:16px;color:#fafeed}.overview-tab>.chart-card{margin-bottom:24px}.bar-chart{display:flex;flex-direction:column;gap:8px}.bar-row{display:flex;align-items:center;gap:10px}.bar-label{width:160px;font-size:14px;color:#ccc;text-align:right;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-track{flex:1;height:22px;background:#2a2a2a;border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px;transition:width .3s ease;min-width:2px}.bar-value{width:50px;font-size:14px;color:#999;text-align:right;flex-shrink:0}.donut-chart-wrap{display:flex;align-items:flex-start;gap:24px;flex-wrap:wrap}.donut-total{font-family:EB Garamond,Georgia,serif;font-size:22px;font-weight:700;fill:#fafeed}.donut-label{font-family:EB Garamond,Georgia,serif;font-size:13px;fill:#888}.donut-legend{display:flex;flex-direction:column;gap:6px}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.legend-text{color:#ccc}.legend-count{color:#777;margin-left:auto}.explore-filters{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.search-input{flex:1;min-width:200px;font-family:EB Garamond,Georgia,serif;font-size:15px;padding:10px 14px;border:1px solid #444;border-radius:6px;background:#222;color:#fafeed;outline:none}.search-input:focus{border-color:#fafeed}.filter-select{font-family:EB Garamond,Georgia,serif;font-size:14px;padding:10px 12px;border:1px solid #444;border-radius:6px;background:#222;color:#ccc;cursor:pointer;outline:none}.explore-count{font-size:14px;color:#888;margin-bottom:16px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.ick-card{background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:20px}.ick-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.ick-name{font-weight:600;font-size:16px}.ick-age{color:#888;font-size:14px}.ick-rel{font-size:14px;color:#fafeed;margin-bottom:10px}.ick-story{font-size:15px;color:#ccc;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}.ick-location{font-size:13px;color:#888;margin-bottom:8px}.ick-tags{display:flex;flex-wrap:wrap;gap:4px}.ick-tag{font-size:12px;padding:3px 8px;background:#2a2a2a;border-radius:4px;color:#999}.heatmap-wrap{margin-bottom:32px}.heatmap-title{font-size:18px;font-weight:600;margin-bottom:16px}.heatmap-scroll{overflow-x:auto}.heatmap-table{border-collapse:collapse;width:100%;font-size:13px}.heatmap-table th,.heatmap-table td{padding:8px 10px;border:1px solid #333;text-align:center}.heatmap-col-header{font-weight:600;white-space:nowrap;font-size:12px;color:#ccc;writing-mode:vertical-lr;transform:rotate(180deg);height:120px}.heatmap-row-label{text-align:left!important;font-weight:600;white-space:nowrap;color:#ccc}.heatmap-cell{font-size:13px;color:#ccc;min-width:40px}.cross-tab{display:flex;flex-direction:column;gap:32px}.cross-tab .chart-card{width:100%}.poll-tab{max-width:900px;margin:0 auto}.poll-header{text-align:center;margin-bottom:32px}.poll-header h2{font-size:28px;font-weight:700;margin-bottom:8px}.poll-header p{color:#999;font-size:16px;margin-bottom:20px}.poll-matchup{display:grid;grid-template-columns:1fr 1fr;gap:24px}.poll-option{text-align:center}.poll-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#fafeed;margin-bottom:12px}.poll-card{background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:24px;text-align:left}.poll-meta{font-size:14px;color:#888;margin-bottom:12px}.poll-story{font-size:16px;color:#fafeed;line-height:1.6;margin-bottom:12px}.login-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:48px 24px}.login-form{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px}.login-input{text-align:center;font-size:17px!important}.tagging-info{flex:1}.tagging-status{font-size:15px;color:#999}.empty-msg{text-align:center;color:#777;font-size:16px;padding:40px 0}.empty-state{text-align:center;padding:60px 20px}.empty-state h3{font-size:20px;margin-bottom:8px}.empty-state p{color:#888;font-size:16px}.dataset-manager{background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:20px 24px;margin-bottom:24px}.dm-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #333}.dm-header h3{font-size:18px;font-weight:600}.dm-actions{display:flex;gap:8px}.dm-upload{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.dm-name-input{flex:1;min-width:160px;font-family:EB Garamond,Georgia,serif;font-size:14px;padding:8px 12px;border:1px solid #444;border-radius:6px;background:#222;color:#fafeed;outline:none}.dm-list{display:flex;flex-direction:column;gap:20px}.dm-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #333;border-radius:8px;transition:all .15s}.dm-item-check{flex-shrink:0}.dm-item-check input{width:16px;height:16px;cursor:pointer;accent-color:#FAFEED}.dm-item-info{flex:1;cursor:pointer;display:flex;flex-direction:column;gap:4px}.dm-selected-count{font-size:13px;color:#fafeed;font-weight:600}.dm-hint{font-size:13px;color:#888;margin-top:12px;text-align:center}.dm-item:hover{background:#222}.dm-item.active{border-color:#fafeed;background:#222}.dm-item.trashed{opacity:.6}.dm-item-name{font-weight:600;font-size:15px}.dm-item-meta{font-size:13px;color:#888}.dm-rename-input{font-family:EB Garamond,Georgia,serif;font-size:15px;font-weight:600;padding:2px 6px;border:1px solid #FAFEED;border-radius:4px;outline:none;background:#222;color:#fafeed}.dm-item-actions{display:flex;gap:6px}.dm-btn{font-family:EB Garamond,Georgia,serif;font-size:12px;padding:4px 10px;border:1px solid #444;border-radius:4px;background:transparent;color:#999;cursor:pointer}.dm-btn:hover{background:#222}.dm-btn-danger{color:#fafeed;border-color:#444}.dm-btn-danger:hover{background:#333}.dm-trash{display:flex;flex-direction:column;gap:20px}.dm-trash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.dm-trash-header h4{font-size:15px;color:#888}.dataset-btn{font-family:EB Garamond,Georgia,serif;font-size:13px;padding:6px 14px;border:1px solid #444;border-radius:6px;background:#222;cursor:pointer;color:#ccc;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataset-btn:hover{border-color:#fafeed}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.modal-card{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:32px;max-width:640px;width:100%;max-height:85vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:18px;color:#888;cursor:pointer;font-family:EB Garamond,serif}.modal-close:hover{color:#fafeed}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.modal-name{font-size:22px;font-weight:700}.modal-meta{display:flex;gap:12px;font-size:14px;color:#888;margin-top:4px}.modal-location{font-size:14px;color:#888;margin-bottom:8px}.modal-severity{font-size:14px;color:#fafeed;margin-bottom:12px}.modal-story{font-size:16px;line-height:1.7;color:#fafeed;margin-bottom:24px;white-space:pre-wrap}.modal-section{margin-bottom:20px}.modal-section h4{font-size:15px;font-weight:600;margin-bottom:10px;color:#ccc}.modal-tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.modal-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px}.tag-remove{background:none;border:none;color:#fafeed;cursor:pointer;font-size:12px;font-weight:600;padding:0 2px;font-family:EB Garamond,serif}.tag-add-btn{font-family:EB Garamond,Georgia,serif;font-size:12px;padding:4px 10px;border:1px dashed #444;border-radius:4px;background:transparent;color:#888;cursor:pointer}.tag-add-btn:hover{border-color:#fafeed;color:#fafeed}.bookmark-btn{font-size:24px;background:none;border:none;cursor:pointer;color:#444;line-height:1}.bookmark-btn.active{color:#fafeed}.bookmark-icon{font-size:16px;background:none;border:none;cursor:pointer;color:#444;padding:0;line-height:1}.bookmark-icon.active{color:#fafeed}.notes-list{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.note-item{background:#222;border:1px solid #333;border-radius:6px;padding:10px 12px}.note-item p{font-size:14px;margin-bottom:6px}.note-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#777}.note-add{display:flex;gap:8px}.admin-prompt{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:32px;max-width:400px;width:100%;text-align:center}.admin-prompt h4{font-size:18px;margin-bottom:8px}.admin-prompt p{color:#888;font-size:14px;margin-bottom:16px}.admin-prompt .search-input{width:100%;margin-bottom:16px;text-align:center}.admin-prompt-actions{display:flex;gap:8px;justify-content:center}.btn-danger{font-family:EB Garamond,Georgia,serif;font-size:15px;font-weight:600;padding:10px 20px;border:none;border-radius:6px;cursor:pointer;background:#fafeed;color:#000}.btn-danger:hover{background:#d4d8b8}.pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding-top:16px;border-top:1px solid #333;flex-wrap:wrap}.pagination-info{font-size:14px;color:#888}.pagination-controls{display:flex;align-items:center;gap:4px}.page-btn{font-family:EB Garamond,Georgia,serif;font-size:14px;padding:6px 12px;border:1px solid #444;border-radius:4px;background:#1a1a1a;cursor:pointer;color:#ccc}.page-btn:hover:not(:disabled){background:#222}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-btn.active{background:#fafeed;color:#000;border-color:#fafeed}.page-dots{color:#888;padding:0 4px}.explore-actions-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:16px}.bookmark-filter{display:flex;align-items:center;gap:6px;font-size:14px;color:#999;cursor:pointer}.bookmark-filter input{cursor:pointer}.ick-card.clickable{cursor:pointer;transition:border-color .15s}.ick-card.clickable:hover{border-color:#fafeed}.ick-card-right{display:flex;align-items:center;gap:8px}.severity-badge{font-size:11px;font-weight:600;padding:2px 6px;background:#fafeed;color:#000;border-radius:3px}.explore-loading{text-align:center;padding:20px;color:#888}.word-cloud{display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:center;padding:16px;line-height:1.2}.wc-word{cursor:pointer;color:#fafeed;font-weight:500;transition:opacity .15s}.wc-word:hover{text-decoration:underline}.insights-card{margin-bottom:24px}.insights-list{list-style:none;display:flex;flex-direction:column;gap:8px}.insights-list li{font-size:15px;color:#ccc;padding:8px 12px;background:#222;border-radius:6px;border-left:3px solid #FAFEED}.length-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.length-stat{display:flex;flex-direction:column;align-items:center;padding:16px;background:#222;border-radius:8px}.length-stat-val{font-size:28px;font-weight:700;color:#fafeed}.length-stat-label{font-size:13px;color:#888;margin-top:4px}.map-tab{display:flex;flex-direction:column;gap:24px}.map-card{overflow:hidden}.map-container{margin:-8px -8px 0}.map-locations-list{display:flex;flex-direction:column;gap:10px}.map-loc-item{display:flex;align-items:center;gap:12px}.map-loc-name{font-size:14px;font-weight:500;min-width:140px;color:#ccc}.map-loc-bar-wrap{flex:1;height:8px;background:#2a2a2a;border-radius:4px;overflow:hidden}.map-loc-bar{height:100%;background:#fafeed;border-radius:4px;transition:width .3s}.map-loc-count{font-size:14px;color:#888;min-width:40px;text-align:right}.map-loc-clickable{cursor:pointer;padding:6px 8px;border-radius:6px;transition:background .15s}.map-loc-clickable:hover{background:#222}.map-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px}.map-controls{display:flex;align-items:center;gap:6px}.map-zoom-btn{width:34px;height:34px;padding:0;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;line-height:1}.map-hover-tooltip{position:absolute;bottom:12px;left:12px;background:#fafeede6;color:#000;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;pointer-events:none}.map-legend{display:flex;align-items:center;gap:8px;position:absolute;bottom:12px;right:12px}.map-legend-label{font-size:11px;color:#888}.map-legend-bar{width:80px;height:8px;border-radius:4px;background:linear-gradient(to right,#333,#fafeed)}.map-container{margin:-8px -8px 0;position:relative}.gen-comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:16px}.gen-card{background:#222;border:1px solid #333;border-radius:10px;padding:20px}.gen-card h4{font-size:17px;font-weight:700;color:#fafeed;margin:0}.gen-age-range{font-weight:400;color:#888;font-size:14px}.gen-card-count{font-size:13px;color:#888;margin-bottom:16px}.gen-rank-list{display:flex;flex-direction:column;gap:10px}.gen-rank-item{display:flex;align-items:center;gap:8px}.gen-rank-num{font-weight:700;color:#fafeed;min-width:22px;font-size:14px}.gen-rank-cat{font-size:13px;min-width:140px;color:#ccc}.gen-rank-bar-wrap{flex:1;height:6px;background:#333;border-radius:3px;overflow:hidden}.gen-rank-bar{display:block;height:100%;background:#fafeed;border-radius:3px}.gen-rank-pct{font-size:13px;color:#888;min-width:36px;text-align:right}.regional-filters{display:flex;align-items:center;gap:12px;margin:16px 0;flex-wrap:wrap}.regional-filters .search-input{flex:1;min-width:180px;max-width:300px}.min-mentions-label{display:flex;align-items:center;gap:6px;font-size:13px;color:#999}.regional-count{font-size:13px;color:#888}.cross-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.cross-tabs{display:flex;gap:4px}.pct-toggle{display:flex;align-items:center;gap:6px;font-size:14px;color:#999;cursor:pointer}.content-tools-tab{display:flex;flex-direction:column;gap:32px}.content-section{background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:24px}.content-section h3{font-size:20px;font-weight:600;margin-bottom:6px}.section-desc{color:#888;font-size:14px;margin-bottom:16px}.content-actions{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.top10-list{display:flex;flex-direction:column;gap:8px}.top10-item{display:flex;gap:12px;padding:12px;background:#222;border-radius:8px;border:1px solid #333}.top10-rank{font-size:18px;font-weight:700;color:#fafeed;min-width:32px}.top10-content{flex:1}.top10-story{font-size:14px;line-height:1.5;margin-bottom:4px}.top10-meta{font-size:12px;color:#888}.submission-picker{max-height:300px;overflow-y:auto;border:1px solid #333;border-radius:8px;margin-bottom:16px}.picker-item{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;border-bottom:1px solid #2a2a2a;font-size:13px}.picker-item:hover,.picker-item.selected{background:#222}.picker-check{width:16px;text-align:center;color:#fafeed;font-weight:700}.picker-text{flex:1;color:#ccc}.picker-meta{color:#888;font-size:12px}.ai-output{border:1px solid #333;border-radius:8px;overflow:hidden}.ai-output-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#222;border-bottom:1px solid #333}.ai-output-header h4{font-size:14px;font-weight:600}.ai-output-text{padding:16px;font-family:EB Garamond,Georgia,serif;font-size:15px;line-height:1.6;white-space:pre-wrap;color:#ccc}.usage-marks{display:flex;gap:6px;margin-top:10px}.usage-btn{font-family:EB Garamond,Georgia,serif;font-size:12px;padding:4px 10px;border:1px solid #444;border-radius:4px;background:transparent;color:#888;cursor:pointer;transition:all .15s}.usage-btn:hover{border-color:#fafeed;color:#fafeed}.usage-btn.active{background:#fafeed;color:#000;border-color:#fafeed;font-weight:600}.modal-usage{display:flex;gap:8px;margin-bottom:12px}.modal-usage .usage-btn{font-size:14px;padding:6px 14px}.explore-filter-toggles{display:flex;align-items:center;gap:16px}.explore-sub-tabs{display:flex;gap:4px;margin-bottom:16px}.loc-filters{display:flex;align-items:center;gap:12px;margin-bottom:16px}.loc-filters .search-input{max-width:280px}.loc-count{font-size:13px;color:#888}.loc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.loc-card{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#1a1a1a;border:1px solid #333;border-radius:8px;cursor:pointer;transition:all .15s}.loc-card:hover{border-color:#fafeed;background:#222}.loc-card-name{font-weight:600;font-size:15px}.loc-card-count{font-size:14px;color:#fafeed;font-weight:700}.loc-back-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.loc-back-label{font-size:15px;font-weight:600;color:#ccc}.gender-filter-bar{display:flex;align-items:center;gap:16px;margin-bottom:20px}.gender-toggle{display:flex;border:1px solid #444;border-radius:8px;overflow:hidden}.gender-btn{font-family:EB Garamond,Georgia,serif;font-size:14px;font-weight:500;padding:8px 18px;border:none;background:#1a1a1a;color:#999;cursor:pointer;transition:all .15s;border-right:1px solid #444}.gender-btn:last-child{border-right:none}.gender-btn:hover{background:#222}.gender-btn.active{background:#fafeed;color:#000;font-weight:600}.gender-count{font-size:13px;color:#888}@media (max-width: 768px){.stat-cards{grid-template-columns:repeat(2,1fr)}.chart-grid{grid-template-columns:1fr}.header-inner{flex-direction:column;gap:12px}.header-tabs{flex-wrap:wrap;justify-content:center}.poll-matchup{grid-template-columns:1fr}.tagging-row{flex-direction:column;align-items:stretch}}
