/* INOQRA GaragePortal. Keine externen Schriften oder CSS-Abhängigkeiten. */
:root{--ink:#1d1927;--muted:#756e80;--bg:#f5f5f9;--paper:#fff;--line:#e8e4ed;--purple:#713bff;--purple-dark:#5c29df;--purple-soft:#f0eaff;--dark:#0d0d14;--radius:17px}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Segoe UI",Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:disabled{opacity:.6;cursor:wait}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #a887ff;outline-offset:3px}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.2;letter-spacing:-.035em}
h1{font-size:clamp(28px,2.6vw,39px);font-weight:700;margin-bottom:13px}
h2{font-size:23px;font-weight:650;margin-bottom:12px}
h3{font-size:16px}
p{color:var(--muted)}
strong{font-weight:650}
small{font-size:12px}
.icon{display:inline-block;width:21px;height:21px;flex-shrink:0;vertical-align:middle}
.sr-only{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0,0,0,0);white-space:nowrap}
.skip-link{position:fixed;left:20px;top:-80px;z-index:999;background:white;padding:12px 20px;border:2px solid var(--purple);border-radius:8px}
.skip-link:focus{top:12px}
.app-shell{display:grid;grid-template-columns:256px minmax(0,1fr);min-height:100vh}
.sidebar{position:sticky;top:0;height:100vh;height:100dvh;display:flex;flex-direction:column;padding:35px 20px 22px;background:var(--dark);color:#b7b3c4;z-index:40;overflow-y:auto}
.brand{display:flex;flex-direction:column;padding-left:14px;line-height:1;color:#fff}
.wordmark{font-size:32px;font-weight:720;letter-spacing:.12em}
.brand-dot{color:#a679ff;letter-spacing:0}
.brand-product{font-size:9px;letter-spacing:.28em;color:#a09bae;margin-top:12px}
.garage-label{display:flex;gap:11px;align-items:center;border-block:1px solid #292631;margin:33px 6px 28px;padding:18px 0;font-size:11px;font-weight:600;color:#e4deef}
.garage-label small{display:block;font-size:9px;color:#a39bb2;font-weight:400;margin-top:3px}
.garage-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#24202f;border:1px solid #363044;color:#bca0ee;flex-shrink:0}
.nav-caption{font-size:9px;letter-spacing:.15em;font-weight:650;padding:0 14px;color:#898096;margin-bottom:12px}
.nav-caption.second{margin-top:30px}
.main-nav{display:flex;flex-direction:column;gap:5px}
.main-nav>a{display:flex;gap:12px;align-items:center;padding:12px 13px;border-radius:9px;font-size:12px;transition:background .15s}
.main-nav>a:hover{background:#211c2a;color:#fff}
.main-nav>a.active{background:#292036;color:#e0ceff;box-shadow:inset 3px 0 #9a63ff}
.main-nav>a .icon{width:18px;height:18px;color:#988aa8}
.main-nav>a.active .icon{color:#b99ae5}
.nav-plus{margin-left:auto;color:#ccb1eb;font-size:18px}
.mini-label{margin-left:auto;border:1px solid #473754;border-radius:4px;padding:2px 4px;color:#c4a2d5;font-size:7px;letter-spacing:.07em}
.sidebar-bottom{margin-top:auto;padding:28px 6px 0}
.demo-note{padding:14px;border:1px solid #312638;background:#1b1622;border-radius:12px;font-size:10px}
.demo-note strong{margin-left:7px;font-size:11px;color:#d5c7e2}
.demo-note p{margin:7px 0 0;font-size:10px;line-height:1.7;color:#b19dc0}
.live-dot{display:inline-block;width:6px;height:6px;background:#a77bff;border-radius:50%;flex-shrink:0;vertical-align:middle}
.reset-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:none;border:0;color:#c5b2d0;margin-top:16px;padding:9px;font-size:11px}
.reset-button .icon{width:14px;height:14px}
.sidebar-privacy{display:block;text-align:center;font-size:10px;color:#ad94bc;margin-top:8px}
.app-content{min-width:0}
.topbar{height:80px;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:0 40px;background:#fff;border-bottom:1px solid var(--line)}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:24px}
.breadcrumb{color:#8d7d99;font-size:12px}
.breadcrumb>span{margin:0 13px;color:#cbbdd6}
.local-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:6px;padding:5px 9px;font-size:10px;color:#8c749d}
.local-badge .live-dot{background:#72a892;width:5px;height:5px}
.account-link{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:600}
.user-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--purple-soft);border:1px solid #e2d7ff;color:#795c99}
.user-avatar .icon{width:16px;height:16px}
.main-content{max-width:1440px;padding:34px 40px 0;margin:auto;min-width:0}
.main-content:focus{outline:none}
.icon-button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:8px;background:#fff}
.menu-button,.nav-backdrop{display:none}

/* Übersicht */
.hero{display:flex;align-items:center;gap:40px;min-height:342px;padding:44px 40px;background:radial-gradient(ellipse at 87% 40%,#342147 0%,#1b1424 40%,#101017 80%);color:#fff;border-radius:20px;overflow:hidden}
.hero-content{flex:1.2;min-width:0}
.eyebrow{display:block;font-size:9px;font-weight:650;letter-spacing:.16em;line-height:1.5;margin-bottom:16px}
.eyebrow .live-dot{margin-right:6px}
.hero .eyebrow{color:#ccb4e4}
.hero h1{font-size:clamp(31px,3vw,45px);letter-spacing:-.045em;line-height:1.13;font-weight:680;margin-bottom:19px}
.hero h1>span{color:#c5a5f9}
.hero p{font-size:12px;line-height:1.85;color:#bfacca;margin-bottom:25px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;padding:12px 18px;border:1px solid transparent;border-radius:9px;font-size:12px;font-weight:600;line-height:1.5;text-align:center;transition:background .16s,transform .16s}
.button .icon{width:17px;height:17px}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--purple);border-color:var(--purple);color:#fff;box-shadow:0 3px 8px #713bff16}
.button-primary:hover{background:var(--purple-dark);border-color:var(--purple-dark)}
.button-secondary{background:#fff;border-color:#dfd4e9;color:#54405f}
.button-secondary:hover{background:#faf7fd;border-color:#c6abdb}
.button-dark{background:#201526;color:#fff}
.button-dark:hover{background:#3a2545}
.button-small{min-height:37px;font-size:10px;padding:9px 12px}
.full-width{display:flex;width:100%}
.hero-caption{display:flex;align-items:center;gap:7px;margin-top:16px;font-size:9px;color:#b49ac2}
.hero-caption .icon{width:12px;height:12px}
.journey-card{flex:.9;min-width:265px;max-width:338px;padding:20px 20px 0;border:1px solid #5b406c;border-radius:16px;background:linear-gradient(145deg,#352841ed,#241a30f0);box-shadow:0 16px 35px #0003;transform:rotate(-1.5deg)}
.journey-header{display:flex;align-items:center;gap:10px;padding-bottom:17px;margin-bottom:20px;border-bottom:1px solid #52355e;color:#f4e7fd;font-size:11px;font-weight:600}
.journey-header small{display:block;font-size:9px;color:#bda0cd;font-weight:400;margin-top:2px}
.journey-logo{display:grid;place-items:center;min-width:35px;height:35px;border-radius:10px;background:#814caf;color:#f2e5ff;font-size:15px;letter-spacing:-.06em}
.journey-header .badge{margin-left:auto;font-size:7px;padding:3px 6px;background:#52316a;border-color:#72438c;color:#e0b5ff}
.journey-step{display:flex;align-items:center;gap:12px;margin-bottom:21px;font-size:11px;font-weight:550;color:#d0b8dd}
.journey-step small{display:block;font-size:9px;font-weight:400;color:#b698c7;margin-top:3px}
.step-dot{display:grid;place-items:center;flex-shrink:0;position:relative;width:27px;height:27px;border-radius:50%;border:1px solid #785783;font-size:10px}
.journey-step:not(:last-of-type) .step-dot:after{content:"";position:absolute;width:1px;height:16px;background:#60436c;top:30px}
.journey-step.done .step-dot{background:#503166;color:#e9cbff;border-color:#83529f}
.step-dot .icon{width:13px;height:13px}
.journey-step.current .step-dot{background:#9a53cf;border-color:#c27be7;box-shadow:0 0 0 4px #893fa22f;color:#fff}
.journey-step.current{color:#f3deff}
.journey-footer{display:flex;align-items:center;justify-content:center;gap:8px;border-top:1px solid #54345f;padding:13px 0;font-size:8px;color:#c5a0d7}
.journey-footer .icon{width:13px;height:13px}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin:23px 0 34px}
.metric{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:21px 19px;border:1px solid var(--line);border-radius:13px;background:#fff}
.metric-icon,.service-icon,.row-icon,.empty-icon,.choice-icon,.status-icon{display:grid;place-items:center;width:41px;height:41px;border-radius:12px;background:var(--purple-soft);color:#9464bd;flex-shrink:0}
.metric-icon.amber{background:#fcf2e4;color:#b28a46}
.metric-icon.green{background:#eaf5ef;color:#5b957e}
.metric-number{display:block;font-size:24px;font-weight:650;line-height:1.1;letter-spacing:-.04em}
.metric-label{display:block;font-size:10px;color:#8b709b;margin-top:5px}
.metric>small{margin-left:auto;align-self:flex-end;font-size:8px;color:#9a839f;white-space:nowrap}
.section-heading,.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}
.section-heading{margin-bottom:19px}
.section-heading h2{margin-bottom:0}
.muted{color:#8e7d9a}
.section-heading .eyebrow{font-size:8px;margin-bottom:7px}
.subtle{font-size:11px;color:#a88eb6}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.service-card{display:flex;flex-direction:column;padding:22px 19px;background:#fff;border:1px solid var(--line);border-radius:14px;transition:transform .18s,border-color .18s}
.service-card:hover{transform:translateY(-3px);border-color:#c6a8df}
.service-card h3{font-size:14px;line-height:1.35;margin:20px 0 9px}
.service-card p{font-size:10px;line-height:1.8;margin-bottom:22px}
.service-icon{width:39px;height:39px}
.card-link{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#8b53ac;font-size:10px;font-weight:600;margin-top:auto}
.card-link .icon{width:14px;height:14px}
.urgent-card .service-icon{background:#fbefeb;color:#b97e61}
.urgent-card .card-link{color:#936a54}
.dashboard-bottom{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:22px;margin-top:30px}
.panel{min-width:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 6px 25px #21113704}
.panel-heading{padding:25px 25px 0}
.panel-heading h2{font-size:16px;margin-bottom:7px}
.panel-heading p{font-size:10px;margin:0}
.text-link{display:inline-flex;align-items:center;gap:7px;color:#8c58b0;font-size:11px;font-weight:550;line-height:1.5}
.text-link:hover{text-decoration:underline}
.text-link .icon{width:15px;height:15px}
.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 24px}
.empty-state.compact{padding:30px 20px 34px}
.empty-state h2,.empty-state h3{font-size:16px;margin:16px 0 10px}
.empty-state p{font-size:11px;line-height:1.8;max-width:590px;margin-bottom:22px}
.empty-icon{width:47px;height:47px;background:#f7f1fa;border:1px solid #eae0f0;color:#b18ac3}
.empty-icon .icon{width:23px;height:23px}
.perspective-card{display:flex;flex-direction:column;align-items:flex-start;padding:27px;background:#f0eaf5;border:1px solid #e4d9ed;border-radius:var(--radius)}
.perspective-card .service-icon{width:34px;height:34px;border-radius:9px;background:#e8d9f2;color:#ac79c5;margin-bottom:21px}
.perspective-card .eyebrow{font-size:8px;margin-bottom:12px}
.perspective-card h2{font-size:27px;line-height:1.14;letter-spacing:-.04em;margin-bottom:14px}
.perspective-card p{font-size:11px;line-height:1.8;margin-bottom:21px}
.perspective-card .button{font-size:10px;padding:11px 14px;width:100%;margin-top:auto}
.perspective-card>small{font-size:8px;color:#a38aaf;margin-top:11px}
.page-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:27px 0;margin-top:13px;color:#a58eb0;font-size:9px}
.footer-separator{padding:0 10px;color:#d1bddc}
.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:7px 0 28px}
.page-heading .eyebrow{font-size:9px;margin-bottom:11px}
.page-heading p{font-size:13px;line-height:1.8;margin:0}
.notice{display:flex;align-items:flex-start;gap:11px;border:1px solid;border-radius:11px;padding:14px 16px;margin-bottom:22px;font-size:12px;line-height:1.7}
.notice .icon{width:18px;height:18px;margin-top:2px}
.notice-info{background:#f5eefb;border-color:#e9ddf3;color:#71527f}
.notice-success{background:#edf7f1;border-color:#d6e9df;color:#2e7155}
.notice-warning{background:#fff8ed;border-color:#f1e4ce;color:#8a6533}
.notice-error{background:#fff1f1;border-color:#f0d4d4;color:#995050}
.spaced{margin-top:26px}

/* Formulare */
.booking-layout{display:grid;grid-template-columns:minmax(0,2.5fr) minmax(220px,1fr);gap:28px;align-items:start}
.wizard-progress{display:flex;justify-content:space-between;gap:10px;list-style:none;margin:0 0 23px;padding:0}
.wizard-progress li{display:flex;align-items:center;gap:8px;color:#a78bb5;font-size:11px}
.wizard-progress li>span{display:grid;place-items:center;width:26px;height:26px;border:1px solid #e5d5ee;border-radius:50%;background:#fff;font-size:10px}
.wizard-progress li[aria-current=step]{color:#855094;font-weight:650}
.wizard-progress li[aria-current=step]>span{background:var(--purple);border-color:var(--purple);color:#fff}
.wizard-progress li.complete>span{background:#eadcf5;border-color:#d8bfe8;color:#8d629f}
.booking-form{padding:31px}
.wizard-step{border:0;min-width:0;margin:0 0 22px;padding:0}
.wizard-step legend{float:left;width:100%;font-size:24px;line-height:1.35;font-weight:650;letter-spacing:-.035em;margin-bottom:12px;padding:0}
.wizard-step legend+.form-intro{clear:both}
.step-kicker{display:block;font-size:8px;letter-spacing:.17em;color:#ac8bb8;margin-bottom:14px}
.form-intro{font-size:12px;line-height:1.8;margin-bottom:24px}
.service-choices{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}
.service-choice{display:flex;align-items:center;gap:15px;position:relative;border:1px solid #e8dced;border-radius:11px;padding:18px;cursor:pointer}
.service-choice:has(input:checked){background:#fbf5ff;border-color:#bd8cf0;box-shadow:0 0 0 1px #e0c4f7}
.service-choice:has(input:focus-visible){outline:3px solid #b998d3;outline-offset:3px}
.service-choice>input{position:absolute;opacity:0;width:1px;height:1px;margin:0}
.service-choice strong{font-size:13px}
.service-choice small{display:block;font-size:10px;color:#a484b1;margin-top:4px}
.choice-icon{width:38px;height:38px;border-radius:9px}
.choice-icon .icon{width:19px;height:19px}
.radio-mark{width:16px;height:16px;border:1px solid #dfc7e8;border-radius:50%;margin-left:auto;flex-shrink:0}
.service-choice:has(input:checked) .radio-mark{border:5px solid #a771d4;background:#fff}
.field{display:flex;flex-direction:column;min-width:0;margin-bottom:20px}
.field label,.decision-form>label{font-size:11px;font-weight:600;color:#664872;margin-bottom:8px}
.optional{font-size:9px;font-weight:400;color:#ac8fb9;margin-left:7px}
input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea{width:100%;min-height:44px;padding:11px 12px;border:1px solid #dfd1e9;border-radius:8px;background:white;color:#452552;font-size:12px}
input::placeholder,textarea::placeholder{font-size:11px;color:#b49abf}
select{cursor:pointer;padding-right:24px}
textarea{resize:vertical;line-height:1.7}
input[type=checkbox],input[type=radio]{accent-color:var(--purple);width:17px;height:17px;flex-shrink:0}
input[type=date]{min-width:0}
.field>small{font-size:10px;color:#a483b2;line-height:1.7;margin-top:7px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}
.input-affix{position:relative}
.input-affix input{padding-right:45px!important}
.input-affix>span{position:absolute;right:14px;top:12px;color:#ac8bb8;font-size:12px}
.scan-placeholder{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:18px;margin-bottom:22px;border:1px dashed #c8acda;border-radius:11px;background:#fdf8ff}
.scan-icon{color:#b087ca;flex-shrink:0}
.scan-icon .icon{width:30px;height:30px}
.scan-placeholder>div{flex:1;min-width:150px}
.scan-placeholder strong{font-size:11px}
.scan-placeholder p{font-size:9px;line-height:1.7;margin:5px 0 0;color:#b08cbb}
.scan-placeholder .button{font-size:9px}
.replacement-choice{display:flex;align-items:center;gap:12px;border:1px solid #e2cfed;border-radius:11px;padding:17px;margin-bottom:17px;cursor:pointer}
.replacement-choice strong{font-size:12px}
.replacement-choice small{display:block;font-size:10px;color:#ab84bb;margin-top:4px}
.replacement-choice input{margin-left:auto}
.replacement-fields{background:#fcf7fe;padding:15px;border-radius:9px}
.checkbox-row{display:flex;align-items:flex-start;gap:10px;color:#8f639e;font-size:11px;line-height:1.8;margin:20px 0}
.checkbox-row>input{margin-top:3px}
.checkbox-row a{color:#9057b0;text-decoration:underline}
.wizard-actions{display:flex;align-items:center;justify-content:flex-end;gap:13px;border-top:1px solid #efe3f5;padding-top:24px}
.wizard-counter{font-size:10px;color:#b28fc0;margin-right:auto}
.wizard-actions .button{font-size:11px}
.booking-summary{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#faf3fe;border:1px solid #ecdaf5;padding:20px;border-radius:11px;margin-bottom:24px}
.booking-summary small{display:block;font-size:9px;color:#aa80bc;margin-bottom:6px}
.booking-summary strong{display:block;font-size:11px;overflow-wrap:anywhere}
.booking-aside{margin-top:50px;background:#f0e9f6;border:1px solid #e5d5f0;border-radius:14px;padding:27px}
.aside-icon{color:#b184cb;margin-bottom:23px}
.aside-icon .icon{width:28px;height:28px}
.booking-aside h2{font-size:22px;line-height:1.3;margin-bottom:15px}
.booking-aside p{font-size:11px;color:#aa82b9;line-height:1.8}
.aside-step{display:flex;align-items:flex-start;gap:10px;margin-top:22px}
.aside-step>span{display:grid;place-items:center;flex-shrink:0;width:23px;height:23px;border:1px solid #dac0eb;border-radius:50%;font-size:9px;color:#af83c3}
.aside-step strong{font-size:10px}
.aside-step small{display:block;font-size:9px;line-height:1.7;color:#b289c6;margin-top:4px}
.aside-divider{height:1px;background:#e1ceed;margin:25px 0 20px}
.booking-aside .text-link{font-size:9px}
.small-text{font-size:11px;color:#a383b3;line-height:1.8}
.booking-aside .small-text{font-size:9px}
.validation-summary{padding:16px;background:#fff2f2;border:1px solid #edcece;border-radius:9px;margin-bottom:22px;font-size:12px;color:#9c5353}
.validation-summary ul{padding-left:17px;margin:0}
.validation-summary-valid{display:none}
.field-validation-error{font-size:10px;color:#a85555;margin-top:5px}
.input-validation-error{border-color:#d78e8e!important}
.js-only{display:none}
.js-ready .js-only{display:inline-flex}
.js-ready .booking-summary.js-only{display:grid}

/* Anfragen, Garagenansicht und Konten */
.table-wrap{overflow-x:auto;border-radius:inherit}
.request-table{border-collapse:collapse;width:100%;min-width:670px;text-align:left}
.request-table th{padding:18px 24px;background:#fcf8fe;border-bottom:1px solid var(--line);font-size:10px;font-weight:600;color:#aa83ba}
.request-table td{padding:21px 24px;border-bottom:1px solid #f3e7f8;font-size:12px;color:#8a599e}
.request-table tr:last-child td{border:0}
.request-table td strong{font-size:12px}
.request-table td small{display:block;font-size:10px;color:#bf98cc;margin-top:5px}
.badge{display:inline-flex;align-items:center;border:1px solid;border-radius:5px;padding:4px 8px;font-size:9px;font-weight:550;line-height:1.5;white-space:nowrap}
.badge.success{color:#4b8a6b;background:#eff8f2;border-color:#d8eadf}
.badge.pending{color:#a58542;background:#fdf7ea;border-color:#f1e4c8}
.badge.neutral{color:#a280b3;background:#f8f1fb;border-color:#eddcf4}
.badge.violet{color:#a271c2;background:#f7eafd;border-color:#eacef4}
.badge.large{font-size:11px;padding:7px 12px}
.table-open{display:grid;place-items:center;width:28px;height:28px;border:1px solid #eedff7;border-radius:7px;color:#b18ac8}
.table-open .icon{width:14px;height:14px}
.request-row{display:flex;align-items:center;gap:13px;padding:20px 25px;border-bottom:1px solid #f2e7f7;font-size:12px}
.request-row:last-child{border:0}
.request-row>div{flex:1;min-width:0}
.request-row strong{font-size:11px}
.request-row small{display:block;font-size:9px;color:#b48ac5;margin-top:3px}
.request-row>.icon{width:13px;color:#c59ed3}
.row-icon{width:33px;height:33px}
.row-icon .icon{width:16px;height:16px}
.request-list{margin-top:10px}
.details-layout{display:grid;grid-template-columns:1.8fr 1fr;gap:24px;align-items:start}
.detail-panel{padding:29px}
.detail-panel h2{font-size:18px;margin-bottom:25px}
.detail-list{display:grid;grid-template-columns:145px minmax(0,1fr);margin:0;gap:0}
.detail-list dt,.detail-list dd{min-width:0;padding:14px 0;margin:0;border-bottom:1px solid #f3e7f8;font-size:12px;overflow-wrap:anywhere}
.detail-list dt{font-size:11px;color:#b285c2;padding-right:18px}
.detail-list dd{color:#8b5c9c}
.detail-list dd small{display:block;font-size:10px;color:#b38bc6;margin-top:4px}
.detail-aside{padding:27px}
.detail-aside .service-icon{margin-bottom:23px}
.detail-aside h2{font-size:22px}
.detail-aside p{font-size:11px;line-height:1.8}
.detail-aside .button{margin-top:12px;font-size:11px}
.detail-aside .small-text{margin:20px 0 0;font-size:10px}
.text-button{padding:15px 0;border:0;background:transparent;font-size:11px}
.danger{color:#ab6969}
.preserve-lines{white-space:pre-wrap;overflow-wrap:anywhere}
.garage-request-grid{display:grid;gap:22px}
.garage-request{padding:27px}
.garage-request-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}
.garage-request-heading h2{font-size:20px;margin:0}
.garage-request-heading .eyebrow{margin-bottom:9px}
.garage-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:17px 19px;background:#fbf5fd;border-radius:10px}
.garage-meta small{display:block;font-size:9px;color:#b387c7;margin-bottom:5px}
.garage-meta strong{display:block;font-size:11px}
.garage-meta span{display:block;font-size:10px;color:#b48ac5;margin-top:4px}
.request-description{font-size:12px;background:#fdfbfe;border-left:3px solid #e4ccf1;padding:15px 18px;margin:20px 0}
.decision-form{margin-top:22px}
.decision-form>label{display:block}
.decision-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:17px}
.decision-actions .text-link{margin-left:auto}
.garage-result{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #f3e5f8;padding-top:20px;margin-top:21px;font-size:11px;color:#a67cba}
.vehicle-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.vehicle-visual{display:flex;align-items:center;justify-content:center;height:175px;position:relative;border-radius:17px 17px 0 0;background:radial-gradient(ellipse at 50% 70%,#ead6f2,#faf3fd 70%)}
.vehicle-visual>.icon{width:150px;height:100px;stroke-width:.65;color:#ae82bc}
.vehicle-visual>.badge{position:absolute;top:16px;left:18px;font-size:7px;letter-spacing:.06em}
.vehicle-body{padding:28px}
.vehicle-body .eyebrow{font-size:9px;margin-bottom:5px}
.vehicle-body h2{font-size:28px;margin-bottom:17px}
.number-plate{display:inline-flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;border:1px solid #dcc6e5;border-radius:5px;background:#fff;font-family:monospace;font-size:14px;color:#956fa4}
.number-plate>span{display:block;width:23px;background:#b07979;color:#fff;border-radius:2px;font-size:7px;line-height:19px;text-align:center}
.vehicle-body dl{margin:22px 0}
.vehicle-body dt{font-size:9px;color:#b98dc4}
.vehicle-body dd{margin:3px 0 12px;font-size:12px}
.standalone-form{max-width:870px;padding:32px}
.form-bottom{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:25px}
.form-bottom .small-text{font-size:10px}
.account-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;padding:50px 0}
.account-intro h1{font-size:42px;line-height:1.13}
.account-intro>p{font-size:13px;line-height:1.9;margin-bottom:30px}
.account-form{padding:33px}
.account-form .service-icon{margin-bottom:25px}
.account-form h2{font-size:22px}
.account-form>p{font-size:11px;margin-bottom:24px}
.account-form .button{font-size:11px;margin-top:13px}
.account-form .account-form-bottom{margin-top:24px;font-size:11px}
.account-form .account-form-bottom a{color:#a564bf}
.account-form .small-text{font-size:9px;margin:20px 0 0}
.account-register{max-width:740px}
.status-panel{padding:0 27px}
.status-row{display:flex;align-items:center;gap:20px;padding:27px 0;border-bottom:1px solid #f2e5f8}
.status-row:last-child{border:0}
.status-row>div{flex:1;min-width:0}
.status-row h2{font-size:15px;margin-bottom:7px}
.status-row p{font-size:11px;line-height:1.75;margin:0;color:#a885b9}
.status-icon{background:#f8effd;color:#c197d4}
.status-row .badge{align-self:center;font-size:8px}
.prose{max-width:900px;padding:36px}
.prose h2{font-size:20px;margin:28px 0 13px}
.prose h2:first-child{margin-top:0}
.prose p{font-size:13px;line-height:1.95;color:#9a75ac;margin-bottom:22px}
.prose p:last-child{margin-bottom:0}
code{font-size:11px;background:#fbf2fe;padding:8px;border-radius:6px;overflow-wrap:anywhere}
.empty-state .form-bottom{justify-content:center}

/* Neutrale Textfarben und ausreichender Kontrast vor dekorativen Akzenten. */
p{color:#726a7b}
.muted,.subtle,.metric-label,.metric>small,.field>small,.optional,.small-text,.step-kicker,.wizard-counter,.garage-meta small,.garage-meta span,.vehicle-body dt,.status-row p,.prose p,.detail-list dt,.detail-list dd small,.booking-aside p,.aside-step small,.scan-placeholder p,.service-choice small,.replacement-choice small,.request-row small,.request-table td small{color:#776d80}
.card-link,.text-link{color:#714498}
.field label,.decision-form>label{color:#4f435b}
.detail-list dd,.request-table td{color:#53445f}
.checkbox-row{color:#685772}
.booking-summary small,.wizard-progress li{color:#86728e}
.badge.neutral{color:#71627c}
.badge.success{color:#3f7257}
.badge.pending{color:#8f6a20}
.badge.violet{color:#815399}
.page-footer{color:#83738e}
.hero-caption{color:#b4a2c0}
.journey-step small,.journey-header small{color:#bfa9ce}
.booking-aside .eyebrow{color:#786385}

/* Responsive Layout */
@media(min-width:1650px){.main-content{padding-top:45px}
.hero{padding:54px;min-height:370px}
.hero h1{font-size:48px}
.hero p{font-size:14px}
.service-card{padding:26px}
.service-card h3{font-size:16px}
.service-card p{font-size:12px}
}

@media(max-width:1220px){.app-shell{grid-template-columns:226px minmax(0,1fr)}
.sidebar{padding-inline:14px}
.topbar{padding-inline:26px}
.main-content{padding:28px 26px 0}
.hero{padding:32px 27px;gap:25px}
.hero h1{font-size:34px}
.journey-card{min-width:235px;padding:16px 15px 0}
.journey-header .badge{display:none}
.journey-step{font-size:10px}
.journey-step small{font-size:8px}
.metric{padding:17px 14px;gap:11px}
.metric>small{display:none}
.service-grid{gap:12px}
.service-card{padding:20px 14px}
.service-card h3{font-size:13px}
.booking-layout{grid-template-columns:minmax(0,1fr);gap:0}
.booking-aside{display:none}
.account-layout{gap:28px;padding-top:26px}
.account-intro h1{font-size:35px}
.account-form{padding:25px}
}

@media(max-width:980px){.app-shell{grid-template-columns:205px minmax(0,1fr)}
.sidebar{padding-inline:10px}
.wordmark{font-size:26px}
.garage-label{font-size:10px}
.garage-label small{font-size:8px}
.main-nav>a{font-size:11px;padding:12px 10px;gap:9px}
.mini-label{font-size:6px}
.hero{gap:20px;min-height:320px}
.hero h1{font-size:31px}
.hero p{font-size:11px}
.journey-card{min-width:205px;max-width:220px;padding:14px 12px 0}
.journey-logo{display:none}
.journey-header{font-size:10px}
.journey-step{gap:9px}
.journey-step small{font-size:7px}
.journey-footer{font-size:7px;gap:5px}
.hero-caption{font-size:8px}
.service-grid{grid-template-columns:1fr 1fr}
.service-card h3{font-size:15px}
.service-card p{font-size:11px}
.dashboard-bottom{grid-template-columns:1fr}
.perspective-card{display:none}
.account-layout{grid-template-columns:1fr;max-width:580px;margin:auto}
.details-layout{grid-template-columns:1fr}
.garage-meta{grid-template-columns:1fr 1fr}
.vehicle-body{padding:21px}
.vehicle-visual{height:145px}
.status-row{align-items:flex-start;flex-wrap:wrap}
.status-row>.badge{margin-left:61px}
.status-row>div{flex-basis:calc(100% - 70px)}
.local-badge{display:none}
.topbar{height:70px}
}

@media(max-width:760px){.app-shell{grid-template-columns:1fr}
.sidebar{position:fixed;top:0;left:0;width:256px;display:none;z-index:60;padding:31px 20px 20px;box-shadow:20px 0 50px #0003}
.nav-open .sidebar{display:flex}
.sidebar .wordmark{font-size:32px}
.sidebar .main-nav>a{font-size:12px}
.nav-backdrop:not([hidden]){display:block;position:fixed;inset:0;z-index:50;border:0;width:100%;height:100%;background:#16092490}
.menu-button{display:grid}
.topbar{padding:0 22px;height:68px;gap:10px}
.topbar-left{gap:12px}
.breadcrumb{font-size:10px}
.breadcrumb>span{margin:0 8px}
.account-link{font-size:10px}
.main-content{padding:23px 22px 0}
.hero{padding:30px}
.hero h1{font-size:35px}
.journey-card{min-width:230px}
.hero p{font-size:12px}
.metric-grid{gap:12px;margin-top:18px;margin-bottom:28px}
.metric{padding:17px 13px;gap:10px}
.metric-icon{width:32px;height:32px;border-radius:9px}
.metric-icon .icon{width:17px;height:17px}
.metric-number{font-size:21px}
.metric-label{font-size:9px}
.page-heading{align-items:flex-start;flex-wrap:wrap;margin-bottom:25px}
.page-heading h1{font-size:29px}
.page-heading p{font-size:12px}
.booking-form{padding:25px}
.garage-request{padding:23px}
.vehicle-grid{gap:17px}
.service-grid{gap:15px}
.service-card{padding:23px}
.standalone-form{padding:25px}
}

@media(max-width:600px){.hero{display:block;padding:30px 26px;min-height:unset}
.hero h1{font-size:36px}
.hero .eyebrow{font-size:8px}
.journey-card{display:none}
.hero-caption{font-size:8px;margin-top:19px}
.hero .button{font-size:11px;padding:12px 17px}
.metric-grid{gap:9px}
.metric{display:block;padding:15px 12px}
.metric-icon{width:29px;height:29px;margin-bottom:11px}
.metric-number{font-size:23px}
.metric-label{font-size:8px;line-height:1.5}
.section-heading .subtle{display:none}
.section-heading h2{font-size:22px}
.service-grid{gap:12px}
.service-card{padding:20px 17px}
.service-card h3{font-size:14px;margin-top:18px}
.service-card p{font-size:10px}
.card-link{font-size:9px}
.service-icon{width:34px;height:34px;border-radius:10px}
.service-icon .icon{width:19px;height:19px}
.dashboard-bottom{margin-top:24px}
.panel-heading{padding:24px 23px 0;gap:10px;align-items:flex-start}
.panel-heading p{font-size:9px}
.panel-heading .text-link{font-size:9px;white-space:nowrap}
.empty-state p{font-size:10px}
.empty-state .button{font-size:10px}
.desktop-break{display:none}
.page-footer{flex-direction:column;align-items:flex-start;gap:6px;padding:24px 0;font-size:8px}
.topbar{padding:0 17px}
.main-content{padding:21px 17px 0}
.breadcrumb{font-size:9px}
.topbar-right{gap:8px}
.account-link>span:last-child{display:none}
.page-heading .eyebrow{font-size:8px}
.page-heading h1{font-size:27px}
.page-heading p{font-size:11px}
.wizard-progress{gap:6px;margin-bottom:18px}
.wizard-progress li{font-size:9px;gap:5px}
.wizard-progress li>span{width:23px;height:23px;font-size:9px}
.booking-form{padding:23px 19px}
.wizard-step legend{font-size:22px}
.step-kicker{font-size:7px}
.form-intro{font-size:11px}
.service-choice{padding:14px 12px;gap:11px}
.service-choice strong{font-size:11px}
.service-choice small{font-size:9px}
.choice-icon{width:32px;height:32px}
.radio-mark{width:14px;height:14px}
.service-choice:has(input:checked) .radio-mark{border-width:4px}
.form-grid{grid-template-columns:1fr;gap:0}
.scan-placeholder{padding:16px 14px}
.scan-placeholder .button{margin-left:42px}
.optional{font-size:8px}
.notice{padding:13px;font-size:10px;gap:9px}
.notice .icon{width:16px;height:16px}
.wizard-actions{gap:8px;flex-wrap:wrap;padding-top:20px}
.wizard-actions .button{font-size:10px;padding:11px 13px}
.wizard-counter{font-size:8px}
.replacement-choice{padding:13px 11px;gap:10px}
.replacement-choice strong{font-size:10px}
.replacement-choice small{font-size:9px}
.booking-summary{padding:16px;gap:14px}
.booking-summary strong{font-size:10px}
.booking-summary small{font-size:8px}
.checkbox-row{font-size:10px}
.detail-list{grid-template-columns:110px minmax(0,1fr)}
.detail-list dt,.detail-list dd{font-size:10px}
.detail-panel{padding:24px 20px}
.detail-list dt{padding-right:13px}
.detail-aside{padding:24px}
.garage-request{padding:20px}
.garage-request-heading h2{font-size:18px}
.garage-meta{padding:14px;gap:15px}
.garage-meta strong{font-size:10px}
.garage-meta small,.garage-meta span{font-size:9px}
.decision-actions{gap:8px}
.decision-actions .button{font-size:9px;padding:10px 12px}
.decision-actions .text-link{font-size:9px}
.garage-result{flex-direction:column;align-items:flex-start;font-size:10px;gap:12px}
.vehicle-grid{grid-template-columns:1fr}
.vehicle-visual{height:170px}
.vehicle-body{padding:25px}
.account-layout{padding-top:8px;gap:26px}
.account-intro h1{font-size:32px}
.account-intro>p{font-size:11px}
.account-form{padding:25px 21px}
.standalone-form{padding:24px 20px}
.status-panel{padding:0 20px}
.status-row{padding:22px 0;gap:13px}
.status-row h2{font-size:13px}
.status-row p{font-size:10px}
.status-icon{width:32px;height:32px}
.status-icon .icon{width:18px;height:18px}
.status-row>.badge{margin-left:45px}
.status-row>div{flex-basis:calc(100% - 55px)}
.prose{padding:26px 22px}
.prose h2{font-size:18px}
.prose p{font-size:12px}
.empty-state{padding:40px 22px}
.empty-state h1{font-size:27px}
.request-row{padding:17px;gap:10px}
.request-row strong{font-size:10px}
.request-row small{font-size:8px}
.request-row .badge{font-size:8px}
.service-card:hover,.button:hover{transform:none}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

[hidden]{display:none!important}


@media(max-width:760px){body.nav-open{overflow:hidden}
body:not(.js-ready) .sidebar{display:flex;position:relative;width:100%;height:auto;box-shadow:none}
body:not(.js-ready) .menu-button{display:none}
}


.validation-summary:empty{display:none}


/* Kundenprofil und zweiter Anmeldeschritt – Erweiterung 0.2. */
.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}
.profile-form-panel{padding:32px;min-width:0}
.profile-panel-heading{display:flex;align-items:center;gap:14px;margin-bottom:25px}
.profile-panel-heading>div{flex:1;min-width:0}
.profile-panel-heading h2{font-size:21px;margin:0 0 5px}
.profile-panel-heading p{font-size:11px;margin:0}
.profile-panel-heading>.badge{font-size:8px;white-space:nowrap}
.profile-section{border:0;padding:0;margin:26px 0 0;min-width:0}
.profile-section legend{font-size:15px;letter-spacing:-.01em;font-weight:650;padding:0 0 15px;border-bottom:1px solid var(--line);width:100%;margin-bottom:18px}
.profile-section .form-grid{column-gap:20px}
.profile-aside{display:grid;gap:20px;min-width:0}
.profile-security-card,.profile-note-card{padding:27px}
.profile-security-card{background:linear-gradient(145deg,#fff,#f4effe)}
.profile-security-card>.service-icon{margin-bottom:25px;width:46px;height:46px}
.profile-security-card .eyebrow{font-size:8px;margin-bottom:12px}
.profile-security-card h2{font-size:27px;line-height:1.16;margin-bottom:18px}
.profile-security-card p,.profile-note-card p{font-size:11px;line-height:1.8}
.profile-security-card>.badge{font-size:8px}
.profile-note-card h3{font-size:14px;margin-bottom:12px}
.profile-note-card>small{color:var(--muted);font-size:10px}
.profile-rule{height:1px;background:var(--line);margin:24px 0}
.login-email{display:block;font-size:12px;overflow-wrap:anywhere;margin:6px 0 14px}
.auth-steps{list-style:none;margin:26px 0;padding:0;display:grid;gap:21px}
.auth-steps li{display:flex;align-items:center;gap:14px}
.auth-steps li>span{display:grid;place-items:center;width:33px;height:33px;border:1px solid #dbd2e7;border-radius:50%;font-size:12px;color:var(--muted);flex-shrink:0}
.auth-steps .current>span,.auth-steps .complete>span{color:var(--purple-dark);background:var(--purple-soft);border-color:#cfbaff}
.auth-steps strong{display:block;font-size:13px}
.auth-steps small{display:block;font-size:10px;color:var(--muted);margin-top:4px}
.auth-steps .icon{width:17px;height:17px}
.preview-login-form{margin-top:14px}
.two-factor-panel>.badge{display:table;font-size:8px;margin:0 0 17px}
.two-factor-panel h2{font-size:23px}
.field input.code-preview{text-align:center;letter-spacing:.23em;font-size:23px;background:#f5f3f9;color:#ada0b8;padding:15px;cursor:not-allowed}
.security-feature{display:flex;gap:14px;align-items:flex-start;padding:21px 0;border-top:1px solid var(--line)}
.security-feature>.icon{color:var(--purple);width:19px;height:19px;margin-top:2px}
.security-feature h3{font-size:15px;margin:0 0 8px}
.security-feature p{font-size:12px;margin:0}
.booking-contact{border:1px solid #e1d8ed;border-radius:13px;background:#fcfaff;padding:21px;margin:24px 0}
.booking-contact-heading{display:flex;gap:12px;align-items:center;margin-bottom:17px}
.booking-contact-heading>div{flex:1;min-width:0}
.booking-contact-heading h3{font-size:13px;margin:0 0 4px;letter-spacing:-.01em}
.booking-contact-heading small{font-size:9px;color:var(--muted)}
.booking-contact-heading .text-link{font-size:10px;white-space:nowrap}
.booking-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;font-size:12px;margin-bottom:16px}
.booking-contact-grid strong,.booking-contact-grid span,.booking-contact-grid small{display:block;overflow-wrap:anywhere}
.booking-contact-grid strong{margin-bottom:4px}
.booking-contact-grid small{font-size:9px;color:var(--muted)}
.booking-contact-grid small:not(:first-child){margin-top:8px}
.booking-contact>p{margin-bottom:0;font-size:10px}
.topbar-right{gap:18px}
.top-login-link{font-size:11px}
@media(max-width:1220px){.profile-layout{grid-template-columns:minmax(0,1fr) 260px;gap:20px}.profile-form-panel{padding:25px}.profile-security-card,.profile-note-card{padding:23px}.profile-panel-heading{flex-wrap:wrap}.profile-panel-heading>.badge{margin-left:55px}}
@media(max-width:1050px){.profile-layout{grid-template-columns:minmax(0,1fr)}.profile-aside{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.profile-form-panel{padding:24px 20px}.profile-panel-heading{gap:11px}.profile-panel-heading h2{font-size:18px}.profile-panel-heading p{font-size:10px}.profile-panel-heading>.badge{margin-left:45px}.profile-panel-heading>.service-icon{width:34px;height:34px}.profile-aside{grid-template-columns:1fr}.profile-security-card h2{font-size:25px}.profile-section{margin-top:21px}.profile-section legend{font-size:14px}.profile-section .field{margin-bottom:19px}.booking-contact{padding:17px 14px}.booking-contact-heading{flex-wrap:wrap;gap:10px}.booking-contact-heading>.text-link{margin-left:42px}.booking-contact-grid{grid-template-columns:1fr;gap:15px;font-size:11px}.booking-contact-heading h3{font-size:12px}.booking-contact-heading small{font-size:8px}.top-login-link{font-size:10px}.auth-steps strong{font-size:12px}.auth-steps small{font-size:10px}.security-feature h3{font-size:13px}.security-feature p{font-size:11px}}

/* v0.3: gespeicherte Fahrzeuge, eigene Erfassung und verkürzte Terminanfrage. */
.vehicle-card{display:flex;flex-direction:column;min-width:0;overflow:hidden}
.vehicle-body{display:flex;flex:1;flex-direction:column;min-width:0}
.vehicle-body dl{flex:1}
.vehicle-body dd{overflow-wrap:anywhere}
.vehicle-auto-note{display:flex;align-items:flex-start;gap:6px;margin-top:12px;font-size:10px;line-height:1.6;color:var(--muted)}
.vehicle-auto-note .icon{width:14px;height:14px;margin-top:2px;color:var(--purple)}
.vehicle-add-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:410px;padding:34px 24px;text-align:center;border:2px dashed #cbb9e3;background:linear-gradient(150deg,#fff,#f5efff);transition:border-color .18s,background .18s}
.vehicle-add-card:hover{border-color:var(--purple);background:#f0eaff}
.vehicle-add-icon{display:grid;place-items:center;width:74px;height:74px;border-radius:22px;border:1px solid #e1d3fb;background:#ebe0ff;color:var(--purple);margin-bottom:25px}
.vehicle-add-icon .icon{width:34px;height:34px;stroke-width:1.8}
.vehicle-add-card .eyebrow{font-size:8px;margin-bottom:10px}
.vehicle-add-card h2{font-size:24px;margin-bottom:13px}
.vehicle-add-card p{font-size:12px;line-height:1.8}
.capture-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;font-size:10px;color:#635274;margin:5px 0 28px}
.capture-tags>span{display:flex;align-items:center;gap:5px}
.capture-tags .icon{width:15px;height:15px}
.vehicle-add-card .card-link{color:var(--purple);font-size:11px}
.capture-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1080px}
.capture-choice-card{display:flex;flex-direction:column;position:relative;padding:34px;min-width:0}
.capture-choice-card>.service-icon{width:54px;height:54px;margin-bottom:27px}
.capture-choice-card>.service-icon .icon{width:27px;height:27px}
.capture-choice-card>.badge{position:absolute;top:36px;right:30px;font-size:8px}
.capture-choice-card h2{font-size:25px;margin-bottom:15px}
.capture-choice-card p{font-size:13px;line-height:1.9;flex:1}
.capture-card-note{display:flex;align-items:flex-start;gap:9px;margin:6px 0 24px;font-size:11px;color:var(--muted);min-height:38px}
.capture-card-note .icon{width:17px;height:17px;margin-top:1px;color:#8564b5}
.vehicle-registration-layout{display:grid;grid-template-columns:minmax(0,2.3fr) minmax(230px,1fr);gap:26px;align-items:start}
.vehicle-registration-form{padding:32px;min-width:0}
.vehicle-registration-form>h2{font-size:23px}
.vehicle-registration-form>.notice{margin-bottom:25px}
.form-section-divider{border-top:1px solid var(--line);padding-top:24px;margin-top:6px}
.form-section-divider .eyebrow{margin-bottom:8px;font-size:8px}
.form-section-divider h3{font-size:17px;margin-bottom:10px}
.form-section-divider p{font-size:11px;line-height:1.8;margin-bottom:22px}
.vehicle-save-actions{display:flex;gap:12px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:24px;margin-top:26px}
.vehicle-registration-aside{padding:28px;background:linear-gradient(145deg,#fff,#f6f2fc)}
.vehicle-registration-aside>.service-icon{margin-bottom:24px}
.vehicle-registration-aside h2{font-size:24px;line-height:1.25}
.vehicle-registration-aside p{font-size:12px;line-height:1.9}
.registration-benefit{display:flex;align-items:flex-start;gap:9px;margin:16px 0;font-size:11px;color:#594566;line-height:1.8}
.registration-benefit .icon{width:16px;height:16px;margin-top:2px;color:var(--purple)}
.vehicle-registration-aside .small-text{margin-top:23px;padding-top:19px;border-top:1px solid var(--line);font-size:10px}
.selected-vehicle-banner{display:grid;grid-template-columns:64px minmax(145px,1fr) minmax(230px,1.4fr);align-items:center;gap:20px;padding:25px 28px;margin-bottom:28px;border-color:#ded0f1}
.selected-vehicle-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:var(--purple-soft);color:#8056b4}
.selected-vehicle-icon .icon{width:39px;height:39px;stroke-width:1.2}
.selected-vehicle-main{min-width:0}
.selected-vehicle-main .eyebrow{font-size:8px;letter-spacing:.11em;margin-bottom:9px}
.selected-vehicle-main h2{font-size:23px;margin-bottom:12px;overflow-wrap:anywhere}
.selected-vehicle-data{display:grid;grid-template-columns:1fr 1.35fr;gap:18px;margin:0;align-self:center}
.selected-vehicle-data dt{font-size:10px;color:var(--muted);margin-bottom:5px}
.selected-vehicle-data dd{font-size:12px;margin:0;font-weight:600;overflow-wrap:anywhere}
.selected-vehicle-confirm{grid-column:2 / -1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;font-size:10px;border-top:1px solid var(--line);padding-top:14px}
.selected-vehicle-confirm>span{display:flex;align-items:center;gap:7px;color:#66527c}
.selected-vehicle-confirm .icon{width:15px;height:15px;color:var(--purple)}
.selected-vehicle-confirm .text-link{font-size:10px}
.wizard-progress.three-steps{max-width:600px}
.vehicle-selection-summary{display:flex;align-items:flex-start;gap:10px;border:1px solid #e3d8f3;border-radius:10px;background:#f8f4fe;padding:17px;font-size:11px;color:#635274;line-height:1.8;margin-bottom:22px}
.vehicle-selection-summary>.icon{width:19px;height:19px;color:var(--purple);margin-top:1px}
.vehicle-selection-add{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}
.vehicle-selection-add button.text-link{background:none;border:0;padding:8px 0;text-align:left}
.vehicle-selection-add+.small-text,#vehicle-refresh-status{font-size:10px;line-height:1.8}
@media(min-width:1280px){.vehicle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vehicle-body{padding:24px}.vehicle-body .button{font-size:11px}}
@media(max-width:1100px){.vehicle-registration-layout{grid-template-columns:1fr}.vehicle-registration-aside{max-width:none}.selected-vehicle-banner{grid-template-columns:54px minmax(0,1fr)}.selected-vehicle-icon{width:54px;height:54px}.selected-vehicle-data{grid-column:2 / -1}.selected-vehicle-confirm{grid-column:2 / -1}.capture-choice-card{padding:26px}.capture-choice-card>.badge{right:22px;top:30px;font-size:7px}.capture-choice-card h2{font-size:22px}}
@media(max-width:760px){.capture-choice-grid{grid-template-columns:1fr;gap:18px}.capture-choice-card{padding:28px}.capture-choice-card>.badge{font-size:8px;top:32px;right:28px}.vehicle-add-card{min-height:360px}}
@media(max-width:600px){.vehicle-grid{grid-template-columns:1fr}.vehicle-add-card{min-height:310px;padding:28px 20px}.vehicle-add-icon{width:63px;height:63px;margin-bottom:22px}.vehicle-registration-form{padding:24px 20px}.vehicle-save-actions{flex-direction:column}.vehicle-save-actions .button{width:100%;font-size:11px}.vehicle-registration-aside{padding:25px}.selected-vehicle-banner{padding:22px 20px;gap:17px;grid-template-columns:44px minmax(0,1fr)}.selected-vehicle-icon{width:44px;height:44px;border-radius:13px}.selected-vehicle-icon .icon{width:29px;height:29px}.selected-vehicle-main h2{font-size:20px}.selected-vehicle-main .eyebrow{font-size:7px}.selected-vehicle-data,.selected-vehicle-confirm{grid-column:1 / -1}.selected-vehicle-data{grid-template-columns:1fr 1.2fr;gap:14px}.selected-vehicle-data dd{font-size:11px}.selected-vehicle-confirm{gap:10px}.vehicle-selection-add{align-items:flex-start;flex-direction:column;gap:8px}.vehicle-selection-add .button{width:100%}.capture-choice-card h2{font-size:23px}.capture-choice-card p{font-size:12px}}

/* v0.4: Garageneingang, Ersatztermine und Kundenantworten */
.garage-perspective-label{font-size:11px;font-weight:600;color:var(--text)}
.garage-inbox-summary{display:flex;align-items:center;flex-wrap:wrap;gap:12px 24px;margin:22px 0;font-size:12px;color:#6a5b75}
.garage-inbox-summary strong{color:#493355;font-size:17px;margin-right:5px}
.garage-inbox-summary .text-link{margin-left:auto}
.garage-customer-details,.proposal-history{margin-top:20px;border-top:1px solid var(--line);padding-top:16px}
.garage-customer-details>summary,.proposal-history>summary{cursor:pointer;font-size:12px;font-weight:600;color:#68467d;padding:5px 0}
.garage-request-heading,.proposal-history-heading{overflow-wrap:anywhere}
.garage-request-heading .badge,.proposal-history .badge{white-space:normal;text-align:center;flex-shrink:0;max-width:50%}
.garage-meta strong,.garage-meta span{overflow-wrap:anywhere}
.proposal-preview{padding:20px;margin:22px 0;border:1px solid #ded0ef;background:#f9f5fd;border-radius:12px}
.proposal-preview h3{font-size:18px;margin:8px 0 12px;color:#513765}
.proposal-preview p{font-size:12px;margin:10px 0 0}
.proposal-preview .small-text{font-size:11px;color:#75657f}
.customer-reply{display:block;margin-top:8px}
.proposal-form>h2{font-size:22px;margin-bottom:14px}
.proposal-layout{margin-bottom:24px}
.proposal-context{grid-template-columns:95px minmax(0,1fr)}
.proposal-decision{padding:28px;margin-bottom:26px;border-color:#d9c4eb}
.proposal-heading{display:flex;align-items:center;gap:17px;margin-bottom:22px}
.proposal-heading h2{font-size:23px;margin:0;line-height:1.4}
.proposal-comparison{display:grid;grid-template-columns:1fr 1.25fr;gap:16px}
.proposal-comparison>div{padding:19px;border:1px solid var(--line);border-radius:10px;background:#fcfafe;display:flex;flex-direction:column;gap:8px;min-width:0}
.proposal-comparison .proposal-new-date{background:#f5ecfd;border-color:#dac2ed}
.proposal-comparison .eyebrow{margin:0;font-size:9px}
.proposal-comparison strong{font-size:19px;color:#503563;overflow-wrap:anywhere}
.proposal-comparison>div>span:last-child{font-size:13px;color:#6a537b}
.proposal-car{display:flex;align-items:flex-start;gap:11px;font-size:13px;line-height:1.7}
.proposal-car .icon{flex-shrink:0;margin-top:3px}
.proposal-response-actions{display:flex;align-items:flex-start;gap:18px;flex-wrap:wrap}
.proposal-response-actions>form{margin:0}
.proposal-decline{flex:1;min-width:220px;max-width:520px}
.proposal-decline>summary{cursor:pointer;font-size:12px;line-height:1.6;font-weight:600;color:#7b536a;padding:12px 0}
.proposal-decline form{padding:18px;border:1px solid var(--line);border-radius:10px;background:#fcfafe}
.proposal-decline .small-text{margin:14px 0 0;font-size:11px}
.proposal-history ol{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:12px}
.proposal-history li{padding:16px;border:1px solid var(--line);border-radius:10px;background:#fcfafe}
.proposal-history-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}
.proposal-history strong{font-size:12px}
.proposal-history p{font-size:12px;margin:10px 0 0;overflow-wrap:anywhere}
.detail-refresh{display:flex;gap:7px;margin-top:18px;font-size:11px}
.response-inbox{margin:25px 0;border-color:#d9c4eb}
.response-needed{color:#754494!important;font-size:11px;font-weight:600}
.proposal-form .decision-actions .button{white-space:normal;text-align:center}
@media(max-width:980px){.proposal-layout{grid-template-columns:1fr}.proposal-layout .detail-aside{max-width:none}}
@media(max-width:600px){
.proposal-decision{padding:20px}
.proposal-heading{align-items:flex-start;gap:12px}
.proposal-heading h2{font-size:19px}
.proposal-comparison{grid-template-columns:1fr;gap:10px}
.proposal-comparison strong{font-size:18px}
.proposal-response-actions{display:block}
.proposal-response-actions>form .button{width:100%}
.proposal-decline{min-width:0;max-width:none;margin-top:8px}
.proposal-history-heading{flex-direction:column;align-items:flex-start}
.proposal-history .badge{max-width:100%;text-align:left}
.garage-inbox-summary{gap:10px 16px}
.garage-inbox-summary .text-link{margin-left:0;width:100%}
.garage-request-heading{align-items:flex-start}
.garage-request-heading .badge{font-size:9px;max-width:46%}
.decision-actions .text-button{padding:10px 0}
.response-inbox .request-row{flex-wrap:wrap}
.response-inbox .request-row>div{min-width:160px}
.response-inbox .response-needed{margin-left:54px}
}
