@import "https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&display=swap";
:root,html[data-theme=light]{--font-body:"Onest", system-ui, -apple-system, sans-serif;--font-serif:"Onest", system-ui, sans-serif;--theme-elevation-0:#fff;--theme-elevation-25:#fcfcfc;--theme-elevation-50:#fafafa;--theme-elevation-100:#f5f5f5;--theme-elevation-150:#ebebeb;--theme-elevation-200:#e5e5e5;--theme-elevation-250:#dcdcdc;--theme-elevation-300:#d4d4d4;--theme-elevation-350:#bdbdbd;--theme-elevation-400:#a3a3a3;--theme-elevation-450:#9a9a9a;--theme-elevation-500:#8e8e8e;--theme-elevation-550:#7c7c7c;--theme-elevation-600:#737373;--theme-elevation-650:#5f5f5f;--theme-elevation-700:#525252;--theme-elevation-800:#404040;--theme-elevation-900:#262626;--theme-elevation-1000:#171717;--theme-bg:#fff;--theme-input-bg:#fff;--theme-text:#171717;--style-radius-s:8px;--style-radius-m:10px;--style-radius-l:14px;--lz-surface:#fafafa;--lz-line:#ebebeb;--lz-ink:#171717;--lz-muted:#737373;--lz-accent-bg:#f0f0f0}html[data-theme=dark]{--font-body:"Onest", system-ui, -apple-system, sans-serif;--lz-surface:#1a1a1a;--lz-line:#2c2c2c;--lz-ink:#f5f5f5;--lz-muted:#a3a3a3;--lz-accent-bg:#2a2a2a}body,input,textarea,select,button{font-family:var(--font-body)}.lz-nav{background:var(--lz-surface);flex-direction:column;gap:20px;height:100%;padding:18px 12px 24px;display:flex;overflow-y:auto}.lz-nav__brand{border-bottom:1px solid var(--lz-line);flex-direction:column;gap:2px;padding:2px 8px 14px 42px;text-decoration:none;display:flex}.lz-nav__wordmark{letter-spacing:-.01em;color:var(--lz-ink);font-size:15px;font-weight:800}.lz-nav__sub{color:var(--lz-muted);font-size:11.5px}.lz-nav__group{flex-direction:column;gap:1px;display:flex}.lz-nav__title{letter-spacing:.03em;text-transform:uppercase;color:var(--lz-muted);margin:0 0 5px 10px;font-size:11px;font-weight:500}.lz-nav__item,.lz-nav__site{border-radius:var(--style-radius-s);color:var(--lz-ink);align-items:center;gap:10px;padding:7px 10px;font-size:13.5px;font-weight:400;line-height:1.3;text-decoration:none;transition:background .13s;display:flex}.lz-nav__item:hover,.lz-nav__site:hover{background:var(--lz-accent-bg)}.lz-nav__item--active{background:var(--lz-accent-bg);font-weight:600}.lz-nav__icon{color:var(--lz-muted);flex-shrink:0;display:inline-flex}.lz-nav__item--active .lz-nav__icon{color:var(--lz-ink)}.lz-nav__site{border:1px solid var(--lz-line);color:var(--lz-muted);margin-top:auto;font-size:13px}.app-header__actions{margin-right:200px}.lz-theme{border:1px solid var(--lz-line);width:34px;height:34px;color:var(--lz-muted);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;transition:background .13s,color .13s;display:inline-flex}.lz-theme:hover{background:var(--lz-accent-bg);color:var(--lz-ink)}.dashboard__card{border-radius:var(--style-radius-m);border:1px solid var(--lz-line);background:var(--theme-elevation-0);transition:border-color .13s,box-shadow .13s}.dashboard__card:hover{border-color:var(--theme-elevation-350);box-shadow:0 1px 2px #0000000d}.doc-header__title,.list-header h1,h1,h2,h3{letter-spacing:-.02em}.field-type input[type=text],.field-type input[type=number],.field-type input[type=email],.field-type textarea,.rs__control{border-radius:var(--style-radius-s);border-color:var(--lz-line);min-height:40px}.field-description{color:var(--lz-muted);font-size:12px;line-height:1.45}.btn{border-radius:var(--style-radius-s);font-weight:500}.btn.btn--style-primary{background:var(--lz-ink);border-color:var(--lz-ink);color:var(--theme-elevation-0)}.btn.btn--style-primary:hover{background:var(--theme-elevation-800)}.btn.btn--style-secondary{border-color:var(--lz-line)}.btn--withPopup{background:0 0}.btn--withPopup>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn--withPopup .popup-button{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--style-radius-s);border-bottom-right-radius:var(--style-radius-s)}.table th{letter-spacing:.01em;color:var(--lz-muted);font-size:12px;font-weight:500}.table td{padding-top:12px;padding-bottom:12px}.table tbody tr:hover{background:var(--theme-elevation-50)}.blocks-field__row,.array-field__row{border-radius:var(--style-radius-m);border:1px solid var(--lz-line);overflow:hidden}.step-nav__home{overflow:visible;width:26px!important;height:22px!important}.step-nav__home svg{width:100%;height:100%}
