:root{--rf-accent:#089be9;--rf-accent-strong:#0c6699;--rf-accent-soft:rgba(8,155,233,0.08);--rf-navy:#2a3151;--rf-ink:#404040;--rf-ink-strong:#1b1b1b;--rf-ink-soft:rgba(64,64,64,0.72);--rf-surface:#ffffff;--rf-surface-alt:#f6f6f6;--rf-line:#e1e1e1;--rf-radius:15px;--rf-radius-lg:18px;--rf-radius-pill:999px;--rf-buttons-radius:30px;--rf-shadow-card:0 1px 2px rgba(64,64,64,0.04),0 4px 12px rgba(64,64,64,0.06),0 12px 24px rgba(64,64,64,0.04);--rf-success:#1a7f24;--rf-warning:#bd6b1b;--rf-error:#bc2222}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--rf-surface-alt);color:var(--rf-ink);font-family:var(--font-inter),Inter,"Helvetica Neue",Arial,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}main{flex:1}h1,h2,h3,h4{color:var(--rf-ink-strong);font-weight:600;line-height:1.3;margin:0 0 12px}h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}p{margin:8px 0}a{color:var(--rf-accent-strong)}.container{max-width:1440px}.container,.container-mid{margin:0 auto;padding:0 20px;width:100%}.container-mid{max-width:820px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 25px;min-width:140px;border-radius:var(--rf-buttons-radius);border:1px solid transparent;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:opacity .2s ease}.btn:hover{opacity:.9}.btn:focus-visible{outline:2px solid var(--rf-accent);outline-offset:2px}.btn-primary{background:var(--rf-accent);border-color:var(--rf-accent);color:#ffffff}.btn-secondary{background:var(--rf-ink-strong);border-color:var(--rf-ink-strong);color:#ffffff}.btn-ghost{background:transparent;color:var(--rf-ink-strong);min-width:0}.btn-ghost,.btn[disabled]{border-color:var(--rf-line)}.btn[disabled]{background:var(--rf-line);color:var(--rf-ink-soft);cursor:not-allowed}.card{background:var(--rf-surface);border-radius:var(--rf-radius);box-shadow:var(--rf-shadow-card),inset 0 0 0 1px var(--rf-surface-alt);padding:20px}@media (min-width:750px){.card{padding:32px}}.status-pill{display:inline-block;padding:3px 8px;border-radius:20px;font-size:12px;font-weight:500;max-width:100%;white-space:normal;overflow-wrap:anywhere;background:#e6e6e6;color:#333333}.status-pill--info{background:#089be9;color:#ffffff}.status-pill--success{background:#00a085;color:#ffffff}.status-pill--pending{background:#e17055;color:#ffffff}.status-pill--danger{background:#d63031;color:#ffffff}.status-pill--neutral{background:#bbbbbb;color:#333333}.status-pill--kein-status{background:#f8f9fa;color:#6c757d}.status-pill--lg{display:block;width:100%;padding:8px 16px;border-radius:30px;font-size:13px;font-weight:600;text-align:center;position:relative;overflow:hidden}.status-pill--lg.status-pill--kein-status{border:2px dashed #dee2e6}.status-pill--lg:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.status-pill--lg:hover:before{left:100%}.lang-switch{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:rgba(255,255,255,.6)}.lang-switch a{color:rgba(255,255,255,.6);text-decoration:none;font-weight:600}.lang-switch a:hover{color:#ffffff}.lang-switch .lang-active{color:var(--rf-accent)}.tracking-box{background:#f8f9fa;border:2px solid var(--rf-accent);border-radius:8px;padding:20px;text-align:center;margin:20px 0}.tracking-box__label{font-size:14px;color:#666666;margin-bottom:4px}.tracking-box__number{font-size:24px;font-weight:700;color:var(--rf-accent);letter-spacing:2px;word-break:break-all}.input{width:100%;padding:12px 16px;border-radius:var(--rf-radius);border:1px solid rgba(64,64,64,.2);background:var(--rf-surface);color:var(--rf-ink-strong);font-family:inherit;font-size:15px}.input:focus-visible{outline:2px solid var(--rf-accent);outline-offset:1px;border-color:var(--rf-accent)}.form-label{display:block;font-weight:600;color:var(--rf-ink-strong);margin-bottom:6px}.form-hint{font-size:13px;color:var(--rf-ink-soft)}.form-error{font-size:13.5px;color:var(--rf-error);font-weight:600}.site-header{background:var(--rf-ink-strong);color:#ffffff}.site-header__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}.site-header__logo img{display:block;height:52px;width:auto}.site-header__logo{flex:none}.site-header__nav{display:flex;align-items:center;gap:20px}.site-header__nav a{color:#ffffff;text-decoration:none;font-size:14px;font-weight:600}.site-header__nav a:hover{color:var(--rf-accent)}.site-header__nav .btn{padding:8px 18px;min-width:0}@media (max-width:749px){.site-header__row{flex-wrap:wrap}.site-header__nav{flex:1 1 100%;min-width:0;flex-wrap:wrap;gap:12px 16px}.lang-switch,.site-header__nav>a,.site-header__nav>form{flex:none}}.usp-band{background:var(--rf-accent);color:#ffffff;font-size:13.5px;font-weight:600}.usp-band .container{display:flex;gap:24px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}.site-footer{background:var(--rf-ink-strong);color:rgba(255,255,255,.8);margin-top:48px}.site-footer .container{padding-top:32px;padding-bottom:32px;display:flex;flex-wrap:wrap;gap:12px 32px;align-items:center;justify-content:space-between;font-size:13.5px}.site-footer a{color:#ffffff;text-decoration:none}.site-footer a:hover{color:var(--rf-accent)}.page{padding:32px 0 64px}.page-head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px}.page-box{background:var(--rf-surface);border-radius:var(--rf-radius);box-shadow:inset 0 0 0 1px var(--rf-surface-alt);padding:20px;overflow-wrap:anywhere}@media (min-width:750px){.page-box{padding:40px}}.order-header{margin-bottom:40px}.page-title{font-size:24px;font-weight:600;color:var(--rf-ink-strong);margin:0 0 12px}.link-text-primary{color:var(--rf-accent);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px;text-decoration-thickness:1px;transition:text-decoration-color .18s ease}.link-text-primary:hover{text-decoration-color:currentColor}.order-wrap-heading{font-size:16px;font-weight:600;color:var(--rf-ink-strong);margin:0}@media (min-width:750px){.order-wrap-heading{font-size:18px}}.order-meta{margin:0 0 20px;color:var(--rf-ink)}.widget-title{font-size:16px;font-weight:600;color:var(--rf-ink-strong);margin:0 0 20px}.customer-table{width:100%;border-collapse:collapse;font-size:15px;border-bottom:1px solid var(--rf-line)}@media (min-width:750px){.customer-table{border-bottom:0;box-shadow:0 0 0 1px var(--rf-line)}}.customer-table thead th{font-size:13px;font-weight:400;text-transform:uppercase;color:var(--rf-ink);text-align:left;line-height:1;padding:20px 20px 20px 0;border-bottom:1px solid var(--rf-line)}.customer-table thead th:first-of-type{padding-left:20px}.customer-table tbody td{padding:20px 20px 20px 0;vertical-align:top;line-height:1.4}.customer-table tbody td:first-of-type{padding-left:20px}.customer-table tbody tr+tr td{border-top:1px solid var(--rf-line)}.customer-table tfoot td{padding:6px 20px 6px 0}.customer-table tfoot td:first-of-type{padding-left:20px;text-align:left}.customer-table tfoot tr:first-of-type td{padding-top:20px;border-top:1px solid var(--rf-line)}.customer-table tfoot tr:last-of-type td{padding-bottom:20px;font-size:18px}.customer-table .num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.customer-table a{color:var(--rf-accent);text-decoration:none}.customer-table a:hover{text-decoration:underline}.customer-table .properties{font-size:14px;margin-top:10px;color:var(--rf-ink)}.td-label{display:none}@media (max-width:749px){.customer-table thead{display:none}.customer-table tr{display:flex;flex-direction:column;width:100%}.customer-table tbody td,.customer-table tfoot td{display:flex;justify-content:space-between;gap:20px;text-align:right;padding:10px 15px}.customer-table tbody td:first-of-type,.customer-table tfoot td:first-of-type{padding-left:15px}.customer-table .td-label{display:block;font-size:14px;text-transform:uppercase;color:var(--rf-ink-strong);flex:none;text-align:left}.customer-table td>:not(.td-label){min-width:0}}.multi-status{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:20px;margin:30px 0}.status-section-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#2c3e50;margin:0 0 12px}.status-icon{width:20px;height:20px;border-radius:50%;flex:none}.status-icon--auftrag{background:linear-gradient(45deg,#3498db,#2980b9)}.status-icon--wareneingang{background:linear-gradient(45deg,#95a5a6,#7f8c8d)}.status-icon--diagnose{background:linear-gradient(45deg,#e74c3c,#c0392b)}.status-icon--reparatur{background:linear-gradient(45deg,#f39c12,#e67e22)}.timeline{background:var(--rf-surface);border:2px solid #e9ecef;border-radius:5px;padding:25px;margin:30px 0}.timeline-title{font-size:18px;font-weight:700;color:#2c3e50;margin:0 0 24px}.timeline-steps{display:flex;justify-content:space-between;position:relative;gap:4px}.timeline-track{position:absolute;top:14px;left:20px;right:20px;height:4px;background:#e9ecef;border-radius:2px}.timeline-track-fill{height:100%;width:var(--progress,0);background:linear-gradient(90deg,#089be9,#00a085);border-radius:2px}.timeline-step{position:relative;z-index:1;flex-direction:column;gap:10px;flex:1;min-width:0}.timeline-dot,.timeline-step{display:flex;align-items:center}.timeline-dot{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--rf-surface);border:3px solid #e9ecef;justify-content:center;font-size:12px;font-weight:600;color:#6c757d;transition:transform .2s ease}.timeline-step--done .timeline-dot{background:#00a085;border-color:#00a085;color:#ffffff;transform:scale(1.05)}.timeline-step--active .timeline-dot{background:#089be9;border-color:#089be9;color:#ffffff;transform:scale(1.25)}@media (prefers-reduced-motion:no-preference){.timeline-step--active .timeline-dot{animation:rf-pulse 2s infinite}}@keyframes rf-pulse{0%{box-shadow:0 0 0 0 rgba(8,155,233,.4)}70%{box-shadow:0 0 0 8px rgba(8,155,233,0)}to{box-shadow:0 0 0 0 rgba(8,155,233,0)}}.timeline-label{font-size:12px;font-weight:500;color:#6c757d;background:#f8f9fa;padding:4px 10px;border-radius:30px;text-align:center;line-height:1.3;max-width:120px}.timeline-step--done .timeline-label{background:#d4edda;color:#155724}.timeline-step--active .timeline-label{background:#089be9;color:#ffffff}@media (max-width:767px){.timeline-steps{flex-direction:column;align-items:stretch;gap:16px}.timeline-track{top:15px;bottom:15px;left:13px;right:auto;width:4px;height:auto}.timeline-track-fill{width:100%;height:var(--progress,0)}.timeline-step{flex-direction:row;gap:12px}.timeline-label{max-width:none}}.addresses{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;margin-top:30px}@media (min-width:750px){.addresses{grid-template-columns:repeat(2,minmax(0,1fr))}}.address-block address{font-style:normal;line-height:1.6}.dashed-top{border-top:1px dashed var(--rf-line);padding-top:20px;margin-top:40px}.account-wrap{display:block}@media (min-width:990px){.account-wrap{display:grid;grid-template-columns:minmax(220px,1fr) 3fr;column-gap:50px}}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:20px;margin-top:20px}.status-section{background:var(--rf-surface);border-radius:5px;padding:20px;border:2px solid #e9ecef;transition:border-color .2s ease}.status-section:hover{border-color:var(--rf-accent)}.status-section h3{font-size:16px;color:#2c3e50;margin-bottom:10px}.kv{display:flex;justify-content:space-between;gap:16px;padding:6px 0;border-bottom:1px solid var(--rf-surface-alt);font-size:14px}.kv:last-child{border-bottom:0}.kv dt{color:var(--rf-ink-soft);margin:0}.kv dd{margin:0;color:var(--rf-ink-strong);font-weight:600;text-align:right}.items-table{width:100%;border-collapse:collapse;font-size:14px}.items-table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--rf-ink-soft);border-bottom:2px solid var(--rf-line);padding:8px 12px}.items-table td{padding:10px 12px;border-bottom:1px solid var(--rf-surface-alt);vertical-align:top}.items-table .num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.table-scroll{overflow-x:auto}.notice{border-left:3px solid var(--rf-accent);background:var(--rf-accent-soft);border-radius:0 10px 10px 0;padding:12px 18px;margin:14px 0}.repair-progress{margin:32px 0;max-width:880px}.repair-progress__summary{padding:28px 32px;background:linear-gradient(120deg,#edf8fe,#f7fcff);border:1px solid #d1eafa;border-radius:18px}.repair-progress__summary--terminal{background:var(--rf-surface-alt);border-color:var(--rf-line)}.repair-progress__eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 14px;color:var(--rf-accent-strong);font-size:13px;font-weight:600}.repair-progress__status-dot{width:8px;height:8px;border-radius:50%;background:var(--rf-accent);box-shadow:0 0 0 5px #089be912}.repair-progress__summary--terminal .repair-progress__status-dot{background:#777;box-shadow:none}.repair-progress__summary h2{font-size:28px;letter-spacing:-.5px;margin-bottom:10px}.repair-progress__summary>p:last-child{margin-bottom:0}.repair-progress__summary>p{max-width:680px}.repair-progress__next{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px;margin-top:22px;padding-top:18px;border-top:1px solid #d1eafa;font-size:13px}.repair-progress__next>span:first-child{color:var(--rf-ink-soft)}.repair-progress__next strong{color:var(--rf-accent-strong);font-weight:600}.repair-progress__next>span:last-child{margin-left:auto;color:var(--rf-accent-strong)}.repair-progress__notice{padding:22px 28px;margin-top:12px;background:#fff9ed;border-left:3px solid #d39a35;border-radius:4px 14px 14px 4px}.repair-progress__notice h3{font-size:17px;margin-bottom:6px}.repair-progress__notice .btn{margin-top:12px;max-width:100%}.repair-progress__section-title{margin:32px 0 24px;font-size:17px}.repair-progress__steps{list-style:none;padding:0;margin:0}.repair-progress__step{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);column-gap:20px;padding:0 0 26px}.repair-progress__step:not(:last-child):before{content:"";position:absolute;top:30px;bottom:2px;left:13px;width:2px;background:var(--rf-line)}.repair-progress__step--done:not(:last-child):before{background:#b8d9cf}.repair-progress__marker{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--rf-line);background:white;border-radius:50%;font-size:12px;font-weight:600;color:#707070}.repair-progress__step--done .repair-progress__marker{background:#eaf6ef;border-color:#c9e5d3;color:#28744a}.repair-progress__step--current .repair-progress__marker{border:2px solid var(--rf-accent);box-shadow:0 0 0 4px #089be912}.repair-progress__step--current .repair-progress__marker>span{width:10px;height:10px;border-radius:50%;background:var(--rf-accent)}.repair-progress__content{padding:2px 0 0;min-width:0}.repair-progress__step--current .repair-progress__content{background:#f3faff;border-radius:12px;padding:16px 20px;margin-top:-8px}.repair-progress__heading{display:flex;gap:5px 16px;align-items:baseline;justify-content:space-between;flex-wrap:wrap}.repair-progress__heading h3{font-size:16px;margin:0}.repair-progress__state{color:#707070;font-size:12px}.repair-progress__step--current .repair-progress__state{color:var(--rf-accent-strong);font-weight:600}.repair-progress__step--pending .repair-progress__heading h3,.repair-progress__step--skipped .repair-progress__heading h3{color:#666;font-weight:500}.repair-progress time{display:block;font-size:12px;margin-top:5px;color:#666}.repair-progress details{margin-top:6px}.repair-progress summary{cursor:pointer;font-size:13px;color:var(--rf-accent-strong);width:fit-content}.repair-progress summary:focus-visible{outline:2px solid var(--rf-accent);outline-offset:3px}.repair-progress__content p{margin:10px 0 0;font-size:14px}.repair-progress__hint{color:#707070;font-size:12px;border-top:1px solid var(--rf-line);padding-top:16px;margin-top:0}@media (max-width:749px){.repair-progress__notice,.repair-progress__summary{padding:20px}.repair-progress__summary h2{font-size:23px}.repair-progress__next{align-items:baseline}.repair-progress__next>span:first-child{flex-basis:100%}.repair-progress__step{column-gap:14px}.repair-progress__step--current .repair-progress__content{padding:12px}.repair-progress__heading{flex-direction:column}}.chat-root{position:fixed;right:20px;bottom:20px;z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.chat-bubble{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:1px solid var(--rf-line);background:var(--rf-surface);color:var(--rf-ink-soft);box-shadow:var(--rf-shadow-card);cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease}.chat-bubble:hover{transform:translateY(-1px)}.chat-bubble:focus-visible{outline:2px solid var(--rf-accent);outline-offset:3px}.chat-bubble--idle{color:var(--rf-ink-soft)}.chat-bubble--unread{background:var(--rf-accent);border-color:var(--rf-accent);color:#ffffff}.chat-bubble__badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--rf-radius-pill);background:var(--rf-error);color:#fff;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;box-shadow:0 0 0 2px var(--rf-surface);animation:chat-pulse 1.6s ease-in-out infinite}@keyframes chat-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@media (prefers-reduced-motion:reduce){.chat-bubble__badge{animation:none}}.chat-panel{display:flex;flex-direction:column;width:min(380px,calc(100vw - 40px));max-height:min(560px,calc(100vh - 110px));background:var(--rf-surface);border:1px solid var(--rf-line);border-radius:var(--rf-radius-lg);box-shadow:0 12px 40px rgba(64,64,64,.18);overflow:hidden;animation:chat-slide-up .18s ease-out}@keyframes chat-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.chat-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--rf-line)}.chat-panel__title{font-weight:600;font-size:15px;color:var(--rf-ink-strong)}.chat-panel__subtitle{font-size:12px;color:var(--rf-ink-soft)}.chat-panel__close{border:0;background:transparent;font-size:16px;color:var(--rf-ink-soft);cursor:pointer;padding:6px 8px;border-radius:8px}.chat-panel__close:hover{background:var(--rf-surface-alt);color:var(--rf-ink-strong)}.chat-panel__close:focus-visible{outline:2px solid var(--rf-accent)}.chat-panel__hint{padding:10px 16px;font-size:12px;color:var(--rf-ink-soft);background:var(--rf-accent-soft)}.chat-panel__offline{color:var(--rf-warning)}.chat-panel__list{flex:1;min-height:160px;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.chat-panel__older{align-self:center;border:1px solid var(--rf-line);background:var(--rf-surface);color:var(--rf-accent-strong);border-radius:var(--rf-radius-pill);padding:5px 12px;font-size:12px;cursor:pointer}.chat-panel__older[disabled]{opacity:.6;cursor:default}.chat-panel__empty{margin:auto 0;text-align:center;color:var(--rf-ink-soft);font-size:14px}.chat-msg{display:flex;flex-direction:column;max-width:85%}.chat-msg--me{align-self:flex-end;align-items:flex-end}.chat-msg--agent{align-self:flex-start;align-items:flex-start}.chat-msg__bubble{padding:9px 13px;border-radius:16px;font-size:14px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.chat-msg--me .chat-msg__bubble{background:var(--rf-accent);color:#fff;border-bottom-right-radius:6px}.chat-msg--agent .chat-msg__bubble{background:var(--rf-surface-alt);color:var(--rf-ink-strong);border-bottom-left-radius:6px}.chat-msg--pending .chat-msg__bubble{opacity:.7}.chat-msg--failed .chat-msg__bubble{background:var(--rf-error)}.chat-msg__meta{margin-top:3px;font-size:11px;color:var(--rf-ink-soft)}.chat-msg__retry{border:0;background:transparent;padding:0;color:var(--rf-error);font-size:11px;text-decoration:underline;cursor:pointer}.chat-panel__error{margin:0 16px 8px;padding:8px 12px;border-radius:10px;background:#fdecec;color:var(--rf-error);font-size:13px}.chat-panel__composer{display:flex;gap:8px;align-items:flex-end;padding:12px 16px 14px;border-top:1px solid var(--rf-line)}.chat-panel__input{flex:1;resize:none;font:inherit;font-size:14px;padding:10px 12px;border:1px solid var(--rf-line);border-radius:12px;min-height:44px;max-height:120px}.chat-panel__input:focus-visible{outline:2px solid var(--rf-accent);outline-offset:1px}.chat-panel__send{padding:10px 16px;min-width:0}.chat-panel__closed{margin:0;font-size:13px;color:var(--rf-ink-soft)}@media (max-width:749px){.chat-root--open{inset:0;right:0;bottom:0;align-items:stretch;gap:0}.chat-root--open .chat-bubble{display:none}.chat-root--open .chat-panel{width:100%;max-height:100dvh;height:100dvh;border-radius:0;border:0;animation:none}.chat-panel__list{padding-bottom:20px}}html[data-shop-embed] body{min-height:0;display:block;background:#fff}html[data-shop-embed] .site-footer,html[data-shop-embed] .site-header{display:none}.shop-account-nav{background:var(--rf-surface)}.shop-account-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:12px 24px}.shop-account-nav__tabs{display:flex;align-self:stretch;gap:28px}.shop-account-nav__tabs a{display:flex;align-items:center;min-height:64px;padding:16px 0;border-bottom:3px solid transparent;color:var(--rf-ink);font-weight:600;text-decoration:none}.shop-account-nav__tabs a:hover{color:var(--rf-accent-strong)}.shop-account-nav__tabs a[aria-current]{color:var(--rf-accent-strong);border-bottom-color:var(--rf-accent)}.shop-account-nav__actions{display:flex;align-items:center;gap:20px;margin-left:auto}.shop-account-nav__actions a,.shop-account-nav__actions button{display:inline-flex;align-items:center;min-height:44px;padding:8px 0;border:0;background:transparent;color:var(--rf-ink-soft);font:inherit;font-size:14px;cursor:pointer;text-decoration:none}.shop-account-nav__actions a:hover,.shop-account-nav__actions button:hover{color:var(--rf-accent-strong);text-decoration:underline;text-underline-offset:4px}.shop-account-nav a:focus-visible,.shop-account-nav button:focus-visible{outline:2px solid var(--rf-accent-strong);outline-offset:4px;border-radius:2px}html[data-shop-embed] .chat-root{bottom:calc(var(--shop-frame-bottom, 0px) + 16px)}html[data-shop-embed] .chat-panel{max-height:min(560px,calc(var(--shop-visible-height, 600px) - 100px))}@media (max-width:749px){html[data-shop-embed] .chat-root--open{top:var(--shop-visible-top,0);bottom:auto;height:var(--shop-visible-height,100dvh)}html[data-shop-embed] .chat-root--open .chat-panel{height:100%;max-height:100%}.shop-account-nav__inner{flex-wrap:wrap;gap:0;font-size:14px}.shop-account-nav__tabs{width:100%;gap:24px}.shop-account-nav__tabs a{min-height:56px}.shop-account-nav__actions{gap:24px}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_492eb4{font-family:Inter,Inter Fallback;font-style:normal}.__variable_492eb4{--font-inter:"Inter","Inter Fallback"}