@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f9fafb;color:#1f2937;line-height:1.5}#__next{display:flex;flex-direction:column;min-height:100vh}.header{background-color:#1f2937;color:white;padding:1.5rem 2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto}.header-title{font-size:2rem;font-weight:700;margin:0;letter-spacing:-.5px}.main-content{flex:1 1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.lane-card{background:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:1.5rem;overflow:hidden;transition:box-shadow .3s,transform .3s}.lane-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-2px)}.lane-header{background-color:#f3f4f6;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.lane-label{font-size:1.2rem;font-weight:600;color:#1f2937}.lane-status{display:inline-block;padding:.5rem 1rem;border-radius:6px;color:white;font-weight:600;font-size:.9rem}.lane-body{padding:2rem 1.5rem}.lane-info{gap:1.5rem}.info-row,.lane-info{display:flex;flex-direction:column}.info-row{gap:.5rem}.info-row.small{font-size:.9rem;gap:.25rem}.info-label{font-weight:600;color:#6b7280;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1.75rem;font-weight:700;color:#1f2937}.info-row.small .info-value{font-size:1rem}.overview-container{width:100%;padding:2rem 0}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.overview-card-link{text-decoration:none;color:inherit}.overview-card{background:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden;cursor:pointer;transition:box-shadow .3s,transform .3s;height:100%;display:flex;flex-direction:column}.overview-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-4px)}.overview-header{background-color:#f3f4f6;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.overview-title{font-size:1.3rem;font-weight:700;margin:0;color:#1f2937}.overview-body{padding:1.5rem;flex:1 1;display:flex;flex-direction:column;gap:1rem}.overview-status{display:flex;gap:.5rem;flex-wrap:wrap}.overview-status-badge{display:inline-block;padding:.4rem .8rem;border-radius:6px;color:white;font-weight:600;font-size:.8rem}.overview-info{flex:1 1}.overview-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.overview-label{font-weight:600;color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.overview-value{font-size:1rem;font-weight:600;color:#1f2937;text-align:right;flex:1 1}.overview-lanes{padding-top:.75rem;border-top:1px solid #e5e7eb;margin-top:.75rem}.lane-count{display:inline-block;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.bay-container{width:100%}.bay-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1f2937}.back-link{display:inline-block;margin-bottom:1rem;padding:.5rem 1rem;background-color:#e5e7eb;color:#1f2937;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .3s}.back-link:hover{background-color:#d1d5db}.loading{text-align:center;padding:3rem 2rem;font-size:1.1rem;color:#6b7280}.spinner{display:inline-block;width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#1f2937;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(1turn)}}.error{background-color:#fee2e2;color:#7f1d1d;padding:1.5rem;border-radius:8px;border-left:4px solid #dc2626;margin:1rem 0}.error-title{font-weight:700;margin-bottom:.5rem}@media (max-width:768px){.header-title{font-size:1.5rem}.main-content{padding:1rem}.overview-grid{grid-template-columns:1fr}.info-value{font-size:1.4rem}.overview-title{font-size:1.1rem}.overview-row{flex-direction:column;align-items:flex-start}.overview-value{text-align:left}}@media (max-width:480px){.header{padding:1rem}.header-title{font-size:1.25rem}.lane-card{margin-bottom:1rem}.lane-header{padding:.75rem 1rem}.lane-label{font-size:1rem}.lane-body{padding:1rem}.info-value{font-size:1.2rem}}