:root{--fig-surface-white: #FFFFFF;--fig-surface-grey: #F1F1F2;--fig-surface-navy: #354052;--fig-text-default: #060607;--fig-text-on-navy: #FFFFFF;--fig-text-muted: #5D5B5B;--fig-text-disclaimer: #050608;--fig-border-default: #AEB3BA;--fig-border-light: #F1F1F2;--fig-brand-spark: #545454;--fig-cta-green: #009546;--fig-radius-sm: 4px;--fig-radius-md: 8px;--fig-h1-size: 29px;--fig-h1-lh: 38px;--fig-h2-size: 22px;--fig-h2-lh: 28px;--fig-body-bold-size: 17px;--fig-body-bold-lh: 22px;--fig-body-size: 17px;--fig-body-lh: 22px;--fig-footnote-size: 13px;--fig-footnote-lh: 18px;--fig-disclaimer-size: 12px;--fig-disclaimer-lh: 14.5px;--fig-space-1: 4px;--fig-space-2: 8px;--fig-space-3: 12px;--fig-space-4: 16px;--fig-space-6: 24px;--fig-space-16: 64px;--fig-font-display: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--fig-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}:root{--repco-navy: #354052;--repco-navy-dark: #293241;--repco-red: #ED1C24;--repco-green: #00A651;--repco-gray-bubble: #EDEDED;--repco-gray-light: #F4F5F6;--repco-gray-border: #E5E7EB;--repco-text: #1E2A47;--repco-muted: #6B7280;--primary-blue: var(--repco-navy);--primary-gold: var(--repco-red);--accent-red: var(--repco-red);--light-gold: var(--repco-gray-bubble)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:transparent;margin:0;min-height:100vh;display:flex;justify-content:stretch;align-items:stretch}.chatbot-container{width:100%;height:100%;min-height:400px;background:#fff;box-shadow:0 10px 40px #0000002e;overflow:hidden;position:relative;display:flex;flex-direction:column}.banner-header{background:var(--repco-navy);padding:14px 18px;display:flex;align-items:center;gap:12px;flex-shrink:0;border-radius:10px 10px 0 0;color:#fff;border-bottom:1px solid rgba(255,255,255,.4)}.banner-logo{height:28px;width:auto}.banner-title{display:none}.banner-header-actions{margin-left:auto;display:flex;align-items:center;gap:10px;color:#fff}.banner-icon-btn{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s}.banner-icon-btn:hover{background:#ffffff1a}.banner-icon-btn svg{width:20px;height:20px}.quick-bar-wrap{position:relative}.quick-bar{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0;width:100%;border:0;text-align:left;font-family:inherit;transition:background .15s}.quick-bar svg{width:15px;height:15px}.quick-bar .chevron{font-size:12px;opacity:.8;margin-left:auto;transition:transform .15s}.quick-bar-deselect{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:14px;line-height:1;opacity:.7;cursor:pointer;transition:background .15s,opacity .15s}.quick-bar-deselect:hover{opacity:1;background:#0000001f}.quick-bar.is-open .chevron{transform:rotate(180deg)}.quick-bar.store{background:var(--repco-navy);color:#fff;border-top:1px solid rgba(255,255,255,.08)}.quick-bar.store:hover,.quick-bar.store.is-open{background:#232347}.quick-bar.vehicle{background:var(--repco-gray-light);color:var(--repco-text)}.quick-bar.vehicle:hover,.quick-bar.vehicle.is-open{background:#e6e8ec}.quick-bar-menu{position:absolute;left:0;right:0;top:100%;margin:0;padding:4px 0;list-style:none;background:#fff;color:var(--repco-text);border:1px solid var(--fig-border-default, #AEB3BA);border-top:0;box-shadow:0 8px 24px #0000002e;max-height:320px;overflow-y:auto;z-index:50}.quick-bar-option{padding:10px 18px;cursor:pointer;transition:background .1s}.quick-bar-option:hover{background:var(--fig-surface-grey, #F1F1F2)}.quick-bar-option.is-selected{background:#f0c0401f}.quick-bar-option-title{font-size:14px;font-weight:600;margin-bottom:2px}.quick-bar-option-sub{font-size:12px;color:var(--fig-text-muted, #5D5B5B)}.privacy-notice{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:#fff;border-bottom:1px solid var(--repco-gray-border);font-size:12.5px;color:var(--repco-muted);line-height:1.4;flex-shrink:0}.privacy-notice .info-icon{width:18px;height:18px;flex-shrink:0;color:var(--repco-muted);margin-top:1px}.privacy-notice .close-privacy{margin-left:auto;background:none;border:none;font-size:18px;color:var(--repco-muted);cursor:pointer;line-height:1;padding:0 4px}.banner-dev-badge{margin-left:auto;font-size:11px;font-weight:600;color:#856404;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:3px 8px}.logout-btn{margin-left:auto;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:6px 14px;font-size:12px;color:#fff;cursor:pointer;transition:all .2s}.logout-btn:hover{background:#ffffff29;border-color:#ffffff59;color:#fff}.screen{display:none;height:100%;flex-direction:column;overflow:hidden}.screen.active{display:flex}.screen-header{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #eee;gap:12px;flex-shrink:0}.back-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#333;font-size:15px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background .2s}.back-btn:hover{background:#f5f5f5}.back-btn svg{width:16px;height:16px}.screen-title{font-size:16px;font-weight:600;color:#333;padding-left:12px;border-left:2px solid #ddd}.close-btn{margin-left:auto;background:none;border:none;font-size:20px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.close-btn:hover{background:#f5f5f5;color:#333}.main-screen{padding:16px 20px;display:flex;flex-direction:column;flex:1;overflow:hidden}.action-buttons{display:flex;gap:10px;flex-wrap:wrap;flex-shrink:0}.action-btn{flex:1;min-width:140px;display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border:1px solid #d0d0d0;border-radius:10px;cursor:pointer;transition:all .2s}.action-btn:hover{background:#f8f8f8;border-color:var(--primary-blue);box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.action-btn:hover .icon,.action-btn:hover .text,.action-btn:hover .arrow{color:var(--primary-blue)}.action-btn .icon{width:20px;height:20px;color:#999}.action-btn .text{flex:1;font-size:13px;font-weight:600;color:#999;text-align:left}.action-btn .arrow{color:#999;font-size:16px}.chat-area{margin-top:auto;padding:16px 0;flex:1;display:flex;flex-direction:column;min-height:0}.chat-messages{flex:1;overflow-y:auto;margin-bottom:16px;min-height:0;display:flex;flex-direction:column}.chat-messages-inner{margin-top:auto}.bot-name{color:var(--repco-text);font-weight:400;font-size:14px;margin-bottom:8px;letter-spacing:0}.bot-message{color:#444;font-size:15px;line-height:1.5}.chat-part-card{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-top:10px;cursor:pointer;transition:all .2s}.chat-part-card:hover{border-color:var(--primary-blue);box-shadow:0 2px 8px #0000001a}.chat-part-thumb{width:48px;height:48px;background:var(--primary-gold);border-radius:8px;flex-shrink:0}.chat-part-info{flex:1}.chat-part-name{font-weight:600;font-size:14px;color:#333;margin-bottom:4px}.chat-part-availability{font-size:12px;color:#4caf50}.chat-part-availability.low{color:#ff9800}.chat-part-availability.out{color:#f44336}.chat-part-price{font-weight:700;font-size:14px;color:var(--primary-blue)}.chat-store-card{display:flex;align-items:flex-start;gap:12px;padding:14px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-top:10px}.store-icon{font-size:24px;flex-shrink:0}.store-info{flex:1}.store-name{font-weight:600;font-size:14px;color:var(--primary-blue);margin-bottom:4px}.store-address{font-size:13px;color:#333;margin-bottom:6px}.store-phone,.store-hours{font-size:12px;color:#666;margin-bottom:3px}.store-distance{font-size:12px;color:var(--primary-gold);font-weight:600;margin-top:4px}.related-items-header{font-size:13px;color:#666;margin-top:14px;margin-bottom:6px;font-style:italic}.message{margin-bottom:16px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{text-align:right}.message.user .bubble{background:var(--repco-navy);color:#fff;display:inline-block;padding:12px 18px;border-radius:18px 18px 4px;max-width:80%;font-size:15px}.message.bot .bubble{background:var(--repco-gray-bubble);color:var(--repco-text);display:inline-block;padding:14px 18px;border-radius:8px;max-width:92%;font-size:15px}.message.bot .bot-message{background:var(--repco-gray-bubble);color:var(--repco-text);padding:14px 18px;border-radius:8px;font-size:15px;line-height:1.5}.message.bot .bubble p{margin:0 0 8px}.message.bot .bubble p:last-child{margin-bottom:0}.message.bot .bubble ol,.message.bot .bubble ul{margin:4px 0 8px 20px}.message.bot .bubble li{margin-bottom:4px}.message.bot .bubble strong{font-weight:600}.input-area{border-top:1px solid var(--repco-gray-border);padding:6px 10px 0;flex-shrink:0;background:#fff}.input-wrapper{display:flex;align-items:center;border:1px solid #D1D5DB;border-radius:10px;padding:2px 4px 2px 12px;gap:8px;transition:border-color .2s;background:#fff}.input-wrapper:focus-within{border-color:var(--repco-navy)}.input-sparkle{width:18px;height:18px;color:var(--repco-navy);flex-shrink:0}.chat-input{flex:1;border:none;padding:10px 4px;font-size:14px;outline:none;background:transparent;color:var(--repco-text)}.chat-input::placeholder{color:#9ca3af}.send-btn{width:28px;height:28px;background:var(--repco-green);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.send-btn:hover{background:#008f46}.send-btn svg{width:13px;height:13px;color:#fff;transition:color .2s}.footer{text-align:center;padding:0 12px 4px;margin-top:-2px;color:var(--repco-muted);font-size:12px;line-height:1.2;background:#fff;flex-shrink:0;border-radius:0 0 10px 10px}.footer a,.footer .footer-link{color:var(--repco-text);text-decoration:underline;cursor:pointer;font-weight:500;background:none;border:none;padding:0;font-size:inherit}.search-wrapper{padding:20px;flex-shrink:0}.search-input{width:100%;display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:12px;padding:12px 16px;gap:12px;transition:border-color .2s}.search-input:focus-within{border-color:var(--primary-blue)}.search-input svg{width:22px;height:22px;color:#999}.search-input input{flex:1;border:none;outline:none;font-size:15px}.search-input input::placeholder{color:#aaa}.list-content{flex:1;overflow-y:auto;padding:0 20px;min-height:0}.list-item{display:flex;align-items:center;gap:16px;padding:20px 0;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s}.list-item:hover{background:#fafafa;margin:0 -20px;padding:20px}.list-item:last-child{border-bottom:none}.item-thumbnail{width:56px;height:56px;background:var(--primary-gold);border-radius:10px;flex-shrink:0}.item-info{flex:1}.item-title{font-weight:600;font-size:15px;color:#333;margin-bottom:4px}.item-subtitle{font-size:13px;color:#999}.faq-content{flex:1;overflow-y:auto;padding:0 20px 20px;min-height:0}.faq-category{border:1px solid #e0e0e0;border-radius:12px;margin-bottom:16px;overflow:hidden}.faq-category-title{font-weight:600;font-size:15px;color:#333;padding:16px 20px;background:#f5f5f5}.faq-item{border-top:1px solid #eee}.faq-item-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;cursor:pointer;transition:background .2s}.faq-item-header:hover{background:#f5f5f5}.faq-item-text{font-size:14px;color:#555}.faq-item .arrow{color:#999;font-size:18px;transition:transform .3s}.faq-item.expanded .arrow{transform:rotate(90deg)}.faq-item-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background:var(--light-gold);padding:0 20px;font-size:14px;line-height:1.6;color:#555}.faq-item.expanded .faq-item-answer{max-height:300px;padding:16px 20px}.thinking-indicator{display:flex;align-items:center;gap:8px;padding:6px 4px;background:transparent;border:none;border-radius:0;width:fit-content;box-shadow:none;animation:thinking-fadein .2s ease}@keyframes thinking-fadein{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.thinking-dots{display:inline-flex;align-items:center;gap:4px}.thinking-dots span{width:5px;height:5px;border-radius:50%;background:var(--repco-navy);opacity:.35;animation:dot-bounce 1.2s ease-in-out infinite}.thinking-dots span:nth-child(2){animation-delay:.15s}.thinking-dots span:nth-child(3){animation-delay:.3s}@keyframes dot-bounce{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.thinking-text{font-size:13px;font-weight:400;color:var(--repco-muted);white-space:nowrap;letter-spacing:0;background:linear-gradient(90deg,var(--repco-muted) 0%,var(--repco-muted) 40%,var(--repco-navy) 50%,var(--repco-muted) 60%,var(--repco-muted) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:text-shimmer 2.4s linear infinite,text-fadein .25s ease}@keyframes text-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes text-fadein{0%{opacity:0}to{opacity:1}}.product-detail{padding:20px;flex:1;overflow-y:auto;min-height:0}.product-image{width:100%;height:200px;background:var(--light-gold);border-radius:12px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;color:var(--primary-gold);font-size:14px}.product-name{font-size:20px;font-weight:600;color:#333;margin-bottom:8px}.product-availability{font-size:14px;color:#4caf50;margin-bottom:20px}.product-availability.out-of-stock{color:#f44336}.product-price{font-size:24px;font-weight:700;color:var(--primary-blue);margin-bottom:20px}.add-to-cart-btn{width:100%;padding:16px;background:var(--primary-gold);color:var(--primary-blue);border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.add-to-cart-btn:hover{background:#d49a15}.order-detail{padding:20px;flex:1;overflow-y:auto;min-height:0}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}.order-number{font-size:18px;font-weight:600;color:#333}.order-date{font-size:13px;color:#999;margin-top:4px}.order-status{padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500}.order-status.processing{background:#fff3e0;color:#f57c00}.order-status.shipped{background:var(--light-gold);color:var(--primary-blue)}.order-status.delivered{background:#e8f5e9;color:#388e3c}.order-items-title{font-size:14px;font-weight:600;color:#333;margin-bottom:12px}.order-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eee}.order-item:last-child{border-bottom:none}.order-item-thumb{width:48px;height:48px;background:var(--primary-gold);border-radius:8px}.order-item-info{flex:1}.order-item-name{font-size:14px;font-weight:500;color:#333}.order-item-qty{font-size:12px;color:#999}.order-item-price{font-weight:600;color:#333}.order-total{display:flex;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:2px solid #eee;font-size:16px;font-weight:600}.input-row{display:flex;align-items:center;gap:10px}.input-row .input-wrapper{flex:1}.chat-human-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid #d0d0d0;border-radius:8px;cursor:pointer;transition:all .2s;font-size:12px;font-weight:600;color:#333;white-space:nowrap;flex-shrink:0}.chat-human-btn:hover{background:#f8f8f8;border-color:var(--primary-blue);color:var(--primary-blue)}.chat-human-btn svg{width:14px;height:14px;color:var(--primary-blue)}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;justify-content:center;align-items:center;animation:fadeIn .3s ease}.modal-overlay.active{display:flex}.modal-content{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:90%;text-align:center;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-icon{width:64px;height:64px;margin:0 auto 20px;background:var(--light-gold);border-radius:50%;display:flex;align-items:center;justify-content:center}.modal-icon svg{width:32px;height:32px;color:var(--primary-blue)}.modal-title{font-size:20px;font-weight:700;color:#333;margin-bottom:12px}.modal-message{font-size:15px;color:#666;line-height:1.5;margin-bottom:24px}.modal-timer{display:flex;align-items:center;justify-content:center;gap:8px;font-size:28px;font-weight:700;color:var(--primary-blue);margin-bottom:20px}.modal-timer-label{font-size:13px;color:#999;margin-bottom:24px}.modal-spinner{width:40px;height:40px;border:3px solid #eee;border-top-color:var(--primary-blue);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.modal-cancel-btn{padding:12px 32px;background:#f5f5f5;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:all .2s}.modal-cancel-btn:hover{background:#eee;color:#333}@media (max-width: 600px){.action-buttons{flex-direction:column}.action-btn{min-width:100%}body{padding:0;justify-content:stretch}.chatbot-container{max-width:100%;height:100vh;max-height:none;border-radius:0}.banner-header,.footer{border-radius:0}}.bot-feedback{display:flex;align-items:center;gap:14px;margin-top:10px;padding-left:2px;color:var(--repco-muted)}.bot-feedback button{background:none;border:none;padding:2px;cursor:pointer;color:var(--repco-muted);display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s,color .2s}.bot-feedback button:hover{background:var(--repco-gray-light);color:var(--repco-text)}.bot-feedback button.is-active{color:var(--repco-text)}.bot-feedback svg{width:18px;height:18px}.reference-links-container{margin-top:12px;animation:fadeSlideIn .4s ease-out}.vehicle-picker{margin-top:8px;animation:fadeSlideIn .4s ease-out}.vehicle-confirm{margin-top:8px;padding:12px;background:#fff;border:1px solid var(--repco-gray-light, #e2e2e2);border-radius:12px;animation:fadeSlideIn .4s ease-out}.vehicle-confirm-prompt{font-size:14px;color:#4a4a4a}.vehicle-confirm-vehicle{margin-top:6px;font-size:15px;font-weight:700;color:var(--repco-primary, #1B3A6B)}.vehicle-confirm-actions{display:flex;gap:8px;margin-top:12px}.vehicle-confirm-btn{flex:1 1 auto;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}.vehicle-confirm-btn--yes{background:var(--repco-primary, #1B3A6B);border:1px solid var(--repco-primary, #1B3A6B);color:#fff}.vehicle-confirm-btn--yes:hover{box-shadow:0 1px 4px #0000002e}.vehicle-confirm-btn--no{flex:0 0 auto;min-width:84px;background:#fff;border:1px solid var(--repco-gray-light, #e2e2e2);color:#4a4a4a}.vehicle-confirm-btn--no:hover{border-color:var(--repco-primary, #1B3A6B)}.vehicle-picker-options{display:flex;flex-direction:column;gap:8px}.vehicle-picker-garage{margin-bottom:12px}.vehicle-picker-garage-heading{margin-bottom:8px;font-size:13px;font-weight:600;color:#4a4a4a}.vehicle-picker-garage-heading--sep{margin-top:12px;margin-bottom:0;padding-top:12px;border-top:1px solid var(--repco-gray-light, #e2e2e2)}.vehicle-picker-option{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:12px;background:#fff;border:1px solid var(--repco-gray-light, #e2e2e2);border-radius:12px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.vehicle-picker-option:hover{border-color:var(--repco-primary, #1B3A6B);box-shadow:0 1px 4px #00000014}.vehicle-picker-option-body{display:flex;flex-direction:column;gap:4px;flex:1 1 auto}.vehicle-picker-option-title{font-size:14px;font-weight:600;color:var(--fig-text, #060607)}.vehicle-picker-option-sub{font-size:12px;font-weight:500;color:var(--fig-text-muted, #5D5B5B)}.vehicle-picker-option-chevron{flex:0 0 auto;font-size:20px;color:var(--fig-text-muted, #5D5B5B);line-height:1}.rego-entry{display:flex;flex-direction:column;gap:12px;margin-top:8px;animation:fadeSlideIn .4s ease-out}.rego-entry-prompt{font-size:14px;font-weight:500;color:var(--fig-text, #060607)}.rego-entry-input{width:100%;box-sizing:border-box;padding:12px;border:1px solid var(--repco-gray-light, #e2e2e2);border-radius:12px;font-size:15px;letter-spacing:1px;text-transform:uppercase;color:var(--fig-text, #060607)}.rego-entry-input:focus{outline:none;border-color:var(--repco-primary, #1B3A6B)}.rego-entry-input:disabled{background:var(--repco-gray-light, #f4f4f4);color:var(--fig-text-muted, #5D5B5B)}.rego-entry-states{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.rego-entry-state{padding:8px 4px;background:#fff;border:1px solid var(--repco-gray-light, #e2e2e2);border-radius:5px;font-size:14px;font-weight:500;color:var(--fig-text, #060607);cursor:pointer;transition:border-color .15s,background .15s}.rego-entry-state:hover:not(:disabled){border-color:var(--repco-primary, #1B3A6B)}.rego-entry-state.is-active{background:var(--repco-primary, #1B3A6B);border-color:var(--repco-primary, #1B3A6B);color:#fff}.rego-entry-state:disabled{opacity:.5;cursor:default}.rego-entry-error{font-size:13px;color:#c0392b}.rego-entry-actions{display:flex;align-items:center;gap:10px}.rego-entry-submit{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#009546;color:#fff;border:none;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s}.rego-entry-submit:disabled{opacity:.5;cursor:default}.rego-entry-back{display:inline-flex;align-items:center;padding:10px 16px;background:transparent;color:var(--fig-text-muted, #5D5B5B);border:1px solid var(--repco-gray-light, #e2e2e2);border-radius:100px;font-size:15px;font-weight:500;cursor:pointer;transition:border-color .15s,color .15s}.rego-entry-back:hover:not(:disabled){border-color:var(--fig-text-muted, #5D5B5B);color:var(--fig-text, #060607)}.rego-entry-back:disabled{opacity:.5;cursor:default}.manual-entry{display:flex;flex-direction:column;gap:10px;margin-top:8px;animation:fadeSlideIn .4s ease-out}.manual-entry-crumbs{font-size:12px;font-weight:500;color:var(--fig-text-muted, #5D5B5B)}.manual-entry-prompt{font-size:14px;font-weight:600;color:var(--fig-text, #060607)}.manual-entry-status{font-size:13px;color:var(--fig-text-muted, #5D5B5B)}.manual-entry-error{font-size:13px;color:#c0392b}.manual-entry-field{display:flex;flex-direction:column;gap:4px}.manual-entry-label{font-size:13px;font-weight:600;color:var(--fig-text, #060607)}.manual-entry-select{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--repco-gray-light, #e2e2e2);border-radius:12px;font-size:14px;color:var(--fig-text, #060607);background:#fff;cursor:pointer}.manual-entry-select:focus{outline:none;border-color:var(--repco-primary, #1B3A6B)}.manual-entry-select:disabled{color:var(--fig-text-muted, #5D5B5B);background:#fafafa;cursor:default}.manual-entry-select.is-locked{cursor:default;background:#fafafa;color:var(--fig-text, #060607)}.manual-entry-back{align-self:flex-start;display:inline-flex;align-items:center;padding:8px 16px;background:transparent;color:var(--fig-text-muted, #5D5B5B);border:1px solid var(--repco-gray-light, #e2e2e2);border-radius:100px;font-size:14px;font-weight:500;cursor:pointer}.manual-entry-back:hover{border-color:var(--fig-text-muted, #5D5B5B);color:var(--fig-text, #060607)}.product-carousel{margin-top:10px;animation:fadeSlideIn .4s ease-out}.product-carousel-list{display:flex;flex-direction:column;background:#fff;border:1px solid var(--repco-gray-light, #e2e2e2);border-radius:8px;overflow:hidden}.product-card{display:flex;gap:12px;padding:12px;border-bottom:1px solid var(--repco-gray-light, #eee)}.product-card:last-child{border-bottom:none}.product-card-img{width:56px;height:56px;flex:0 0 auto;object-fit:contain;border-radius:4px;background:#f4f4f4}.product-card-img--placeholder{background:#f0f0f0}.product-card-info{display:flex;flex-direction:column;gap:3px;min-width:0}.product-card-name{font-size:13px;font-weight:600;color:var(--fig-text, #060607);line-height:1.3}.product-card-brand{font-size:12px;color:var(--fig-text-muted, #5D5B5B)}.product-card-meta{display:flex;align-items:baseline;gap:6px;margin-top:2px}.product-card-price{font-size:15px;font-weight:700;color:#c0392b}.product-card-wasprice{font-size:12px;color:var(--fig-text-muted, #5D5B5B);text-decoration:line-through}.product-card-each{font-size:12px;color:var(--fig-text-muted, #5D5B5B)}.product-card-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.product-card-badge{font-size:12px;font-weight:500;color:var(--fig-text, #060607)}.product-card-badge.is-in{color:#1b873b}.product-card-badge.is-out{color:#c0392b}.product-card-view{align-self:flex-start;margin-top:8px;padding:7px 16px;background:#1b873b;color:#fff;border-radius:4px;font-size:13px;font-weight:600;text-decoration:none}.product-card-view:hover{background:#15702f}.product-carousel-status,.product-carousel-error{font-size:13px;color:var(--fig-text-muted, #5D5B5B);padding:8px 2px}.product-carousel-error{color:#c0392b}.vehicle-set-card{margin-top:8px;display:flex;align-items:center;gap:10px;padding:12px;background:#f2fbf4;border:1px solid #1B873B;border-radius:12px;animation:fadeSlideIn .4s ease-out}.vehicle-set-card-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 auto;background:#1b873b;color:#fff;border-radius:50%;font-size:13px;font-weight:700}.vehicle-set-card-body{display:flex;flex-direction:column;gap:2px}.vehicle-set-card-label{font-size:12px;color:#4a4a4a}.vehicle-set-card-name{font-size:15px;font-weight:700;color:var(--repco-primary, #1B3A6B)}.set-my-vehicle-btn{margin-top:10px;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border:1px solid var(--repco-primary, #1B3A6B);border-radius:10px;font-size:14px;font-weight:600;color:var(--repco-primary, #1B3A6B);cursor:pointer;transition:background .15s,box-shadow .15s}.set-my-vehicle-btn:hover{background:#f2f6fb;box-shadow:0 1px 4px #00000014}.set-my-vehicle-icon{font-size:16px;line-height:1}.alt-stores{margin-top:12px;animation:fadeSlideIn .4s ease-out}.alt-stores-lead{margin-bottom:8px;font-size:13px;color:#4a4a4a}.alt-stores-list{display:flex;flex-direction:column;gap:8px}.alt-store{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:12px;background:#fff;border:1px solid var(--repco-gray-light, #e2e2e2);border-radius:12px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.alt-store:hover{border-color:var(--repco-primary, #1B3A6B);box-shadow:0 1px 4px #00000014}.alt-store.is-selected{border-color:var(--repco-primary, #1B3A6B);background:#f2f6fb}.alt-store.is-selected .alt-store-chevron{color:#1b873b;font-weight:700}.alt-store-body{display:flex;flex-direction:column;gap:4px;flex:1 1 auto}.alt-store-name{font-size:14px;font-weight:600;color:var(--repco-primary, #1B3A6B)}.alt-store-meta{font-size:12px;color:#6b6b6b}.alt-store-chevron{font-size:18px;color:#9a9a9a}.product-carousel-count{margin-bottom:8px;font-size:13px;font-weight:600;color:#4a4a4a}.product-carousel-more{margin-top:10px;display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:4px 0;font-size:14px;font-weight:600;color:#1b873b;cursor:pointer}a.product-carousel-more{text-decoration:none}.product-carousel-more:hover{text-decoration:underline}.product-carousel-more-plus{font-size:18px;line-height:1}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.reference-links-label{font-size:12px;color:var(--repco-muted);font-weight:500;margin-bottom:8px;letter-spacing:.3px}.reference-links{display:flex;flex-direction:column;gap:8px}.reference-link{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:linear-gradient(135deg,#f8f9fa,#fff);border:1.5px solid var(--repco-gray-border);border-radius:8px;text-decoration:none;color:var(--repco-navy);font-size:14px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.reference-link:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--repco-red);transform:scaleY(0);transition:transform .25s cubic-bezier(.4,0,.2,1);transform-origin:bottom}.reference-link:hover{border-color:var(--repco-red);background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 4px 12px #ed1c2414;transform:translate(3px)}.reference-link:hover:before{transform:scaleY(1);transform-origin:top}.reference-link:active{transform:translate(2px) scale(.98)}.reference-link-text{flex:1;margin-right:8px;line-height:1.4}.reference-link-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--repco-muted);transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.reference-link:hover .reference-link-icon{color:var(--repco-red);transform:translate(2px,-2px)}.reference-link-icon svg{width:16px;height:16px;stroke-width:2.5}.popular-questions{margin-top:16px;margin-bottom:4px}.popular-questions-label{font-size:13px;color:var(--repco-muted);margin-bottom:10px}.popular-questions-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.popular-chip{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:1px solid var(--repco-gray-border);border-radius:999px;font-size:12.5px;color:var(--repco-text);cursor:pointer;text-align:left;transition:all .2s;font-weight:500}.popular-chip:hover{border-color:var(--repco-navy);background:var(--repco-gray-light)}.popular-chip svg{width:14px;height:14px;color:var(--repco-muted);flex-shrink:0}.choice-cards{margin-top:10px;display:flex;flex-direction:column;gap:10px}.choice-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1px solid var(--repco-gray-border);border-radius:10px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.choice-card:hover{border-color:var(--repco-navy);box-shadow:0 2px 8px #0000000f}.choice-card-body{flex:1}.choice-card-title{font-size:15px;font-weight:600;color:var(--repco-text);margin-bottom:2px}.choice-card-desc{font-size:13px;color:var(--repco-muted)}.choice-card-arrow{color:var(--repco-text);font-size:18px;line-height:1}.version-tag{position:absolute;bottom:6px;left:10px;font-size:10px;color:#9ca3af;font-weight:500;letter-spacing:.02em;pointer-events:none;z-index:5}.onboarding-screen{flex:1;display:flex;flex-direction:column;align-items:center;padding:var(--fig-space-16) var(--fig-space-3);gap:var(--fig-space-4);background:var(--fig-surface-white);overflow-y:auto;font-family:var(--fig-font-display);text-align:center}.onboarding-screen.terms-screen{padding-left:var(--fig-space-6);padding-right:var(--fig-space-6);width:100vw;box-sizing:border-box}.onboarding-brand{display:flex;align-items:center;justify-content:center;gap:9px}.onboarding-brand .brand-spark{width:23px;height:23px;flex-shrink:0}.onboarding-brand .brand-wordmark{height:26px;width:auto;flex-shrink:0}.onboarding-text-block{display:flex;flex-direction:column;gap:var(--fig-space-2)}.onboarding-heading{font-family:var(--fig-font-display);font-size:var(--fig-h1-size);font-weight:700;line-height:var(--fig-h1-lh);color:var(--fig-text-default);margin:0}.onboarding-heading.h2{font-size:var(--fig-h2-size);line-height:var(--fig-h2-lh)}.onboarding-subhead{font-family:var(--fig-font-display);font-size:var(--fig-body-size);font-weight:500;line-height:var(--fig-body-lh);color:var(--fig-text-default);margin:0}.welcome-intro{display:flex;flex-direction:column;align-items:center;gap:var(--fig-space-6)}.welcome-intro .onboarding-text-block{align-items:center}.welcome-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--fig-space-2);align-items:center}.welcome-bullets li{display:flex;align-items:center;gap:var(--fig-space-1);padding:0 var(--fig-space-4) 0 var(--fig-space-2);font-family:var(--fig-font-display);font-weight:700;font-size:var(--fig-body-bold-size);line-height:var(--fig-body-bold-lh);color:var(--fig-text-default)}.welcome-bullets .welcome-icon{width:32px;height:32px;flex-shrink:0;object-fit:contain}.welcome-cta{display:flex;flex-direction:column;gap:var(--fig-space-2);padding:var(--fig-space-4) 0 0 0;margin-top:auto;width:100%;align-self:stretch}.welcome-signup-link{text-align:center;font-family:var(--fig-font-display);font-size:var(--fig-body-size);font-weight:500;line-height:var(--fig-body-lh);color:var(--fig-text-default)}.welcome-signup-link a{color:var(--repco-red);text-decoration:underline;font-weight:500}.terms-card{display:flex;align-items:flex-start;gap:var(--fig-space-4);padding:var(--fig-space-4);border:1px solid var(--fig-border-default);border-radius:var(--fig-radius-sm);background:var(--fig-surface-white);cursor:pointer;width:100%;margin-bottom:var(--fig-space-2);transition:border-color .12s ease,box-shadow .12s ease}.terms-card.checked{border-color:var(--repco-navy);box-shadow:0 0 0 1px var(--repco-navy) inset}.terms-card input[type=checkbox]{width:24px;height:24px;flex-shrink:0;accent-color:var(--repco-navy);cursor:pointer}.terms-card-title{font-family:var(--fig-font-display);font-weight:700;font-size:var(--fig-body-bold-size);line-height:var(--fig-body-bold-lh);color:var(--fig-text-default);margin-bottom:var(--fig-space-1)}.terms-card-body{font-family:var(--fig-font-display);font-weight:500;font-size:var(--fig-footnote-size);line-height:var(--fig-footnote-lh);color:var(--fig-text-default)}.terms-card-body a{color:var(--repco-red);text-decoration:underline;font-weight:500}.terms-helper{font-family:var(--fig-font-display);font-size:var(--fig-footnote-size);line-height:var(--fig-footnote-lh);color:var(--repco-muted);margin:var(--fig-space-2) 0 var(--fig-space-4) 0;align-self:center;text-align:center}.onboarding-primary-btn{width:100%;border:none;border-radius:var(--fig-radius-sm);background:var(--fig-cta-green);color:var(--fig-text-on-navy);font-family:var(--fig-font-display);font-weight:700;font-size:var(--fig-body-bold-size);line-height:var(--fig-body-bold-lh);padding:var(--fig-space-2) var(--fig-space-4);cursor:pointer}.onboarding-primary-btn:disabled{opacity:.4;cursor:not-allowed}.onboarding-primary-btn:not(:disabled):hover{filter:brightness(.95)}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--fig-surface-dark, #1a1a2e);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.chat-header-logo{height:22px;width:auto;display:block}.chat-header-actions{display:inline-flex;align-items:center;gap:10px}.chat-header-menu{background:transparent;border:1px solid rgba(255,255,255,.55);color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:6px 16px;height:32px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.chat-header-menu:hover{background:#ffffff14;border-color:#fff}.chat-header-close{background:transparent;border:0;color:#fff;cursor:pointer;padding:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;transition:opacity .15s}.chat-header-close:hover{opacity:.7}.chat-header-close svg{width:18px;height:18px}.idle-inline-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.idle-action-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.18);color:#fff;padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:background .15s,border-color .15s}.idle-action-btn:hover{background:#ffffff1f;border-color:#ffffff4d}.idle-action-btn.primary{background:var(--fig-brand-primary, #f0c040);border-color:var(--fig-brand-primary, #f0c040);color:#1a1a2e;font-weight:600}.idle-action-btn.primary:hover{background:var(--fig-brand-primary-hover, #e0b030);border-color:var(--fig-brand-primary-hover, #e0b030)}
