body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafbfc;color:#1a1a1a}.App{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem;box-shadow:0 1px 2px #0000000d}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;gap:2rem}.header-text h1{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.header-text p{font-size:.875rem;color:#6b7280;font-weight:400}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#fafbfc}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{margin-top:1rem;font-size:.875rem;color:#6b7280}.main-container{flex:1;max-width:1400px;margin:0 auto;width:100%;padding:2rem}.content{display:flex;flex-direction:column;gap:1.5rem}.view-mode-selector{display:flex;gap:.5rem;padding:.375rem;background:#f3f4f6;border-radius:8px;border:1px solid #e5e7eb;width:fit-content}.view-mode-selector button{padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#6b7280}.view-mode-selector button:hover{background:#f3f4f6;color:#1a1a1a}.view-mode-selector button.active{background:#1a1a1a;color:#fff}.chart-section{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.section-header h2{font-size:1.125rem;font-weight:600;color:#1a1a1a}.header-controls{display:flex;gap:.75rem;align-items:center}.fullscreen-btn{padding:.5rem .875rem;font-size:1.25rem;font-weight:500;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s ease;line-height:1}.fullscreen-btn:hover{background:#f3f4f6;border-color:#1a1a1a;color:#1a1a1a}.fullscreen-btn:active{transform:scale(.95)}.junction-select{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#1a1a1a;cursor:pointer;transition:all .2s ease;min-width:200px}.junction-select:hover{border-color:#3b82f6}.junction-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chart-wrapper{background:#fafbfc;padding:1rem;border-radius:6px;border:1px solid #f3f4f6}.chart-wrapper-iframe{background:#fafbfc;padding:0;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.chart-wrapper-iframe:fullscreen{background:#fff;padding:0}.chart-wrapper-iframe:fullscreen iframe{height:100vh!important;width:100vw!important}.info-box{margin-top:1rem;padding:.875rem 1rem;background:#f9fafb;border-left:3px solid #3b82f6;border-radius:4px;font-size:.813rem;color:#4b5563;line-height:1.5}.info-box strong{color:#1a1a1a;font-weight:600}.app-footer{background:#fff;border-top:1px solid #e5e7eb;text-align:center;padding:1.25rem;margin-top:auto;font-size:.813rem;color:#6b7280}.app-footer p{margin:0}@media(max-width:768px){.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.header-text h1{font-size:1.25rem}.header-text p{font-size:.813rem}.main-container,.chart-section{padding:1rem}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.junction-select,.view-mode-selector{width:100%}.view-mode-selector button{flex:1;font-size:.813rem;padding:.5rem 1rem}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}*{transition-duration:.15s!important}
