.filter-panel{position:absolute;top:16px;left:16px;width:280px;max-height:calc(100vh - 32px);background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 8px 40px #00000059;display:flex;flex-direction:column;overflow:hidden;z-index:10;transition:width .2s}.filter-panel.collapsed{width:44px}.filter-panel.collapsed .fp-header{padding:14px 9px;justify-content:center}.fp-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex-shrink:0}.fp-title{font-size:15px;font-weight:700;line-height:1.2}.fp-subtitle{font-size:11px;opacity:.85;margin-top:2px}.collapse-btn{background:#fff3;border:none;color:#fff;width:26px;height:26px;border-radius:50%;cursor:pointer;font-size:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.collapse-btn:hover{background:#ffffff59}.fp-body{overflow-y:auto;flex:1;padding:12px 14px 16px}.fp-body::-webkit-scrollbar{width:4px}.fp-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.fp-section{margin-bottom:16px}.fp-section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:#555;margin-bottom:8px}.fp-select{width:100%;padding:8px 10px;font-size:13px;border:1.5px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer}.fp-select:focus{outline:none;border-color:#667eea}.fp-radio-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#333;padding:4px 0;cursor:pointer}.fp-radio-label input{accent-color:#667eea;width:15px;height:15px;cursor:pointer}.month-grid-wrap{margin-bottom:8px}.filter-row-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.filter-year-label{font-size:11px;font-weight:600;color:#667eea}.all-btn{font-size:10px;color:#667eea;background:none;border:1px solid #667eea;border-radius:4px;padding:1px 6px;cursor:pointer;transition:all .15s}.all-btn:hover{background:#667eea;color:#fff}.month-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:3px}.month-btn{padding:4px 0;font-size:10px;font-weight:600;border:1.5px solid #e0e0e0;border-radius:5px;background:#fff;color:#555;cursor:pointer;transition:all .12s;text-align:center}.month-btn.active{background:#667eea;border-color:#667eea;color:#fff}.month-btn.disabled{opacity:.3;cursor:not-allowed}.month-btn:not(.disabled):not(.active):hover{border-color:#667eea;color:#667eea}.dow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.dow-btn{padding:5px 0;font-size:10px;font-weight:600;border:1.5px solid #e0e0e0;border-radius:5px;background:#fff;color:#555;cursor:pointer;transition:all .12s;text-align:center}.dow-btn.active{background:#667eea;border-color:#667eea;color:#fff}.dow-btn:not(.active):hover{border-color:#667eea;color:#667eea}.fp-instructions{list-style:none;padding:0}.fp-instructions li{font-size:12px;color:#555;padding:3px 0;line-height:1.5}.fp-instructions li strong{color:#667eea}.fp-about{border-top:1px solid #eee;padding-top:12px;margin-top:4px}.fp-about-text{font-size:11px;color:#666;margin:0 0 5px;line-height:1.5}.fp-about-text a{color:#667eea;text-decoration:none}.fp-about-text a:hover{text-decoration:underline}.legend{position:absolute;bottom:32px;left:50%;transform:translate(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 20px;border-radius:8px;box-shadow:0 4px 20px #00000040;z-index:5;min-width:280px;text-align:center}.legend-title{font-size:13px;font-weight:600;color:#222;margin-bottom:6px}.legend-gradient{height:10px;border-radius:5px;margin-bottom:4px}.metric-gradient{background:linear-gradient(to right,#0a3c50,#1eb4c8,#e6f5ff)}.flow-gradient{background:linear-gradient(to right,#280a3c,#b428b4,#ffc8f0)}.legend-labels{display:flex;justify-content:space-between;font-size:11px;color:#888;margin-bottom:4px}.legend-note{font-size:10px;color:#aaa;font-style:italic;margin-top:4px}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:2px}.dot.blue{background:#0096ff}.dot.orange{background:#ff8c00}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#1a1a1a}.app{position:relative;width:100vw;height:100vh}canvas{outline:none}.loading-screen{display:flex;align-items:center;justify-content:center;height:100vh;background:#0f1117;color:#aaa}.loading-content{display:flex;flex-direction:column;align-items:center;gap:16px;font-size:16px}.loading-spinner{width:40px;height:40px;border:3px solid #333;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.panel{position:absolute;top:16px;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;box-shadow:0 8px 40px #0006;display:flex;flex-direction:column;overflow:hidden;z-index:10}.panel-header{display:flex;justify-content:space-between;align-items:flex-start;padding:18px 20px 14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex-shrink:0}.panel-header h2{font-size:17px;font-weight:700;line-height:1.3;margin-bottom:2px}.panel-header .sub{font-size:12px;opacity:.85}.close-btn{background:#fff3;border:none;color:#fff;font-size:20px;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:8px;transition:background .15s}.close-btn:hover{background:#ffffff59}.panel-body{overflow-y:auto;flex:1;padding:16px}.panel-body::-webkit-scrollbar{width:5px}.panel-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.year-cols-header{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:2px}.year-label{font-size:16px;font-weight:800;letter-spacing:.5px;color:#667eea;text-align:center;padding-bottom:6px}.year-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.year-cols-divided{position:relative;gap:20px}.year-cols-divided:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,#ccc 10%,#ccc 90%,transparent)}.section-title{font-size:13px;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.6px;margin:14px 0 4px;padding-bottom:4px;border-bottom:2px solid #eee}.filter-ctx{font-size:10px;color:#999;font-style:italic;margin:0 0 8px;letter-spacing:.2px}.stat-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.stat-card{background:#f5f6fa;border-radius:8px;padding:10px 12px;text-align:center}.stat-card .val{font-size:18px;font-weight:700;color:#667eea;line-height:1.2}.stat-card .lbl{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.fare-bar-wrap{margin:8px 0 4px}.fare-bar{display:flex;height:18px;border-radius:4px;overflow:hidden;margin-bottom:6px}.fare-bar-seg{transition:width .3s}.fare-legend{display:flex;flex-wrap:wrap;gap:4px 10px}.fare-legend-item{display:flex;align-items:center;gap:4px;font-size:10px;color:#555}.fare-legend-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}.top-list{margin-bottom:4px}.top-list-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;margin-bottom:3px;background:#f8f9fc;font-size:12px}.top-list-rank{background:#667eea;color:#fff;width:18px;height:18px;border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.top-list-name{flex:1;color:#333;font-weight:500}.top-list-val{color:#667eea;font-weight:700;flex-shrink:0}.no-data{font-size:12px;color:#bbb;text-align:center;padding:16px 0}.chart-wrap{background:#f8f9fc;border-radius:8px;padding:10px 8px 4px;margin-bottom:8px}
