:root{--bg:#050505;--panel:#0f1012;--panel-2:#121419;--gold:#b28a4a;--gold-soft:#8a6a37;--text:#eef1f7;--muted:#96a1b3;--line:#262a32;--glow:#b28a4a2e;--blue-glow:#2f59b02e;--white:#f5f2ed;--gold-light:#e2c97a;--glass-border:#ffffff14}*{box-sizing:border-box}html,body{color:var(--text);background:radial-gradient(1200px 600px at 5% -10%, var(--blue-glow), transparent 60%), radial-gradient(1000px 500px at 90% 0%, var(--glow), transparent 60%), var(--bg);margin:0;padding:0}body:before{content:"";pointer-events:none;opacity:.14;background:repeating-linear-gradient(90deg,#0000 0 47px,#ffffff06 48px),repeating-linear-gradient(#0000 0 47px,#ffffff05 48px);position:fixed;inset:0}a{color:inherit;text-decoration:none}.layout{z-index:1;grid-template-columns:224px 1fr;min-height:100vh;display:grid;position:relative}.sidebar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#ffffff04,#ffffff02);border-right:1px solid #ffffff0f;flex-direction:column;height:100vh;padding:16px 0;display:flex;position:sticky;top:0;overflow:hidden}.brand{letter-spacing:.04em;color:#f5ead7;margin:0;font-size:24px}.brand-block{align-items:center;min-height:56px;padding:0 16px;display:flex}.brand-logo{object-fit:contain;filter:drop-shadow(0 6px 16px #00000059);width:auto;max-width:192px;height:auto;max-height:56px}.brand-sub{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:4px 16px 18px;font-size:11px}.nav{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.nav a{color:#ffffff85;border-radius:6px;align-items:center;gap:9px;margin:1px 8px;padding:7px 16px;font-size:16px;transition:all .18s;display:flex}.nav a:hover{color:#ffffffdb;background:#ffffff0a}.nav a.active{color:#ffffffeb;background:#ffffff12}.nav-main{gap:16px;display:grid}.nav-settings{border-top:1px solid #ffffff14;margin-top:auto;padding-top:12px}.nav-group{gap:2px;display:grid}.nav-group-title{letter-spacing:.16em;text-transform:uppercase;color:#96a1b380;margin:0 14px 6px;font-size:10px;font-weight:600}.nav-icon{text-align:center;opacity:.9;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.nav-icon svg{stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.content{flex-direction:column;align-items:stretch;gap:10px;padding:12px 20px 20px;display:flex}.appbar{border:1px solid var(--glass-border);background:#0c0e12b8;border-radius:12px;justify-content:space-between;align-items:center;height:54px;padding:0 12px;display:flex}.appbar-title{margin:0;font-size:22px;line-height:1}.appbar-actions{align-items:center;gap:8px;display:flex}.card{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:linear-gradient(#ffffff09,#ffffff03);border-radius:12px;padding:16px;box-shadow:0 18px 42px #00000073}.topbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:0;font-size:10px}.link-gold{color:var(--gold);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;transition:gap .3s,color .3s;display:inline-flex;position:relative}.link-gold:after{content:"";background:#c9a84c73;width:18px;height:1px}.link-gold:hover{color:var(--gold-light);gap:10px}.topbar-title{letter-spacing:.01em;margin:5px 0 0;font-size:clamp(24px,2.8vw,36px);line-height:1}.topbar-actions{align-items:center;gap:10px;display:flex}.search{min-width:330px}.grid{gap:16px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-2{grid-template-columns:1.35fr 1fr}.dash-columns{grid-template-columns:1.4fr 1fr .9fr;gap:14px;display:grid}h1{letter-spacing:.01em;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(28px,2.4vw,42px);font-weight:600}h2{margin:0 0 12px;font-size:18px;font-weight:600}.metric{margin:6px 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(34px,3.2vw,48px);line-height:.94}.muted{color:var(--muted)}.metric-card{position:relative;overflow:hidden}.metric-card:after{content:"";background:radial-gradient(circle,#b28a4a2e,#0000 65%);height:120px;position:absolute;inset:auto -40% -50%}.row{gap:10px;display:grid}.row-2{grid-template-columns:repeat(2,minmax(0,1fr))}.actions-inline{flex-wrap:wrap;gap:10px;display:flex}.toolbar-actions{align-items:center;gap:8px;display:flex}.toolbar-btn{letter-spacing:.01em;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:auto;min-height:40px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.toolbar-btn.secondary{color:#e7edf8;background:#1a1f27;border-color:#384353}.toolbar-btn.secondary:hover{background:#212833;border-color:#4a586d}.toolbar-btn.slim{min-height:34px;padding:0 10px;font-size:13px}.toolbar-btn.danger{color:#e08a8a;background:#d0696924;border-color:#d069698c}.toolbar-btn.danger:hover{color:#f0a0a0;background:#d069693d;border-color:#d06969}.sort-pill{color:#e7edf8;letter-spacing:.06em;text-transform:uppercase;background:#141a23;border:1px solid #384353;border-radius:10px;width:auto;min-height:34px;padding:0 12px;font-size:12px;font-weight:600}.sort-pill.active{color:#f2dcae;background:#b28a4a33;border-color:#b28a4ae6}.cars-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.cars-filterbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cars-filterbar select,.cars-search{background:#0c1118;border-radius:9px;width:auto;min-height:34px;padding:0 10px;font-size:13px}.cars-search{min-width:220px}.editor-page{flex-direction:column;align-items:stretch;gap:10px;display:flex}.section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.pill-link{background:#ffffff05;border:1px solid #ffffff1f;border-radius:999px;padding:10px 14px;font-size:13px}.pill-link:hover{border-color:#b28a4a99}input,textarea,select,button{width:100%;color:var(--text);font:inherit;background:#0b0d11;border:1px solid #2c323b;border-radius:8px;padding:9px 11px;transition:all .16s}input:focus,textarea:focus,select:focus{border-color:#b28a4ab3;outline:none;box-shadow:0 0 0 4px #b28a4a29}button{cursor:pointer;color:#110c03;background:linear-gradient(#c69a52,#9f773e);border-color:#9f773e;font-weight:600}button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #00000057}.ghost-btn{color:#d7e2f1;background:#ffffff05;border-color:#313845}.table-wrap{border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid #ffffff12;padding:12px 10px;font-size:13px}.table th{letter-spacing:.08em;text-transform:uppercase;color:#9ba5b7;font-size:10px}.table tbody tr:hover{background:linear-gradient(90deg,#b28a4a17,#ffffff04)}.vehicle-cell{align-items:center;gap:10px;display:flex}.vehicle-thumb{background:linear-gradient(130deg,#ffffff14,#ffffff03),linear-gradient(130deg,#4761934d,#b28a4a33);border:1px solid #ffffff1f;border-radius:8px;width:56px;height:38px}.vehicle-thumb-lg{width:92px;height:58px}.status-chip{text-transform:uppercase;letter-spacing:.06em;border:1px solid #ffffff29;border-radius:999px;padding:4px 8px;font-size:11px;display:inline-flex}.status-gold{color:#ecd39e;background:#b28a4a24;border-color:#b28a4a8c}.status-blue{color:#b8d0ff;background:#527ed324;border-color:#527ed3a6}.status-green{color:#b4e8c9;background:#54af8124;border-color:#54af819e}.status-red{color:#f5bcbc;background:#cb5e5e24;border-color:#cb5e5ea3}.lead-feed{gap:10px;display:grid}.lead-item{background:#ffffff04;border:1px solid #ffffff1a;border-radius:10px;padding:10px}.lead-item:hover{border-color:#b28a4a94}.lead-glow:hover{box-shadow:0 12px 28px #b28a4a33}.editorial-list{gap:10px;display:grid}.editorial-row{background:#ffffff04;border:1px solid #ffffff14;border-radius:12px;grid-template-columns:1.7fr 1fr auto;align-items:center;gap:16px;padding:12px;transition:all .18s;display:grid}.editorial-row:hover{border-color:#b28a4a8f;transform:translateY(-1px);box-shadow:0 14px 24px #00000059}.task-list{gap:8px;display:grid}.task-row{color:#d5dfec;align-items:center;gap:8px;font-size:13px;display:flex}.dot{border-radius:50%;width:8px;height:8px;display:inline-block}.dot.gold{background:#c6a059}.dot.blue{background:#5b87d1}.dot.green{background:#56b07f}.dot.red{background:#d06969}.card-glass{background:linear-gradient(#ffffff0a,#ffffff03)}.card-elevated{box-shadow:0 20px 48px #0000008c}.card-inset{box-shadow:inset 0 0 0 1px #ffffff0d}.media-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.media-tile{transition:all .18s}.media-tile:hover{border-color:#b28a4a8a;transform:translateY(-1px)}.media-preview{aspect-ratio:4/3;background:linear-gradient(130deg,#ffffff1f,#ffffff05),radial-gradient(circle at 20% 20%,#b28a4a42,#0000 60%),radial-gradient(circle at 80% 70%,#5671ab52,#0000 64%);border:1px solid #ffffff21;border-radius:9px;width:100%;margin-bottom:8px}img.media-preview{object-fit:cover;display:block}.crop-source{aspect-ratio:4/3;background:#0a0c10;border:1px solid #ffffff29;border-radius:10px;width:100%;margin:0 auto;position:relative;overflow:hidden}.crop-source-image{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;display:block}.crop-interactive-stage{cursor:grab;--crop-frame-pad:clamp(12px, 2.2vw, 22px);position:absolute;inset:0;overflow:hidden}.crop-interactive-stage.is-dragging{cursor:grabbing}.crop-frame-viewport{inset:var(--crop-frame-pad);border-radius:6px;position:absolute;overflow:hidden}.crop-source-image-interactive{object-fit:cover;max-width:none;max-height:none;position:absolute}.crop-window{pointer-events:none;border:2px solid #e2c97af2;position:absolute;box-shadow:0 0 0 9999px #00000080,0 0 20px #e2c97a3d}.crop-window-full{inset:0}.crop-close-btn{color:#d7e2f1;background:#ffffff08;border:1px solid #313845;border-radius:8px;justify-content:center;align-items:center;width:38px;min-height:38px;padding:0;font-size:24px;font-weight:500;line-height:1;display:inline-flex}.crop-close-btn:hover{box-shadow:none;background:#ffffff0f;border-color:#465164;transform:none}.editor-tabs{border-bottom:1px solid #ffffff14;gap:14px;margin-top:0;margin-bottom:0;padding:0 2px;display:flex}.editor-tab{color:#a9b5c8;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;width:auto;padding:8px 2px 10px;font-size:12px}.editor-tab.active{color:#f2e4c4;border-bottom-color:#b28a4af2}.detail-layout{grid-template-columns:minmax(0,.9fr) 400px;align-items:start;gap:12px;margin-top:0;display:grid}.preview-sidebar{position:sticky;top:16px}.preview-cover{aspect-ratio:4/3;object-fit:cover;border:1px solid #ffffff29;border-radius:10px;width:100%;margin:8px 0 12px}.preview-cover.empty{background:#ffffff08}.preview-facts{gap:8px;margin-bottom:12px;display:grid}.preview-facts div{border-bottom:1px solid #ffffff14;justify-content:space-between;padding-bottom:5px;font-size:12px;display:flex}.preview-facts span{color:var(--muted)}.publish-box{background:#ffffff04;border:1px solid #ffffff24;border-radius:10px;margin-top:10px;padding:10px}.publish-box.is-listed{border-top:4px solid #54af81e6}.publish-box.is-unlisted{border-top:4px solid #cb5e5ee6}.publish-box-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.publish-toggle{width:auto;min-height:0;color:inherit;background:0 0;border:none;justify-content:flex-end;align-items:center;gap:8px;min-width:168px;padding:0;display:inline-flex}.publish-toggle:hover{box-shadow:none;transform:none}.publish-toggle:disabled{opacity:.6;cursor:not-allowed}.publish-toggle-track{border-radius:999px;align-items:center;width:42px;height:24px;padding:2px;transition:background .18s;display:inline-flex}.publish-toggle.is-on .publish-toggle-track{background:#4ea877}.publish-toggle.is-off .publish-toggle-track{background:#b24f4f}.publish-toggle-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .18s}.publish-toggle.is-on .publish-toggle-thumb{transform:translate(18px)}.publish-toggle-label{letter-spacing:.02em;text-align:right;min-width:92px;font-size:12px;font-weight:600}.publish-box-stats{gap:7px;display:grid}.publish-box-stats div{border-bottom:1px solid #ffffff14;justify-content:space-between;padding-bottom:5px;font-size:12px;display:flex}.publish-box-stats span{color:var(--muted)}.preview-tags{flex-wrap:wrap;gap:6px;margin:4px 0 12px;display:flex}.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.compact-field{gap:7px;display:grid}.tag-editor{gap:8px;display:grid}.tag-list{flex-wrap:wrap;gap:6px;display:flex}.tag-chip{color:#f2dcae;letter-spacing:.06em;text-transform:uppercase;background:#b28a4a1a;border:1px solid #b28a4aa6;border-radius:999px;width:auto;padding:5px 10px;font-size:11px}.field-label{color:#a8b5c8;letter-spacing:.08em;text-transform:uppercase;font-size:11px}.checkbox-field{align-content:start}.checkbox-line{color:#d6e0ef;align-items:center;gap:8px;display:inline-flex}.checkbox-line input{width:auto}.cover-stage{border:1px solid #ffffff24;border-radius:12px;overflow:hidden}.cover-stage.empty{background:#ffffff04;justify-content:center;align-items:center;min-height:210px;display:flex}.cover-stage-image{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.cover-stage-meta{background:#00000040;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.thumb-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.thumb-card{background:#ffffff04;border:1px solid #ffffff1f;border-radius:10px;gap:8px;padding:8px;display:grid}.thumb-card.is-cover{border-color:#b28a4abf;box-shadow:inset 0 0 0 1px #b28a4a40}.thumb-card.is-selected{border-color:#e2c97af2;box-shadow:0 0 0 1px #e2c97a4d,0 10px 22px #00000047}.thumb-card.is-drag-over{border-color:#b28a4ae6;transform:scale(1.03);box-shadow:0 0 0 2px #b28a4a59,inset 0 0 12px #b28a4a1f}.images-panel{flex-direction:column;gap:10px;height:calc(100vh - 210px);display:flex;overflow:hidden}.images-panel .cover-stage{background:#00000073;flex-direction:column;flex:1;min-height:0;display:flex}.images-panel .cover-stage.empty{min-height:0}.images-panel .cover-stage-image{aspect-ratio:auto;object-fit:contain;flex:1;width:100%;min-height:0}.images-panel .thumb-row{flex-direction:row;flex-shrink:0;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.images-panel .thumb-card{flex-shrink:0;width:130px}.thumb-image{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%}.thumb-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.upload-card{border-style:dashed;align-content:center;justify-items:center;min-height:154px}.upload-plus{color:var(--gold-light);font-size:30px;line-height:1}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#04060abd;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:linear-gradient(#0f1116fa,#090b10fa);border:1px solid #ffffff29;border-radius:14px;width:min(980px,100%);max-height:90vh;padding:16px;overflow:auto}.upload-dropzone{color:#d9e3f2;text-align:center;background:#b28a4a14;border:1px dashed #b28a4aa8;border-radius:10px;place-items:center;min-height:90px;display:grid;position:relative}.upload-dropzone input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.vehicle-list-stack{gap:12px;display:grid}.vehicle-list-card{background:#ffffff03;border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:12px 0;display:flex}.vehicle-list-main{align-items:center;gap:12px;width:100%;display:flex}.vehicle-list-left{align-content:start;gap:8px;display:grid}.vehicle-list-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.vehicle-list-title-row h3{margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:34px;line-height:.95}.vehicle-list-title{width:100%;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:28px;line-height:1}.vehicle-list-image-wrap{background:#ffffff05;border:1px solid #ffffff1f;border-radius:8px;width:80px;height:60px;overflow:hidden}.vehicle-list-image{object-fit:cover;width:100%;height:100%;display:block}.vehicle-list-meta{justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:auto;display:flex}.vehicle-specs{align-content:start;gap:6px;display:grid}.vehicle-id-badge-wrap{border-bottom:1px solid #ffffff14;margin-bottom:4px;padding-bottom:7px}.vehicle-list-meta p{margin:0}.vehicle-list-meta span{color:var(--muted)}.vehicle-list-actions{justify-content:flex-end;gap:8px;display:flex}.vehicle-list-actions.inline{flex-wrap:nowrap;justify-content:flex-end;align-self:auto;margin-top:0}.vehicle-list-title{width:auto;margin:0;font-size:18px;line-height:1.2}.vehicle-list-subline{color:var(--muted);font-size:13px}.vehicle-list-price{text-align:right;min-width:140px;font-weight:600}.delete-icon-btn{color:#efafaf;background:#cb5e5e1f;border:1px solid #cb5e5e59;border-radius:9px;width:auto;min-height:34px;padding:0 10px}.section-group{background:#ffffff03;border:1px solid #ffffff1a;border-radius:12px;gap:12px;padding:14px;display:grid}.section-group h3{letter-spacing:.08em;text-transform:uppercase;color:#c3cfde;margin:0;font-size:14px}.website-form{gap:0;max-width:720px}.website-layout{grid-template-columns:minmax(0,720px) minmax(280px,360px);align-items:start;gap:32px;display:grid}.website-section{gap:12px;display:grid}.website-section+.website-section{margin-top:48px}.website-section-title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;margin:0 0 20px;font-size:10px;font-weight:500}.branding-row{flex-wrap:wrap;align-items:end;gap:24px;display:flex}.branding-row>div{gap:8px;display:grid}.field-compact{max-width:400px}.field-autohausname{max-width:320px}.field-email{max-width:360px}.field-about-heading{max-width:460px}.field-about-text{max-width:560px;min-height:100px}.field-oeffnungszeiten{max-width:500px;min-height:72px;max-height:120px}.website-two-col{grid-template-columns:1fr 1fr;gap:16px;display:grid}.finance-example-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.finance-example-card{background:#ffffff03;border:1px solid #ffffff17;border-radius:8px;gap:8px;padding:10px;display:grid}.finance-example-preview{align-items:center;gap:10px;display:flex}.finance-example-thumb{background:#ffffff08;border:1px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;width:72px;height:54px;display:flex;overflow:hidden}.finance-example-thumb img{object-fit:cover;width:100%;height:100%}.finance-example-meta{gap:2px;min-width:0;display:grid}.finance-example-meta strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.25;overflow:hidden}.color-row{align-items:center;gap:8px;min-height:52px;display:flex}.color-row input[type=color]{background:0 0;border-radius:4px;width:26px;height:26px;padding:0}.color-hex-display{cursor:text;border-radius:4px;outline:none;min-width:86px;padding:2px 4px;font-family:inherit;font-size:13px;line-height:1.2}.color-hex-display:hover{background:#ffffff06}.color-hex-display.is-editing{color:#eef1f7;background:#ffffff08}.logo-preview{background:#ffffff06;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:92px;height:40px;display:flex;overflow:hidden}.logo-preview img{object-fit:contain;width:100%;height:100%}.site-asset-preview{background:#ffffff06;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:min(200px,34vw);display:flex;overflow:hidden}.site-asset-preview img{object-fit:cover;width:100%;height:100%;display:block}.logo-dropzone{width:100%;color:var(--text);text-align:left;background:#ffffff05;border:.5px dashed #ffffff1f;border-radius:8px;justify-content:flex-start;align-items:center;gap:14px;padding:12px 16px;display:flex}.logo-dropzone:hover{box-shadow:none;background:#b28a4a14;border-color:#b28a4ad1;transform:none}.logo-dropzone.is-drag-over{background:#b28a4a1f;border-color:#e2c97af2}.logo-upload-compact{min-height:52px;padding:10px 14px}.logo-upload-compact .logo-preview{border-radius:4px;width:60px;height:32px}.site-asset-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.site-upload-card{align-items:center;height:80px;min-height:80px}.site-asset-preview-box{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:40px;display:flex;overflow:hidden}.site-asset-preview-box img{object-fit:cover;width:100%;height:100%;display:block}.site-upload-placeholder{color:#ffffff73;font-size:14px}.site-upload-copy{gap:2px;display:grid}.site-upload-copy strong{font-size:13px;font-weight:500}.site-upload-copy p{color:#ffffff4d;margin:0;font-size:11px}.legal-actions{flex-wrap:wrap;gap:8px;display:flex}.website-save-btn{color:#1a0f00;background:#d8a23d;border-color:#d8a23d;border-radius:6px;justify-self:start;width:auto;min-height:0;margin-top:48px;padding:9px 28px;font-weight:500}.website-save-btn:hover{box-shadow:none;transform:none}.website-save-sticky-wrap{z-index:2;justify-content:flex-end;margin-bottom:12px;display:flex;position:sticky;top:12px}.website-save-btn-sticky{justify-self:auto;margin-top:0}.opening-hours-sticky{position:sticky;top:72px}.opening-hours-card{background:#ffffff05;border:1px solid #ffffff1a;border-radius:10px;padding:14px}.opening-hours-list{gap:10px;display:grid}.opening-hours-row{border-bottom:1px solid #ffffff0f;gap:6px;padding-bottom:8px;display:grid}.opening-hours-row:last-child{border-bottom:none;padding-bottom:0}.opening-day-label{color:#ffffffdb;font-size:12px;font-weight:500}.opening-closed-toggle{color:#ffffff8c;align-items:center;gap:7px;font-size:11px;display:inline-flex}.opening-closed-toggle input{width:auto;margin:0}.opening-time-range{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;display:grid}.opening-time-range input{min-height:34px;padding:6px 8px;font-size:12px}.opening-time-range span{color:#ffffff73;font-size:11px}.legal-btn{border:1px solid;border-radius:9px;width:auto;min-height:34px;padding:0 12px;font-size:13px}.legal-btn.is-set{color:#e8edf7;background:#262b35;border-color:#3a4453}.legal-btn.is-set:hover{background:#2e3643;border-color:#4b586c}.legal-btn.is-missing{color:#f4b6b6;background:#ef44441a;border-color:#ef444452}.legal-btn.is-missing:hover{background:#ef444429;border-color:#ef444473}.vehicle-list-actions .toolbar-btn{width:auto}.archive-modal{width:min(540px,100%)}.pagination-bar{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}.pagination-pages{flex-wrap:wrap;gap:6px;display:flex}.pagination-footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:6px;display:flex}.page-size-control{color:var(--muted);align-items:center;gap:8px;margin-left:auto;font-size:12px;display:inline-flex}.page-size-control select{background:#0c1118;border-radius:9px;width:auto;min-height:34px;padding:0 10px;font-size:13px}.cal-wrap{border:1px solid #ffffff12;border-radius:12px;overflow:hidden}.cal-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.cal-header-cell{text-align:center;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);background:#ffffff06;border-bottom:1px solid #ffffff0f;border-right:1px solid #ffffff0d;padding:8px 6px;font-size:10px}.cal-header-cell:last-child{border-right:none}.cal-day{cursor:pointer;background:#ffffff02;border-bottom:1px solid #ffffff0d;border-right:1px solid #ffffff0d;min-height:92px;padding:7px;transition:background .14s;overflow:hidden}.cal-day:hover{background:#ffffff06}.cal-day:nth-child(7n){border-right:none}.cal-day--faded{opacity:.28;pointer-events:none}.cal-day--today{background:#b28a4a12}.cal-day-num{color:#ffffff8c;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-bottom:3px;font-size:12px;font-weight:500;display:flex}.cal-day-num--today{background:var(--gold);color:#110c03;font-weight:700}.cal-event{white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border-radius:4px;margin-bottom:2px;padding:2px 5px;font-size:11px;line-height:1.45;overflow:hidden}.cal-event:hover{opacity:.82}.cal-event--lead_meeting{color:#f2dcae;background:#b28a4a4d}.cal-event--test_drive{color:#b4e8c9;background:#54af8147}.cal-event--internal{color:#b8d0ff;background:#527ed33d}.cal-event--other{color:var(--muted);background:#ffffff12}.cal-event-more{color:var(--muted);padding:1px 3px;font-size:10px}.cal-list-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.cal-legend-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.cal-dot--lead_meeting{background:#c6a059}.cal-dot--test_drive{background:#56b07f}.cal-dot--internal{background:#5b87d1}.cal-dot--other{background:#96a1b380}.cal-chip--lead_meeting{color:#ecd39e;background:#b28a4a24;border-color:#b28a4a8c}.cal-chip--test_drive{color:#b4e8c9;background:#54af8124;border-color:#54af818c}.cal-chip--internal{color:#b8d0ff;background:#527ed324;border-color:#527ed38c}.cal-chip--other{color:var(--muted);border-color:#ffffff1f}.lead-next-apt{color:#ecd39e;background:#b28a4a12;border:1px solid #b28a4a4d;border-radius:7px;margin:0 0 10px;padding:6px 10px;font-size:12px;transition:all .14s;display:block}.lead-next-apt:hover{border-color:#b28a4a99}.ai-btn{color:#a78bfabf;letter-spacing:.01em;cursor:not-allowed;background:#8b5cf614;border:1px solid #8b5cf64d;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;width:auto;min-height:28px;padding:0 10px;font-size:12px;font-weight:500;transition:all .16s;display:inline-flex}.ai-btn:hover{box-shadow:none;color:#c4b5fde6;background:#8b5cf621;border-color:#8b5cf673;transform:none}.ai-btn:disabled{opacity:.65}.tooltip-wrap{align-items:center;display:inline-flex;position:relative}.tooltip-icon{width:15px;height:15px;color:var(--muted);cursor:help;background:#ffffff0a;border:1px solid #ffffff29;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:9px;font-style:normal;font-weight:700;line-height:1;display:inline-flex}.tooltip-box{text-transform:none;letter-spacing:normal;width:270px;color:var(--text);pointer-events:none;opacity:0;z-index:200;white-space:normal;background:#161c28;border:1px solid #ffffff21;border-radius:9px;padding:12px 14px;font-size:12px;font-weight:400;line-height:1.55;transition:opacity .18s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 16px 40px #00000080}.tooltip-wrap:hover .tooltip-box{opacity:1}.equip-category{border-top:1px solid #ffffff12;margin-top:8px;padding-top:14px}.equip-cat-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.equip-cat-title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin:0;font-size:11px;font-weight:600}.equip-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;display:grid}.equip-item{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:6px;align-items:center;gap:7px;padding:6px 8px;font-size:13px;transition:all .12s;display:flex}.equip-item:hover{color:#d5dfec;background:#ffffff08;border-color:#ffffff12}.equip-item--checked{color:#eef1f7}.equip-item input[type=checkbox]{width:14px;height:14px;min-height:0;accent-color:var(--gold);cursor:pointer;border-radius:3px;flex-shrink:0;padding:0}@media (max-width:1100px){.equip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.task-auto-list{gap:4px;display:grid}.task-auto-row{background:#ffffff03;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:12px;padding:9px 10px;transition:all .15s;display:flex}.task-auto-row:hover{background:#b28a4a0d;border-color:#b28a4a66}.task-prio-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.task-auto-body{flex:1;align-items:baseline;gap:10px;min-width:0;display:flex}.task-auto-title{white-space:nowrap;font-size:13px;font-weight:500}.task-auto-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.task-auto-arrow{color:var(--muted);flex-shrink:0;font-size:13px;transition:all .15s}.task-auto-row:hover .task-auto-arrow{color:var(--gold)}.task-manual-list{gap:2px;display:grid}.task-manual-row{background:#ffffff03;border:1px solid #ffffff12;border-radius:8px;align-items:stretch;transition:all .15s;display:flex;overflow:hidden}.task-manual-row:hover{border-color:#ffffff1f}.task-row--done{opacity:.45}.task-prio-stripe{border-radius:0;flex-shrink:0;width:4px}.task-manual-body{flex:1;min-width:0;padding:10px 12px}.task-manual-main{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.task-manual-title{font-size:14px;font-weight:500}.task-row--done .task-manual-title{text-decoration:line-through}.task-manual-desc{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.45}.task-deadline{color:var(--muted);font-size:11px}.task-deadline--overdue{color:#f5bcbc;font-weight:600}.task-prio-label{letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:600}.id-pill{letter-spacing:.03em;color:#96a1b3d9;-webkit-user-select:all;user-select:all;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;flex-shrink:0;align-items:center;padding:1px 6px;font-family:ui-monospace,Cascadia Code,monospace;font-size:10px;font-weight:600;line-height:1.6;display:inline-flex}.ws-tab-content{gap:14px;max-width:760px;display:grid}.dash-metric--gold{border-top:2px solid #b28a4ab3}.dash-metric--blue{border-top:2px solid #527ed3b3}.dash-metric--muted{border-top:2px solid #96a1b359}.dash-metric-subrow{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.dash-sub{color:var(--muted);font-size:12px}.dash-sub--green{color:#7ed4a7}.dash-progress{background:#ffffff14;border-radius:99px;height:3px;margin-top:8px;overflow:hidden}.dash-progress-fill{background:#b28a4acc;border-radius:99px;height:100%;transition:width .4s}.dash-progress-fill--blue{background:#527ed3cc}.dash-alerts{background:#ffffff04;border:1px solid #ffffff12;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 14px;display:flex}.dash-alerts-label{letter-spacing:.14em;text-transform:uppercase;color:#96a1b3b3;white-space:nowrap;font-size:10px}.dash-alerts-items{flex-wrap:wrap;gap:8px;display:flex}.dash-alert-chip{background:#ffffff08;border:1px solid #ffffff1f;border-radius:999px;padding:5px 12px;font-size:12px;transition:all .16s}.dash-alert-chip:hover{border-color:#ffffff42}.dash-alert-chip--gold{color:#ecd39e;background:#b28a4a1a;border-color:#b28a4a8c}.dash-alert-chip--red{color:#f5bcbc;background:#cb5e5e1a;border-color:#cb5e5e8c}.dash-alert-chip--blue{color:#b8d0ff;background:#527ed31a;border-color:#527ed38c}.dash-alert-chip--muted{color:var(--muted);border-color:#96a1b34d}.dash-main{grid-template-columns:1.35fr 1fr;gap:14px;display:grid}.dash-bottom{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.dash-chip-row{flex-wrap:wrap;gap:6px;display:flex}.dash-feed{gap:6px;display:grid}.dash-vehicle-row{background:#ffffff03;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;transition:all .16s;display:flex}.dash-vehicle-row:hover{background:#b28a4a0f;border-color:#b28a4a73}.dash-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.dash-dot--green{background:#56b07f}.dash-dot--muted{background:#96a1b366}.dash-vehicle-info{flex:1;gap:2px;min-width:0;display:grid}.dash-vehicle-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.dash-vehicle-meta{color:var(--muted);font-size:11px}.dash-warn{letter-spacing:.06em;text-transform:uppercase;color:#f5bcbc;white-space:nowrap;border:1px solid #cb5e5e66;border-radius:999px;flex-shrink:0;padding:2px 7px;font-size:10px}.dash-lead-row{background:#ffffff03;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;display:flex}.dash-avatar{color:#f2e4c4;background:linear-gradient(135deg,#b28a4a59,#527ed340);border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:flex}.dash-lead-info{flex:1;gap:2px;min-width:0;display:grid}.dash-lead-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.dash-lead-contact{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.dash-quick-actions{gap:8px;display:grid}.dash-action-btn{color:#d5dfec;background:#ffffff05;border:1px solid #ffffff17;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;transition:all .16s;display:flex}.dash-action-btn:hover{color:#f2e4c4;background:#b28a4a12;border-color:#b28a4a80}.dash-action-icon{background:#ffffff0f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:inline-flex}.dash-checklist{gap:5px;display:grid}.dash-check-item{border-radius:6px;align-items:center;gap:8px;padding:5px 6px;font-size:13px;transition:all .14s;display:flex}.dash-check-item:hover{background:#ffffff08}.dash-check--done{color:#a8e6c5}.dash-check--missing{color:var(--muted)}.dash-check-icon{text-align:center;flex-shrink:0;width:16px;font-size:12px}.dash-check--done .dash-check-icon{color:#56b07f}.dash-check--missing .dash-check-icon{color:#96a1b373}.billing-plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.billing-plan-card{background:#ffffff04;border:1px solid #ffffff1a;border-radius:12px;align-content:start;gap:10px;padding:20px;transition:all .18s;display:grid;position:relative}.billing-plan-card:hover{border-color:#b28a4a73;transform:translateY(-2px);box-shadow:0 16px 36px #0006}.billing-plan-card.popular{background:#b28a4a12;border-color:#b28a4a99}.plan-badge{color:#f2dcae;letter-spacing:.1em;text-transform:uppercase;background:#b28a4a38;border:1px solid #b28a4a99;border-radius:999px;width:fit-content;padding:3px 9px;font-size:10px;font-weight:600;display:inline-block}.billing-plan-card h3{margin:0;font-size:20px}.plan-price{color:var(--gold-light);font-family:Cormorant Garamond,Georgia,serif;font-size:26px;font-weight:600;line-height:1}.plan-features{border-top:1px solid #ffffff12;gap:7px;margin:4px 0 0;padding:12px 0 0;list-style:none;display:grid}.plan-features li{color:var(--muted);font-size:13px}.billing-plan-subscribe-btn{border-radius:8px;width:100%;min-height:40px;margin-top:6px;font-size:14px}.billing-plan-subscribe-btn.ghost{color:#d7e2f1;background:#ffffff0d;border:1px solid #ffffff24}.billing-current{gap:12px;max-width:500px;display:grid}.billing-current h3{margin:0;font-size:20px}.billing-current p{margin:0;font-size:13px;line-height:1.55}.billing-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;width:fit-content;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.billing-badge.active{color:#b4e8c9;background:#54af8124;border:1px solid #54af819e}.billing-badge.inactive{color:var(--muted);border:1px solid #96a1b359}.billing-success-note{color:#b4e8c9;background:#54af8114;border:1px solid #54af8166;border-radius:8px;padding:10px 14px;font-size:13px}.billing-error-note{color:#f5bcbc;background:#cb5e5e14;border:1px solid #cb5e5e66;border-radius:8px;padding:10px 14px;font-size:13px}@media (max-width:1100px){.layout{grid-template-columns:1fr}.sidebar{display:none}.grid-3,.grid-2,.grid-4,.dash-columns,.dash-main,.dash-bottom,.media-grid,.editorial-row,.detail-layout,.compact-grid,.thumb-row{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:stretch}.search{min-width:0}.vehicle-list-main{grid-template-columns:1fr}.vehicle-list-actions{justify-content:flex-start}.billing-plans{grid-template-columns:1fr}.branding-row{flex-direction:column;align-items:stretch}.website-two-col,.finance-example-grid,.site-asset-grid,.website-layout{grid-template-columns:1fr}.opening-hours-sticky{position:static;top:auto}.website-save-sticky-wrap{justify-content:flex-start;position:static}.field-compact,.field-autohausname,.field-email,.field-about-heading,.field-about-text,.field-oeffnungszeiten{max-width:100%}}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_b1d49616-module__GDm_QG__className{font-family:Inter,Inter Fallback;font-style:normal}
