/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.block{display:block}.contents{display:contents}.hidden{display:none}.inline{display:inline}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@font-face{font-family:Geist Workshop;src:url(/fonts/geist-latin.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Geist Workshop Mono;src:url(/fonts/geist-mono-latin.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}:root{--red:#df1717;--red-dark:#a90b0b;--black:#070708;--panel:#111113;--panel-2:#18181b;--line:#2a2a2d;--text:#f7f7f7;--muted:#b3b3b7;--shell:1180px;--section-space:clamp(84px, 8.5vw, 116px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Geist Workshop,Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:min(calc(100% - 40px), var(--shell));margin-inline:auto}.eyebrow{color:var(--red);letter-spacing:.17em;margin:0;font-family:Geist Workshop Mono,monospace;font-size:.75rem;font-weight:750}.button{background:var(--red);color:#fff;cursor:pointer;letter-spacing:-.01em;border:0;border-radius:6px;justify-content:center;align-items:center;min-height:50px;padding:0 24px;font-weight:800;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.button:hover{background:#f02626;transform:translateY(-2px);box-shadow:0 10px 26px #df171733}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible{outline-offset:3px;outline:3px solid #f66}.button:disabled{cursor:wait;opacity:.7;transform:none}.site-header{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#050506e6;border-bottom:1px solid #ffffff14;position:sticky;top:0}.header-inner{align-items:center;gap:30px;min-height:76px;display:flex}.brand{align-items:center;gap:15px;margin-right:auto;display:flex}.brand-logo{flex-direction:column;align-items:center;gap:4px;line-height:1;display:flex}.brand img{object-fit:contain;object-position:left center;width:112px;height:34px}.brand-name{border-left:1px solid #ffffff2e;flex-direction:column;padding-left:15px;line-height:1;display:flex}.brand strong{letter-spacing:-.045em;font-size:1.08rem;font-weight:850}.brand strong em{color:var(--red);font-style:normal}.brand small{letter-spacing:.23em;margin-top:5px;font-family:Geist Workshop Mono,monospace;font-size:.5rem;font-weight:650}.brand .brand-master{color:#ef5c62;letter-spacing:.13em;white-space:nowrap;font-family:Geist Workshop Mono,monospace;font-size:.43rem;font-weight:850}.site-header nav{color:#c8c8cc;align-items:center;gap:28px;font-size:.87rem;font-weight:650;display:flex}.site-header nav a{padding-block:9px;transition:color .2s;position:relative}.site-header nav a:after{content:"";background:var(--red);transform-origin:0;height:2px;transition:transform .2s;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.site-header nav a:hover{color:#fff}.site-header nav a:hover:after{transform:scaleX(1)}.button-small{min-height:42px;padding-inline:18px;font-size:.87rem}.hero{isolation:isolate;border-bottom:1px solid var(--line);min-height:700px;position:relative;overflow:hidden}.hero-hall{z-index:-3;object-fit:cover;object-position:center 53%;filter:grayscale()contrast(1.1)brightness(.92);opacity:.5;width:100%;height:100%;position:absolute;inset:0}.hero-shade{z-index:-2;background:linear-gradient(90deg,#050506bd 0%,#050506b8 42%,#05050661 100%),linear-gradient(#0000 48%,#00000094);position:absolute;inset:0}.promotion-banner{z-index:4;pointer-events:none;background:linear-gradient(90deg,#740408f0,#df1717f0,#740408f0);border-block:1px solid #ffffff2e;height:48px;position:absolute;top:0;left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}.promotion-banner-track{will-change:transform;align-items:center;width:max-content;height:100%;animation:18s linear infinite promotion-scroll;display:flex}.promotion-banner-track span{color:#fff;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;text-shadow:0 2px 7px #00000080;justify-content:center;align-items:center;gap:30px;min-width:100vw;padding-inline:48px;font-size:.91rem;font-weight:900;display:flex}.promotion-banner-track b{color:#160204;font-size:.55rem}@keyframes promotion-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-content{padding-top:112px;padding-bottom:72px}.hero h1{letter-spacing:-.075em;text-transform:uppercase;max-width:740px;margin:22px 0;font-size:clamp(4rem,8vw,7.5rem);font-weight:890;line-height:.86}.hero h1 span{color:var(--red)}.hero-copy{color:#c5c5c8;max-width:570px;margin:0;font-size:1.17rem;line-height:1.7}.hero-actions{align-items:center;gap:26px;margin-top:34px;display:flex}.text-link{border-bottom:1px solid #888;padding-block:10px;font-weight:800}.hero-facts{color:#d7d7da;text-transform:uppercase;letter-spacing:.07em;flex-wrap:wrap;gap:8px 22px;margin-top:70px;font-size:.82rem;font-weight:800;display:flex}.hero-facts span{align-items:center;gap:8px;display:flex}.hero-facts span:before{content:"";background:var(--red);border-radius:50%;width:7px;height:7px}.trust-strip{border-bottom:1px solid var(--line);background:#0d0d0f}.trust-grid{grid-template-columns:repeat(4,1fr);align-items:center;min-height:90px;display:grid}.trust-grid span{border-right:1px solid var(--line);color:#d9d9dc;text-transform:uppercase;letter-spacing:.06em;padding:8px 22px;font-size:.82rem;font-weight:800}.trust-grid span:first-child{padding-left:0}.trust-grid span:last-child{border-right:0}.trust-grid b{color:#ff656b;background:#241012;border:1px solid #7a292d;border-radius:50%;place-items:center;width:26px;height:26px;margin-right:10px;font-size:.82rem;line-height:1;display:inline-grid}.section{padding-block:var(--section-space)}.section-heading{grid-template-columns:1.4fr .8fr;align-items:end;gap:clamp(38px,6vw,70px);margin-bottom:52px;display:grid}.section-heading h2,.booking-copy h2,.contact-card h2{letter-spacing:-.06em;margin:13px 0 0;font-size:clamp(2.35rem,5vw,4.5rem);font-weight:820;line-height:.98}.section-heading>p{color:var(--muted);margin:0;line-height:1.75}.services-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.service-card{isolation:isolate;background:#111113;border:1px solid #343438;border-radius:10px;min-height:280px;padding:28px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:inset 0 -1px #ffffff08}.service-card:before,.service-card:after{content:"";pointer-events:none;position:absolute;inset:0}.service-card:before{z-index:-2;filter:saturate(.72)contrast(1.08);background-image:url(/service-motifs-v1.webp);background-repeat:no-repeat;background-size:400%;transition:transform .55s,filter .55s;transform:scale(1.015)}.service-card:after{z-index:-1;background:linear-gradient(#0606072e 0%,#0606079e 52%,#060607f7 100%),linear-gradient(90deg,#070708cc,#07070814 88%)}.service-card-1:before{background-position:0 0}.service-card-2:before{background-position:33.333% 0}.service-card-3:before{background-position:66.666% 0}.service-card-4:before{background-position:100% 0}.service-card-5:before{background-position:0 100%}.service-card-6:before{background-position:33.333% 100%}.service-card-7:before{background-image:url(/lackierarbeiten-card.webp);background-position:50%;background-size:cover}.service-card:hover{border-color:#68686e;transform:translateY(-5px);box-shadow:0 18px 40px #00000057}.service-card:hover:before{filter:saturate(.92)contrast(1.04);transform:scale(1.065)}.service-card>.service-mark{background:linear-gradient(90deg, var(--red), #ff5f65);border-radius:99px;width:42px;height:3px;display:block;box-shadow:0 3px 14px #df171773}.service-card h3{letter-spacing:-.025em;text-shadow:0 2px 14px #000;margin:91px 0 12px;font-size:1.28rem;font-weight:780}.service-card p{color:#d0d0d4;text-shadow:0 2px 8px #000000f2;margin:0;font-size:.93rem;line-height:1.65}.booking-section{padding-block:var(--section-space);border-block:1px solid var(--line);background:#0e0e10}.booking-layout{grid-template-columns:.8fr 1.2fr;align-items:start;gap:clamp(50px,7vw,88px);display:grid}.booking-copy{position:sticky;top:120px}.booking-form-reveal{min-width:0}.booking-copy>p:not(.eyebrow){color:var(--muted);margin:24px 0 0;line-height:1.75}.booking-copy ol{gap:20px;margin:38px 0;padding:0;list-style:none;display:grid}.booking-copy li{align-items:center;gap:16px;display:flex}.booking-copy li>b{width:42px;height:42px;color:var(--red);border:1px solid #5c1b1b;border-radius:50%;flex:0 0 42px;place-items:center;display:grid}.booking-copy li span{flex-direction:column;gap:3px;display:flex}.booking-copy li small{color:var(--muted);line-height:1.4}.booking-note{border-left:4px solid var(--red);color:#ceced0;background:#171719;padding:18px 20px;font-size:.9rem;line-height:1.55}.booking-note strong{color:#fff}.booking-form{background:#171719;border:1px solid #303034;border-radius:12px;grid-template-columns:1fr 1fr;gap:18px;padding:36px;display:grid;box-shadow:0 26px 70px #00000040}.form-heading{border-bottom:1px solid #303034;flex-direction:column;grid-column:1/-1;gap:7px;padding-bottom:18px;display:flex}.form-heading span{color:var(--red);letter-spacing:.18em;font-size:.7rem;font-weight:900}.form-heading strong{font-size:1.5rem}.field{flex-direction:column;gap:8px;display:flex}.field-full{grid-column:1/-1}.field>span{color:#dedee0;font-size:.8rem;font-weight:800}.field input,.field select,.field textarea,.admin-login input{color:#fff;background:#0c0c0e;border:1px solid #3b3b3f;border-radius:6px;width:100%;min-height:50px;padding:12px 14px}.field textarea{resize:vertical}.field input::placeholder,.field textarea::placeholder{color:#77777c}.service-value{color:#dedee0;background:#0c0c0e;border:1px solid #3b3b3f;border-radius:6px;align-items:center;min-height:50px;padding:12px 14px;font-weight:700;display:flex}.time-hint{color:#95959a;font-size:.72rem;line-height:1.45}.date-picker-field{gap:9px}.date-display{color:#fff;text-align:left;cursor:pointer;background:#0c0c0e;border:1px solid #3b3b3f;border-radius:6px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:54px;padding:12px 15px;display:flex}.date-display>span{font-weight:800}.date-display>b{color:var(--red);font-size:1.2rem;transition:transform .2s}.date-display[aria-expanded=true]>b{transform:rotate(180deg)}.booking-calendar{background:#0b0b0d;border:1px solid #3b3b3f;border-radius:8px;padding:18px;box-shadow:0 18px 40px #0000003d}.calendar-toolbar{grid-template-columns:42px 1fr 42px;align-items:center;gap:10px;margin-bottom:12px;display:grid}.calendar-toolbar strong{text-align:center;text-transform:capitalize}.calendar-toolbar button{color:#fff;cursor:pointer;background:#171719;border:1px solid #343438;border-radius:6px;width:42px;height:38px;font-size:1.5rem}.calendar-toolbar button:disabled{opacity:.28;cursor:not-allowed}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.calendar-weekdays{margin-bottom:5px}.calendar-weekdays span{color:#78787d;text-align:center;text-transform:uppercase;padding-block:7px;font-size:.65rem;font-weight:900}.calendar-days button,.calendar-empty{border-radius:6px;min-height:42px}.calendar-days button{background:0 0;border:1px solid #0000}.calendar-days button.is-available{color:#fff;cursor:pointer;background:#1b1b1e;border-color:#4e4e53;font-weight:900}.calendar-days button.is-available:hover{border-color:var(--red);background:#2a1112}.calendar-days button.is-unavailable{color:#4f4f54;cursor:not-allowed;opacity:.65;font-weight:400}.calendar-days button.is-selected{border-color:var(--red);background:var(--red);color:#fff}.calendar-status,.calendar-error{margin:12px 0 0;font-size:.75rem;line-height:1.45}.calendar-status{color:#9b9ba0}.calendar-error{color:#ffb1b1;background:#321010;border-radius:5px;padding:10px}.calendar-error button{color:#fff;cursor:pointer;background:0 0;border:0;margin-left:4px;font-weight:800;text-decoration:underline}.calendar-legend{color:#85858a;flex-wrap:wrap;gap:14px;margin-top:14px;font-size:.68rem;display:flex}.calendar-legend span{align-items:center;gap:6px;display:inline-flex}.calendar-legend i{background:#3a3a3f;border-radius:2px;width:9px;height:9px}.calendar-legend i.available-dot{background:#1b1b1e;border:1px solid #77777d}.field select:disabled{color:#727277;cursor:not-allowed}.consent{color:#bdbdc1;align-items:flex-start;gap:11px;font-size:.8rem;line-height:1.45;display:flex}.consent input{width:18px;height:18px;accent-color:var(--red)}.inline-legal-link{color:#fff;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.submit-button{grid-column:1/-1;width:100%}.form-disclaimer{color:#8e8e93;text-align:center;grid-column:1/-1;margin:-4px 0 0;font-size:.73rem}.form-error{color:#ffb1b1;background:#321010;border:1px solid #762222;border-radius:6px;grid-column:1/-1;margin:0;padding:12px 14px;font-size:.85rem}.success-card{flex-direction:column;justify-content:center;align-items:flex-start;min-height:540px;display:flex}.success-card .success-icon{background:var(--red);border-radius:50%;place-items:center;width:66px;height:66px;margin-bottom:26px;font-size:2rem;font-weight:900;display:grid}.success-card h3{letter-spacing:-.05em;margin:12px 0;font-size:3.3rem}.success-card>p:not(.eyebrow){max-width:440px;color:var(--muted);margin:0;line-height:1.65}.success-card>div{background:#0d0d0f;border:1px solid #3b3b3f;border-radius:7px;flex-direction:column;gap:7px;margin:32px 0;padding:18px 22px;display:flex}.success-card small{color:var(--muted);letter-spacing:.14em;font-size:.65rem}.success-card div strong{color:var(--red);letter-spacing:.05em;font-size:1.2rem}.contact-section{grid-template-columns:1.25fr .75fr;gap:28px;display:grid}.contact-card,.hours-card{border:1px solid var(--line);background:#101012;border-radius:12px;padding:42px}.contact-list{grid-template-columns:1fr 1fr;gap:26px;margin-top:42px;display:grid}.contact-list a{flex-direction:column;gap:7px;display:flex}.contact-list small,.hours-card>span{color:var(--red);letter-spacing:.16em;font-size:.67rem;font-weight:900}.contact-list strong{font-size:1rem;line-height:1.5}.location-map{background:#18181a;border:1px solid #333338;border-radius:9px;height:245px;margin-top:32px;position:relative;overflow:hidden}.location-map iframe{filter:grayscale(.25)contrast(1.04);pointer-events:none;border:0;width:100%;height:100%;transition:transform .25s,filter .25s}.location-map:hover iframe{filter:grayscale(0)contrast(1.04);transform:scale(1.025)}.location-map-actions{pointer-events:none;background:linear-gradient(#0000 48%,#050506d1);justify-content:space-between;align-items:flex-end;gap:10px;padding:14px;display:flex;position:absolute;inset:0}.location-map-actions a,.location-map-actions button{pointer-events:auto;color:#fff;border:1px solid #ffffff42;border-radius:6px;font-size:.72rem;font-weight:900;box-shadow:0 8px 24px #00000059}.location-map-actions a{background:#7d0505f0;align-items:center;gap:12px;padding:10px 13px;display:inline-flex}.location-map-actions a b{font-size:1rem}.location-map-actions button{cursor:pointer;background:#101012eb;padding:10px 12px}.location-map-actions a:focus-visible,.location-map-actions button:focus-visible{outline-offset:2px;outline:3px solid #fff}.location-map-consent{background:radial-gradient(circle at 15% 20%,#be0d0d29,#0000 42%),#151517;grid-template-columns:auto 1fr;align-content:center;gap:8px 14px;height:100%;padding:24px;display:grid}.location-pin{width:42px;height:42px;color:var(--red);background:#262629;border:1px solid #ffffff29;border-radius:50%;grid-row:1/span 2;place-items:center;font-size:1.45rem;font-weight:900;display:grid}.location-map-consent strong{font-size:.95rem}.location-map-consent p{color:var(--muted);margin:5px 0 0;font-size:.76rem;line-height:1.45}.location-map-consent-actions{grid-column:1/-1;gap:9px;margin-top:7px;display:flex}.location-map-consent-actions button,.location-map-consent-actions a{border-radius:6px;justify-content:center;align-items:center;min-height:40px;padding:9px 12px;font-size:.7rem;font-weight:900;display:inline-flex}.location-map-consent-actions button{background:var(--red);color:#fff;cursor:pointer;border:1px solid #d01313}.location-map-consent-actions a{color:#fff;background:#232326;border:1px solid #3b3b40}.map-privacy-button{color:#b8b8bd;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;grid-column:1/-1;justify-self:start;padding:0;font-size:.66rem;text-decoration:underline}.location-map-consent button:focus-visible,.location-map-consent a:focus-visible{outline-offset:2px;outline:3px solid #fff}.hours-card{isolation:isolate;background:radial-gradient(circle at 105% -5%,#df171752,#0000 45%),linear-gradient(145deg,#221012,#100e10 72%);border-color:#5a2024;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden;box-shadow:inset 4px 0 #b70e14}.hours-card:before{content:"";z-index:-1;border-top:1px solid #ffffff0f;border-right:1px solid #ffffff0f;width:120px;height:120px;position:absolute;top:0;right:0;transform:rotate(45deg)translate(18px,-65px)}.hours-card>span{color:#ff656b}.hours-card div{flex-direction:column;gap:8px;margin:28px 0 18px;display:flex}.hours-card div strong{font-size:1.35rem}.hours-card div b{font-size:2.3rem}.hours-card p{color:#bcbcc1;margin:0 0 30px;font-size:.88rem;line-height:1.55}.hours-card .button{color:#111;box-shadow:none;background:#fff}.hours-card .button:hover{background:#f3f3f3;box-shadow:0 10px 28px #00000047}.reveal-enabled [data-reveal]{opacity:0;transition:opacity .65s cubic-bezier(.2,.75,.2,1),transform .65s cubic-bezier(.2,.75,.2,1);transform:translateY(22px)}.reveal-enabled [data-reveal].is-visible{opacity:1;transform:translateY(0)}.reveal-enabled .service-card[data-reveal]{transition-property:opacity,transform,border-color,box-shadow;transition-duration:.65s,.65s,.25s,.25s;transition-timing-function:cubic-bezier(.2,.75,.2,1),cubic-bezier(.2,.75,.2,1),ease,ease}.reveal-enabled .service-card[data-reveal].is-visible:hover{transform:translateY(-5px)}.reveal-enabled .services-grid .service-card:nth-child(2):not(.is-visible),.reveal-enabled .services-grid .service-card:nth-child(6):not(.is-visible){transition-delay:55ms}.reveal-enabled .services-grid .service-card:nth-child(3):not(.is-visible),.reveal-enabled .services-grid .service-card:nth-child(7):not(.is-visible){transition-delay:.11s}.reveal-enabled .services-grid .service-card:nth-child(4):not(.is-visible),.reveal-enabled .services-grid .service-card:nth-child(8):not(.is-visible){transition-delay:.165s}footer{border-top:1px solid var(--line);background:#050506}.footer-inner{align-items:center;gap:34px;min-height:135px;display:flex}.footer-brand{flex-direction:column;line-height:1;display:flex}.footer-brand b{font-size:1.2rem}.footer-brand em{color:var(--red);font-style:normal}.footer-brand span{letter-spacing:.25em;margin-top:5px;font-size:.55rem}.footer-inner p{color:#88888d;margin-right:auto;font-size:.75rem}.footer-legal-links{color:#a8a8ad;gap:18px;font-size:.75rem;display:flex}.footer-legal-links button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.footer-legal-links button:hover,.footer-legal-links a:hover{color:#fff}.newsletter-popup-backdrop{z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000c7;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.newsletter-popup{background:#111113;border:1px solid #45454a;border-radius:13px;grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr);width:min(100%,900px);display:grid;position:relative;overflow:hidden;box-shadow:0 34px 110px #000000b8}.newsletter-popup-close{z-index:4;color:#fff;cursor:pointer;background:#101012e6;border:1px solid #55555a;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.65rem;line-height:1;display:grid;position:absolute;top:16px;right:16px}.newsletter-popup-visual{background:#09090a;min-height:570px;position:relative;overflow:hidden}.newsletter-popup-visual:after{content:"";background:linear-gradient(#05050614 35%,#050506eb);position:absolute;inset:0}.newsletter-popup-visual img{object-fit:cover;filter:saturate(.75)contrast(1.05);width:100%;height:100%}.newsletter-popup-visual>div{z-index:2;flex-direction:column;gap:7px;display:flex;position:absolute;bottom:30px;left:25px;right:25px}.newsletter-popup-visual small{color:#ff6f74;letter-spacing:.15em;font-size:.61rem;font-weight:900}.newsletter-popup-visual strong{letter-spacing:-.035em;max-width:250px;font-size:1.65rem;line-height:1.05}.newsletter-popup-content{align-self:center;min-width:0;padding:48px 52px}.newsletter-popup-content h2{letter-spacing:-.055em;margin:11px 54px 15px 0;font-size:clamp(2.25rem,5vw,4.1rem);line-height:.95}.newsletter-popup-copy{color:#bcbcc1;margin:0 0 23px;font-size:.91rem;line-height:1.65}.newsletter-popup-content form{flex-direction:column;gap:14px;display:flex}.newsletter-email-field{flex-direction:column;gap:7px;display:flex}.newsletter-email-field>span{font-size:.75rem;font-weight:900}.newsletter-email-field input{color:#fff;background:#09090a;border:1px solid #44444a;border-radius:6px;width:100%;min-height:50px;padding:12px 14px}.newsletter-consent-field{color:#a9a9ae;cursor:pointer;grid-template-columns:19px minmax(0,1fr);align-items:start;gap:10px;font-size:.7rem;line-height:1.55;display:grid}.newsletter-consent-field input{width:18px;height:18px;accent-color:var(--red);margin:2px 0 0}.newsletter-submit{background:var(--red);color:#fff;cursor:pointer;border:0;border-radius:6px;min-height:50px;font-weight:900}.newsletter-submit:hover:not(:disabled){background:#f02626}.newsletter-submit:disabled{cursor:wait;opacity:.65}.newsletter-popup-error{color:#ffc2c5;background:#321113;border-left:4px solid #c8464c;margin:0;padding:10px 12px;font-size:.74rem;line-height:1.5}.newsletter-privacy-note{color:#77777e;margin:17px 0 0;font-size:.64rem;line-height:1.55}.newsletter-privacy-note b{color:#9b9ba1}.newsletter-privacy-note button{color:#b8b8be;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.newsletter-popup-success{background:#10281b;border:1px solid #2f6845;border-radius:7px;padding:20px}.newsletter-popup-success b{color:#a2e8bb}.newsletter-popup-success p{color:#b8d8c3;margin:9px 0 16px;font-size:.8rem;line-height:1.6}.newsletter-popup-success button{color:#fff;cursor:pointer;background:#1a4b2d;border:1px solid #3e8058;border-radius:5px;min-height:42px;padding:9px 13px;font-weight:800}.legal-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d1;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.legal-modal{background:#111113;border:1px solid #414146;border-radius:12px;width:min(100%,820px);max-height:min(88vh,920px);position:relative;overflow:hidden;box-shadow:0 32px 100px #000000a6}.legal-modal-close{z-index:2;color:#fff;cursor:pointer;background:#202023;border:1px solid #44444a;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.7rem;line-height:1;display:grid;position:absolute;top:18px;right:18px}.legal-modal-content{max-height:min(88vh,920px);padding:52px 64px 62px;overflow-y:auto}.legal-modal-content h2{letter-spacing:-.055em;margin:8px 56px 38px 0;font-size:clamp(2.3rem,6vw,4.2rem);line-height:.95}.legal-modal-content h3{margin:34px 0 10px;font-size:1.03rem}.legal-modal-content p{color:#b8b8bd;margin:0 0 14px;font-size:.88rem;line-height:1.72}.legal-modal-content strong{color:#fff}.legal-modal-content a{color:#f2f2f3;text-underline-offset:3px;font-weight:700;text-decoration:underline}.legal-kicker{letter-spacing:.17em;font-weight:900;color:var(--red)!important;font-size:.69rem!important}.legal-placeholder{color:#ff9191;letter-spacing:.08em;background:#361314;border-radius:4px;padding:1px 6px;font-weight:900;display:inline-block}.legal-placeholder-note{border-left:4px solid var(--red);background:#1b1b1e;padding:16px 18px;margin-top:38px!important}.admin-page{background:#09090a;min-height:100vh;padding:70px 20px}.admin-shell{width:min(100%,1050px);margin:auto}.admin-back{color:#aaa;font-size:.82rem}.admin-back:hover{color:#fff}.admin-page h1{letter-spacing:-.06em;margin:14px 0 8px;font-size:clamp(2.7rem,6vw,5.2rem);line-height:1}.admin-intro{color:var(--muted);margin:0 0 38px}.admin-login{border:1px solid var(--line);background:var(--panel);border-radius:10px;flex-direction:column;gap:18px;max-width:440px;padding:28px;display:flex}.admin-login label{flex-direction:column;gap:8px;display:flex}.admin-login label span{font-size:.82rem;font-weight:800}.admin-login p{color:#faa;margin:0;font-size:.83rem}.admin-login-heading,.admin-session-check{flex-direction:column;gap:6px;display:flex}.admin-login-heading strong,.admin-session-check strong{font-size:1.12rem}.admin-login-heading span,.admin-session-check span{color:#96969c;font-size:.76rem;line-height:1.5}.admin-login .admin-login-notice{color:#9ae5b7;background:#10281b;border-left:4px solid #2f8354;padding:11px 12px;line-height:1.5}.session-replace-button{color:#f0d28f;cursor:pointer;background:#2b2413;border:1px solid #8a6728;border-radius:6px;min-height:44px;padding:9px 12px;font-size:.76rem;font-weight:900}.session-replace-button:disabled{cursor:not-allowed;opacity:.45}.admin-toolbar{border:1px solid var(--line);background:var(--panel);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:16px 18px;display:flex}.admin-toolbar-metrics{align-items:center;gap:18px;display:flex}.visitor-counter{background:#101012;border:1px solid #3b3b40;border-radius:6px;justify-content:space-between;align-items:center;gap:14px;min-width:128px;padding:8px 11px;display:flex}.visitor-counter small{color:#85858b;letter-spacing:.1em;font-size:.58rem;font-weight:900}.visitor-counter strong{color:#fff;font-size:1.05rem;line-height:1}.admin-toolbar button,.status-actions button{color:#fff;cursor:pointer;background:#18181a;border:1px solid #444;border-radius:5px;padding:8px 12px}.admin-navigation{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.admin-nav-group{background:#101012;border:1px solid #303034;border-radius:10px;min-width:0;padding:8px;box-shadow:0 10px 30px #00000024}.admin-nav-orders{border-color:#423235;grid-column:1/-1}.admin-nav-group>header{justify-content:space-between;align-items:flex-start;gap:16px;min-height:55px;padding:8px 9px 10px;display:flex}.admin-nav-group>header>div{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-nav-group>header small{color:var(--red);letter-spacing:.13em;font-size:.61rem;font-weight:900}.admin-nav-group>header span{color:#737379;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;line-height:1.35;overflow:hidden}.admin-nav-group>header>b{color:#9b9ba1;white-space:nowrap;background:#242428;border-radius:999px;flex:none;padding:5px 8px;font-size:.63rem}.admin-nav-items{grid-template-columns:1fr;gap:8px;display:grid}.admin-nav-order-items{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-nav-items button{color:#aaaab0;text-align:left;cursor:pointer;background:#171719;border:1px solid #2e2e32;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:12px 15px;font-weight:800;display:flex}.admin-nav-items button:hover{color:#fff;background:#1c1c1f;border-color:#4b4b50}.admin-nav-items button[aria-selected=true]{color:#fff;box-shadow:inset 0 -2px 0 var(--red);background:#2a1112;border-color:#701f24}.admin-nav-items button>b{color:#fff;background:#29292d;border-radius:999px;flex:none;place-items:center;min-width:30px;height:30px;padding-inline:8px;font-size:.78rem;display:grid}.admin-nav-items button[aria-selected=true]>b{background:var(--red)}.employee-workboard{background:#111114;border:1px solid #303034;border-radius:10px;margin-bottom:18px;padding:20px}.employee-workboard-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:16px;display:flex}.employee-workboard-heading small{color:var(--red);letter-spacing:.14em;font-size:.64rem;font-weight:900}.employee-workboard-heading h2{letter-spacing:-.02em;margin:6px 0 0;font-size:1.22rem}.employee-workboard-heading>span{color:#bdbdc1;white-space:nowrap;background:#202024;border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:800}.employee-tabs{flex-wrap:wrap;gap:8px;display:flex}.employee-tabs button{color:#c5c5c9;cursor:pointer;background:#19191c;border:1px solid #3b3b40;border-radius:999px;align-items:center;gap:10px;min-height:42px;padding:8px 11px 8px 14px;font-weight:800;display:inline-flex}.employee-tabs button:hover{color:#fff;border-color:#64646a}.employee-tabs button[aria-selected=true]{border-color:var(--red);color:#fff;background:#351213}.employee-tabs b{background:#303035;border-radius:999px;place-items:center;min-width:25px;height:25px;padding-inline:7px;font-size:.7rem;display:grid}.employee-tabs button[aria-selected=true] b{background:var(--red)}.employee-add-form{border-top:1px solid #29292d;grid-template-columns:minmax(180px,.7fr) minmax(280px,1fr);align-items:center;gap:14px 22px;margin-top:18px;padding-top:18px;display:grid}.employee-add-form label{color:#b7b7bc;font-size:.78rem;font-weight:800}.employee-add-form>div{gap:8px;display:flex}.employee-add-form input{color:#fff;background:#09090b;border:1px solid #3d3d42;border-radius:5px;flex:1;min-width:0;height:42px;padding:9px 12px}.employee-add-form button{color:#fff;cursor:pointer;background:#252529;border:1px solid #55555b;border-radius:5px;flex:none;padding:9px 13px;font-weight:800}.employee-add-form button:hover:not(:disabled){border-color:var(--red)}.employee-add-form button:disabled{cursor:wait;opacity:.55}.employee-delete-list{border-top:1px solid #29292d;grid-template-columns:minmax(180px,.7fr) minmax(280px,1fr);align-items:start;gap:14px 22px;margin-top:16px;padding-top:16px;display:grid}.employee-delete-list>strong{color:#b7b7bc;font-size:.78rem}.employee-delete-list>div{flex-wrap:wrap;gap:8px;display:flex}.employee-delete-list span{color:#c9c9cd;border:1px solid #3b3b40;border-radius:999px;align-items:center;gap:8px;padding:5px 6px 5px 11px;font-size:.74rem;display:inline-flex}.employee-delete-list button{color:#efb4b7;cursor:pointer;background:#2b1214;border:1px solid #69363a;border-radius:999px;padding:5px 8px;font-size:.66rem;font-weight:800}.admin-setup-warning,.admin-notice,.admin-action-error{border-radius:7px;margin:0 0 18px;padding:14px 16px;font-size:.83rem;line-height:1.55}.admin-setup-warning{color:#f3daa2;background:#2b2413;border:1px solid #6e561f}.admin-setup-warning strong{color:#fff}.admin-notice{color:#b8e6c8;background:#10281b;border:1px solid #23653e}.admin-action-error{color:#ffb1b1;background:#321010;border:1px solid #762222}.order-search-toolbar{background:#111114;border:1px solid #333338;border-radius:8px;grid-template-columns:1fr auto;align-items:end;gap:18px;margin-bottom:14px;padding:16px 18px;display:grid}.order-search-toolbar label{flex-direction:column;gap:7px;display:flex}.order-search-toolbar label span{color:#bdbdc2;font-size:.7rem;font-weight:900}.order-search-toolbar input{color:#fff;background:#08080a;border:1px solid #44444a;border-radius:5px;min-height:44px;padding:10px 12px}.order-search-toolbar>div{flex-direction:column;align-items:flex-end;gap:4px;padding-bottom:4px;display:flex}.order-search-toolbar>div strong{font-size:.78rem}.order-search-toolbar>div span{color:#818187;font-size:.67rem}.booking-list{gap:14px;display:grid}.booking-item{border:1px solid var(--line);border-left:4px solid var(--red);background:var(--panel);border-radius:9px;padding:0;overflow:hidden}.booking-item.status-confirmed{border-left-color:#36b56a}.booking-item.status-billing{border-left-color:#d49b45}.booking-item.status-completed{border-left-color:#666}.booking-item.status-declined{opacity:.82;border-left-color:#a16d6d}.booking-summary{cursor:pointer;grid-template-columns:minmax(170px,.75fr) minmax(380px,1.65fr) auto;align-items:center;gap:24px;padding:19px 21px;list-style:none;transition:background .18s;display:grid}.booking-summary::-webkit-details-marker{display:none}.booking-summary:hover{background:#19191c}.booking-item[open]>.booking-summary{background:#171719}.booking-summary-person{flex-direction:column;gap:5px;min-width:0;display:flex}.booking-summary-person small{color:var(--red);letter-spacing:.1em;font-size:.66rem;font-weight:900}.booking-summary-person strong{text-overflow:ellipsis;white-space:nowrap;font-size:1.05rem;overflow:hidden}.booking-summary-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;min-width:0;display:grid}.booking-summary-facts>span{flex-direction:column;gap:5px;min-width:0;display:flex}.booking-summary-facts small{color:#74747a;letter-spacing:.1em;font-size:.58rem;font-weight:900}.booking-summary-facts b{color:#d4d4d8;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;line-height:1.35;overflow:hidden}.booking-summary-facts .assignment-name{color:#6ada96}.booking-summary-facts .assignment-unassigned{color:#e5b766}.booking-summary-actions{align-items:center;gap:10px;display:flex}.booking-summary-actions>span{background:#2a2a2d;border-radius:4px;padding:6px 9px;font-size:.69rem;font-weight:800}.booking-summary-actions label{color:#bfbfc4;cursor:pointer;align-items:center;gap:6px;font-size:.67rem;font-weight:800;display:inline-flex}.booking-summary-actions input{width:18px;height:18px;accent-color:var(--red);cursor:pointer}.booking-summary-actions:after{content:"＋";color:#85858b;text-align:center;width:22px;font-size:1rem}.booking-item[open] .booking-summary-actions:after{content:"−"}.booking-item-body{border-top:1px solid #2c2c30;padding:22px}.booking-contact-meta{background:#101012;border:1px solid #303034;border-radius:7px;grid-template-columns:repeat(4,1fr);margin-top:0;padding:15px 16px}.booking-item-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.booking-item-head small{color:var(--red);letter-spacing:.09em;font-weight:900}.booking-item-head h2{margin:5px 0 0}.booking-item-head-actions{align-items:center;gap:12px;display:flex}.booking-item-head-actions>span{background:#2a2a2d;border-radius:4px;padding:6px 9px;font-size:.72rem;font-weight:800}.booking-item-head-actions label{color:#c9c9cd;cursor:pointer;align-items:center;gap:7px;font-size:.7rem;font-weight:800;display:inline-flex}.booking-item-head-actions input{width:18px;height:18px;accent-color:var(--red);cursor:pointer}.booking-meta{grid-template-columns:repeat(3,1fr);gap:22px 18px;margin-top:24px;display:grid}.booking-meta p{margin:0}.booking-meta small,.booking-message small{color:#777;letter-spacing:.12em;margin-bottom:7px;font-size:.62rem;font-weight:900;display:block}.booking-meta strong{font-size:.86rem;line-height:1.45}.booking-meta a:hover{color:var(--red)}.booking-meta .assignment-name{color:#6ada96}.booking-meta .assignment-unassigned{color:#e5b766}.booking-message{color:#bcbcc0;background:#0c0c0e;border-radius:5px;margin:22px 0 0;padding:14px;font-size:.87rem;line-height:1.55}.booking-message p{margin:0}.booking-assignment{background:#101c15;border:1px solid #35473c;border-radius:7px;grid-template-columns:minmax(190px,1fr) minmax(240px,1fr);align-items:center;gap:18px;margin-top:16px;padding:15px 17px;display:grid}.booking-assignment label{color:#d7e7dd;font-size:.77rem;font-weight:900}.booking-assignment select{color:#fff;cursor:pointer;background:#09110c;border:1px solid #446452;border-radius:5px;width:100%;min-height:44px;padding:9px 12px}.booking-assignment select:disabled{cursor:wait;opacity:.6}.customer-record-editor{background:#0f1712;border:1px solid #3b4d42;border-radius:8px;margin-top:16px;padding:18px}.customer-record-editor-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.customer-record-editor-heading small{color:#66ce8d;letter-spacing:.13em;font-size:.64rem;font-weight:900}.customer-record-editor-heading h3{margin:5px 0 0;font-size:1rem}.customer-record-editor-heading>span{border:1px solid;border-radius:999px;flex:none;padding:6px 9px;font-size:.67rem;font-weight:900}.record-complete{color:#8be0aa;background:#14301f;border-color:#2b724a!important}.record-incomplete{color:#f0d18b;background:#2d2514;border-color:#765c26!important}.customer-record-editor-copy{color:#929a95;margin:10px 0 16px;font-size:.75rem;line-height:1.55}.vehicle-record-fields{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.vehicle-record-fields label,.work-performed-field{flex-direction:column;gap:7px;display:flex}.vehicle-record-fields label>span,.work-performed-field>span{color:#c1cbc5;font-size:.68rem;font-weight:800}.vehicle-record-fields input,.work-performed-field textarea{color:#fff;background:#080c09;border:1px solid #3d5044;border-radius:5px;width:100%;padding:10px 11px}.vehicle-record-fields input{min-height:42px}.work-performed-field{margin-top:12px}.work-performed-field textarea{resize:vertical;min-height:104px;line-height:1.5}.customer-record-editor-footer{justify-content:space-between;align-items:center;gap:20px;margin-top:11px;display:flex}.customer-record-editor-footer small{color:#78817b;max-width:540px;font-size:.68rem;line-height:1.45}.customer-record-editor-footer button{color:#fff;cursor:pointer;background:#19432a;border:1px solid #32704b;border-radius:5px;flex:none;padding:10px 14px;font-size:.77rem;font-weight:900}.customer-record-editor-footer button:hover:not(:disabled){background:#205738}.customer-record-editor-footer button:disabled{cursor:wait;opacity:.5}.booking-notes{background:#151518;border:1px solid #343438;border-radius:7px;margin-top:16px;padding:17px}.booking-notes-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:12px;display:flex}.booking-notes-heading>div{flex-direction:column;gap:4px;display:flex}.booking-notes-heading small{color:#e3e3e5;letter-spacing:.12em;font-size:.66rem;font-weight:900}.booking-notes-heading span{color:#7f7f85;font-size:.72rem}.booking-notes-heading strong{color:#63d18d;font-size:.74rem}.booking-notes textarea{resize:vertical;color:#fff;background:#09090b;border:1px solid #414146;border-radius:6px;width:100%;min-height:112px;padding:13px 14px;line-height:1.55}.booking-notes textarea::placeholder{color:#68686e}.booking-notes-footer{justify-content:space-between;align-items:center;gap:18px;margin-top:10px;display:flex}.booking-notes-footer small{color:#6f6f75;font-size:.68rem}.booking-notes-footer button{color:#fff;cursor:pointer;background:#232327;border:1px solid #55555b;border-radius:5px;padding:8px 13px;font-size:.78rem;font-weight:800}.booking-notes-footer button:hover:not(:disabled){border-color:var(--red)}.booking-notes-footer button:disabled{cursor:not-allowed;opacity:.42}.status-actions{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.status-actions button.email-confirm-button{background:#153523;border-color:#237345}.status-actions button:last-child{border-color:#693232}.status-actions button:disabled{cursor:not-allowed;opacity:.45}.status-actions .delete-data-button{color:#ffc2c5;background:#321113;border-color:#8a3036;margin-left:auto}.workflow-step{background:#111114;border:1px solid #37373c;border-left:4px solid #606067;border-radius:8px;margin-top:16px;padding:19px}.office-workflow{border-left-color:#d52b32}.handover-workflow{border-left-color:#aa7ee8}.vehicle-intake-workflow{border-left-color:#52bd78}.diagnosis-workflow{border-left-color:#4d91de}.work-report-workflow{border-left-color:#d49b45}.completion-workflow{border-left-color:#d52b32}.workflow-step-heading{align-items:flex-start;gap:13px;display:flex}.workflow-step-heading>b{color:#fff;background:#303034;border-radius:50%;flex:none;place-items:center;width:31px;height:31px;font-size:.76rem;display:grid}.workflow-step-heading>div{flex:1;min-width:0}.workflow-step-heading small{color:#929299;letter-spacing:.13em;font-size:.6rem;font-weight:900}.workflow-step-heading h3{margin:4px 0 3px;font-size:.96rem}.workflow-step-heading p{color:#85858b;margin:0;font-size:.72rem;line-height:1.5}.workflow-step-heading>span{border:1px solid;border-radius:999px;flex:none;padding:6px 9px;font-size:.65rem;font-weight:900}.appointment-editor{background:#15111d;border:1px solid #493c65;border-radius:7px;margin-top:16px;padding:15px}.appointment-editor-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.appointment-editor-heading>div{flex-direction:column;gap:5px;display:flex}.appointment-editor-heading small{color:#b793e9;letter-spacing:.11em;font-size:.59rem;font-weight:900}.appointment-editor-heading strong{font-size:.82rem}.appointment-editor-heading>span{color:#74d599;font-size:.7rem;font-weight:900}.appointment-editor-fields{grid-template-columns:1fr 1fr auto;align-items:end;gap:10px;margin-top:13px;display:grid}.appointment-editor-fields label{flex-direction:column;gap:6px;display:flex}.appointment-editor-fields label span{color:#aaa0b8;font-size:.66rem;font-weight:800}.appointment-editor-fields input,.appointment-editor-fields select{color:#fff;background:#09070c;border:1px solid #4b405b;border-radius:5px;min-height:43px;padding:9px 11px}.appointment-editor-fields button{color:#fff;cursor:pointer;background:#382351;border:1px solid #6a4d91;border-radius:5px;min-height:43px;padding:9px 13px;font-size:.73rem;font-weight:900}.appointment-editor-fields button:disabled{cursor:not-allowed;opacity:.42}.appointment-editor>p{color:#82798e;margin:10px 0 0;font-size:.66rem;line-height:1.5}.office-workflow>.booking-message{margin-top:16px}.office-note-editor{background:#0c0c0e;margin-top:12px}.workflow-actions,.completion-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px;margin-top:14px;display:flex}.workflow-actions a,.workflow-actions button,.completion-actions button{color:#fff;cursor:pointer;background:#232327;border:1px solid #49494f;border-radius:5px;justify-content:center;align-items:center;min-height:43px;padding:9px 14px;font-size:.76rem;font-weight:900;display:inline-flex}.workflow-actions .phone-action{background:#13212d;border-color:#3e5973;margin-right:auto}.workflow-actions .confirm-workflow-button,.completion-actions .complete-workflow-button{background:#185232;border-color:#2c8050}.workflow-actions .confirm-workflow-button:disabled{cursor:wait;opacity:.5}.workflow-actions .decline-workflow-button,.completion-actions .decline-workflow-button{color:#efb8bb;background:#301416;border-color:#71363a}.office-handover-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;display:grid}.office-handover-grid article{background:#0b0b0d;border:1px solid #343438;border-radius:6px;padding:14px}.office-handover-grid article.has-office-note{background:#17111f;border-color:#665183}.office-handover-grid small,.completed-documentation-grid small{color:#85858c;letter-spacing:.11em;font-size:.59rem;font-weight:900}.office-handover-grid p,.completed-documentation-grid p{color:#c4c4c8;margin:7px 0 0;font-size:.77rem;line-height:1.55}.vehicle-intake-workflow .vehicle-record-fields{margin-top:17px}.workflow-text-field{flex-direction:column;gap:8px;margin-top:16px;display:flex}.workflow-text-field>span{color:#c9c9ce;font-size:.7rem;font-weight:900}.workflow-text-field textarea{resize:vertical;color:#fff;background:#08080a;border:1px solid #414146;border-radius:6px;width:100%;min-height:120px;padding:12px 13px;line-height:1.55}.workflow-text-field textarea::placeholder{color:#66666c}.workflow-save-bar{border-top:1px solid #333337;justify-content:space-between;align-items:center;gap:20px;margin-top:12px;padding-top:13px;display:flex}.workflow-save-bar small{color:#797980;max-width:560px;font-size:.68rem;line-height:1.5}.workflow-save-bar button{color:#fff;cursor:pointer;background:#19432a;border:1px solid #32704b;border-radius:5px;flex:none;min-height:43px;padding:9px 14px;font-size:.76rem;font-weight:900}.workflow-save-bar button:disabled{cursor:wait;opacity:.5}.completion-checklist{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.completion-checklist span{border:1px solid;border-radius:999px;padding:7px 10px;font-size:.67rem;font-weight:800}.completion-checklist span:before{margin-right:6px}.completion-checklist .is-complete{color:#80d59e;background:#112b1c;border-color:#2d6d47}.completion-checklist .is-complete:before{content:"✓"}.completion-checklist .is-missing{color:#e4c785;background:#2a2111;border-color:#705427}.completion-checklist .is-missing:before{content:"!"}.completion-actions .complete-workflow-button:disabled{color:#77777d;cursor:not-allowed;background:#29292d;border-color:#3d3d42}.completed-order-summary{background:#111114;border:1px solid #3b3b40;border-radius:8px;margin-top:16px;padding:19px}.completed-order-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.completed-order-heading small{color:#a1a1a7;letter-spacing:.12em;font-size:.61rem;font-weight:900}.completed-order-heading h3{margin:5px 0 0;font-size:1rem}.completed-order-heading button{color:#fff;cursor:pointer;background:#19432a;border:1px solid #32704b;border-radius:5px;flex:none;min-height:43px;padding:9px 15px;font-size:.76rem;font-weight:900}.completed-order-heading button:hover{background:#205738}.archive-vehicle-identifiers{margin-top:15px}.completed-documentation-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:13px;display:grid}.completed-documentation-grid article{background:#0a0a0c;border:1px solid #333338;border-radius:6px;padding:14px}.invoice-transfer-note{color:#85858b;border-top:1px solid #333338;margin:13px 0 0;padding-top:12px;font-size:.68rem;line-height:1.55}.archive-actions{justify-content:flex-end}.archive-actions .delete-data-button{margin-left:0}.billing-order-summary{background:linear-gradient(145deg,#1d170d,#111114 64%);border-color:#6e552a}.billing-order-summary .completed-order-heading small,.billing-order-summary .invoice-transfer-note strong{color:#e2b45c}.billing-actions{justify-content:flex-end;align-items:center;gap:9px;margin-top:14px;display:flex}.billing-actions button,.restore-billing-button{color:#fff;cursor:pointer;background:#232327;border:1px solid #55555b;border-radius:5px;min-height:42px;padding:9px 13px;font-size:.74rem;font-weight:900}.billing-actions .billing-complete-button{background:#185232;border-color:#2c8050}.billing-actions .billing-complete-button:hover{background:#206c42}.restore-billing-button{color:#f2d49a;background:#32250f;border-color:#765a2a}.bulk-delete-toolbar{background:#1d1113;border:1px solid #663238;border-radius:9px;grid-template-columns:minmax(160px,.7fr) 1fr auto;align-items:center;gap:18px;margin-bottom:18px;padding:17px 19px;display:grid}.bulk-delete-toolbar label{color:#fff;cursor:pointer;align-items:center;gap:10px;font-size:.83rem;font-weight:900;display:inline-flex}.bulk-delete-toolbar input{width:20px;height:20px;accent-color:var(--red);cursor:pointer}.bulk-delete-toolbar>div{flex-direction:column;gap:3px;display:flex}.bulk-delete-toolbar strong{font-size:.82rem}.bulk-delete-toolbar small{color:#a58f91;font-size:.67rem}.bulk-delete-toolbar button{color:#fff;cursor:pointer;background:#741f25;border:1px solid #9a3339;border-radius:5px;padding:10px 14px;font-size:.75rem;font-weight:900}.bulk-delete-toolbar button:disabled{color:#756d6e;cursor:not-allowed;background:#2b2526;border-color:#493336}.booking-pagination{background:#111114;border:1px solid #343438;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:15px 17px;display:flex}.booking-pagination span{color:#a2a2a8;font-size:.73rem}.booking-pagination button{color:#fff;cursor:pointer;background:#242428;border:1px solid #48484e;border-radius:5px;min-height:40px;padding:8px 12px;font-size:.72rem;font-weight:800}.booking-pagination button:disabled{cursor:not-allowed;opacity:.4}.admin-empty{color:var(--muted);text-align:center;border:1px dashed #444;border-radius:8px;padding:60px 24px}.calendar-management{border:1px solid var(--line);background:var(--panel);border-radius:10px;padding:24px}.calendar-management-heading{border-bottom:1px solid #2e2e32;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:20px;display:flex}.calendar-management-heading small{color:var(--red);letter-spacing:.14em;font-size:.65rem;font-weight:900}.calendar-management-heading h2{margin:7px 0 0;font-size:1.45rem}.calendar-management-heading p{color:#8f8f95;max-width:320px;margin:0;font-size:.8rem;line-height:1.55}.capacity-setting{background:#101012;border:1px solid #343438;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;margin-top:20px;padding:18px;display:flex}.capacity-setting>div{flex-direction:column;gap:5px;display:flex}.capacity-setting strong{font-size:.9rem}.capacity-setting span{color:#89898f;font-size:.74rem}.capacity-setting select{color:#fff;background:#08080a;border:1px solid #49494f;border-radius:5px;width:90px;min-height:44px;padding:8px 12px;font-weight:900}.calendar-block-form{background:#101012;border:1px solid #343438;border-radius:8px;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px;padding:20px;display:grid}.calendar-block-form-heading{flex-direction:column;grid-column:1/-1;gap:5px;margin-bottom:2px;display:flex}.calendar-block-form-heading strong{font-size:.92rem}.calendar-block-form-heading span{color:#89898f;font-size:.74rem}.calendar-block-form label{flex-direction:column;gap:7px;display:flex}.calendar-block-form label>span{color:#bdbdc2;font-size:.72rem;font-weight:800}.calendar-block-form input,.calendar-block-form select{color:#fff;background:#08080a;border:1px solid #44444a;border-radius:5px;width:100%;min-height:44px;padding:9px 12px}.calendar-block-reason{grid-column:1/-1}.calendar-block-form>button{color:#fff;cursor:pointer;background:#351416;border:1px solid #743035;border-radius:5px;grid-column:1/-1;min-height:46px;font-weight:900}.calendar-block-form>button:hover:not(:disabled){background:#48171a}.calendar-block-form>button:disabled{cursor:wait;opacity:.55}.calendar-block-list{margin-top:24px}.calendar-block-list-heading{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.calendar-block-list-heading strong{font-size:.9rem}.calendar-block-list-heading span{background:#303035;border-radius:999px;place-items:center;min-width:28px;height:28px;padding:0 8px;font-size:.72rem;font-weight:900;display:grid}.calendar-block-list article{border-top:1px solid #2e2e32;justify-content:space-between;align-items:center;gap:20px;padding:14px 16px;display:flex}.calendar-block-list article>div{grid-template-columns:105px 110px 1fr;align-items:center;gap:12px;display:grid}.calendar-block-list article small{color:#aaaab0;font-size:.76rem}.calendar-block-list article strong{font-size:.82rem}.calendar-block-list article span{color:#89898f;font-size:.76rem}.calendar-block-list article button{color:#f4c7c9;cursor:pointer;white-space:nowrap;background:#251113;border:1px solid #603235;border-radius:5px;padding:8px 11px;font-size:.74rem;font-weight:800}.calendar-block-list article button:disabled{cursor:wait;opacity:.5}.calendar-block-empty{color:#818187;text-align:center;border:1px dashed #3d3d42;border-radius:7px;margin:0;padding:28px 16px;font-size:.8rem}.customer-management{border:1px solid var(--line);background:var(--panel);border-radius:10px;padding:24px}.customer-management-heading{border-bottom:1px solid #2e2e32;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:20px;display:flex}.customer-management-heading small{color:var(--red);letter-spacing:.14em;font-size:.65rem;font-weight:900}.customer-management-heading h2{margin:7px 0 0;font-size:1.45rem}.customer-management-heading>span{color:#c5c5ca;background:#29292d;border-radius:999px;padding:8px 11px;font-size:.72rem;font-weight:900}.customer-heading-actions{align-items:center;gap:10px;display:flex}.customer-heading-actions>span{color:#c5c5ca;background:#29292d;border-radius:999px;padding:8px 11px;font-size:.72rem;font-weight:900}.customer-heading-actions button{color:#b7e8c7;cursor:pointer;background:#143520;border:1px solid #3d704e;border-radius:6px;min-height:38px;padding:8px 12px;font-size:.72rem;font-weight:900}.manual-customer-form{background:linear-gradient(145deg,#102219,#101012 62%);border:1px solid #3f644b;border-radius:9px;margin-top:20px;padding:20px}.manual-customer-form-heading{border-bottom:1px solid #304338;justify-content:space-between;gap:30px;padding-bottom:16px;display:flex}.manual-customer-form-heading small{color:#73d492;letter-spacing:.13em;font-size:.61rem;font-weight:900}.manual-customer-form-heading h3{margin:6px 0 0;font-size:1.14rem}.manual-customer-form-heading p{color:#9eb4a6;max-width:520px;margin:0;font-size:.73rem;line-height:1.55}.manual-customer-mode{flex-direction:column;gap:7px;margin-top:16px;display:flex}.manual-customer-mode span,.manual-customer-grid label span,.manual-order-fields label span{color:#c8c8cc;font-size:.69rem;font-weight:900}.manual-customer-mode select,.manual-customer-grid input,.manual-order-fields input,.manual-order-fields textarea{color:#fff;background:#080a09;border:1px solid #45494a;border-radius:6px;width:100%;min-height:45px;padding:10px 12px}.manual-customer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:13px;display:grid}.manual-customer-grid label,.manual-order-fields label{flex-direction:column;gap:7px;display:flex}.manual-customer-grid.vehicle-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.manual-customer-grid.vehicle-grid label:first-child{grid-column:span 2}.manual-customer-contact-note{color:#8f9d94;margin:8px 0 0;font-size:.65rem}.manual-order-fields{border-top:1px solid #304338;grid-template-columns:1fr 180px 150px;gap:12px;margin-top:15px;padding-top:15px;display:grid}.manual-order-fields .wide{grid-column:1/-1}.manual-order-fields textarea{resize:vertical}.manual-customer-actions{justify-content:flex-end;gap:9px;margin-top:16px;display:flex}.manual-customer-actions button{color:#fff;cursor:pointer;background:#222225;border:1px solid #4b4b50;border-radius:6px;min-height:42px;padding:9px 14px;font-size:.73rem;font-weight:900}.manual-customer-actions .primary{background:#176039;border-color:#2e8050}.manual-customer-actions button:disabled{cursor:wait;opacity:.62}.registration-scanner{background:#101621;border:1px solid #3f4859;border-radius:8px;margin-top:15px;padding:16px}.registration-scanner-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.registration-scanner-heading>div{flex-direction:column;gap:4px;display:flex}.registration-scanner-heading strong{font-size:.79rem}.registration-scanner-heading span{color:#91a0b7;font-size:.66rem;line-height:1.45}.registration-scanner-heading label{color:#d8e9ff;cursor:pointer;background:#17304e;border:1px solid #4b6f9a;border-radius:6px;flex:none;justify-content:center;align-items:center;min-height:39px;padding:8px 12px;font-size:.69rem;font-weight:900;display:inline-flex;position:relative}.registration-scanner-heading label.is-busy{cursor:wait;opacity:.72}.registration-scanner-heading input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.registration-progress{background:#263245;border-radius:99px;height:4px;margin-top:12px;overflow:hidden}.registration-progress span{border-radius:inherit;background:#68a9ff;height:100%;transition:width .2s linear;display:block}.registration-scanner-error{color:#ffc0c4;margin:12px 0 0;font-size:.69rem;line-height:1.5}.registration-result{background:#0b1018;border:1px solid #4f6b8d;border-radius:6px;margin-top:13px;padding:13px}.registration-result>p{color:#c2d1e4;margin:0;font-size:.68rem;line-height:1.5}.registration-result>div{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-top:10px;display:grid}.registration-result span{color:#7e91aa;background:#161e2b;border-radius:5px;flex-direction:column;gap:4px;min-width:0;padding:8px;font-size:.58rem;font-weight:900;display:flex}.registration-result b{overflow-wrap:anywhere;color:#fff;font-size:.69rem}.registration-result button{color:#fff;cursor:pointer;background:#1a497a;border:1px solid #4c79ad;border-radius:5px;min-height:38px;margin-top:10px;padding:8px 12px;font-size:.68rem;font-weight:900}.customer-search{flex-direction:column;gap:8px;margin-top:20px;display:flex}.customer-search span{color:#bdbdc2;font-size:.72rem;font-weight:900}.customer-search input{color:#fff;background:#08080a;border:1px solid #44444a;border-radius:6px;min-height:48px;padding:11px 14px}.customer-identity-note{color:#dfcda8;background:#2b2413;border-left:4px solid #b98325;margin:14px 0 18px;padding:13px 15px;font-size:.75rem;line-height:1.55}.customer-identity-note strong{color:#fff}.customer-record-list{gap:10px;display:grid}.customer-record{background:#101012;border:1px solid #36363b;border-radius:8px;overflow:hidden}.customer-record>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:17px 18px;list-style:none;display:flex}.customer-record>summary::-webkit-details-marker{display:none}.customer-record>summary:after{content:"＋";color:#8e8e94;font-size:1rem}.customer-record[open]>summary:after{content:"−"}.customer-record>summary>div{flex-direction:column;flex:1;gap:4px;display:flex}.customer-record>summary strong{font-size:.94rem}.customer-record>summary span{color:#8d8d93;font-size:.74rem}.customer-record>summary b{white-space:nowrap;background:#29292d;border-radius:999px;padding:6px 9px;font-size:.68rem}.customer-record-body{border-top:1px solid #303034;padding:18px}.customer-contact-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px;display:grid}.customer-contact-grid p{background:#0a0a0c;border:1px solid #303034;border-radius:6px;margin:0;padding:13px}.customer-contact-grid small{color:#727278;letter-spacing:.1em;margin-bottom:6px;font-size:.61rem;font-weight:900;display:block}.customer-contact-grid strong{overflow-wrap:anywhere;font-size:.78rem}.customer-delete-row{background:#211012;border:1px solid #563034;border-radius:6px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:13px 15px;display:flex}.customer-delete-row>div{flex-direction:column;gap:4px;display:flex}.customer-delete-row strong{font-size:.78rem}.customer-delete-row span{color:#a98c8e;font-size:.69rem;line-height:1.45}.customer-delete-row button,.customer-vehicle-head button,.backup-delete-card button{color:#ffc2c5;cursor:pointer;background:#351214;border:1px solid #8a343a;border-radius:5px;flex:none;padding:8px 11px;font-size:.69rem;font-weight:900}.customer-vehicle-missing,.customer-record-empty{color:#929298;text-align:center;border:1px dashed #45454a;border-radius:7px;margin:0;padding:26px 16px;font-size:.78rem}.customer-record-empty{margin-top:4px}.customer-vehicle{background:#0c120e;border:1px solid #3b4d42;border-radius:7px;margin-top:12px;padding:17px}.customer-vehicle-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.customer-vehicle-head small{color:#65c98a;letter-spacing:.12em;font-size:.6rem;font-weight:900}.customer-vehicle-head h3{margin:5px 0 0;font-size:.94rem}.customer-vehicle-head>div:last-child{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.customer-vehicle-head>div:last-child span{color:#91a398;white-space:nowrap;font-size:.69rem;font-weight:800}.vehicle-identifiers{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px;display:grid}.vehicle-identifiers p{background:#070a08;border:1px solid #2f3d34;border-radius:5px;margin:0;padding:11px 12px}.vehicle-identifiers small{color:#718078;letter-spacing:.09em;margin-bottom:5px;font-size:.59rem;font-weight:900;display:block}.vehicle-identifiers strong{overflow-wrap:anywhere;font-size:.76rem}.vehicle-history{margin-top:17px}.vehicle-history>strong{margin-bottom:8px;font-size:.78rem;display:block}.vehicle-history-entry{border-top:1px solid #2c3830;grid-template-columns:minmax(190px,.7fr) 1.3fr;gap:18px;padding:13px 0;display:grid}.vehicle-history-entry>div{flex-direction:column;gap:4px;display:flex}.vehicle-history-entry small{color:#737f77;font-size:.62rem;font-weight:800}.vehicle-history-entry b{font-size:.76rem}.vehicle-history-entry span{color:#87918b;font-size:.68rem}.vehicle-history-entry p{color:#bec7c1;margin:0;font-size:.75rem;line-height:1.55}.vehicle-history-entry>.vehicle-history-documentation{grid-template-columns:1fr 1fr;gap:9px;display:grid}.vehicle-history-documentation p{background:#070a08;border:1px solid #2d3931;border-radius:5px;padding:10px 11px}.vehicle-history-documentation p small{margin-bottom:5px;display:block}.backup-management{border:1px solid var(--line);background:var(--panel);border-radius:10px;padding:24px}.backup-management-heading{border-bottom:1px solid #2e2e32;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:20px;display:flex}.backup-management-heading small,.backup-primary-card small{color:var(--red);letter-spacing:.14em;font-size:.65rem;font-weight:900}.backup-management-heading h2{margin:7px 0 0;font-size:1.45rem}.backup-management-heading>span{white-space:nowrap;border:1px solid;border-radius:999px;padding:8px 11px;font-size:.72rem;font-weight:900}.backup-status-ok{color:#83dda7;background:#10281b;border-color:#286746!important}.backup-status-warning{color:#f0d28f;background:#2b2413;border-color:#725725!important}.backup-primary-card{background:linear-gradient(135deg,#102318,#111114 58%);border:1px solid #3a573f;border-radius:9px;grid-template-columns:1.4fr minmax(240px,.6fr);align-items:center;gap:26px;margin-top:20px;padding:24px;display:grid}.backup-primary-card h3{margin:7px 0 8px;font-size:1.2rem}.backup-primary-card p,.backup-secondary-card p{color:#99999f;margin:0;font-size:.79rem;line-height:1.6}.backup-primary-card button{color:#fff;cursor:pointer;background:#1b633c;border:1px solid #2f8354;border-radius:6px;min-height:50px;padding:12px 16px;font-weight:900}.backup-primary-card button:hover:not(:disabled){background:#227849}.backup-primary-card button:disabled,.backup-secondary-card button:disabled{cursor:wait;opacity:.52}.backup-facts{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}.backup-facts article{background:#101012;border:1px solid #343438;border-radius:7px;flex-direction:column;justify-content:center;gap:7px;min-height:90px;padding:17px;display:flex}.backup-facts small{color:#77777d;letter-spacing:.1em;font-size:.61rem;font-weight:900}.backup-facts strong{font-size:.84rem;line-height:1.45}.backup-secondary-card{background:#101012;border:1px solid #343438;border-radius:7px;justify-content:space-between;align-items:center;gap:24px;margin-top:16px;padding:18px;display:flex}.backup-secondary-card strong{margin-bottom:5px;font-size:.86rem;display:block}.backup-secondary-card button{color:#fff;cursor:pointer;background:#252529;border:1px solid #55555b;border-radius:5px;flex:none;padding:10px 13px;font-size:.76rem;font-weight:800}.backup-safety-card{background:#18160f;border-color:#554c2e}.backup-safety-card button{background:#312b17;border-color:#706437}.backup-restore-card{background:#14111a;border:1px solid #4a3c60;border-radius:8px;margin-top:16px;padding:20px}.backup-restore-heading{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.backup-restore-heading small{color:#b894e9;letter-spacing:.13em;font-size:.62rem;font-weight:900}.backup-restore-heading h3{margin:6px 0 0;font-size:1.02rem}.backup-restore-heading>span{color:#c4afd9;white-space:nowrap;border:1px solid #594974;border-radius:999px;padding:6px 9px;font-size:.65rem;font-weight:900}.backup-restore-copy{color:#97939e;margin:13px 0 16px;font-size:.76rem;line-height:1.6}.backup-file-picker{background:#0d0a11;border:1px dashed #5a4c6d;border-radius:7px;flex-direction:column;gap:7px;padding:15px;display:flex}.backup-file-picker>span{font-size:.75rem;font-weight:900}.backup-file-picker input{color:#c7c4cc;font-size:.75rem}.backup-file-picker small{color:#78737e;font-size:.64rem}.backup-restore-progress{color:#c5b3dc;margin:12px 0 0;font-size:.74rem}.backup-restore-preview{background:#0c0910;border:1px solid #5b4b72;border-radius:7px;margin-top:15px;padding:16px}.backup-restore-preview-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.backup-restore-preview-heading>div{flex-direction:column;gap:4px;min-width:0;display:flex}.backup-restore-preview-heading small{color:#76d69a;letter-spacing:.11em;font-size:.58rem;font-weight:900}.backup-restore-preview-heading strong{overflow-wrap:anywhere;font-size:.79rem}.backup-restore-preview-heading>span{color:#8f8995;white-space:nowrap;font-size:.67rem}.backup-restore-preview>div:nth-of-type(2){grid-template-columns:repeat(5,1fr);gap:8px;margin-top:13px;display:grid}.backup-restore-preview>div:nth-of-type(2) p{background:#15111a;border:1px solid #342c3e;border-radius:5px;margin:0;padding:11px}.backup-restore-preview>div:nth-of-type(2) b,.backup-restore-preview>div:nth-of-type(2) span{display:block}.backup-restore-preview>div:nth-of-type(2) b{font-size:1rem}.backup-restore-preview>div:nth-of-type(2) span{color:#817b87;margin-top:3px;font-size:.59rem}.backup-restore-warning{color:#e2bdc0;background:#271113;border-left:4px solid #b93a43;margin:14px 0;padding:13px 14px;font-size:.72rem;line-height:1.55}.backup-restore-warning strong{color:#fff}.backup-restore-confirmation{flex-direction:column;gap:7px;display:flex}.backup-restore-confirmation span{color:#b8b2bd;font-size:.69rem}.backup-restore-confirmation input{color:#fff;letter-spacing:.08em;background:#090607;border:1px solid #62454a;border-radius:5px;min-height:43px;padding:9px 11px;font-weight:900}.backup-restore-actions{justify-content:flex-end;gap:9px;margin-top:13px;display:flex}.backup-restore-actions button{color:#fff;cursor:pointer;background:#262328;border:1px solid #4d4850;border-radius:5px;min-height:42px;padding:9px 13px;font-size:.72rem;font-weight:900}.backup-restore-actions .restore-confirm-button{background:#6e1e24;border-color:#92333a}.backup-restore-actions button:disabled{cursor:not-allowed;opacity:.42}.backup-delete-card{background:#211012;border:1px solid #563034;border-radius:7px;justify-content:space-between;align-items:center;gap:24px;margin-top:16px;padding:18px;display:flex}.backup-delete-card strong{margin-bottom:5px;font-size:.86rem;display:block}.backup-delete-card p{color:#a88d8f;margin:0;font-size:.76rem;line-height:1.55}.backup-delete-card button:disabled{cursor:not-allowed;opacity:.45}.backup-security-note{color:#e8d4aa;background:#2b2413;border-left:4px solid #b98325;margin:18px 0 0;padding:15px 17px;font-size:.77rem;line-height:1.6}.backup-security-note strong{color:#fff}.password-management{border:1px solid var(--line);background:var(--panel);border-radius:10px;padding:24px}.password-management-heading{border-bottom:1px solid #2e2e32;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:20px;display:flex}.password-management-heading small,.password-guidance>small{color:var(--red);letter-spacing:.14em;font-size:.65rem;font-weight:900}.password-management-heading h2{margin:7px 0 0;font-size:1.45rem}.password-management-heading>span{white-space:nowrap;border:1px solid;border-radius:999px;padding:8px 11px;font-size:.72rem;font-weight:900}.password-status-ok{color:#83dda7;background:#10281b;border-color:#286746!important}.password-status-initial{color:#f0d28f;background:#2b2413;border-color:#725725!important}.password-management-grid{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px;margin-top:20px;display:grid}.password-change-form,.password-guidance{background:#101012;border:1px solid #343438;border-radius:8px;padding:21px}.password-change-form{flex-direction:column;gap:15px;display:flex}.password-change-intro strong{font-size:.98rem}.password-change-intro p,.password-guidance p{color:#99999f;margin:7px 0 0;font-size:.76rem;line-height:1.6}.password-change-form>label:not(.password-show-toggle){flex-direction:column;gap:7px;display:flex}.password-change-form label>span{color:#c4c4c8;font-size:.73rem;font-weight:900}.password-change-form label>input:not([type=checkbox]){color:#fff;background:#08080a;border:1px solid #44444a;border-radius:5px;min-height:44px;padding:10px 12px}.password-change-form label>small{color:#74747a;font-size:.64rem}.password-change-form label>.password-mismatch{color:#ee9a9e}.password-show-toggle{cursor:pointer;align-self:flex-start;align-items:center;gap:9px;display:inline-flex}.password-show-toggle input{width:18px;height:18px;accent-color:var(--red)}.password-show-toggle span{font-size:.7rem!important}.password-change-form>button{color:#fff;cursor:pointer;background:#1b633c;border:1px solid #2f8354;border-radius:6px;min-height:48px;padding:11px 15px;font-weight:900}.password-change-form>button:hover:not(:disabled){background:#227849}.password-change-form>button:disabled{cursor:not-allowed;opacity:.45}.password-guidance h3{margin:7px 0 0;font-size:1.06rem}.password-guidance ul{color:#b6b6bb;margin:15px 0 0;padding-left:19px;font-size:.74rem;line-height:1.65}.password-guidance li+li{margin-top:6px}.password-guidance .password-recovery-warning{color:#e4d1a9;background:#2b2413;border-left:4px solid #b98325;margin-top:17px;padding:13px 14px}.password-recovery-warning strong{color:#fff}.password-guidance .password-updated-at{color:#808086;margin-top:14px}.password-updated-at strong{color:#bdbdc2}.session-overview{background:#0d1c14;border:1px solid #305b43;border-radius:7px;margin-bottom:20px;padding:16px}.session-overview small,.session-overview strong{display:block}.session-overview small{color:#83dda7;letter-spacing:.13em;font-size:.62rem;font-weight:900}.session-overview strong{margin-top:6px;font-size:1.5rem}.session-overview button{color:#a8ecc0;cursor:pointer;background:#183c28;border:1px solid #3f7457;border-radius:5px;width:100%;min-height:42px;margin-top:14px;padding:9px 11px;font-size:.71rem;font-weight:900}.session-overview button:disabled{cursor:not-allowed;opacity:.42}.chef-access-management{border-top:1px solid #2e2e32;margin-top:20px;padding-top:22px}.chef-access-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.chef-access-heading small{color:var(--red);letter-spacing:.14em;font-size:.65rem;font-weight:900}.chef-access-heading h3{margin:7px 0 0;font-size:1.18rem}.chef-access-heading p{color:#929298;max-width:660px;margin:7px 0 0;font-size:.76rem;line-height:1.55}.chef-access-heading>span{white-space:nowrap;border:1px solid;border-radius:999px;padding:8px 11px;font-size:.72rem;font-weight:900}.chef-access-grid{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:18px;margin-top:18px;display:grid}.chef-app-open-link{color:#ffb6b9;background:#2a1112;border:1px solid #713036;border-radius:5px;place-items:center;min-height:42px;margin-top:14px;padding:9px 11px;font-size:.72rem;font-weight:900;text-decoration:none;display:grid}.promotion-management{border:1px solid var(--line);background:var(--panel);border-radius:10px;padding:24px}.promotion-management-heading{border-bottom:1px solid #2e2e32;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:20px;display:flex}.promotion-management-heading small,.promotion-preview-card>small{color:var(--red);letter-spacing:.14em;font-size:.65rem;font-weight:900}.promotion-management-heading h2{margin:7px 0 0;font-size:1.45rem}.promotion-management-heading>span{white-space:nowrap;border:1px solid;border-radius:999px;padding:8px 11px;font-size:.72rem;font-weight:900}.promotion-status-on{color:#83dda7;background:#10281b;border-color:#286746!important}.promotion-status-off{color:#adadb2;background:#202024;border-color:#55555b!important}.promotion-management-grid{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:18px;margin-top:20px;display:grid}.promotion-settings-form,.promotion-preview-card{background:#101012;border:1px solid #343438;border-radius:8px;padding:21px}.promotion-settings-form{flex-direction:column;gap:18px;display:flex}.promotion-toggle-row{justify-content:space-between;align-items:center;gap:22px;display:flex}.promotion-toggle-row>div{flex-direction:column;gap:5px;display:flex}.promotion-toggle-row strong{font-size:.88rem}.promotion-toggle-row>div>span{color:#8f8f95;font-size:.7rem;line-height:1.45}.promotion-switch{cursor:pointer;flex:none;width:54px;height:30px;position:relative}.promotion-switch input{opacity:0;width:1px;height:1px;position:absolute}.promotion-switch>span{background:#29292d;border:1px solid #4d4d53;border-radius:999px;transition:all .2s;position:absolute;inset:0}.promotion-switch>span:after{content:"";background:#a3a3a8;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:4px;left:4px}.promotion-switch input:checked+span{background:#761117;border-color:#a71319}.promotion-switch input:checked+span:after{background:#fff;transform:translate(24px)}.promotion-switch input:focus-visible+span{outline-offset:3px;outline:3px solid #f66}.promotion-text-field{flex-direction:column;gap:7px;display:flex}.promotion-text-field>span{color:#c4c4c8;font-size:.73rem;font-weight:900}.promotion-text-field textarea{resize:vertical;color:#fff;background:#08080a;border:1px solid #44444a;border-radius:5px;min-height:112px;padding:11px 12px;line-height:1.5}.promotion-text-field small{color:#74747a;align-self:flex-end;font-size:.64rem}.promotion-settings-form>button{color:#fff;cursor:pointer;background:#1b633c;border:1px solid #2f8354;border-radius:6px;min-height:48px;padding:11px 15px;font-weight:900}.promotion-settings-form>button:hover:not(:disabled){background:#227849}.promotion-settings-form>button:disabled{cursor:not-allowed;opacity:.45}.promotion-preview-card h3{margin:7px 0 0;font-size:1.06rem}.promotion-preview-card>p{color:#929298;margin:14px 0 0;font-size:.74rem;line-height:1.6}.promotion-admin-preview{background:linear-gradient(90deg,#250608,#b10f15,#250608);border:1px solid #3d3d42;border-radius:6px;justify-content:center;align-items:center;height:64px;margin-top:17px;display:flex;position:relative;overflow:hidden}.promotion-admin-preview.is-disabled{color:#727278;background:#09090b;font-size:.73rem;font-weight:800}.promotion-preview-track span{min-width:min(620px,80vw);font-size:.72rem}.promotion-preview-card .promotion-updated-at{border-top:1px solid #2d2d31;padding-top:12px}.promotion-updated-at strong{color:#bdbdc2}.newsletter-management{border:1px solid var(--line);background:var(--panel);border-radius:10px;padding:24px}.newsletter-management-heading{border-bottom:1px solid #2e2e32;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:20px;display:flex}.newsletter-management-heading small,.newsletter-compose>div>small,.newsletter-campaign-history>div>small,.newsletter-subscriber-heading small{color:var(--red);letter-spacing:.14em;font-size:.64rem;font-weight:900}.newsletter-management-heading h2{margin:7px 0 0;font-size:1.45rem}.newsletter-management-heading>span{color:#8fe0ad;white-space:nowrap;background:#10281b;border:1px solid #2f6845;border-radius:999px;padding:8px 11px;font-size:.72rem;font-weight:900}.newsletter-setup-warning,.newsletter-admin-notice,.newsletter-admin-error{border-left:4px solid;margin:16px 0 0;padding:13px 15px;font-size:.76rem;line-height:1.55}.newsletter-setup-warning{color:#e8d4aa;background:#2b2413;border-color:#b98325}.newsletter-admin-notice{color:#a7d7b8;background:#10281b;border-color:#2f8354}.newsletter-admin-error{color:#ffc2c5;background:#321113;border-color:#b93a43}.newsletter-setup-warning strong,.newsletter-admin-notice strong,.newsletter-admin-error strong{color:#fff}.newsletter-admin-stats{grid-template-columns:repeat(3,1fr);gap:11px;margin-top:16px;display:grid}.newsletter-admin-stats article{background:#101012;border:1px solid #343438;border-radius:7px;flex-direction:column;justify-content:center;gap:4px;min-height:100px;padding:16px;display:flex}.newsletter-admin-stats small{color:#7e7e84;letter-spacing:.1em;font-size:.59rem;font-weight:900}.newsletter-admin-stats b{font-size:1.45rem}.newsletter-admin-stats span{color:#85858b;font-size:.66rem;line-height:1.4}.newsletter-admin-layout{grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);gap:16px;margin-top:16px;display:grid}.newsletter-compose,.newsletter-campaign-history,.newsletter-subscriber-card{background:#101012;border:1px solid #343438;border-radius:8px;padding:20px}.newsletter-compose{flex-direction:column;gap:15px;display:flex}.newsletter-compose h3,.newsletter-campaign-history h3,.newsletter-subscriber-heading h3{margin:6px 0 0;font-size:1.05rem}.newsletter-compose>div>p{color:#929298;margin:8px 0 0;font-size:.73rem;line-height:1.55}.newsletter-compose>label{flex-direction:column;gap:7px;display:flex}.newsletter-compose label>span{font-size:.72rem;font-weight:900}.newsletter-compose input,.newsletter-compose textarea,.newsletter-subscriber-heading input{color:#fff;background:#08080a;border:1px solid #44444a;border-radius:5px;width:100%;padding:10px 11px}.newsletter-compose input{min-height:44px}.newsletter-compose textarea{resize:vertical;line-height:1.55}.newsletter-compose label>small{color:#717177;align-self:flex-end;font-size:.62rem}.newsletter-send-confirmation{background:#2b2413;border:1px solid #745927;border-radius:6px;padding:14px}.newsletter-send-confirmation strong{font-size:.78rem}.newsletter-send-confirmation p{color:#dfcda8;margin:6px 0 10px;font-size:.69rem;line-height:1.5}.newsletter-send-confirmation button{color:#ddd1b8;cursor:pointer;background:#18150e;border:1px solid #655839;border-radius:4px;padding:7px 10px;font-size:.66rem;font-weight:800}.newsletter-send-button{color:#fff;cursor:pointer;background:#1b633c;border:1px solid #2f8354;border-radius:6px;min-height:49px;font-weight:900}.newsletter-send-button:hover:not(:disabled){background:#227849}.newsletter-send-button:disabled{cursor:not-allowed;opacity:.42}.newsletter-campaign-history{align-self:start}.newsletter-campaign-history article{background:#09090b;border:1px solid #303034;border-radius:6px;flex-direction:column;gap:4px;margin-top:11px;padding:12px;display:flex}.newsletter-campaign-history article strong{font-size:.75rem;line-height:1.4}.newsletter-campaign-history article span,.newsletter-campaign-history article small,.newsletter-campaign-history>p{color:#77777d;font-size:.63rem;line-height:1.45}.newsletter-campaign-history>p{margin:15px 0 0}.newsletter-subscriber-card{margin-top:16px}.newsletter-subscriber-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.newsletter-subscriber-heading label{flex-direction:column;gap:6px;width:min(100%,300px);display:flex}.newsletter-subscriber-heading label span{color:#85858b;font-size:.65rem;font-weight:800}.newsletter-subscriber-heading input{min-height:40px}.newsletter-subscriber-table-wrap{border:1px solid #303034;border-radius:7px;margin-top:15px;overflow-x:auto}.newsletter-subscriber-table-wrap table{border-collapse:collapse;width:100%;min-width:850px;font-size:.7rem}.newsletter-subscriber-table-wrap th,.newsletter-subscriber-table-wrap td{text-align:left;vertical-align:middle;border-bottom:1px solid #2d2d31;padding:11px 12px}.newsletter-subscriber-table-wrap th{color:#85858b;letter-spacing:.08em;background:#1d1d20;font-size:.58rem}.newsletter-subscriber-table-wrap tr:last-child td{border-bottom:0}.newsletter-subscriber-table-wrap td:first-child a{overflow-wrap:anywhere;font-weight:900}.newsletter-subscriber-table-wrap td small{color:#77777d;line-height:1.45;display:block}.newsletter-subscriber-status{white-space:nowrap;border:1px solid;border-radius:999px;padding:5px 7px;font-size:.58rem;font-weight:900;display:inline-block}.newsletter-subscriber-status.is-active{color:#8fe0ad;background:#10281b;border-color:#2f6845}.newsletter-subscriber-status.is-pending{color:#ecd28f;background:#2b2413;border-color:#745927}.newsletter-subscriber-status.is-unsubscribed{color:#e6a8ad;background:#281114;border-color:#64343a}.newsletter-remove-button,.newsletter-remove-confirm button{color:#f3b6ba;cursor:pointer;background:#321113;border:1px solid #71373c;border-radius:4px;padding:6px 8px;font-size:.61rem;font-weight:900}.newsletter-remove-confirm{align-items:center;gap:5px;display:flex}.newsletter-remove-confirm span{color:#d8a7aa;white-space:nowrap;font-size:.59rem}.newsletter-remove-confirm button:last-child{color:#fff;background:#242428;border-color:#4a4a50}.newsletter-subscriber-empty{color:#85858b;text-align:center;border:1px dashed #44444a;border-radius:7px;margin:15px 0 0;padding:24px;font-size:.74rem}.newsletter-retention-note{color:#737379;margin:13px 0 0;font-size:.64rem;line-height:1.5}.backup-restore-preview>div:nth-of-type(2){grid-template-columns:repeat(6,1fr)}.operator-manual{border:1px solid var(--line);background:var(--panel);border-radius:10px;padding:24px}.manual-heading{border-bottom:1px solid #2e2e32;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:20px;display:flex}.manual-heading small,.manual-flow-overview>div>small{color:var(--red);letter-spacing:.14em;font-size:.65rem;font-weight:900}.manual-heading h2{margin:7px 0 6px;font-size:1.55rem}.manual-heading p{color:#929298;margin:0;font-size:.78rem;line-height:1.55}.manual-heading>span{color:#86d8a3;white-space:nowrap;background:#102118;border:1px solid #3f633f;border-radius:999px;flex:none;padding:8px 11px;font-size:.7rem;font-weight:900}.manual-search-bar{background:#101012;border:1px solid #343438;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;margin-top:20px;padding:18px;display:grid}.manual-search-bar label{flex-direction:column;gap:7px;display:flex}.manual-search-bar label span{color:#c4c4c8;font-size:.73rem;font-weight:900}.manual-search-bar input{color:#fff;background:#08080a;border:1px solid #44444a;border-radius:6px;width:100%;min-height:46px;padding:10px 12px}.manual-search-bar input:focus{border-color:var(--red);outline-offset:1px;outline:2px solid #df171738}.manual-search-bar>b{color:#85858b;white-space:nowrap;padding-bottom:13px;font-size:.68rem}.manual-flow-overview{background:linear-gradient(135deg,#102318,#111114 62%);border:1px solid #3a573f;border-radius:9px;margin-top:16px;padding:20px}.manual-flow-overview h3{margin:6px 0 0;font-size:1.12rem}.manual-flow-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:16px;display:grid}.manual-flow-grid article{background:#070d09b8;border:1px solid #304639;border-radius:7px;align-items:center;gap:12px;min-height:76px;padding:12px;display:flex}.manual-flow-grid article>b{background:var(--red);border-radius:50%;flex:none;place-items:center;width:35px;height:35px;font-size:.9rem;display:grid}.manual-flow-grid article div{flex-direction:column;gap:4px;display:flex}.manual-flow-grid article small{color:#80c99a;letter-spacing:.1em;text-transform:uppercase;font-size:.58rem;font-weight:900}.manual-flow-grid article span{color:#d3d3d7;font-size:.72rem;line-height:1.35}.manual-flow-overview>p{color:#b9d9c5;background:#0b1b12;border-left:4px solid #2f8354;margin:15px 0 0;padding:12px 14px;font-size:.75rem;line-height:1.55}.manual-flow-overview>p strong{color:#fff}.manual-layout{grid-template-columns:230px minmax(0,1fr);align-items:start;gap:16px;margin-top:16px;display:grid}.manual-index{background:#101012;border:1px solid #343438;border-radius:8px;flex-direction:column;gap:5px;padding:14px;display:flex;position:sticky;top:18px}.manual-index>strong{color:#8b8b91;letter-spacing:.12em;text-transform:uppercase;margin:2px 4px 7px;font-size:.64rem}.manual-index a{color:#a8a8ae;border-radius:5px;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:8px;padding:7px 8px;font-size:.68rem;line-height:1.35;display:grid}.manual-index a:hover{color:#fff;background:#242428}.manual-index a b{color:#e0e0e3;background:#29292d;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.62rem;display:grid}.manual-chapters{flex-direction:column;gap:10px;min-width:0;display:flex}.manual-chapter{background:#101012;border:1px solid #38383d;border-radius:8px;scroll-margin-top:18px;overflow:hidden}.manual-chapter[open]{border-color:#543034}.manual-chapter>summary{cursor:pointer;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;padding:12px 15px;list-style:none;display:grid}.manual-chapter>summary::-webkit-details-marker{display:none}.manual-chapter>summary:hover{background:#18181b}.manual-chapter>summary>b{color:#ff8b90;background:#2a1112;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.78rem;display:grid}.manual-chapter>summary>span{font-size:.85rem;font-weight:900}.manual-chapter>summary>small{color:#74747a;white-space:nowrap;font-size:.62rem}.manual-chapter[open]>summary{background:#171012;border-bottom:1px solid #34282a}.manual-chapter[open]>summary>b{background:var(--red);color:#fff}.manual-chapter-content{padding:17px}.manual-intro{border-left:4px solid var(--red);color:#d2bdbe;background:#231012;margin:0 0 15px;padding:13px 15px;font-size:.76rem;line-height:1.55}.manual-block+.manual-block{border-top:1px solid #2e2e32;margin-top:14px;padding-top:14px}.manual-block-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.manual-block-heading h3{margin:0;font-size:.88rem}.manual-block-heading span{color:#f0aeb1;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#2a1112;border-radius:999px;padding:5px 8px;font-size:.57rem;font-weight:900}.manual-block ol,.manual-block ul{color:#c0c0c5;margin:12px 0 0;padding-left:22px;font-size:.75rem;line-height:1.58}.manual-block li+li{margin-top:7px}.manual-block li::marker{color:#e6595f;font-weight:900}.manual-note,.manual-warning{border-left:4px solid;margin:13px 0 0;padding:12px 13px;font-size:.71rem;line-height:1.55}.manual-note{color:#a7d7b8;background:#10281b;border-color:#2f8354}.manual-warning{color:#e8d4aa;background:#2b2413;border-color:#b98325}.manual-note strong,.manual-warning strong{color:#fff}.manual-no-results{color:#8f8f95;text-align:center;border:1px dashed #44444a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:240px;padding:30px;display:flex}.manual-no-results strong{color:#fff}.manual-no-results span{font-size:.75rem}.manual-no-results button{color:#fff;cursor:pointer;background:#2a1112;border:1px solid #5b3a3d;border-radius:5px;margin-top:8px;padding:9px 12px;font-weight:800}.manual-footer-note{background:#211012;border:1px solid #563034;border-radius:7px;justify-content:space-between;align-items:center;gap:24px;margin-top:16px;padding:15px 17px;display:flex}.manual-footer-note strong{font-size:.76rem}.manual-footer-note span{color:#a88d8f;text-align:right;font-size:.69rem;line-height:1.45}.delete-dialog-backdrop{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000c7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.delete-dialog{background:#151012;border:1px solid #7b3035;border-radius:10px;width:min(100%,560px);padding:28px;box-shadow:0 28px 90px #0009}.delete-dialog>small{color:#f06d73;letter-spacing:.15em;font-size:.65rem;font-weight:900}.delete-dialog h2{margin:8px 0 13px;font-size:1.45rem}.delete-dialog>p{color:#b8afb1;margin:0;font-size:.82rem;line-height:1.65}.delete-dialog .delete-dialog-warning{color:#efc5c7;background:#2a1113;border-left:4px solid #d0484f;margin-top:16px;padding:13px 14px}.delete-dialog>div{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.delete-dialog button{color:#fff;cursor:pointer;background:#242124;border:1px solid #4a4548;border-radius:5px;min-height:42px;padding:9px 14px;font-weight:800}.delete-dialog .confirm-delete-button{background:#741f25;border-color:#9a3339}.delete-dialog button:disabled{cursor:wait;opacity:.5}@media (width<=980px){.site-header nav{display:none}.hero{min-height:760px}.hero-hall{opacity:.48;object-position:center 54%}.hero-shade{background:linear-gradient(90deg,#050506c7 0%,#050506bd 54%,#05050657),linear-gradient(#0000 55%,#050506b8 100%)}.trust-grid{grid-template-columns:1fr 1fr;padding-block:14px}.trust-grid span{border-right:0;align-items:center;min-height:48px;display:flex}.section-heading,.booking-layout,.contact-section{grid-template-columns:1fr}.admin-navigation{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-nav-orders{grid-column:1/-1}.manual-layout{grid-template-columns:1fr}.manual-index{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:static}.manual-index>strong{grid-column:1/-1}.manual-flow-grid,.vehicle-record-fields{grid-template-columns:repeat(2,1fr)}.manual-customer-grid.vehicle-grid,.registration-result>div{grid-template-columns:repeat(3,minmax(0,1fr))}.newsletter-popup{grid-template-columns:minmax(210px,.65fr) minmax(0,1.35fr)}.newsletter-popup-content{padding:42px 36px}.newsletter-admin-layout{grid-template-columns:1fr}.newsletter-campaign-history{align-self:stretch}.booking-summary{grid-template-columns:minmax(0,1fr) auto}.booking-summary-facts{grid-area:2/1/auto/-1}.booking-summary-actions{grid-area:1/2}.booking-copy{position:static}.services-grid{grid-template-columns:1fr 1fr}.contact-section{gap:18px}.booking-meta{grid-template-columns:1fr 1fr}}@media (width<=650px){.shell{width:min(calc(100% - 28px), var(--shell))}.header-inner{gap:12px;min-height:72px}.brand{gap:8px}.brand img{width:68px;height:23px}.brand-name{padding-left:8px}.brand strong{font-size:.82rem}.brand small{letter-spacing:.17em;margin-top:4px;font-size:.38rem}.brand .brand-master{letter-spacing:.1em;font-size:.31rem}.button-small{min-height:38px;padding-inline:12px;font-size:.7rem}.hero{min-height:760px}.hero h1{font-size:3.75rem}.hero-copy{font-size:1rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:10px}.hero-facts{flex-direction:column;margin-top:42px}.hero-hall{opacity:.46;object-position:center 54%}.hero-shade{background:linear-gradient(90deg,#050506cc,#0505067a),linear-gradient(#0000 42%,#050506c2 100%)}.trust-grid{grid-template-columns:1fr}.trust-grid span{border-bottom:1px solid #222;padding-inline:0}.trust-grid span:last-child{border-bottom:0}.section,.booking-section{padding-block:76px}.section-heading{gap:22px;margin-bottom:38px}.services-grid{grid-template-columns:1fr;gap:14px}.service-card{min-height:230px}.service-card h3{margin-top:54px}.booking-layout{gap:42px}.booking-form{grid-template-columns:1fr;padding:22px}.field,.field-full,.form-heading,.submit-button,.form-disclaimer,.form-error{grid-column:1}.booking-calendar{padding:13px}.calendar-grid{gap:3px}.calendar-days button,.calendar-empty{min-height:38px}.calendar-toolbar{grid-template-columns:38px 1fr 38px}.calendar-toolbar button{width:38px}.contact-card,.hours-card{padding:28px}.contact-list{grid-template-columns:1fr}.location-map{height:265px;margin-top:26px}.location-map-consent{padding:20px}.location-map-consent-actions,.location-map-actions{flex-direction:column;align-items:stretch}.location-map-consent-actions button,.location-map-consent-actions a,.location-map-actions a,.location-map-actions button{width:100%}.location-map-actions{justify-content:flex-end}.footer-inner{flex-direction:column;align-items:flex-start;gap:20px;padding-block:34px}.footer-inner p{margin:0}.footer-legal-links{flex-wrap:wrap}.legal-modal-backdrop{padding:10px}.legal-modal{max-height:94vh}.legal-modal-content{max-height:94vh;padding:44px 24px 42px}.legal-modal-close{width:38px;height:38px;top:12px;right:12px}.newsletter-popup-backdrop{align-items:start;padding:10px;overflow-y:auto}.newsletter-popup{grid-template-columns:1fr;margin-block:10px}.newsletter-popup-visual{min-height:150px;max-height:150px}.newsletter-popup-visual>div{bottom:17px;left:18px;right:18px}.newsletter-popup-visual strong{font-size:1.25rem}.newsletter-popup-content{padding:27px 22px 25px}.newsletter-popup-content h2{margin-right:0;font-size:2.45rem}.newsletter-popup-copy{font-size:.82rem}.newsletter-popup-close{width:38px;height:38px;top:12px;right:12px}.admin-page{padding-top:42px}.admin-navigation{grid-template-columns:1fr}.admin-nav-orders{grid-column:auto}.admin-nav-order-items{grid-template-columns:1fr}.admin-nav-group>header span{white-space:normal}.admin-nav-items button{min-height:48px}.employee-workboard-heading,.calendar-management-heading,.backup-management-heading,.customer-management-heading,.customer-record-editor-heading,.password-management-heading,.chef-access-heading{flex-direction:column;align-items:flex-start;gap:10px}.employee-add-form,.employee-delete-list,.booking-assignment,.calendar-block-form,.backup-primary-card,.backup-facts,.vehicle-record-fields,.customer-contact-grid,.vehicle-identifiers,.vehicle-history-entry,.bulk-delete-toolbar,.office-handover-grid,.completed-documentation-grid,.vehicle-history-entry>.vehicle-history-documentation,.password-management-grid,.chef-access-grid{grid-template-columns:1fr}.employee-add-form>div{flex-direction:column}.employee-add-form button,.bulk-delete-toolbar button{width:100%}.booking-summary{grid-template-columns:1fr;gap:14px;padding:16px}.booking-summary-person strong{white-space:normal}.booking-summary-facts{grid-area:auto/1;grid-template-columns:1fr}.booking-summary-facts b{white-space:normal}.booking-summary-actions{grid-area:auto/1;justify-content:space-between}.booking-item-body{padding:14px}.booking-meta{grid-template-columns:1fr}.workflow-step{padding:15px}.workflow-step-heading{flex-wrap:wrap}.workflow-step-heading>span{margin-left:44px}.workflow-actions,.completion-actions{flex-direction:column}.workflow-actions a,.workflow-actions button,.completion-actions button{width:100%}.workflow-actions .phone-action{margin-right:0}.workflow-save-bar{flex-direction:column;align-items:stretch}.workflow-save-bar button{width:100%}.booking-item-head,.capacity-setting,.calendar-block-list article,.backup-secondary-card,.backup-delete-card,.customer-record-editor-footer,.customer-vehicle-head,.customer-delete-row,.completed-order-heading,.manual-customer-form-heading,.registration-scanner-heading,.customer-heading-actions{flex-direction:column;align-items:stretch}.completed-order-heading button,.registration-scanner-heading label{width:100%}.booking-item-head-actions{justify-content:space-between}.booking-notes-footer{flex-direction:column;align-items:stretch}.booking-notes-footer button,.customer-record-editor-footer button,.customer-delete-row button,.customer-vehicle-head button,.backup-delete-card button{width:100%}.status-actions{flex-wrap:wrap}.status-actions button{width:100%}.status-actions .delete-data-button{margin-left:0}.calendar-management,.backup-management,.customer-management,.password-management{padding:18px}.calendar-block-list article>div{grid-template-columns:1fr;gap:4px}.calendar-block-list article button,.backup-secondary-card button{width:100%}.customer-record>summary{flex-wrap:wrap;align-items:flex-start}.customer-record>summary:after{order:3}.customer-vehicle-head>div:last-child{align-items:stretch}.customer-vehicle-head>div:last-child span{white-space:normal}.delete-dialog>div{flex-direction:column-reverse}.delete-dialog button{width:100%}.manual-customer-grid,.manual-customer-grid.vehicle-grid,.manual-order-fields,.registration-result>div{grid-template-columns:1fr}.manual-customer-grid.vehicle-grid label:first-child{grid-column:auto}.manual-customer-actions{flex-direction:column-reverse;align-items:stretch}.manual-customer-actions button{width:100%}.order-search-toolbar,.appointment-editor-fields{grid-template-columns:1fr}.order-search-toolbar>div{align-items:flex-start}.appointment-editor-heading,.backup-restore-heading,.backup-restore-preview-heading{flex-direction:column;align-items:flex-start}.appointment-editor-fields button{width:100%}.booking-pagination,.backup-restore-actions{text-align:center;flex-direction:column;align-items:stretch}.booking-pagination button,.backup-restore-actions button{width:100%}.backup-restore-preview>div:nth-of-type(2){grid-template-columns:1fr 1fr}.backup-restore-preview-heading>span{white-space:normal}.admin-nav-group:last-child{grid-column:auto}.promotion-management,.newsletter-management,.operator-manual{padding:18px}.promotion-management-heading,.newsletter-management-heading,.manual-heading,.newsletter-subscriber-heading{flex-direction:column;align-items:flex-start;gap:10px}.promotion-management-grid,.manual-search-bar,.newsletter-admin-stats{grid-template-columns:1fr}.promotion-toggle-row,.manual-footer-note{flex-direction:column;align-items:stretch}.newsletter-subscriber-heading label{width:100%}.manual-search-bar>b{padding-bottom:0}.manual-flow-grid,.manual-index{grid-template-columns:1fr}.manual-block-heading{flex-direction:column;align-items:flex-start;gap:7px}.manual-chapter>summary{grid-template-columns:34px minmax(0,1fr)}.manual-chapter>summary>small{grid-column:2}.manual-footer-note span{text-align:left}.promotion-banner{height:44px}.promotion-banner-track span{gap:22px;padding-inline:28px;font-size:.78rem}.hero-content{padding-top:100px}.billing-actions{flex-direction:column;align-items:stretch}.billing-actions button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal-enabled [data-reveal]{opacity:1;transform:none}}:root{--chef-red:#df1d1d;--chef-panel:#141416;--chef-line:#303035;--chef-muted:#929299}body:has(.chef-page){color:#fff;background:#09090a;margin:0}.chef-page{color:#fff;background:radial-gradient(circle at 85% -10%,#a6111833,#0000 34%),#09090a;min-height:100dvh;font-family:Arial,Helvetica,sans-serif}.chef-center{place-items:center;padding:24px;display:grid}.chef-kicker{color:#ef4444;letter-spacing:.17em;margin:0;font-size:.66rem;font-weight:900}.chef-loading{color:#b7b7bc;align-items:center;gap:13px;display:flex}.chef-loading span{border:2px solid #444;border-top-color:var(--chef-red);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite chef-spin}@keyframes chef-spin{to{transform:rotate(360deg)}}.chef-login-card{border:1px solid var(--chef-line);background:#141416f5;border-radius:16px;width:min(100%,420px);padding:30px;box-shadow:0 28px 90px #00000073}.chef-login-logo{width:min(100%,305px);height:auto;margin:0 0 28px;display:block}.chef-login-card h1{letter-spacing:-.06em;margin:8px 0 7px;font-size:3rem;line-height:.95}.chef-login-copy{color:var(--chef-muted);margin:0 0 24px;font-size:.88rem;line-height:1.55}.chef-login-card form{flex-direction:column;gap:14px;display:flex}.chef-login-card label{flex-direction:column;gap:8px;display:flex}.chef-login-card label span{color:#d1d1d5;font-size:.75rem;font-weight:800}.chef-login-card input{color:#fff;background:#080809;border:1px solid #45454b;border-radius:7px;min-height:50px;padding:12px 14px;font-size:1rem}.chef-login-card input:focus{border-color:var(--chef-red);outline:3px solid #df1d1d2e}.chef-login-card button,.chef-confirm-area button{background:var(--chef-red);color:#fff;cursor:pointer;border:1px solid #ef3535;border-radius:7px;min-height:50px;padding:12px 16px;font-weight:900}.chef-login-card button:disabled,.chef-confirm-area button:disabled{opacity:.45;cursor:not-allowed}.chef-login-card>small{color:#717177;margin-top:19px;font-size:.66rem;line-height:1.5;display:block}.chef-setup-required{background:#2d2412;border:1px solid #765a22;border-radius:7px;flex-direction:column;gap:7px;padding:16px;display:flex}.chef-setup-required span{color:#e8d19d;font-size:.78rem;line-height:1.55}.chef-error{color:#ffb1b4;background:#321012;border:1px solid #7e292d;border-radius:6px;margin:0;padding:11px 13px;font-size:.76rem;line-height:1.5}.chef-banner-error,.chef-notice{margin:0 0 16px}.chef-notice{color:#a9e4bd;background:#10281b;border:1px solid #2c6a45;border-radius:7px;padding:13px 15px;font-size:.8rem}.chef-header{z-index:20;min-height:74px;padding:max(12px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) 12px max(18px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#09090aed;border-bottom:1px solid #27272b;justify-content:space-between;align-items:center;gap:18px;display:flex;position:sticky;top:0}.chef-header-brand{align-items:center;gap:12px;min-width:0;display:flex}.chef-header-brand img{width:100px;height:auto}.chef-header-brand div{flex-direction:column;gap:3px;min-width:0;display:flex}.chef-header-brand small{color:var(--chef-red);letter-spacing:.13em;font-size:.52rem;font-weight:900}.chef-header-brand strong{text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.chef-header-actions{gap:7px;display:flex}.chef-header-actions button,.chef-welcome>button{color:#c9c9cd;cursor:pointer;background:#171719;border:1px solid #3b3b40;border-radius:6px;min-height:38px;padding:8px 11px;font-size:.68rem;font-weight:900}.chef-header-actions .chef-install{color:#ffb6b9;background:#2a1112;border-color:#733136}.chef-content{width:min(100% - 32px,1120px);padding:34px 0 max(90px, env(safe-area-inset-bottom));margin:0 auto}.chef-welcome{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:23px;display:flex}.chef-welcome h1{letter-spacing:-.06em;margin:8px 0 4px;font-size:clamp(2.25rem,8vw,4.4rem);line-height:.95}.chef-welcome p:last-child{color:var(--chef-muted);margin:0;font-size:.78rem}.chef-welcome>button{flex:none;min-height:44px}.chef-welcome>button:disabled{cursor:wait;opacity:.55}.chef-metrics{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.chef-metrics>*{border:1px solid var(--chef-line);background:var(--chef-panel);color:#fff;text-align:left;border-radius:10px;flex-direction:column;align-items:flex-start;min-height:110px;padding:16px;display:flex}.chef-metrics button{cursor:pointer}.chef-metrics button:hover{border-color:#505057}.chef-metrics .has-open{background:linear-gradient(140deg,#2e1013,#151416);border-color:#72272c}.chef-metrics small{color:#77777e;letter-spacing:.14em;font-size:.56rem;font-weight:900}.chef-metrics strong{margin-top:8px;font-size:2rem;line-height:1}.chef-metrics span{color:#9d9da3;margin-top:auto;font-size:.66rem}.chef-workspace{grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);gap:16px;display:grid}.chef-calendar-panel,.chef-day-panel{border:1px solid var(--chef-line);background:var(--chef-panel);border-radius:12px;min-width:0;padding:19px}.chef-section-heading{justify-content:space-between;align-items:flex-start;gap:14px;min-height:44px;margin-bottom:15px;display:flex}.chef-section-heading small{color:var(--chef-red);letter-spacing:.14em;font-size:.56rem;font-weight:900}.chef-section-heading h2{text-transform:capitalize;margin:5px 0 0;font-size:1.1rem}.chef-section-heading>div:last-child{gap:6px;display:flex}.chef-section-heading button{color:#fff;cursor:pointer;background:#1d1d20;border:1px solid #3c3c42;border-radius:6px;width:38px;height:38px;font-size:1.5rem}.chef-section-heading>span{background:#2a2a2e;border-radius:999px;place-items:center;min-width:32px;height:32px;padding:0 8px;font-size:.76rem;font-weight:900;display:grid}.chef-calendar-weekdays,.chef-calendar-grid{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.chef-calendar-weekdays{margin-bottom:6px}.chef-calendar-weekdays span{color:#73737a;text-align:center;padding:4px;font-size:.58rem;font-weight:900}.chef-calendar-grid button,.chef-calendar-empty{min-height:48px}.chef-calendar-grid button{color:#c9c9ce;cursor:pointer;background:#0e0e10;border:1px solid #303035;border-radius:7px;place-items:center;display:grid;position:relative}.chef-calendar-grid button:hover{border-color:#56565d}.chef-calendar-grid button.is-today{color:#fff;box-shadow:inset 0 0 0 1px #6d282c}.chef-calendar-grid button.is-selected{border-color:var(--chef-red);color:#fff;background:#381214}.chef-calendar-grid button span{font-size:.76rem;font-weight:800}.chef-calendar-grid button b{background:var(--chef-red);border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.52rem;display:grid;position:absolute;bottom:4px;right:4px}.chef-day-list{flex-direction:column;gap:8px;display:flex}.chef-day-list>button{color:#fff;text-align:left;cursor:pointer;background:#0e0e10;border:1px solid #303035;border-radius:8px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:13px;display:grid}.chef-day-list>button:hover,.chef-day-list>button.is-active{background:#1e1315;border-color:#664044}.chef-day-list time{color:#ff8589;font-size:.9rem;font-weight:900}.chef-day-list button>div{flex-direction:column;gap:3px;min-width:0;display:flex}.chef-day-list strong,.chef-day-list span,.chef-day-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chef-day-list strong{font-size:.82rem}.chef-day-list span{color:#aaaab0;font-size:.69rem}.chef-day-list small{color:#6f6f76;font-size:.61rem}.chef-day-list em,.chef-detail-title>span{color:#bbb;white-space:nowrap;border:1px solid #44444a;border-radius:999px;padding:5px 7px;font-size:.55rem;font-style:normal;font-weight:900}.chef-day-list .status-new,.chef-detail-title .status-new{color:#ffb2b5;background:#351214;border-color:#893137}.chef-day-list .status-confirmed,.chef-detail-title .status-confirmed{color:#9ce1b5;background:#10271a;border-color:#2e7048}.chef-day-list .status-billing,.chef-detail-title .status-billing{color:#ead29d;background:#2b2413;border-color:#7c612c}.chef-day-list .status-completed,.chef-detail-title .status-completed{color:#898990}.chef-empty-state{color:#75757c;text-align:center;border:1px dashed #38383e;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:190px;display:flex}.chef-empty-state strong{color:#bbb;font-size:.85rem}.chef-empty-state span{font-size:.68rem}.chef-detail-backdrop{z-index:100;padding-top:max(20px, env(safe-area-inset-top));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000c2;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.chef-detail{width:min(100%,720px);max-height:calc(100dvh - 28px);padding:26px max(20px, env(safe-area-inset-right)) max(34px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));background:#111113;border:1px solid #3a3a40;border-bottom:0;border-radius:18px 18px 0 0;position:relative;overflow-y:auto;box-shadow:0 -26px 80px #0000008f}.chef-detail-close{color:#fff;cursor:pointer;background:#222226;border:1px solid #414147;border-radius:50%;width:38px;height:38px;font-size:1.45rem;position:absolute;top:16px;right:16px}.chef-detail-loading{color:#88888e;place-items:center;min-height:300px;display:grid}.chef-detail-title{padding-right:50px}.chef-detail-title>small{color:var(--chef-red);letter-spacing:.12em;font-size:.6rem;font-weight:900}.chef-detail-title h2{letter-spacing:-.04em;margin:7px 0 10px;font-size:2rem}.chef-detail-title>span{display:inline-flex}.chef-detail-time{border-left:4px solid var(--chef-red);background:#1d1113;flex-direction:column;gap:4px;margin-top:18px;padding:14px 16px;display:flex}.chef-detail-time strong{font-size:.92rem}.chef-detail-time span{color:#c6c6ca;font-size:.76rem}.chef-detail-time small{color:#8d8d93;font-size:.65rem}.chef-contact-actions{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px;display:grid}.chef-contact-actions a{color:#fff;background:#1c1c1f;border:1px solid #3f3f45;border-radius:7px;place-items:center;min-height:44px;padding:8px;font-size:.72rem;font-weight:900;text-decoration:none;display:grid}.chef-detail-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;display:grid}.chef-detail-grid article,.chef-problem-card,.chef-documentation-card,.chef-history-card{background:#0d0d0f;border:1px solid #303035;border-radius:9px;padding:16px}.chef-detail article>small,.chef-history-card>div>small{color:#ef4d53;letter-spacing:.14em;font-size:.55rem;font-weight:900}.chef-detail dl{margin:12px 0 0}.chef-detail dl div+div{margin-top:9px}.chef-detail dt{color:#74747a;font-size:.58rem;font-weight:800}.chef-detail dd{overflow-wrap:anywhere;margin:3px 0 0;font-size:.75rem;line-height:1.45}.chef-problem-card,.chef-documentation-card,.chef-history-card{margin-top:10px}.chef-problem-card p,.chef-documentation-card p,.chef-history-card p{color:#b7b7bc;white-space:pre-wrap;margin:10px 0 0;font-size:.75rem;line-height:1.6}.chef-documentation-card>div{margin-top:13px}.chef-documentation-card strong{font-size:.7rem}.chef-documentation-card p{margin-top:4px}.chef-history-card>div{justify-content:space-between;gap:15px;display:flex}.chef-history-card>div span{color:#77777d;font-size:.62rem}.chef-history-card>section{border-top:1px solid #29292e;flex-direction:column;gap:4px;margin-top:12px;padding-top:12px;display:flex}.chef-history-card time{color:#77777d;font-size:.61rem}.chef-history-card section>strong{font-size:.76rem}.chef-history-card section p{margin-top:3px}.chef-history-card section b{color:#dedee1}.chef-confirm-area{padding:15px 20px max(18px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#180d0ff7;border-top:1px solid #4f292c;margin:12px -20px -34px;position:sticky;bottom:0}.chef-confirm-area p{color:#c9b9bb;margin:0 0 10px;font-size:.69rem;line-height:1.5}.chef-confirm-area button{width:100%}.chef-confirm-area>small{color:#e6ad6f;text-align:center;margin-top:7px;font-size:.63rem;display:block}@media (width<=760px){.chef-workspace{grid-template-columns:1fr}.chef-header-brand img{width:82px}.chef-header-brand small{display:none}.chef-content{padding-top:25px}.chef-welcome{flex-direction:column;align-items:flex-start}.chef-welcome>button{width:100%}.chef-day-list>button{grid-template-columns:50px minmax(0,1fr)}.chef-day-list em{grid-column:2;justify-self:start}.chef-detail-grid{grid-template-columns:1fr}}@media (width<=430px){.chef-header{gap:8px;padding-inline:12px}.chef-header-brand img{width:70px}.chef-header-brand strong{font-size:.78rem}.chef-header-actions .chef-install{display:none}.chef-content{width:min(100% - 20px,1120px)}.chef-metrics{grid-template-columns:1fr 1fr}.chef-metrics>*{min-height:96px;padding:13px}.chef-metrics>div{grid-column:1/-1;min-height:72px}.chef-calendar-panel,.chef-day-panel{padding:14px}.chef-calendar-grid button,.chef-calendar-empty{min-height:42px}.chef-contact-actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.chef-loading span{animation:none}}
