.glass-card{background:rgba(255,255,255,.98);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(0,0,0,.08)}.order-card{transition:all .3s ease}.order-card:hover{box-shadow:0 6px 25px rgba(0,0,0,.12)}.order-info-section{font-size:1.15rem}.pickslip-link{color:var(--color-navy);text-decoration:underline;font-weight:600;transition:all .2s;cursor:pointer}.pickslip-link:hover{color:var(--color-primary)}.search-input{transition:all .3s ease}.search-input:focus{outline:0;box-shadow:0 0 0 4px rgba(255,107,53,.2);border:2px solid var(--color-primary)!important}.search-btn{background:var(--color-navy);transition:all .3s ease}.search-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(6,24,60,.4);background:#0a2350}.search-btn:active{transform:translateY(0)}.timeline-container{padding:1rem 2rem;margin-top:1.5rem;position:relative;overflow-x:auto;background-image:linear-gradient(var(--color-orange),var(--color-orange));background-size:100% calc(2rem + 48px);background-repeat:no-repeat}.custom-timeline{display:flex;align-items:flex-start;justify-content:space-between;position:relative;max-width:100%;min-width:900px}.custom-timeline::before{content:'';position:absolute;top:24px;left:5rem;right:5rem;height:3px;background:#06183c;z-index:1}.timeline-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1;min-width:100px}.timeline-dot{width:48px;height:48px;border-radius:50%;background:#fedecc;border:3px solid #06183c;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.15);flex-shrink:0}.timeline-dot.completed{background:var(--color-navy);border-color:var(--color-navy);box-shadow:0 4px 12px rgba(6,24,60,.3)}.timeline-dot.final-completed{background:var(--color-success);border-color:var(--color-success);box-shadow:0 4px 12px rgba(16,185,129,.3)}.timeline-dot.completed::after,.timeline-dot.final-completed::after{content:'✓';color:#fff;font-size:24px;font-weight:bold}.timeline-text{text-align:center;color:#000;font-weight:600;line-height:1.3;max-width:120px;display:flex;flex-direction:column;margin-top:1rem}.timeline-step-label{display:block;margin-bottom:.5rem;height:40px;color:#000}.timeline-step-label.no-data{color:#6c757d}.timeline-date-display{display:block;font-size:.9rem;color:#141e78}.timeline-time-display{display:block;font-size:.9rem;color:#141e78}.search-card-bg{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-orange) 100%);border-radius:1.5rem;padding:2rem;box-shadow:0 10px 40px rgba(255,107,53,.3)}.header-container{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:2rem}.header-title{color:var(--color-navy);font-weight:800;letter-spacing:-.5px;text-align:center;flex:1}.info-section-vertical{display:flex;flex-direction:column;margin-top:.5rem;margin-bottom:.5rem}.info-item-vertical{display:flex;flex-direction:column}.info-label-vertical{font-weight:700;color:#000}.info-value-vertical{color:#000;line-height:1.5;font-weight:500}.info-section-two-col{display:grid;grid-template-columns:1fr auto}.info-item-inline{display:inline-flex;align-items:baseline;gap:.5rem}.info-item-right{justify-self:end}.info-label-inline{font-weight:700;color:#000;white-space:nowrap}.info-value-inline{font-weight:500;color:#000}.yusen-logo{max-width:200px;height:auto;display:block}.loading-spinner{border:3px solid #f3f4f6;border-top:3px solid var(--color-primary);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#modalBody table th{position:sticky;top:0;background:#f3f4f6;z-index:10}#modalBody table tbody tr:nth-child(even){background-color:#fafafa}#modalBody table tbody tr:hover{background-color:#f0f9ff}#modalBody .overflow-x-auto{border-radius:.5rem;border:1px solid #e5e7eb}.vertical-timeline{padding:1rem 1.25rem .5rem;margin-top:1rem;background:var(--color-bg-light);border-radius:.75rem}.vt-item{display:flex;gap:.75rem;align-items:flex-start}.vt-dot-column{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:3px}.vt-dot{width:28px;height:28px;border-radius:50%;background:#e2e8f0;border:2px solid #94a3b8;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.vt-dot.completed{background:var(--color-navy);border-color:var(--color-navy)}.vt-dot.completed::after{content:'✓';color:#fff;font-size:13px;font-weight:bold}.vt-dot.final-completed{background:var(--color-success);border-color:var(--color-success)}.vt-dot.final-completed::after{content:'✓';color:#fff;font-size:13px;font-weight:bold}.vt-line{width:2px;flex:1;min-height:20px;background:#cbd5e1;margin-top:4px}.vt-item:last-child .vt-line{display:none}.vt-content{flex:1;padding-bottom:1rem;display:flex;flex-direction:column;gap:2px}.vt-label{font-size:.875rem;font-weight:600;color:#1e293b;line-height:1.4}.vt-date{font-size:.8rem;color:var(--color-navy);font-weight:500}.vt-inactive .vt-label{color:#94a3b8;font-weight:400}@media(max-width:1024px){.header-container{flex-direction:column;align-items:center;margin-bottom:1rem}.header-title{order:2}}@media(max-width:768px){.timeline-container{background-size:100% calc(2rem + 40px)}.custom-timeline{min-width:800px;margin-left:-1.5rem;margin-right:-1.5rem}.custom-timeline::before{left:4rem;right:4rem;top:18.5px}.timeline-item{min-width:80px}.timeline-dot{width:40px;height:40px}.timeline-dot.completed::after,.timeline-dot.final-completed::after{font-size:20px}.timeline-text{font-size:.85rem;max-width:90px}.timeline-step-label{height:50px}.timeline-date-display,.timeline-time-display{font-size:.75rem}.yusen-logo{max-width:150px}.info-section-two-col{grid-template-columns:1fr;gap:.5rem}.info-item-right{justify-self:start}}