*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f2f5;color:#1a1a2e;min-height:100vh;line-height:1.5}#root{width:100%}.app{max-width:1200px;margin:0 auto;padding:20px}header{background:#1e293b;color:#fff;padding:16px 24px;border-radius:12px;margin-bottom:20px}header h1{font-size:1.5rem;font-weight:600}main{display:flex;flex-direction:column;gap:20px}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.card h2{font-size:1.2rem;color:#1e293b;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.card h3{font-size:.95rem;color:#475569;margin-bottom:8px}.card h4{font-size:.9rem;color:#64748b;margin-bottom:8px}.config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.config-section{display:flex;flex-direction:column;gap:8px}.config-section label{display:flex;flex-direction:column;font-size:.85rem;color:#475569;gap:4px}.config-section select,.config-section input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;background:#fff;color:#1e293b}.config-section select:focus,.config-section input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.config-actions{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.config-actions button{background:#2563eb;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.config-actions button:hover{background:#1d4ed8}.success{color:#16a34a;font-size:.85rem}.error{color:#dc2626;font-size:.85rem}.date-picker,.event-selector{margin-bottom:16px}.date-picker label,.event-selector label{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#475569}.date-picker input,.event-selector select{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem}.event-selector select{min-width:300px}.preset-bar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.preset-btn{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;padding:6px 14px;border-radius:6px;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s}.preset-btn:hover{background:#e2e8f0;border-color:#94a3b8}.preset-active{background:#2563eb;color:#fff;border-color:#2563eb}.preset-active:hover{background:#1d4ed8;border-color:#1d4ed8}.custom-range{display:flex;flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:12px;padding:12px 16px;background:#f8fafc;border-radius:8px}.custom-range label{display:flex;flex-direction:column;font-size:.82rem;color:#475569;gap:4px}.custom-range input[type=datetime-local]{padding:7px 10px;border:1px solid #cbd5e1;border-radius:6px;font-size:.85rem;color:#1e293b}.custom-range input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.range-submit{background:#2563eb;color:#fff;border:none;padding:7px 18px;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s;align-self:end}.range-submit:hover{background:#1d4ed8}.range-info{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-size:.82rem;color:#64748b}.range-description{font-family:monospace}.zoom-level{background:#f1f5f9;color:#475569;padding:3px 8px;border-radius:4px;font-size:.75rem;font-weight:500}.detail-loading{font-size:.75rem;color:#2563eb;font-style:italic;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.zoom-tip{font-size:.75rem;color:#94a3b8;font-style:italic;margin-bottom:12px}.chart-container{margin-bottom:24px;-webkit-user-select:none;user-select:none;cursor:crosshair}.zoom-btn,.zoom-reset{background:#64748b;color:#fff;border:none;padding:5px 12px;border-radius:6px;font-size:.78rem;font-weight:500;cursor:pointer;transition:background .15s}.zoom-btn:hover,.zoom-reset:hover{background:#475569}.chart-container:last-child{margin-bottom:0}.event-info{background:#f8fafc;padding:12px 16px;border-radius:8px;margin-bottom:16px}.event-info p{font-size:.85rem;color:#475569;margin-bottom:4px}.event-info p:last-child{margin-bottom:0}.mapping-section{margin-top:24px;padding-top:16px;border-top:2px solid #e2e8f0}.mapping-section h3{font-size:1rem;color:#1e293b;margin-bottom:4px}.mapping-help{font-size:.82rem;color:#64748b;margin-bottom:12px}.mapping-table{width:100%;border-collapse:collapse;font-size:.85rem;margin-bottom:12px}.mapping-table th{text-align:left;padding:6px 8px;color:#475569;font-weight:500;border-bottom:1px solid #e2e8f0;font-size:.82rem}.mapping-table td{padding:4px 8px}.mapping-table select{padding:5px 8px;border:1px solid #cbd5e1;border-radius:4px;font-size:.82rem;background:#fff;color:#1e293b;width:100%}.mapping-table select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.ratio-input{width:70px;padding:5px 6px;border:1px solid #cbd5e1;border-radius:4px;font-size:.82rem;color:#1e293b}.ratio-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.mapping-remove{background:none;border:1px solid #e2e8f0;color:#94a3b8;width:26px;height:26px;border-radius:4px;cursor:pointer;font-size:.8rem;line-height:1;transition:all .15s}.mapping-remove:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.mapping-actions{display:flex;gap:8px;margin-bottom:12px}.mapping-add,.mapping-reset{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;padding:5px 12px;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .15s}.mapping-add:hover,.mapping-reset:hover{background:#e2e8f0;border-color:#94a3b8}.mapping-errors{margin-bottom:12px}.mapping-summary{background:#f8fafc;padding:10px 14px;border-radius:8px}.mapping-summary h4{font-size:.82rem;color:#475569;margin-bottom:6px}.mapping-summary-row{font-family:monospace;font-size:.82rem;color:#1e293b;padding:2px 0}.mapping-summary-disabled{font-size:.78rem;color:#94a3b8;font-style:italic;margin-top:4px}
