:root{--gold: #ffc400;--gold-light: #ffd64c;--brown: #351c15;--gray-1: #5f5753;--gray-3: #bfb8af;--gray-5: #f2f1ef;--gray-4: #dfdbd7;--ups-black: #121212;--blue: #0662bb;--blue-darker: #105497;--brown-gradient: linear-gradient(18.83deg, #7e5844 37.21%, #69422d 100%);--body-font-family: roboto, roboto-fallback, tahoma, helvetica, arial, sans-serif;--bg: #ffffff;--text: #1f2937;--muted: #2a67a5;--input-border: #d1d5db;--button: #ffc600;--button-text: #111827;--circle-border: #d6d6d6;--legal: #222222;--content-width: 398px;--ups-gold: #ffc400;--bg-overlay: rgba(16, 24, 40, .48);--modal-bg: #ffffff;--modal-border: #e9ecef;--modal-shadow: 0 20px 60px rgba(0, 0, 0, .18);--text-main: #1f2937;--text-muted: #6b7280;--text-soft: #8a8f98;--teal: #0f8f8e;--teal-line: #139b98;--danger: #a34d4d;--danger-ring: #b65c5c;--danger-soft: #fff7f7;--gray-line: #d1d5db;--gray-dot: #b8bcc4;--divider: #ececec;--button-yellow: #f3c400;--button-yellow-hover: #e2b700;--radius-modal: 12px;--radius-pill: 999px;--ups-brown: #351c15;--ups-teal: #0a8080;--bg-color: #f2f1ef;--text-color: #121212;--border-color: #8c857e}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden;font-family:var(--body-font-family);color:var(--ups-black);background-color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .3s}a{text-decoration:none;color:var(--blue)}a:hover{color:var(--blue-darker)}ul{list-style:none}button{background:none;border:none;cursor:pointer;font:inherit}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#ffffffd9;z-index:9999;display:none;justify-content:center;align-items:center}.spinner{width:50px;height:50px;border:5px solid #e0e0e0;border-top:5px solid var(--ups-gold);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#home-view,#login-view,#reschedule-view{width:100%}.global-alert{background-color:var(--gold);color:#000;text-align:center;padding:10px 20px;font-size:15px;display:flex;align-items:center;justify-content:center;gap:10px}.global-alert svg{width:16px;height:16px;fill:#000;flex-shrink:0}.nav-wrapper{border-bottom:1px solid var(--gray-5)}.meta-nav{background-color:var(--gray-5);display:flex;justify-content:space-between;align-items:center;padding:10px 2rem;font-size:14px;font-weight:500}.meta-nav-left,.meta-nav-right{display:flex;align-items:center;gap:8px;cursor:pointer}.meta-nav-left img,.meta-nav-right img{width:24px;height:24px}.nav-alert{position:relative}.service-alert-badge{position:absolute;top:-5px;right:-5px;background-color:red;color:#fff;border-radius:50%;width:16px;height:16px;font-size:10px;display:flex;justify-content:center;align-items:center}.main-header{background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:10px 2rem 15px}.nav-brand img{height:64px}.nav-tools{display:flex;align-items:center;gap:15px}.nav-tools img{width:24px;height:24px;cursor:pointer}.btn-login-nav{background-color:var(--gold);color:var(--ups-black);padding:10px 24px;border-radius:40px;font-weight:500;display:flex;align-items:center;gap:8px;transition:background .3s}.btn-login-nav:hover{background-color:var(--gold-light);color:var(--ups-black)}.chevron{display:inline-block;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.chevron.down{transform:rotate(45deg)}.chevron.up{transform:rotate(-135deg)}.hamburger{display:flex;flex-direction:column;gap:4px;padding:10px}.hamburger span{display:block;width:20px;height:2px;background:var(--ups-black)}.arc-container{background:var(--brown-gradient);color:#fff;position:relative;padding:4rem 2rem 12rem;display:flex;flex-direction:column;align-items:center}.hero-tabs{display:flex;gap:2.5rem;margin-bottom:2rem;width:100%;max-width:1140px}.hero-tab{font-size:1.5rem;cursor:pointer;position:relative;padding-bottom:8px;display:flex;align-items:center;gap:8px;white-space:nowrap}.hero-tab.active{font-weight:400;text-shadow:0 0 1px white}.hero-tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:4px;background-color:var(--gold)}.track-box{width:100%;max-width:1140px;display:flex;gap:15px;align-items:center;margin-bottom:15px}.track-input-wrapper{position:relative;flex-grow:1}.track-input-wrapper input{width:100%;background-color:#fff;border:none;border-radius:4px;padding:1.5rem 1rem .5rem;font-size:1rem;outline:none;height:3.375rem;color:#000}.track-input-wrapper label{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--gray-1);font-size:1rem;transition:.2s ease all;pointer-events:none}.track-input-wrapper input:focus+label,.track-input-wrapper input:not(:placeholder-shown)+label{top:12px;font-size:.75rem}.btn-track{background-color:var(--gold);color:var(--ups-black);padding:0 2rem;border-radius:40px;font-weight:500;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:10px;height:44px}.btn-track:hover{background-color:var(--gold-light)}.btn-help{color:#fff;font-size:1rem;text-decoration:underline;display:flex;align-items:center;gap:5px;white-space:nowrap}.sub-help-text{width:100%;max-width:1140px;font-size:1rem;color:#fff}.sub-help-text a{color:#fff;text-decoration:underline}.arc-wrapper{position:absolute;left:0;right:0;bottom:-2px;width:100%;line-height:0;overflow:hidden}.arc-wrapper svg{width:100%;height:auto;display:block;min-width:800px}.content-section{padding:4rem 2rem;max-width:850px;margin:0 auto;text-align:center}.keyline{font-size:2rem;font-weight:400;margin-bottom:1.5rem;position:relative}.keyline:after{content:"";display:block;width:5rem;height:4px;background-color:var(--gold);margin:1rem auto 0}.content-desc{font-size:1rem;color:var(--ups-black);margin-bottom:3rem}.cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;text-align:left}.card-home{background:#fff;border:1px solid var(--gray-5);border-radius:4px;padding:2rem;box-shadow:0 2px 5px #00000024;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.card-home:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000001a}.card-home h3{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.card-home p{color:var(--ups-black);margin-bottom:1.5rem;flex-grow:1}.card-home a{font-weight:500;display:inline-flex;align-items:center;gap:8px}.quick-links{padding:0 2rem 5rem;max-width:1000px;margin:0 auto}.quick-links h2{text-align:center}.links-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 3rem;margin-top:2rem}.links-grid a{display:block;padding:1.25rem 0;border-bottom:1px solid var(--gray-4);font-weight:500}.links-grid a:last-child{border-bottom:none}.footer-wrapper{background-color:var(--brown);color:var(--gray-3);padding:3rem 2rem;font-size:.875rem}.footer-content{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;border-bottom:1px solid #8c8585;padding-bottom:2rem;margin-bottom:2rem}.footer-column h4{color:#fff;font-size:1.25rem;font-weight:500;margin-bottom:1rem}.footer-column a{color:var(--gray-3);display:block;padding:6px 0}.footer-column a:hover{text-decoration:underline;color:#fff}.footer-bottom{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:1rem}.footer-bottom a{color:var(--gray-3);position:relative}.footer-bottom a:hover{text-decoration:underline;color:#fff}.footer-bottom a:not(:last-child):after{content:"|";position:absolute;right:-10px;color:var(--gray-3)}#login-view .page-login{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding-top:86px}.login-box{width:100%;max-width:430px;display:flex;flex-direction:column;align-items:center}.section-wrap{width:100%;display:flex;flex-direction:column;align-items:center;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.logo{width:48px;height:58px;margin-bottom:18px;display:block}.login-title{margin:0 0 44px;font-size:26px;line-height:1.2;font-weight:400;color:#1f2937;text-align:center}.field-wrap,.legal,.continue,.forgot{width:var(--content-width)}.field{width:100%;height:54px;border:1px solid var(--input-border);border-radius:2px;padding:0 16px;font-size:16px;color:#111;outline:none;background:#fff}.field:focus{border-color:#1f2937}.field::placeholder{color:#6b7280}.link{color:var(--muted);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.forgot{margin-top:12px;margin-bottom:32px;font-size:14px;text-align:center}.legal{text-align:center;font-size:13px;line-height:1.45;color:var(--legal);margin-bottom:30px}.continue{height:52px;border:none;border-radius:999px;background:var(--button);color:var(--button-text);font-size:16px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s}.continue:hover{background:#ffd64c}.signup-text{margin-top:16px;font-size:14px;color:#222}.social-title{margin-top:88px;margin-bottom:24px;font-size:12px;color:#222;text-align:center}.socials{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:54px}.social-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--circle-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.social-btn:hover{background-color:#f3f4f6}.social-btn svg{width:22px;height:22px;display:block}.user-badge{width:var(--content-width);display:flex;align-items:center;justify-content:space-between;border:1px solid var(--input-border);border-radius:2px;padding:12px 16px;margin-bottom:24px;background:#f9fafb}.user-badge span{font-size:15px;font-weight:500}.edit-link{font-size:13px;color:var(--muted);text-decoration:underline;cursor:pointer}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg-overlay);display:none;place-items:center;padding:16px;z-index:10000}.modal-box{position:relative;width:min(500px,100%);background:var(--modal-bg);border:1px solid var(--modal-border);border-radius:var(--radius-modal);box-shadow:var(--modal-shadow)}.close-btn{position:absolute;top:10px;right:10px;width:32px;height:32px;border:0;border-radius:50%;background:transparent;color:#98a2b3;font-size:20px;cursor:pointer}.close-btn:hover{background:#f5f6f7;color:#667085}.content-modal{padding:20px 24px}.eyebrow{margin:0 0 2px;font-size:13px;font-weight:600;color:#636b74}.date{margin:0;font-size:22px;line-height:1.2;font-weight:700;color:var(--teal)}.alert{display:flex;align-items:flex-start;gap:10px;margin-top:12px}.alert-icon{width:22px;height:22px;flex-shrink:0;margin-top:2px}.alert-text{font-size:13.5px;line-height:1.4;color:var(--danger);font-weight:700;text-align:left}.alert-text .line-break{display:block;margin-top:2px}.subnote{margin:8px 0 0 32px;font-size:12px;line-height:1.4;color:#757b84;font-style:italic}.divider{margin:16px 0;border:0;border-top:1px solid var(--divider)}.status-section{display:flex;align-items:flex-start;gap:16px;min-height:150px}.timeline{position:relative;width:24px;flex:0 0 24px}.timeline:before{content:"";position:absolute;left:11px;top:16px;width:2px;height:62px;background:var(--teal-line)}.timeline:after{content:"";position:absolute;left:11px;top:88px;width:2px;height:40px;background-image:radial-gradient(circle,#4b5563 1.2px,transparent 1.2px);background-size:2px 8px;background-repeat:repeat-y;opacity:.6}.timeline-step{position:absolute;left:0;width:24px;height:24px;display:grid;place-items:center;background:#fff;border-radius:50%}.step-1{top:0}.step-2{top:38px}.step-3{top:76px}.step-4{top:120px}.step-list{display:flex;flex-direction:column;gap:16px;padding-top:2px}.step-item{min-height:22px;text-align:left}.step-title{margin:0;font-size:13.5px;color:#3c4652}.step-title.emphasis{font-size:16px;font-weight:700;color:#1f2937}.step-title.muted{color:#8a9098}.fee{margin:12px 0 0;font-size:12px;color:#666d75;font-style:italic;text-align:left}.actions{margin-top:16px}.cta-modal{display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;border:0;border-radius:var(--radius-pill);background:var(--button-yellow);color:#5d4b00;font-size:14px;font-weight:700;font-style:italic;cursor:pointer}.cta-modal:hover{background:var(--button-yellow-hover)}#reschedule-view .main-container{max-width:950px;margin:0 auto;padding-top:3rem}.header-title-res{font-weight:300;font-size:2.5rem;margin-bottom:0}.btn-ups{background-color:var(--ups-gold);color:var(--text-color);border-radius:2.5rem;font-weight:500;padding:.75rem 2rem;border:1px solid var(--ups-gold);transition:background-color .3s;width:auto}.btn-ups:hover{background-color:#ffd64c;color:var(--text-color)}.btn-outline-ups{color:#0662bb;border:none;background:transparent;font-weight:500;padding:0;font-size:.95rem}.btn-outline-ups:hover{text-decoration:underline}.progress-steps{display:flex;justify-content:space-between;list-style:none;padding:0;margin:2rem 0 3.5rem;position:relative;width:100%}.progress-steps:before{content:"";position:absolute;top:15px;left:10%;width:80%;height:2px;background-color:#bfb8af;z-index:1}.step{position:relative;z-index:2;text-align:center;flex:1}.step-container{width:32px;height:32px;border-radius:50%;background-color:#bfb8af;display:inline-block;border:4px solid var(--bg-color);transition:background-color .3s}.step.active .step-container{background-color:var(--ups-teal)}.step-label{display:block;font-size:.9rem;margin-top:.5rem;color:#5f5753;transition:color .3s,font-weight .3s}.step.active .step-label{color:var(--text-color);font-weight:700}.ups-card{border:none;border-radius:8px;box-shadow:0 4px 10px #0000000d;margin-bottom:1.5rem;padding:2.5rem;background-color:#fff;width:100%;box-sizing:border-box;display:none}.ups-card.active-section{display:block;animation:fadeIn .4s}.card-title-keyline{position:relative;padding-bottom:10px;margin-bottom:25px;font-size:1.5rem;font-weight:700}.card-title-keyline:after{content:"";display:block;width:75px;height:4px;background:var(--ups-gold);position:absolute;bottom:0;left:0}.form-label{font-weight:500;font-size:.9rem;margin-bottom:.25rem;color:#5f5753}.form-control{border:2px solid var(--border-color);border-radius:4px;padding:.75rem;font-size:16px!important;width:100%;transition:border-color .2s}.form-control:focus{border-color:var(--text-color);box-shadow:none;outline:none}.error-text{color:#d32f2f;font-size:.85rem;margin-top:.35rem;display:none;font-weight:500}.ts-wrapper{width:100%}.ts-wrapper.single .ts-control{border:2px solid var(--border-color)!important;border-radius:4px!important;padding:.75rem!important;font-size:16px!important;background-color:#fff!important;box-shadow:none!important;color:var(--text-color)!important;min-height:54px!important;display:flex;align-items:center;transition:border-color .2s}.ts-wrapper.single.focus .ts-control{border-color:var(--text-color)!important;outline:none!important}.ts-wrapper.single .ts-control input{font-size:16px!important;color:var(--text-color)!important}.ts-dropdown{font-size:16px!important;border:2px solid var(--border-color)!important;border-top:none!important;border-radius:0 0 4px 4px!important;box-shadow:0 4px 10px #0000001a!important}.ts-dropdown .option{padding:10px .75rem!important}.ts-dropdown .option.active{background-color:var(--bg-color)!important;color:var(--text-color)!important}.success-icon-container{width:90px;height:90px;background-color:#e5dfd3;border:4px solid var(--ups-gold);border-radius:50%;display:inline-flex;justify-content:center;align-items:center;font-size:45px;color:#121212;margin-bottom:1.5rem}@media (max-width: 768px){.global-alert{font-size:13px;padding:10px 1rem}.meta-nav{padding:10px 1rem}.main-header{padding:10px 1rem 15px}.btn-login-nav{display:none}.nav-brand img{height:48px}.arc-container{padding:2.5rem 1rem 6rem}.hero-tabs{gap:1rem;justify-content:space-between;overflow-x:auto;padding-bottom:5px}.hero-tab{font-size:1.2rem}.track-box{flex-direction:column;align-items:stretch;margin-bottom:1rem}.track-input-wrapper{width:100%}.btn-track{margin-top:10px;width:100%;height:50px;border-radius:40px}.btn-help{justify-content:center;margin-top:1rem}.sub-help-text{text-align:center}.content-section{padding:3rem 1rem}.keyline{font-size:1.5rem}.cards-grid{grid-template-columns:1fr;gap:1.5rem}.quick-links{padding:0 1rem 3rem}.links-grid{grid-template-columns:1fr;margin-top:1rem;gap:0}.footer-wrapper{padding:2rem 1rem}.footer-top{grid-template-columns:1fr;gap:1.5rem;padding-bottom:1.5rem;margin-bottom:1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}.footer-bottom a:not(:last-child):after{display:none}.page-login{padding:48px 20px 24px!important}.login-box{max-width:100%}.field-wrap,.legal,.continue,.forgot,.user-badge{width:100%;max-width:var(--content-width)}.content-modal{padding:16px 20px}.date{font-size:20px}.header-title-res{font-size:1.8rem;text-align:center}.header-wrapper{text-align:center;margin-bottom:1rem}.ups-card{padding:1.25rem}.btn-ups{width:100%;font-size:1.1rem}.step-label{display:none}.step.active:after{content:attr(data-label);display:block;font-size:.85rem;font-weight:700;margin-top:.5rem;color:var(--text-color);width:100%;text-align:center;white-space:normal;position:absolute;left:0}.step:first-child.active:after,.step:last-child.active:after{left:0;transform:none;text-align:center}}
