:root{--ink:#1d1e1f;--ink-muted:#67696b;--page:#f2efee;--surface:#fff;--line:#dcdfe0;--brand:#fb4d07;--brand-ink:#d33f04;--brand-blue:#034da2;--brand-yellow:#f8b300;--gutter:16px;--header-top:14px;--nav-height:52px;--z-site-chrome:200}@media (min-width:768px){:root{--gutter:32px;--header-top:20px}}@media (min-width:1025px){:root{--gutter:48px}}*{box-sizing:border-box}body{background:var(--page);color:var(--ink);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:inherit}.site-header{z-index:var(--z-site-chrome);padding:var(--header-top) var(--gutter) 0;pointer-events:none;align-items:center;gap:24px;transition:transform .55s cubic-bezier(.22,1,.36,1),opacity .4s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;inset:0 0 auto}.site-header[data-hidden]{opacity:0;transition:transform .6s cubic-bezier(.5,0,.75,0),opacity .5s cubic-bezier(.5,0,.75,0);transform:translateY(calc(-100% - 16px))}.site-header[data-hidden] *{pointer-events:none}.site-logo{min-width:0;color:var(--ink);pointer-events:auto;text-decoration:none;display:block}.site-logo svg{width:auto;max-width:100%;height:22px;display:block}@media (min-width:768px){.site-logo svg{height:26px}}.site-nav{background:var(--ink);color:var(--surface);pointer-events:auto;border-radius:999px;flex-shrink:0;align-items:center;gap:20px;margin-left:auto;padding:6px;display:flex;position:relative}.site-nav ul{align-items:center;margin:0;padding:0;list-style:none;display:flex}.nav-bubble{z-index:0;background:var(--surface);pointer-events:none;border-radius:999px;transition:transform .45s cubic-bezier(0,0,.2,1),width .45s cubic-bezier(0,0,.2,1),height .45s cubic-bezier(0,0,.2,1),opacity .2s;position:absolute;top:0;left:0}.nav-bubble[data-appearing]{transition:opacity .2s}.site-nav a{z-index:1;color:var(--surface);text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1);position:relative}.site-nav a.is-highlighted{color:var(--ink)}.nav-links a{white-space:nowrap;border-radius:999px;align-items:center;height:40px;padding-inline:22px;font-size:.94rem;display:flex}.nav-icons{gap:2px}.nav-icons a{border-radius:999px;place-items:center;width:40px;height:40px;display:grid}.nav-icons svg{width:22px;height:22px}.site-nav a:focus-visible,.site-logo:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.nav-burger-slot{display:none}.nav-burger{width:40px;height:40px;color:var(--surface);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;padding:0;transition:background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1);display:grid}.nav-burger:hover{background:var(--surface);color:var(--ink)}.nav-burger:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.nav-burger svg{width:22px;height:22px}.nav-menu{top:calc(100% + 8px);right:var(--gutter);left:var(--gutter);background:var(--ink);color:var(--surface);pointer-events:auto;border-radius:24px;padding:8px;position:absolute}.nav-menu[hidden]{display:none}.nav-menu ul{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.nav-menu a{color:inherit;border-radius:999px;padding:12px 16px;text-decoration:none;display:block}.nav-menu a[aria-current=page]{background:var(--surface);color:var(--ink)}@media (max-width:767px){.site-header{gap:12px}.site-nav .nav-links{display:none}.nav-burger-slot{display:block}}@media (min-width:768px){.nav-menu{display:none}}@media (prefers-reduced-motion:reduce){.site-header,.nav-bubble{transition:opacity .25s}}.page{max-width:1280px;padding:calc(var(--header-top) + var(--nav-height) + 72px) var(--gutter) 112px;margin-inline:auto}.page h1{letter-spacing:-.045em;max-width:16ch;margin:0;font-size:clamp(2.5rem,7vw,5.8rem);font-weight:600;line-height:.98}.page p{color:var(--ink-muted);margin:0}.page h2{letter-spacing:-.035em;max-width:18ch;margin:0;font-size:clamp(2rem,4vw,3.6rem);font-weight:600;line-height:1.05}.page h3{letter-spacing:-.015em;margin:0;font-size:1.2rem;font-weight:600}.page-hero{align-content:center;justify-items:start;min-height:min(660px,100vh - 160px);display:grid}.page-eyebrow{color:var(--brand-ink);letter-spacing:.12em;text-transform:uppercase;margin-bottom:22px;font-size:.8rem;font-weight:700}.page-lead{max-width:58ch;margin-top:30px;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.6}.page-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:36px;display:flex}.page .cta{background:var(--brand-ink);min-height:52px;color:var(--surface);border-radius:999px;justify-content:center;align-items:center;padding:14px 32px;font-weight:600;text-decoration:none;display:inline-flex}.page .cta:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.text-link{text-underline-offset:5px;font-weight:600;text-decoration-thickness:1px}.text-link:focus-visible{outline:2px solid var(--brand);outline-offset:5px}.page-section{border-top:1px solid var(--line);padding-top:112px}.page-section--split{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(48px,9vw,128px);display:grid}.step-grid,.info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:56px 0 0;padding:0;list-style:none;display:grid}.step-card,.info-card,.checklist-panel{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 72%, transparent);border-radius:28px;padding:clamp(24px,4vw,40px)}.step-card{min-height:280px}.step-card__number{color:var(--brand-ink);letter-spacing:.1em;margin-bottom:72px;font-size:.8rem;font-weight:700;display:block}.step-card p,.info-card p{margin-top:14px;line-height:1.65}.info-card{min-height:220px}.checklist{gap:16px;margin:0;padding:0;list-style:none;display:grid}.checklist li{padding-left:30px;position:relative}.checklist li:before{border:2px solid var(--brand);content:"";border-radius:50%;width:12px;height:12px;position:absolute;top:.55em;left:0}.page-note{border-top:1px solid var(--line);margin-top:32px;padding-top:28px;line-height:1.65}.page--status{place-items:center;min-height:100vh;display:grid}@supports (min-height:100dvh){.page--status{min-height:100dvh}}.status-card{border:1px solid var(--line);background:var(--surface);border-radius:clamp(28px,5vw,48px);width:min(760px,100%);padding:clamp(28px,6vw,64px)}.status-card h1{max-width:14ch;font-size:clamp(2.3rem,6vw,4.4rem)}.status-card__label{border:1px solid var(--line);color:var(--ink-muted);border-radius:999px;margin-bottom:42px;padding:8px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.status-card__available{background:var(--page);border-radius:20px;margin-top:32px;padding:24px}.status-card__available strong{margin-bottom:8px;font-size:.9rem;display:block}.status-card__available p{line-height:1.6}@media (max-width:767px){.page{padding-top:calc(var(--header-top) + var(--nav-height) + 56px);padding-bottom:72px}.page-hero{min-height:560px}.page-section{padding-top:72px}.page-section--split,.step-grid,.info-grid{grid-template-columns:1fr}.step-grid,.info-grid{margin-top:40px}.step-card{min-height:220px}.step-card__number{margin-bottom:48px}.status-card{border-radius:28px}}.account-page{width:min(1280px,100%);min-height:100vh;padding:calc(var(--header-top) + var(--nav-height) + 72px) var(--gutter) 96px;grid-template-columns:minmax(0,.92fr) minmax(360px,.78fr);align-items:center;gap:clamp(48px,9vw,136px);margin-inline:auto;display:grid}@supports (min-height:100dvh){.account-page{min-height:100dvh}}.account-intro h1{letter-spacing:-.055em;max-width:10ch;margin:0;font-size:clamp(3rem,7vw,6.5rem);font-weight:600;line-height:.92}.account-intro>p:not(.account-eyebrow){max-width:54ch;color:var(--ink-muted);margin:30px 0 0;font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.65}.account-eyebrow{color:var(--brand-ink);letter-spacing:.12em;text-transform:uppercase;margin:0 0 22px;font-size:.8rem;font-weight:700}.account-promises{color:var(--ink-muted);gap:10px;margin:32px 0 0;padding:0;font-size:.92rem;list-style:none;display:grid}.account-promises li{padding-left:22px;position:relative}.account-promises li:before{border:2px solid var(--brand);content:"";border-radius:50%;width:8px;height:8px;position:absolute;top:.58em;left:0}.account-card{border:1px solid var(--line);background:var(--surface);border-radius:clamp(28px,4vw,44px);width:100%;min-height:520px;padding:clamp(28px,4vw,52px)}.account-card__title,.account-load-error h2{letter-spacing:-.04em;max-width:15ch;margin:0;font-size:clamp(2rem,4vw,3.15rem);font-weight:600;line-height:1}.account-card__title:focus-visible{outline:2px solid var(--brand);outline-offset:6px}.account-card__lead{color:var(--ink-muted);margin:20px 0 0;line-height:1.6}.account-card__lead strong{color:var(--ink)}.account-methods,.account-form{gap:12px;margin-top:30px;display:grid}.account-button{border:1px solid var(--line);background:var(--surface);min-height:52px;color:var(--ink);font:inherit;text-align:center;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:13px 22px;font-weight:650;line-height:1.25;text-decoration:none;transition:border-color .2s,background-color .2s,color .2s,transform .2s;display:inline-flex}.account-button:hover:not(:disabled){border-color:var(--ink);transform:translateY(-1px)}.account-button--primary{border-color:var(--brand-ink);background:var(--brand-ink);color:var(--surface)}.account-button--vk{border-color:var(--brand-blue);background:var(--brand-blue);color:var(--surface)}.account-button--quiet{background:var(--page);border-color:#0000}.account-button:disabled,.account-resend:disabled{cursor:not-allowed;opacity:.55}.account-button:focus-visible,.account-resend:focus-visible,.account-back:focus-visible,.account-field input:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.account-field{color:var(--ink);gap:8px;font-size:.88rem;font-weight:650;display:grid}.account-field input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:52px;color:var(--ink);font:inherit;border-radius:14px;padding:12px 16px;font-size:1rem}.account-field input:hover{border-color:color-mix(in srgb, var(--ink-muted) 62%, var(--line))}.account-field input:focus-visible{border-color:var(--brand)}.account-back,.account-resend{color:var(--ink-muted);font:inherit;text-align:left;text-underline-offset:5px;cursor:pointer;background:0 0;border:0;padding:0;font-size:.88rem;font-weight:650;text-decoration:underline;text-decoration-thickness:1px}.account-back{margin-bottom:30px}.account-resend{justify-self:center;margin-top:4px}.account-challenge{background:var(--page);border-radius:18px;gap:8px;margin-top:24px;padding:18px;display:grid}.account-challenge p,.account-privacy-note{color:var(--ink-muted);margin:0;font-size:.9rem;line-height:1.55}.account-challenge strong,.account-challenge .account-development-code{color:var(--ink)}.account-development-code code{border:1px solid var(--line);background:var(--surface);letter-spacing:.08em;border-radius:6px;padding:3px 7px;font-size:1rem;font-weight:700}.account-privacy-note{margin-top:18px}.account-notice-slot{min-height:0}.account-notice{border:1px solid var(--line);color:var(--ink-muted);border-radius:14px;margin:20px 0 0;padding:14px 16px;font-size:.9rem;line-height:1.5}.account-notice[data-tone=error]{color:#7f2418;background:#fff7f5;border-color:#b94a3a}.account-notice[data-tone=success]{color:#27593b;background:#f3fbf6;border-color:#4f8063}.account-notice[data-tone=info]{color:#2f557d;background:#f4f8fc;border-color:#6688ad}.account-loading{min-height:410px;color:var(--ink-muted);justify-content:center;align-items:center;gap:12px;display:flex}.account-spinner{border:2px solid var(--line);border-top-color:var(--brand);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite account-spin}@keyframes account-spin{to{transform:rotate(360deg)}}.account-load-error{align-content:center;justify-items:start;min-height:410px;display:grid}.account-load-error p{color:var(--ink-muted);margin:20px 0 28px;line-height:1.6}.account-profile__status{color:#27593b;border:1px solid #4f8063;border-radius:999px;margin:0 0 22px;padding:7px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.account-captcha{min-height:0}.account-captcha-note{color:var(--ink-muted);text-align:center;margin:14px 0 0;font-size:.76rem}.account-page--dashboard{width:min(1180px,100%);padding-top:calc(var(--header-top) + var(--nav-height) + 64px);display:block}.account-card--dashboard{min-height:0;padding:clamp(24px,4vw,48px)}.customer-account,.customer-panel,.customer-address,.customer-address-editor{min-width:0}.customer-header{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:28px 36px;padding-bottom:34px;display:grid}.customer-header__title{overflow-wrap:anywhere;letter-spacing:-.05em;margin:0;font-size:clamp(2.25rem,5vw,4.5rem);font-weight:600;line-height:.98}.customer-header__lead{max-width:62ch;color:var(--ink-muted);margin:18px 0 0;line-height:1.6}.customer-header__actions{gap:10px;min-width:210px;display:grid}.customer-contacts{flex-wrap:wrap;grid-column:1/-1;gap:12px 32px;margin:0;display:flex}.customer-contacts div{min-width:0}.customer-contacts dt,.customer-profile-values dt{color:var(--ink-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:700}.customer-contacts dd,.customer-profile-values dd{overflow-wrap:anywhere;margin:3px 0 0}.customer-notice-slot:empty{display:none}.customer-notice{margin-top:24px}.customer-loading{min-height:220px;color:var(--ink-muted);justify-content:center;align-items:center;gap:12px;display:flex}.customer-load-error{align-content:center;justify-items:start;gap:18px;min-height:220px;display:grid}.customer-load-error p{color:#7f2418;max-width:55ch;margin:0}.customer-grid{grid-template-columns:minmax(280px,.78fr) minmax(0,1.42fr);align-items:start;gap:24px;margin-top:30px;display:grid}.customer-panel{border:1px solid var(--line);background:color-mix(in srgb, var(--page) 44%, var(--surface));border-radius:24px;padding:clamp(22px,3vw,30px)}.customer-panel__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.customer-panel__header h2{letter-spacing:-.025em;margin:0;font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.15}.customer-panel__header p,.customer-limit-note,.customer-empty{color:var(--ink-muted);margin:8px 0 0;font-size:.88rem;line-height:1.55}.customer-text-button{color:var(--brand-ink);font:inherit;text-underline-offset:4px;cursor:pointer;background:0 0;border:0;flex:none;padding:3px 0;font-size:.88rem;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}.customer-text-button--danger{color:#9a3124}.customer-text-button:disabled{cursor:not-allowed;opacity:.5}.customer-form,.customer-address-editor{margin-top:24px}.customer-form fieldset,.customer-address-editor fieldset{border:0;min-width:0;margin:0;padding:0}.customer-address-editor legend{margin-bottom:20px;padding:0;font-size:1.15rem;font-weight:700}.customer-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.customer-form__grid--profile{grid-template-columns:1fr}.customer-field--wide{grid-column:1/-1}.account-field small{color:var(--ink-muted);font-size:.74rem;font-weight:500}.account-field select,.account-field textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);font:inherit;border-radius:14px;padding:12px 16px;font-size:1rem}.account-field select{min-height:52px}.account-field textarea{resize:vertical;min-height:96px}.account-field select:hover,.account-field textarea:hover{border-color:color-mix(in srgb, var(--ink-muted) 62%, var(--line))}.account-field select:focus-visible,.account-field textarea:focus-visible,.customer-text-button:focus-visible,.customer-checkbox input:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.customer-form__actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.customer-form__actions .account-button{min-width:150px}.customer-profile-values{gap:0;margin:24px 0 0;display:grid}.customer-profile-values div{border-top:1px solid var(--line);padding:14px 0}.customer-add-button{white-space:nowrap;min-height:44px;padding-block:9px}.customer-addresses{gap:14px;margin-top:24px;display:grid}.customer-address{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:20px}.customer-address__topline{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.customer-address h3{overflow-wrap:anywhere;margin:0;font-size:1.05rem}.customer-address__badges{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:6px;display:flex}.customer-badge{border:1px solid var(--line);color:var(--ink-muted);white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:700}.customer-badge--default{color:#27593b;background:#f3fbf6;border-color:#4f8063}.customer-address__summary,.customer-address__details,.customer-address__comment{overflow-wrap:anywhere;margin:12px 0 0;line-height:1.55}.customer-address__details{color:var(--ink-muted);font-size:.88rem}.customer-address__comment{background:var(--page);color:var(--ink-muted);border-radius:10px;padding:10px 12px;font-size:.85rem}.customer-address__actions{gap:18px;margin-top:16px;display:flex}.customer-delete-confirm{border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.customer-delete-confirm p{margin:0;font-weight:650}.customer-delete-confirm div{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.customer-delete-confirm .account-button{min-height:44px;padding-block:9px}.customer-danger-button{color:#7f2418;border-color:#9a3124}.customer-checkbox{cursor:pointer;align-items:flex-start;gap:10px;margin-top:18px;font-size:.9rem;font-weight:650;display:flex}.customer-checkbox input{width:18px;height:18px;accent-color:var(--brand-ink);margin:2px 0 0}.customer-field-hint{color:var(--ink-muted);margin:7px 0 0 28px;font-size:.78rem}.customer-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:900px){.account-page{grid-template-columns:1fr;align-items:start;gap:48px}.account-intro h1{max-width:12ch}.account-card{width:min(620px,100%)}.account-card--dashboard{width:100%}.customer-grid{grid-template-columns:1fr}}@media (max-width:767px){.account-page{padding-top:calc(var(--header-top) + var(--nav-height) + 56px);padding-bottom:64px}.account-intro h1{font-size:clamp(2.7rem,14vw,4.6rem)}.account-card{border-radius:28px;min-height:0;padding:26px 20px}.account-page--dashboard{padding-top:calc(var(--header-top) + var(--nav-height) + 40px)}.customer-header{grid-template-columns:1fr;gap:24px}.customer-header__actions,.customer-contacts{grid-column:auto}.customer-header__actions{min-width:0}.customer-panel__header,.customer-address__topline{flex-direction:column;align-items:stretch}.customer-address__badges{justify-content:flex-start}.customer-form__grid{grid-template-columns:minmax(0,1fr)}.customer-field--wide{grid-column:auto}.customer-add-button{width:100%}}@media (prefers-reduced-motion:reduce){.account-button{transition:none}.account-spinner{animation-duration:1.6s}}.configurator-shell{width:100%;height:100vh;padding-top:calc(var(--header-top) * 2 + var(--nav-height));background:var(--page);grid-template-rows:minmax(0,1fr);display:grid;overflow:hidden}@supports (height:100dvh){.configurator-shell{height:100dvh}}.configurator-page{width:100%;height:100%;min-height:0;overflow:hidden}.configurator-page .configurator-host{width:100%;height:100%}.configurator-failure{inset:auto var(--gutter) var(--gutter);z-index:calc(var(--z-site-chrome) + 1);background:var(--surface);border:1px solid var(--line);border-radius:12px;max-width:60ch;padding:20px 24px;position:fixed}.configurator-failure h1{margin:0 0 8px;font-size:1.1rem}.configurator-failure p{margin:0 0 8px;font-size:.94rem}.configurator-failure__hint{color:var(--ink-muted)}.kitchen-widget-root{--kc-color-accent:var(--brand);--kc-color-accent-strong:#d43f00;--kc-accent-rgb:251, 77, 7;--kc-color-text:var(--ink);--kc-color-text-muted:var(--ink-muted);--kc-color-page:var(--page);--kc-color-surface:var(--surface);--kc-radius-panel:12px;--kc-shadow-panel:none;--kc-border-hairline:var(--line)}
