:root{--brand:#f58635;--brand-strong:#e6762a;--brand-soft:#fff4ec;--brand-tint:#fef1e7;--ink:#1a1a1a;--ink-2:#3d3d42;--muted:#6b6b6e;--muted-2:#94949a;--line:#ececef;--line-strong:#e1e1e6;--surface:#fff;--surface-2:#f4f4f6;--canvas:#fafafb;--font-ui:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display:"DM Sans", "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;--r-sm:6px;--r-md:9px;--r-lg:14px;--r-pill:999px;--shadow-sm:0 1px 2px #11111a0a;--shadow-md:0 4px 16px #11111a12;--shadow-lg:0 16px 48px #11111a24;--topbar-h:76px;--sidebar-w:256px;--rail-w:300px;--sidebar-cw:76px;--gutter:30px;--ring:0 0 0 3px #f586352e;--ease:cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--topbar-h) + 16px)}body{font-family:var(--font-ui);color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.45}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit;background:0 0;border:0;outline:0}button{cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.01em;font-weight:600}.ico{fill:none;flex:none;width:16px;height:16px}.svg-sprite{width:0;height:0;position:absolute;overflow:hidden}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--r-sm)}::selection{background:var(--brand-tint);color:var(--ink)}.sidebar,.content{scrollbar-width:thin;scrollbar-color:#d8d8de transparent}.sidebar::-webkit-scrollbar{width:8px}.content::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-thumb{border-radius:var(--r-pill);background:#dedee4 padding-box content-box;border:2px solid #0000}.content::-webkit-scrollbar-thumb{border-radius:var(--r-pill);background:#dedee4 padding-box content-box;border:2px solid #0000}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.topbar{z-index:60;height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--line);align-items:stretch;display:flex;position:fixed;inset:0 0 auto}.brand{width:var(--sidebar-w);border-right:1px solid var(--line);flex:none;align-items:center;gap:12px;padding:0 20px;display:flex}.brand__mark{background:var(--brand);color:#fafcff;width:38px;height:38px;box-shadow:var(--shadow-sm);place-items:center;display:grid;overflow:hidden}.brand__mark .ico,.brand__mark img{width:100%;height:100%;display:block}.brand__text{flex-direction:column;line-height:1.2;display:flex}.brand__text strong{font-family:var(--font-display);letter-spacing:-.02em;font-size:20px;font-weight:700}.brand__text small{color:var(--muted-2);font-size:12px}.topbar__main{flex:1;align-items:center;gap:14px;min-width:0;padding:0 32px;display:flex}.topbar .topbar__menu{display:none}.topbar__actions{flex:none;align-items:center;gap:20px;margin-left:auto;display:flex}.credits{white-space:nowrap;flex-direction:column;gap:3px;line-height:1.2;display:flex}.credits__label{color:var(--brand);font-size:14.5px;font-weight:600}.credits__value{color:var(--muted);font-size:14.5px}.credits__value b{color:var(--ink);font-size:16.5px;font-weight:700}.sidebar__credits{display:none}.credits--inline{flex-direction:row;align-items:baseline;gap:10px}.topbar__divider{background:var(--line-strong);flex:none;width:1px;height:30px}.tenant{flex:none;position:relative}.tenant__select,.tenant__profile{border:1px solid var(--line-strong);border-radius:var(--r-md);width:176px;height:34px;color:var(--ink-2);cursor:pointer;appearance:none;text-overflow:ellipsis;transition:background .16s var(--ease), border-color .16s var(--ease), box-shadow .16s var(--ease);background:#f7f7f8;padding:0 34px 0 12px;font-size:14px}.tenant__profile{text-align:left;cursor:pointer}.tenant__select:hover,.tenant__profile:hover{background:var(--surface-2);border-color:#d5d5dc}.tenant__select:focus,.tenant__profile:focus{border-color:var(--brand);box-shadow:var(--ring)}.tenant__chevron{width:15px;height:15px;color:var(--muted);pointer-events:none;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.shell{padding-top:var(--topbar-h);align-items:flex-start;min-height:100vh;display:flex}.sidebar{top:var(--topbar-h);z-index:40;flex:0 0 var(--sidebar-w);width:var(--sidebar-w);height:calc(100vh - var(--topbar-h));background:var(--surface);border-right:1px solid var(--line);flex-direction:column;gap:20px;padding:18px 14px;display:flex;position:sticky;overflow-y:auto}.sidebar__foot{margin-top:auto}.sidebar .sidebar__close{display:none}.sidebar__nav,.sidebar__foot{flex-direction:column;gap:4px;display:flex}.navlink{color:var(--muted);transition:background .16s var(--ease), color .16s var(--ease);border-radius:10px;align-items:center;gap:12px;padding:11px 12px;font-size:13.5px;font-weight:500;display:flex}.navlink .ico{width:19px;height:19px}.navlink:hover{background:var(--surface-2);color:var(--ink-2)}.navlink.is-active{background:var(--brand-soft);color:var(--brand);font-weight:600}.navlink span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar__collapse{width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0}.sidebar__collapse-ico{transition:transform .2s var(--ease);transform:rotate(90deg)}.sidebar.is-collapsed .sidebar__collapse-ico{transform:rotate(-90deg)}@media (width>=901px){.sidebar,.workspace__cols>.content{transition:flex-basis .2s var(--ease), width .2s var(--ease)}.sidebar.is-collapsed{flex:0 0 var(--sidebar-cw);width:var(--sidebar-cw);padding-inline:10px}.sidebar.is-collapsed .navlink{justify-content:center;padding-inline:0}.sidebar.is-collapsed .navlink span{display:none}.shell:has(.sidebar.is-collapsed) .workspace__cols>.content{flex-basis:calc(var(--rail-w) + var(--sidebar-w) - var(--sidebar-cw));width:calc(var(--rail-w) + var(--sidebar-w) - var(--sidebar-cw))}}.workspace{gap:var(--gutter);min-width:0;padding:0 var(--gutter) var(--gutter);flex-direction:column;flex:1;display:flex}.workspace__cols{align-items:flex-start;gap:var(--gutter);min-width:0;display:flex}.preview-rail{top:var(--topbar-h);min-width:0;height:calc(100vh - var(--topbar-h));padding:28px 0 var(--gutter);flex:1;position:sticky}.sectabs-wrap{top:var(--topbar-h);z-index:30;background:var(--canvas);padding:20px 0 16px;position:sticky}.sectabs{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:12px;padding:12px 16px 8px;display:flex}.sectabs__groups,.sectabs__links{gap:6px;display:flex;overflow-x:auto}.sectabs__groups{scrollbar-width:none}.sectabs__groups::-webkit-scrollbar{display:none}.sectabs__links{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;padding-bottom:6px}.sectabs__links::-webkit-scrollbar{height:6px}.sectabs__links::-webkit-scrollbar-track{background:0 0}.sectabs__links::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:var(--r-pill)}.sectabs__links::-webkit-scrollbar-thumb:hover{background:var(--muted-2)}.sectabs__groups{gap:22px}.sectabs__group{color:var(--ink-2);white-space:nowrap;transition:color .16s var(--ease);flex:none;padding:2px 1px 9px;font-size:13.5px;font-weight:500;position:relative}.sectabs__group:hover{color:var(--ink)}.sectabs__group.is-active{color:var(--ink);font-weight:700}.sectabs__group.is-active:after{content:"";background:var(--ink);border-radius:2px;height:2px;position:absolute;inset:auto 0 0}.sectabs__links{gap:8px}.sectabs__link{border-radius:var(--r-pill);background:var(--surface-2);color:var(--muted);white-space:nowrap;transition:color .16s var(--ease), background .16s var(--ease);flex:none;padding:7px 15px;font-size:12.5px;font-weight:500}.sectabs__link:hover{color:var(--ink-2)}.sectabs__link.is-active{background:var(--brand-soft);color:var(--brand);font-weight:700}.content{flex:1;min-width:0}.workspace__cols>.content{flex:0 0 var(--rail-w);width:var(--rail-w);flex-direction:column;display:flex}.settings{border-radius:var(--r-lg);flex-direction:column;gap:16px;max-width:100%;display:flex}@media (width>=1201px){.workspace__cols>.content{top:var(--topbar-h);height:calc(100vh - var(--topbar-h) - var(--gutter));min-height:0;position:sticky}.settings{overscroll-behavior:contain;scrollbar-width:none;flex:auto;min-height:0;overflow-y:auto}.settings::-webkit-scrollbar{display:none}.settings .card{scroll-margin-top:12px}}.scrim{inset:var(--topbar-h) 0 0 0;z-index:45;opacity:0;pointer-events:none;transition:opacity .22s var(--ease);background:#14141a61;position:fixed}.scrim.is-open{opacity:1;pointer-events:auto}.mobilebar{display:none}.btn{white-space:nowrap;height:38px;transition:background .16s var(--ease), border-color .16s var(--ease), color .16s var(--ease), box-shadow .16s var(--ease);border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:13.5px;font-weight:600;display:inline-flex}.btn--ghost{background:var(--surface);border:1px solid var(--line-strong);color:var(--ink-2)}.btn--ghost:hover{background:var(--surface-2);border-color:#d5d5dc}.btn--primary{background:var(--brand);color:#fff;box-shadow:0 1px 2px #f5863559}.btn--primary:hover{background:var(--brand-strong)}.btn--primary:active{transform:translateY(.5px)}.btn:disabled{opacity:.55;cursor:not-allowed}.settings__actions{z-index:20;background:var(--canvas);justify-content:center;gap:10px;margin-top:auto;padding:14px 0 18px;display:flex;position:sticky;bottom:0}.settings__actions .btn{justify-content:center}.settings__actions .btn--primary{flex:1}.settings__reset{color:var(--muted);flex:none}.settings__reset:hover:not(:disabled){color:var(--ink)}.icon-btn{border-radius:var(--r-md);width:36px;height:36px;color:var(--ink-2);transition:background .16s var(--ease);place-items:center;display:grid}.icon-btn:hover{background:var(--surface-2)}.pill{border:1px solid var(--line-strong);background:var(--surface);height:38px;color:var(--muted);border-radius:10px;align-items:center;gap:7px;padding:0 14px;font-size:12.5px;font-weight:500;display:inline-flex}.pill--dirty{background:var(--brand-soft);color:var(--brand-strong);border-color:#f6dcc6}.pill__dot{background:var(--brand);border-radius:50%;width:6px;height:6px}.tag{border-radius:var(--r-sm);background:var(--surface-2);letter-spacing:.04em;height:22px;color:var(--muted);align-items:center;padding:0 9px;font-size:10.5px;font-weight:600;display:inline-flex}.card{--card-pad:22px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:0 var(--card-pad) 10px;box-shadow:var(--shadow-sm);scroll-margin-top:calc(var(--topbar-h) + 20px)}.card__head{margin-inline:calc(var(--card-pad) * -1);padding:20px var(--card-pad) 18px;border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:baseline;gap:9px;display:flex}.card__head--stack{border-bottom:0;flex-direction:column;align-items:flex-start;gap:3px;padding-bottom:10px}.card__title{letter-spacing:-.01em;font-size:15px;font-weight:600}.card__meta,.card__sub{color:var(--muted-2);font-size:12.5px}.card__break{flex:0 0 100%;height:0}.card__head .tag{margin:4px 0 0 -1px}.field{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:12px 0;display:flex}.card__head+.field,.group-label+.field{border-top:0}.field--stack{flex-direction:column;align-items:stretch;gap:10px}.field__label{min-width:0;color:var(--ink-2);flex-direction:column;gap:4px;font-size:13.5px;font-weight:500;display:flex}.field__hint{color:var(--muted-2);font-size:12.5px;font-weight:400}.field__control{flex:none;justify-content:flex-end;align-items:center;display:flex}.field--stack .field__control{justify-content:flex-start;width:100%}.field--stack .colorfield,.field--stack .select,.field--stack .stepper{width:100%}.field--stack .colorfield__hex{flex:1;width:auto}.group-label{border-top:1px solid var(--line);letter-spacing:.11em;text-transform:uppercase;color:var(--muted-2);padding:18px 0 10px;font-size:10.5px;font-weight:600}.card__head+.group-label{border-top:0;padding-top:14px}.input{border-radius:var(--r-md);background:var(--surface-2);width:100%;height:42px;color:var(--ink);transition:background .16s var(--ease), border-color .16s var(--ease), box-shadow .16s var(--ease);border:1px solid #0000;padding:0 14px;font-size:13.5px}.input::placeholder{color:var(--muted-2)}.input:focus{background:var(--surface);border-color:var(--brand);box-shadow:var(--ring)}.colorfield{align-items:center;gap:8px;display:inline-flex}.colorfield__swatch{border:1px solid var(--line-strong);cursor:pointer;width:30px;height:30px;transition:box-shadow .16s var(--ease);background:0 0;border-radius:7px;flex:none;padding:0;overflow:hidden}.colorfield__swatch:hover{box-shadow:var(--shadow-sm)}.colorfield__swatch::-webkit-color-swatch-wrapper{padding:0}.colorfield__swatch::-webkit-color-swatch{border:0;border-radius:6px}.colorfield__swatch::-moz-color-swatch{border:0;border-radius:6px}.colorfield__hex{border:1px solid var(--line-strong);border-radius:var(--r-md);background:var(--surface);letter-spacing:.02em;width:88px;height:34px;color:var(--ink-2);text-transform:uppercase;transition:border-color .16s var(--ease), box-shadow .16s var(--ease);padding:0 10px;font-size:12.5px;font-weight:500}.colorfield__hex:focus{border-color:var(--brand);box-shadow:var(--ring)}.select{width:108px;position:relative}.select select{border:1px solid var(--line-strong);border-radius:var(--r-md);background:var(--surface);width:100%;height:34px;color:var(--ink-2);cursor:pointer;appearance:none;transition:border-color .16s var(--ease), box-shadow .16s var(--ease);padding:0 32px 0 12px;font-size:12.5px;font-weight:500}.select select:hover{border-color:#d5d5dc}.select select:focus{border-color:var(--brand);box-shadow:var(--ring)}.select__chevron{width:13px;height:13px;color:var(--muted-2);pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.numbox{border:1px solid var(--line-strong);border-radius:var(--r-md);background:var(--surface);width:82px;height:34px;transition:border-color .16s var(--ease), box-shadow .16s var(--ease);justify-content:flex-end;align-items:center;gap:6px;padding:0 11px;display:inline-flex}.numbox:focus-within{border-color:var(--brand);box-shadow:var(--ring)}.numbox input{text-align:right;width:100%;min-width:0;color:var(--ink-2);font-size:13px;font-weight:500}.unit{color:var(--muted-2);font-size:11.5px;font-style:normal}.stepper{align-items:center;gap:6px;display:inline-flex}.numbox--flush{width:62px}.stepper__btn{border:1px solid var(--line-strong);border-radius:var(--r-sm);background:var(--surface);width:30px;height:30px;color:var(--muted);transition:background .16s var(--ease), color .16s var(--ease), border-color .16s var(--ease);place-items:center;display:grid}.stepper__btn:hover{background:var(--surface-2);color:var(--ink)}.stepper__btn .ico{width:13px;height:13px}.tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.tile{cursor:pointer;position:relative}.tile input{opacity:0;pointer-events:none;position:absolute;inset:0}.field.is-disabled .tile{pointer-events:none;cursor:default;opacity:.45;filter:grayscale()}.field.is-disabled .field__label{color:var(--muted-2)}.tile__body{border:1.5px solid var(--line-strong);border-radius:var(--r-lg);background:var(--surface-2);height:108px;transition:border-color .16s var(--ease), background .16s var(--ease), box-shadow .16s var(--ease);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.tile:hover .tile__body{border-color:#d5d5dc}.tile input:checked+.tile__body{border-color:var(--brand);background:var(--brand-soft);box-shadow:var(--ring)}.tile input:focus-visible+.tile__body{outline:2px solid var(--brand);outline-offset:2px}.tile__icon{background:var(--surface);width:40px;height:40px;color:var(--muted-2);box-shadow:var(--shadow-sm);border-radius:50%;place-items:center;display:grid}.tile input:checked+.tile__body .tile__icon--brand{background:var(--brand);color:#fff}.tile__icon .ico{width:21px;height:21px}.tile__diagram{width:52px;height:36px;color:var(--muted-2);transition:color .16s var(--ease)}.tile input:checked+.tile__body .tile__diagram{color:var(--brand)}.tile__bar{border-radius:var(--r-pill);background:#d9d9df;width:44px;height:4px;margin-top:-2px}.tile input:checked+.tile__body .tile__bar{background:var(--brand);opacity:.55}.tile__name{color:var(--muted);font-size:12.5px;font-weight:500}.tile input:checked+.tile__body .tile__name{color:var(--brand-strong);font-weight:600}.qlist{flex-direction:column;gap:10px;padding-bottom:14px;display:flex}.qrow{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface-2);transition:border-color .16s var(--ease), background .16s var(--ease), box-shadow .16s var(--ease);flex-wrap:wrap;align-items:center;gap:8px 12px;padding:10px 12px;display:flex}.qrow:focus-within{background:var(--surface);border-color:var(--brand);box-shadow:var(--ring)}.qrow--new{border-style:dashed;border-color:var(--line-strong);background:0 0}.qrow--new:hover{border-color:var(--brand);background:var(--brand-tint)}.qrow--new:focus-within{background:var(--surface);border-style:solid}.qrow__badge--new{color:var(--muted-2);background:0 0;border-style:dashed}.qrow__badge--new .ico{width:13px;height:13px}.qrow--new:hover .qrow__badge--new,.qrow--new:focus-within .qrow__badge--new{color:var(--brand)}.qrow--new .qrow__input::placeholder{color:var(--muted);font-weight:500}.qrow__grip{border-radius:var(--r-sm);width:20px;height:24px;color:var(--muted-2);opacity:.5;cursor:grab;transition:color .16s var(--ease), background .16s var(--ease), opacity .16s var(--ease);touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border:0;flex:none;place-items:center;margin-left:-4px;padding:0;display:grid}.qrow__grip .ico{width:15px;height:15px}.qrow__grip:active{cursor:grabbing}.qrow:hover .qrow__grip,.qrow:focus-within .qrow__grip{opacity:1}.qrow__grip:hover{background:var(--surface);color:var(--muted);opacity:1}.qrow__grip:focus-visible{opacity:1;box-shadow:var(--ring);outline:none}.qrow.is-dragging{opacity:.45;border-color:var(--brand);border-style:dashed}@media (hover:none){.qrow__grip{opacity:1}}.qrow__badge{border-radius:var(--r-sm);background:var(--surface);border:1px solid var(--line);width:28px;height:24px;color:var(--muted);flex:none;place-items:center;font-size:10.5px;font-weight:600;display:grid}.qrow__input{resize:none;width:100%;min-width:0;min-height:40px;color:var(--ink);flex:100%;font-size:13.5px;line-height:1.45;overflow:hidden}.qrow__input::placeholder{color:var(--muted-2)}.qrow__count{font-variant-numeric:tabular-nums;color:var(--muted-2);flex:none;margin-left:auto;font-size:10.5px}.qrow__count.is-max{color:var(--brand-strong);font-weight:600}.qrow__delete{border-radius:var(--r-sm);width:22px;height:22px;color:var(--muted-2);opacity:.55;cursor:pointer;transition:color .16s var(--ease), background .16s var(--ease), opacity .16s var(--ease);background:0 0;border:0;flex:none;place-items:center;padding:0;display:grid}.qrow__delete .ico{width:13px;height:13px}.qrow:hover .qrow__delete,.qrow:focus-within .qrow__delete{opacity:1}.qrow__delete:hover{background:var(--brand-tint);color:var(--brand-strong);opacity:1}.qrow__delete:focus-visible{opacity:1;box-shadow:var(--ring);outline:none}@media (hover:none){.qrow__delete{opacity:1}}.dropzone{border:1.5px dashed var(--line-strong);border-radius:var(--r-lg);background:var(--surface);cursor:pointer;text-align:center;min-height:150px;transition:border-color .16s var(--ease), background .16s var(--ease);flex-direction:column;justify-content:center;align-items:center;gap:7px;margin:4px 0 16px;padding:20px;display:flex;position:relative}.dropzone:hover,.dropzone.is-drag{border-color:var(--brand);background:var(--brand-soft)}.dropzone__icon{background:var(--surface-2);width:38px;height:38px;color:var(--muted);border-radius:50%;place-items:center;display:grid}.dropzone__title{color:var(--ink-2);font-size:13.5px;font-weight:600}.dropzone__hint{color:var(--muted-2);font-size:11.5px}.dropzone__preview{object-fit:contain;width:auto;max-height:52px;margin-top:4px}.divider{color:var(--muted-2);align-items:center;gap:16px;padding:14px 0;display:flex}.divider:before,.divider:after{content:"";background:var(--line);flex:1;height:1px}.divider span{letter-spacing:.1em;font-size:10.5px;font-weight:600}.toast{z-index:90;border-radius:var(--r-pill);background:var(--ink);color:#fff;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:opacity .22s var(--ease), transform .22s var(--ease);align-items:center;gap:8px;padding:10px 18px;font-size:12.5px;font-weight:500;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%,12px)}.preview{min-width:0;height:100%}.preview__stage{--pv-widget-bg:var(--brand);--pv-widget-icon:#fff;--pv-btn-bg:#d6d6d6;--pv-btn-text:#fff;--pv-btn-outline:transparent;--pv-btn-outline-w:0px;--pv-radius:4px;border-radius:var(--r-lg);background:#f4f4f4;width:100%;height:100%;min-height:440px;padding:32px clamp(24px,4.6%,42px);position:relative;overflow:hidden}.ppage__logo{z-index:2;border-radius:var(--r-sm);min-width:128px;height:34px;font-family:var(--pv-body-font);color:#14141a61;border:1px dashed #14141a2e;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:12.5px;display:flex;position:absolute;top:14px;left:50%;transform:translate(-50%)}.ppage__logo .ico{width:15px;height:15px}.ppage__logo:has(img){border:0;min-width:0;padding:0}.ppage__logo img{object-fit:contain;max-width:150px;max-height:34px}.ppage__close{z-index:2;width:22px;height:22px;color:var(--pv-close);place-items:center;display:grid;position:absolute;top:14px;right:16px}.ppage__close .ico{width:18px;height:18px}.ppage__powered{z-index:2;font-family:var(--pv-body-font);background:#fff;border-radius:0;flex-direction:column;align-items:flex-end;gap:2px;padding:7px 10px 8px;display:flex;position:absolute;bottom:12px;right:16px}.ppage__powered small{color:#14141a80;font-size:10px}.ppage__powered img{width:100px;height:auto}.pmodal{display:contents}.preview__stage[data-search-display=panel]{background:#f4f4f4;padding:0;display:block}.preview__stage[data-search-display=panel] .skel__page{padding:32px clamp(24px,4.6%,42px)}.preview__stage[data-search-display=panel] .pmodal{z-index:3;background:var(--pv-page-bg);border-left:1px solid #14141a1a;flex-direction:column;align-items:center;gap:0;width:clamp(240px,42%,420px);padding:54px 18px 40px;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-10px 0 30px #14141a1f}.preview__stage[data-search-display=panel] .psearch__title{font-size:20px}.preview__stage[data-search-display=panel] .psearch__sub{font-size:12.5px}.preview__stage[data-search-display=panel] .psearch__field{width:100%}.preview__stage[data-search-display=panel] .psearch__cards{grid-template-columns:minmax(0,1fr)}.preview__stage--results[data-search-display=panel] .presults{height:auto;padding:0;overflow:visible}.preview__stage--search{background:var(--pv-page-bg);flex-direction:column;justify-content:center;align-items:center;gap:0;padding:62px 40px 46px;display:flex;overflow-y:auto}.psearch__title{font-family:var(--pv-header-font);text-align:center;text-wrap:balance;color:var(--pv-header-color);font-size:26px;font-weight:700;line-height:1.2}.psearch__sub{font-family:var(--pv-sub-font);text-align:center;color:var(--pv-sub-color);margin-top:6px;font-size:13.5px}.psearch__field{border-radius:var(--r-pill);background:#fff;border:1px solid #e4e4e8;align-items:center;gap:10px;width:min(460px,100%);margin-top:26px;padding:12px 20px;display:flex}.psearch__field-ico{width:17px;height:17px;color:var(--muted-2)}.psearch__placeholder{font-family:var(--pv-body-font);color:var(--muted-2);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.psearch__cards{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;width:100%;margin-top:30px;list-style:none;display:grid}.psearch__card{border-radius:var(--pv-card-radius);background:var(--pv-card-bg);font-family:var(--pv-body-font);color:var(--pv-card-text);transition:box-shadow .16s var(--ease);flex-direction:column;gap:12px;padding:14px 16px;font-size:13px;line-height:1.4;display:flex}.psearch__card:hover{box-shadow:var(--shadow-md)}.psearch__card-ico{width:17px;height:17px;color:var(--pv-card-text)}.psearch__suggestions{width:min(560px,100%);font-family:var(--pv-body-font);text-align:center;margin-top:28px}.psearch__suggestions-title{letter-spacing:.12em;text-transform:uppercase;color:var(--pv-sub-color);margin-bottom:14px;font-size:10.5px;font-weight:700;display:block}.psearch__chips{flex-wrap:wrap;justify-content:center;gap:8px;list-style:none;display:flex}.psearch__chip{border-radius:var(--pv-card-radius);background:var(--pv-card-bg);color:var(--pv-card-text);padding:9px 14px;font-size:12px;line-height:1.35}.preview__stage--results{background:var(--pv-page-bg);padding:0;overflow:hidden}.presults{flex-direction:column;height:100%;padding:62px 28px 46px;display:flex;overflow-y:auto}.presults__heading{font-family:var(--pv-head-font);color:var(--pv-head-color);font-size:17px;font-weight:700}.presults__meta{border-top:1px solid #14141a1a;border-bottom:1px solid #14141a1a;align-items:center;gap:8px;margin-top:12px;padding:10px 0;display:flex}.presults__count{font-family:var(--pv-body-font);color:var(--pv-body-color);margin-right:auto;font-size:12.5px}.presults__view{width:15px;height:15px;color:var(--pv-head-color)}.presults__sort{font-family:var(--pv-body-font);color:var(--pv-head-color);white-space:nowrap;align-items:center;gap:5px;font-size:12px;font-weight:700;display:inline-flex}.presults__sort .ico{width:13px;height:13px}.presults__list{flex-direction:column;list-style:none;display:flex}.presults__item{border-bottom:1px solid #14141a1a;align-items:flex-start;gap:18px;padding:16px 0;display:flex}.presults__text{flex:1;min-width:0}.presults__blogtitle{font-family:var(--pv-blog-font);text-wrap:balance;color:var(--pv-blog-color);font-size:15px;font-weight:700;line-height:1.3}.presults__body{font-family:var(--pv-body-font);color:var(--pv-body-color);margin-top:6px;font-size:12.5px;line-height:1.5}.presults__byline{font-family:var(--pv-body-font);color:var(--pv-body-color);flex-wrap:wrap;align-items:center;gap:7px;margin-top:10px;font-size:11.5px;display:flex}.presults__avatar{background:#14141a1f;border-radius:50%;flex:none;width:20px;height:20px}.presults__dot{color:var(--pv-body-color);opacity:.5}.presults__chip{border-radius:var(--r-sm);background:var(--pv-chip-bg);color:var(--pv-chip-color);white-space:nowrap;padding:3px 10px;font-size:11px;font-weight:500}.presults__thumb{border-radius:var(--r-md);color:#14141a47;background:#14141a0f;flex:none;place-items:center;width:104px;height:78px;display:grid}.presults__thumb .ico{width:34px;height:24px}.skel{background:var(--skel-block);display:block}.skel__page{--skel-block:#e9e9e9;--skel-knock:#f4f4f4;flex-direction:column;height:100%;display:flex}.skel__bar{flex:none;grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.skel--logo{border-radius:8px;width:7.7%;min-width:48px;height:32px}.skel__nav{gap:15px;display:flex}.skel--navitem{border-radius:4px;width:38px;height:14px}.skel__body{flex:auto;justify-content:space-between;align-items:center;gap:24px;min-height:0;display:flex}.skel__col{flex-direction:column;align-items:flex-start;gap:21px;min-width:0;display:flex}.skel--eyebrow{border-radius:9px;width:80px;height:17px}.skel--line1,.skel--line2,.skel--line3{border-radius:7px;height:14px}.skel--line1{width:28.6%;min-width:150px}.skel--line2{width:21.1%;min-width:110px}.skel--line3{border-radius:9px;width:48px;height:17px}.skel__media{aspect-ratio:1;background:var(--skel-block);width:29%;max-width:240px;max-height:100%;color:var(--skel-knock);border-radius:14px;flex:none;place-items:center;display:grid}.skel__media svg{width:48px;height:34px}.skel--section{border-radius:8px;flex:none;align-self:center;width:82px;height:16px;margin-bottom:32px}.skel__cards{flex:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:9.7%;height:clamp(118px,23%,152px);display:grid}.skel__card{background:var(--skel-block);border-radius:10px;flex-direction:column;justify-content:space-between;padding:23px 16.7% 18px;display:flex}.skel__cardmedia{color:var(--skel-knock);place-items:center;display:grid}.skel__cardmedia svg{width:21px;height:15px}.skel__cardtext{flex-direction:column;gap:6px;display:flex}.skel--cardtitle,.skel--cardline{background:var(--skel-knock)}.skel--cardtitle{border-radius:5px;width:27%;min-width:26px;height:9px}.skel--cardline{border-radius:3px;width:71%;height:6px}.skel--cardline--b{width:84%;height:7px}.skel--cardline--c{width:46%}.pwidget{border-radius:var(--r-pill);background:var(--pv-widget-bg);height:70px;color:var(--pv-widget-icon);transition:background .18s var(--ease), color .18s var(--ease), width .18s var(--ease), padding .18s var(--ease);align-items:center;gap:12px;padding:0 26px 0 20px;display:inline-flex;position:absolute;bottom:24px;right:48px;box-shadow:0 10px 26px #14141a29}.pwidget__icon{place-items:center;display:grid}.pwidget__icon .ico{width:34px;height:34px}.pwidget__label{white-space:nowrap;text-overflow:ellipsis;max-width:240px;font-size:15px;font-weight:500;overflow:hidden}.pwidget[data-style=icon]{justify-content:center;width:70px;padding:0}.pwidget[data-style=icon] .pwidget__label{display:none}.preview__stage[data-widget-position=bar] .pwidget{border-radius:var(--r-lg) var(--r-lg) 0 0;justify-content:flex-start;gap:14px;width:100%;height:64px;padding:0 16px;left:0;right:0;box-shadow:0 -10px 26px #14141a29}.pbar__modes{opacity:.85;flex:none;align-items:center;gap:10px;display:inline-flex}.pbar__modes .ico{width:17px;height:17px}.pbar__divider{opacity:.22;background:currentColor;flex:none;width:1px;height:22px}.pbar__chips{flex:auto;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.pbar__chips .pquestions__chip{white-space:nowrap;text-overflow:ellipsis;flex:0 auto;min-width:0;padding:7px 13px;font-size:12.5px;overflow:hidden}.pbar__cta{box-shadow:none;flex:none}.pquestions{z-index:2;overscroll-behavior:contain;scrollbar-width:none;opacity:0;pointer-events:none;max-width:min(420px,100% - 96px);transition:opacity .18s var(--ease), transform .18s var(--ease);flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:9px;display:flex;position:absolute;top:14px;bottom:102px;right:48px;overflow-y:auto;transform:translateY(8px)}.pquestions::-webkit-scrollbar{display:none}.pquestions__close{margin-bottom:1px}.pquestions.is-open{opacity:1;pointer-events:auto;transform:none}.pquestions>*{flex:none}.pquestions__close{width:24px;height:24px;color:var(--pv-close);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.pquestions__close:focus-visible{outline:2px solid var(--pv-close);outline-offset:2px;border-radius:4px}.pquestions__close .ico{width:15px;height:15px}.pquestions__chip{border-radius:var(--pv-radius);background:var(--pv-q-bg);color:var(--pv-q-text);font-family:var(--pv-q-font);transition:background .18s var(--ease), color .18s var(--ease), border-radius .18s var(--ease);padding:10px 17px;font-size:14px;line-height:1.35}.pquestions__cta{border:var(--pv-btn-outline-w) solid var(--pv-btn-outline);border-radius:var(--pv-radius);background:var(--pv-btn-bg);color:var(--pv-btn-text);transition:background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease), border-width .18s var(--ease), border-radius .18s var(--ease);align-items:center;gap:8px;padding:10px 19px;font-size:14px;font-weight:600;line-height:1.35;display:inline-flex;box-shadow:0 6px 18px #14141a2e}.pquestions__cta .ico{flex:none;width:15px;height:15px}.pquestions__cta>span{white-space:nowrap;text-overflow:ellipsis;max-width:240px;overflow:hidden}@media (prefers-reduced-motion:reduce){.pquestions{transition:none;transform:none}}@media (width<=1366px){:root{--gutter:24px;--sidebar-w:232px}.preview-rail{top:calc(var(--topbar-h) + 20px)}}@media (width<=1200px){.workspace__cols{flex-direction:column-reverse;gap:18px}.preview-rail{width:100%;height:auto;padding:20px 0 0;position:static}.preview__stage{height:440px}.workspace__cols>.content{flex:auto;width:100%;max-width:830px;margin-inline:auto}.sectabs-wrap{padding-top:12px}}@media (width<=900px){.brand{border-right:0;width:auto;padding-left:10px;padding-right:8px}.topbar__main{padding-left:6px}.topbar .topbar__menu{flex:none;align-self:center;margin-left:10px;display:grid}.sidebar{top:var(--topbar-h);z-index:50;width:100%;height:calc(100vh - var(--topbar-h));box-shadow:var(--shadow-lg);transition:transform .24s var(--ease);flex-basis:100%;position:fixed;left:0;right:0;transform:translate(-100%)}.sidebar.is-open{transform:none}.sidebar .sidebar__close{display:grid;position:absolute;top:12px;right:12px}.sidebar__collapse{display:none}.sidebar__nav{margin-top:38px}.workspace{padding:20px 18px}}@media (width<=720px){:root{--topbar-h:64px}.brand__mark{width:34px;height:34px}.brand__text strong{font-size:17px}.topbar__main{gap:10px;padding:0 12px}.topbar__actions{flex:0 auto;gap:10px;min-width:0}.topbar__actions .credits,.topbar__divider{display:none}.sidebar__credits{padding-inline:12px;display:flex}.sidebar__credits .credits__label{font-size:13.5px}.sidebar__credits .credits__value{font-size:13px}.sidebar__credits .credits__value b{font-size:14.5px}.tenant{flex:0 auto;min-width:0}.tenant__select{width:100%;max-width:190px}.preview__stage{height:auto;min-height:0;padding:22px 24px 96px}.skel__nav{display:none}.skel__body{flex-direction:column;align-items:stretch;gap:20px}.skel__media{aspect-ratio:auto;width:100%;height:140px}.skel__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.skel__card:last-child{display:none}.pwidget{gap:10px;height:56px;padding:0 20px 0 16px;bottom:22px;right:24px}.pwidget[data-style=icon]{width:56px;padding:0}.pwidget__icon .ico{width:27px;height:27px}.pwidget__label{max-width:150px;font-size:13.5px}.pquestions{gap:8px;max-width:calc(100% - 48px);top:12px;bottom:86px;right:24px}.pquestions__chip{padding:9px 15px;font-size:13px}.pquestions__cta{padding:9px 16px;font-size:13px}.pquestions__cta>span{max-width:150px}.card{--card-pad:16px}.card__head{padding-block:16px 14px}.field{flex-direction:column;align-items:stretch;gap:9px;min-height:0}.field__control{justify-content:flex-start;width:100%}.field__control .colorfield,.field__control .select,.field__control .stepper{width:100%}.field__control .colorfield__hex{flex:1;width:auto}.field__control .stepper{justify-content:space-between}.field__control .stepper .numbox{flex:1;width:auto}.mobilebar{z-index:40;padding:0 16px calc(16px + env(safe-area-inset-bottom));background:0 0;border-top:0;align-items:center;gap:10px;display:flex;position:fixed;inset:auto 0 0 auto}.mobilebar .btn{height:44px;box-shadow:var(--shadow-lg);padding:0 20px}.mobilebar .btn--ghost,.settings__actions .btn--primary{display:none}.settings__actions{justify-content:flex-start}.settings{margin-bottom:96px}.toast{bottom:84px}}@media (width<=480px){:root{--gutter:14px}.brand__text small{display:none}.brand__text strong{font-size:16px}.brand{gap:9px;padding-left:12px}.brand__mark{width:30px;height:30px}.topbar__main{gap:8px;padding:0 10px}.tenant__select{max-width:150px;padding-right:26px;font-size:13px}.tenant__chevron{right:8px}.workspace{padding:16px 14px}.card{--card-pad:14px;border-radius:12px}.tiles{gap:12px}.tile__body{height:96px}.tile__icon{width:34px;height:34px}.dropzone{min-height:130px}.preview__stage{padding:18px 16px 84px}.skel--logo{width:64px;height:22px}.skel__media{height:118px}.skel__cardmedia svg{width:22px;height:16px}.pwidget{height:50px;padding:0 16px 0 13px;bottom:16px;right:16px}.pwidget[data-style=icon]{width:50px;padding:0}.pwidget__icon .ico{width:24px;height:24px}.pwidget__label{max-width:120px;font-size:12.5px}.pquestions{max-width:calc(100% - 32px);top:10px;bottom:74px;right:16px}.pquestions__chip{padding:8px 13px;font-size:12.5px}.pquestions__cta{padding:8px 14px;font-size:12.5px}.pquestions__cta>span{max-width:120px}.mobilebar{gap:8px;padding-inline:12px}}@media print{.topbar,.sidebar,.sectabs-wrap,.settings__actions,.mobilebar,.scrim{display:none!important}.shell{padding-top:0}.workspace{padding:0}.card{break-inside:avoid;box-shadow:none}}.workspace--analytics{min-height:calc(100vh - var(--topbar-h));gap:0;padding:0}.grid-stack{position:relative}.grid-stack-placeholder>.placeholder-content{background-color:#0000001a;width:auto;margin:0;position:absolute;z-index:0!important}.grid-stack>.grid-stack-item{width:var(--gs-column-width);height:var(--gs-cell-height);padding:0;position:absolute;top:0}.grid-stack>.grid-stack-item>.grid-stack-item-content{width:auto;margin:0;position:absolute;overflow:hidden auto}.grid-stack>.grid-stack-item.size-to-content:not(.size-to-content-max)>.grid-stack-item-content{overflow-y:hidden}.grid-stack:not(.grid-stack-rtl)>.grid-stack-item{left:0}.grid-stack.grid-stack-rtl>.grid-stack-item{right:0}.grid-stack>.grid-stack-item>.grid-stack-item-content,.grid-stack>.grid-stack-placeholder>.placeholder-content{top:var(--gs-item-margin-top);right:var(--gs-item-margin-right);bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-handle{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;user-select:none;z-index:100;font-size:.1px;display:block;position:absolute}.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se,.grid-stack-item>.ui-resizable-sw{z-index:101;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" stroke=\"%23666\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 20 20\"><path d=\"m10 3 2 2H8l2-2v14l-2-2h4l-2 2\"/></svg>");background-position:50%;background-repeat:no-repeat}.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-sw{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:var(--gs-item-margin-top);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:var(--gs-item-margin-top);left:25px;right:25px}.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:var(--gs-item-margin-top);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px;right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:var(--gs-item-margin-bottom);right:25px}.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px;left:var(--gs-item-margin-left)}.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack-item.ui-draggable-dragging{will-change:left,right,top}.grid-stack-item.ui-resizable-resizing{will-change:width,height}.ui-draggable-dragging,.ui-resizable-resizing{z-index:10000}.ui-draggable-dragging>.grid-stack-item-content,.ui-resizable-resizing>.grid-stack-item-content{opacity:.8;box-shadow:1px 4px 6px #0003}.grid-stack-animate,.grid-stack-animate .grid-stack-item{transition:left .3s,right .3s,top .3s,height .3s,width .3s}.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing{transition:left,right,top,height,width}.grid-stack>.grid-stack-item[gs-y="0"]{top:0}.grid-stack:not(.grid-stack-rtl)>.grid-stack-item[gs-x="0"]{left:0}.grid-stack.grid-stack-rtl>.grid-stack-item[gs-x="0"]{right:0}.gs-print-show{display:none}@media print{@page gs-landscape{size:landscape}@page gs-portrait{size:portrait}.grid-stack{height:auto!important;display:block!important;position:static!important}.grid-stack>.grid-stack-item{float:left!important;height:auto!important;width:calc(100% * var(--gs-w)/ var(--gs-columns,12))!important;break-inside:avoid!important;page-break-inside:avoid!important;display:block!important;position:static!important;top:auto!important;left:auto!important}.grid-stack>.grid-stack-item>.grid-stack-item-content{white-space:normal!important;height:auto!important;margin-top:var(--gs-item-margin-top)!important;margin-right:var(--gs-item-margin-right)!important;margin-bottom:var(--gs-item-margin-bottom)!important;margin-left:var(--gs-item-margin-left)!important;position:relative!important;inset:auto!important;overflow:visible!important}.gs-print-hide{display:none}.gs-print-show{display:block}.grid-stack>.grid-stack-item.gs-print-hide{display:none!important}.grid-stack>.grid-stack-item[gs-page-break=true],.grid-stack>.grid-stack-item[gs-print-orientation]{float:none!important;clear:both!important}.grid-stack>.grid-stack-item[gs-page-break=true]{page-break-before:always!important;break-before:page!important}.grid-stack>.grid-stack-item[gs-print-orientation=landscape]{page:gs-landscape;min-width:calc(100vmax * var(--gs-w)/ var(--gs-columns,12))!important}.grid-stack>.grid-stack-item[gs-print-orientation=portrait]{page:gs-portrait;min-width:calc(100vmin * var(--gs-w)/ var(--gs-columns,12))!important}.grid-stack>.grid-stack-item>.ui-resizable-handle{display:none!important}}.login-page{background:var(--surface);color:var(--ink)}.auth{align-items:stretch;gap:0;min-height:100dvh;padding:clamp(14px,2.2vh,24px);display:flex}.promo{isolation:isolate;background-color:#0a0a0b;flex:0 0 41%;max-width:620px;padding:clamp(26px,4.6vh,44px) clamp(24px,2.6vw,40px);position:relative;overflow:hidden}.promo:before{content:"";z-index:-2;background:radial-gradient(115% 42% at 33% 116%,#ff9844eb 0%,#ce56128c 34%,#56220833 62%,#0000 78%),radial-gradient(70% 26% at 24% 110%,#ffc4848c 0%,#0000 72%),radial-gradient(95% 55% at 76% 92%,#702c0c4d 0%,#0000 68%);position:absolute;inset:0}.promo:after{content:"";z-index:-1;background-image:linear-gradient(#0000 16%,#ffb26e80 76%,#ffd1a5b3 100%),linear-gradient(#0000 30%,#ffb26e47 82%,#ffd1a573 100%),linear-gradient(#0000 22%,#ffb26e6b 80%,#ffd1a594 100%);background-position:20% 0,32% 0,48% 0;background-repeat:no-repeat;background-size:1px 100%;position:absolute;inset:0}.promo__inner{flex-direction:column;justify-content:space-between;gap:clamp(28px,5vh,48px);height:100%;display:flex;position:relative}.promo__logo{width:200px;height:auto}.promo__copy{max-width:315px}.promo__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#fff6;margin-bottom:22px;font-size:11.5px;font-weight:500}.promo__title{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;font-size:clamp(26px,2.4vw,34px);font-weight:700;line-height:1.28}.promo__text{color:#ffffff73;max-width:30ch;margin-top:20px;font-size:13px;line-height:1.6}.panel{flex:1;justify-content:center;align-items:center;min-width:0;padding:clamp(20px,4vh,40px) clamp(28px,4vw,56px);display:flex}.panel__inner{width:100%;max-width:700px}.panel__brand{letter-spacing:.13em;text-transform:uppercase;color:#4a4a55;align-items:center;gap:14px;font-size:13px;font-weight:600;display:flex}.panel__brand img{width:32px;height:32px}.panel__title{font-family:var(--font-display);letter-spacing:-.03em;color:#0f0f10;margin-top:clamp(22px,6vh,62px);font-size:clamp(28px,4.2vh,40px);font-weight:700;line-height:1.1}.panel__sub{color:#6e6e76;margin-top:clamp(8px,1.6vh,16px);font-size:clamp(14px,1.8vh,16px)}.panel__rule{background:var(--line);border:0;height:1px;margin:clamp(16px,4vh,40px) 0 clamp(18px,4.5vh,46px)}.panel__foot{text-align:center;color:#8b8b93;margin-top:clamp(16px,3.4vh,34px);font-size:15px}.panel__foot a{color:#141416;border-radius:4px;font-weight:500}.panel__foot a:hover{text-decoration:underline}.signin{flex-direction:column;gap:clamp(14px,2.6vh,26px);display:flex}.signin__field{flex-direction:column;gap:clamp(7px,1.2vh,12px);display:flex}.signin__labelrow{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.signin__label{color:#1a1a1a;font-size:14.5px;font-weight:600}.signin__forgot{color:#3d3d42;border-radius:4px;font-size:14.5px}.signin__forgot:hover{color:var(--brand)}.signin__wrap{position:relative}.signin__input{width:100%;height:clamp(48px,6.2vh,60px);color:var(--ink);transition:border-color .16s var(--ease), background .16s var(--ease), box-shadow .16s var(--ease);background:#fafafa;border:1px solid #ededf0;border-radius:12px;padding:0 26px;font-size:15.5px}.signin__input--password{padding-right:62px}.signin__input::placeholder{color:#a0a0a8}.signin__input:hover{border-color:#e2e2e8}.signin__input:focus{background:var(--surface);border-color:var(--brand);box-shadow:var(--ring)}.signin__field.is-invalid .signin__input{background:#fef6f4;border-color:#e0553c}.signin__error{color:#c7402a;font-size:13px}.signin__notice{color:#3d3d42;font-size:15px;line-height:1.6}.signin__flash{color:#1e6b36;background:#f1faf3;border:1px solid #bee3c8;border-radius:12px;margin-bottom:clamp(14px,2.6vh,26px);padding:12px 16px;font-size:14px}.reveal{color:#8e8e96;width:34px;height:34px;transition:color .16s var(--ease), background .16s var(--ease);border-radius:8px;place-items:center;display:grid;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.reveal:hover{color:var(--ink-2);background:#f1f1f4}.reveal svg{width:21px;height:21px}.reveal__shown,.reveal[aria-pressed=true] .reveal__hidden{display:none}.reveal[aria-pressed=true] .reveal__shown{display:block}.check{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:16px;display:inline-flex}.check__input{opacity:0;pointer-events:none;position:absolute}.check__box{background:var(--surface);color:#0000;width:26px;height:26px;transition:background .16s var(--ease), border-color .16s var(--ease), color .16s var(--ease);border:1.5px solid #dddde3;border-radius:50%;flex:none;place-items:center;display:grid}.check__box svg{width:13px;height:13px}.check:hover .check__box{border-color:#c6c6cf}.check__input:checked+.check__box{background:var(--brand);border-color:var(--brand);color:#fff}.check__input:focus-visible+.check__box{outline:2px solid var(--brand);outline-offset:2px}.check__text{color:#3d3d42;font-size:15px}.signin__submit{background:var(--brand);color:#fff;letter-spacing:-.005em;height:clamp(50px,6.8vh,66px);transition:background .16s var(--ease), box-shadow .16s var(--ease), transform .12s var(--ease);border-radius:14px;margin-top:clamp(2px,.8vh,8px);font-size:17px;font-weight:600;position:relative;box-shadow:0 6px 18px #f5863547}.signin__submit:hover{background:var(--brand-strong)}.signin__submit:active{transform:translateY(1px)}.signin__submit.is-busy{pointer-events:none;background:var(--brand-strong)}.signin__submit.is-busy .signin__submitText{visibility:hidden}.spinner{opacity:0;border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:22px;height:22px;margin:-11px 0 0 -11px;animation:.7s linear infinite spin;position:absolute;top:50%;left:50%}.signin__submit.is-busy .spinner{opacity:1}@keyframes spin{to{transform:rotate(360deg)}}.toast{z-index:90;border-radius:var(--r-pill);background:var(--ink);color:#fff;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:opacity .22s var(--ease), transform .22s var(--ease);padding:12px 20px;font-size:13.5px;font-weight:500;position:fixed;bottom:28px;left:50%;transform:translate(-50%,12px)}.toast.is-visible{opacity:1;transform:translate(-50%)}@media (width<=1180px){.auth{padding:18px}.promo{flex-basis:40%;padding:34px 30px}.panel{padding-inline:36px}}@media (width<=980px){.auth{flex-direction:column;min-height:0;padding:0}.promo{flex:none;width:100%;max-width:none;padding:32px 32px 38px}.promo__inner{gap:40px}.promo__copy{max-width:34ch}.promo__title{font-size:28px}.promo__text{max-width:46ch}.promo:after{background-position:14% 0,30% 0,52% 0}.panel{align-items:flex-start;padding:44px 32px 56px}.panel__inner{max-width:640px;margin-inline:auto}.panel__title{margin-top:38px}}@media (width<=680px){.promo{padding:26px 22px 32px}.promo__inner{gap:30px}.promo__logo{width:168px}.promo__eyebrow{margin-bottom:16px;font-size:10.5px}.promo__title{font-size:24px}.promo__text{margin-top:14px;font-size:12.5px}.panel{padding:34px 22px 48px}.panel__brand{letter-spacing:.1em;gap:11px;font-size:11.5px}.panel__brand img{width:28px;height:28px}.panel__title{margin-top:28px}.panel__sub{margin-top:12px;font-size:14.5px}.panel__rule{margin:26px 0 30px}.signin{gap:22px}.signin__label,.signin__forgot{font-size:13.5px}.signin__input{height:54px;padding:0 18px;font-size:15px}.signin__input--password{padding-right:54px}.reveal{right:12px}.signin__submit{height:58px;font-size:16px}.panel__foot{margin-top:28px;font-size:14px}}@media (width<=420px){.promo{padding:22px 18px 28px}.promo__logo{width:148px}.promo__title{font-size:22px}.panel{padding:28px 18px 40px}.signin__labelrow{flex-direction:column;align-items:flex-start;gap:6px}.check__text{font-size:14px}.panel__foot{font-size:13px}}@media (width>=981px) and (height>=600px){.login-page{height:100%;overflow:hidden}html:has(.login-page){height:100%;overflow:hidden}.login-page>#root{height:100%}.auth{height:100%;min-height:0;overflow:hidden}.promo,.panel{min-height:0}}@media (width>=981px) and (height<=599px){.promo__logo{width:168px}.promo__title{font-size:24px}}body.preview-page{background:var(--surface)}.workspace--flush{background:var(--surface);min-height:calc(100vh - var(--topbar-h));padding:0}.pagehead{border-bottom:1px solid var(--line);padding:clamp(12px,2.4vh,34px) 32px clamp(10px,2.2vh,30px)}.pagehead__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);font-size:22px;font-weight:700}.pagehead__sub{color:var(--muted);margin-top:7px;font-size:15px}.sitenotice{border-radius:var(--r-md);color:#b4661c;background:#fef4ec;border:1px solid #f6e3d1;align-items:flex-start;gap:9px;max-width:720px;margin-top:14px;padding:10px 14px;font-size:13px;line-height:1.5;display:flex}.sitenotice .ico{width:16px;height:16px;color:var(--brand);flex:none;margin-top:1px}.howto{padding:clamp(12px,3.2vh,48px) 32px clamp(12px,3.4vh,60px)}.howto__hero{flex-direction:column;align-items:center;gap:clamp(6px,1.4vh,14px);display:flex}.bookmarklet{background:var(--brand);height:clamp(38px,5vh,48px);color:var(--ink);cursor:grab;transition:background .16s var(--ease), box-shadow .16s var(--ease);border:0;border-radius:10px;align-items:center;gap:14px;padding:0 22px;font-size:16px;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #11111a0d}.bookmarklet:hover{background:var(--brand-strong);box-shadow:var(--shadow-md)}.bookmarklet:active{cursor:grabbing}.bookmarklet__mark{border-radius:3px;width:22px;height:22px}.howto__drag{--lw-drag-dur:1.9s;color:var(--muted);align-items:center;gap:7px;font-size:14.5px;display:inline-flex}.howto__drag .ico{width:15px;height:15px;animation:lw-drag-bob var(--lw-drag-dur) var(--ease) infinite;flex:none}.howto__dragtext{animation:lw-drag-lift var(--lw-drag-dur) var(--ease) infinite;display:inline-block}@keyframes lw-drag-bob{0%,to{opacity:.6;transform:translateY(0)}42%{opacity:1;transform:translateY(-5px)}}@keyframes lw-drag-lift{0%,to{color:var(--muted);transform:translateY(0)}42%{color:var(--ink);transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.howto__drag .ico,.howto__dragtext{animation:none}}.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 40px;max-width:100%;margin:clamp(28px,5.5vh,84px) auto 0;display:grid}.setup-chip{border-radius:var(--r-pill);color:var(--brand-strong);background:#fdf0e3;padding:5px 12px;font-size:12px;font-weight:600;position:absolute;top:-38px;left:36px}.step{flex-direction:column;display:flex;position:relative}.step__text{min-height:clamp(108px,15vh,132px)}.step__head{align-items:flex-start;gap:12px;display:flex}.step__num{background:var(--surface-2);width:24px;height:22px;color:var(--muted);border-radius:5px;flex:none;place-items:center;font-size:11px;font-weight:600;display:grid}.step__title{color:var(--ink);font-size:clamp(14.5px,2vh,15.5px);font-weight:600;line-height:1.4}.step__body{color:var(--muted);margin:clamp(8px,1.6vh,12px) 0 0 36px;font-size:clamp(12.5px,1.7vh,13.5px);line-height:1.55}.art{margin-top:clamp(10px,2.4vh,24px)}.art--drag{background:#f7f7f8;border-radius:10px;flex-direction:column;align-items:center;gap:clamp(5px,1vh,10px);padding:clamp(10px,2.2vh,22px);display:flex}.art__arrow{flex:none;width:12px;height:clamp(16px,3.4vh,46px)}.bmbar{border:1px solid var(--line-strong);border-radius:var(--r-md);background:var(--surface);align-items:center;gap:10px;width:100%;padding:clamp(6px,1vh,9px) 11px;display:flex}.art--result{background:#f7f7f8;border-radius:10px;flex-direction:column;padding:clamp(10px,2.2vh,18px) clamp(8px,1.4vw,14px) clamp(38px,6.4vh,60px);display:flex}.bmbar--result{border-radius:12px;flex-wrap:nowrap;gap:clamp(5px,.65vw,6px);padding:11px;box-shadow:0 2px 10px #11111a0d}.bmbar--result .bmitem{gap:5px;font-size:11.5px}.bmbar--result .bmitem .ico,.bmbar--result .bmitem img{width:15px;height:15px}.bmbar--result .bmitem--active{font-weight:inherit;animation:lw-click-flash var(--lw-click-dur) var(--lw-ease) infinite;border:0;border-radius:7px;margin:-6px 0;padding:5px 7px;position:relative}.art__ring{pointer-events:none;width:calc(100% + 40px);height:auto;position:absolute;top:-10px;bottom:-5px;left:4px;overflow:visible}.art__ring path{stroke-dasharray:1;animation:lw-ring-draw var(--lw-click-dur) var(--lw-ease) infinite}.art__cursor{transform-origin:2px 2px;pointer-events:none;width:15px;height:19px;animation:lw-cursor-tap var(--lw-click-dur) var(--lw-ease) infinite;margin-top:5px;position:absolute;top:100%;right:-2px}.art__click{transform-origin:100% 100%;pointer-events:none;width:14px;height:14px;animation:lw-click-burst var(--lw-click-dur) var(--lw-ease) infinite;margin-top:1px;position:absolute;top:100%;right:11px}.art--result{--lw-click-dur:3.6s;--lw-ease:cubic-bezier(.4, 0, .2, 1)}@keyframes lw-ring-draw{0%{stroke-dashoffset:1px;opacity:0}8%{stroke-dashoffset:1px;opacity:1}36%{stroke-dashoffset:0;opacity:1}88%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:0}}@keyframes lw-cursor-tap{0%,26%{opacity:0;transform:translate(7px,7px)}44%{opacity:1;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(0)scale(.86)}58%{opacity:1;transform:translate(0)scale(1)}88%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(0)scale(1)}}@keyframes lw-click-burst{0%,48%{opacity:0;transform:scale(.35)}57%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(1.3)}to{opacity:0;transform:scale(1.3)}}@keyframes lw-click-flash{0%,46%{background:0 0}52%{background:#f5863529}62%,to{background:0 0}}@media (prefers-reduced-motion:reduce){.art__ring path,.art__cursor,.art__click,.bmbar--result .bmitem--active{animation:none}.art__ring path{stroke-dashoffset:0}.art__click{opacity:0}}.bmitem{color:var(--ink-2);white-space:nowrap;align-items:center;gap:5px;font-size:11.5px;display:inline-flex}.bmitem .ico,.bmitem img{border-radius:2px;width:15px;height:15px}.bmitem--active{border:1.5px solid var(--brand);color:var(--ink);border-radius:6px;margin:-4px 0;padding:4px 9px;font-weight:600}.bmark{background:var(--brand);color:var(--ink);border:0;border-radius:10px;align-items:center;gap:10px;padding:clamp(6px,1vh,9px) 16px;font-size:13.5px;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #11111a0d}.bmark img{border-radius:3px}.sitebtn{border:1.5px solid var(--ink-2);border-radius:var(--r-md);background:var(--surface);min-width:100%;height:44px;color:var(--ink);transition:background .16s var(--ease), box-shadow .16s var(--ease);justify-content:center;align-self:flex-start;align-items:center;gap:12px;padding:0 24px;font-size:15px;font-weight:600;display:inline-flex;box-shadow:0 1px 3px #11111a17}.sitebtn:hover{background:var(--surface-2);box-shadow:var(--shadow-md)}.sitebtn .ico{width:17px;height:17px}.assure{border-top:1px solid var(--line);align-items:flex-start;gap:12px;margin-top:auto;padding:clamp(10px,1.8vh,26px) 32px clamp(12px,2.4vh,34px);display:flex}.assure__icon{color:#3e8c55;flex:none;width:19px;height:19px;margin-top:1px}.assure__title{color:var(--ink);font-size:15px;font-weight:600}.assure__sub{color:var(--muted-2);margin-top:5px;font-size:13.5px}@media (width<=1180px){.steps{gap:0 36px}.step__text{min-height:148px}}@media (width<=1024px){.steps{grid-template-columns:minmax(0,1fr);gap:40px;max-width:560px;margin-top:76px}.step__text{min-height:0}.art{margin-top:20px}}@media (width<=720px){.pagehead{padding:26px 18px 22px}.pagehead__title{font-size:19px}.pagehead__sub{font-size:14px}.howto{padding:34px 18px 44px}.bookmarklet{height:44px;padding:0 18px;font-size:15px}.howto__drag{text-align:center;font-size:13.5px}.art--drag{padding:16px}.bmbar{gap:12px;padding:8px 10px}.bmitem{font-size:12.5px}.assure{padding:22px 18px 28px}.assure__title{font-size:14px}.assure__sub{font-size:12.5px}}@media (width<=480px){.bmbar{flex-wrap:wrap;gap:10px 14px}.bookmarklet{justify-content:center;width:100%}.steps{gap:32px}}@media (width>=1025px) and (height>=640px){body.preview-page{height:100%;overflow:hidden}html:has(.preview-page){height:100%;overflow:hidden}body.preview-page>#root,body.preview-page .shell{height:100%;min-height:0}body.preview-page .workspace--flush{height:100%;min-height:0;overflow:hidden}body.preview-page .content{flex-direction:column;height:100%;min-height:0;display:flex}}.page{width:100%;margin-top:var(--gutter)}.support-card{--card-pad:44px;max-width:560px;padding:44px var(--card-pad) 48px}.support-card__icon{background:var(--brand-tint);width:46px;height:46px;color:var(--brand);border-radius:12px;place-items:center;display:grid}.support-card__icon .ico{width:22px;height:22px}.support-card__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-top:28px;font-size:25px;font-weight:700;line-height:1.2}.support-card__sub{color:var(--muted);margin-top:14px;font-size:15px;line-height:1.6}.support-card__label{letter-spacing:.11em;text-transform:uppercase;color:var(--muted-2);margin-top:30px;font-size:11.5px;font-weight:600}.mailrow{border:1px solid var(--line-strong);border-radius:var(--r-md);background:var(--surface);min-height:46px;transition:background .16s var(--ease), border-color .16s var(--ease), box-shadow .16s var(--ease);align-items:center;gap:12px;margin-top:12px;padding:10px 16px;display:flex}.mailrow:hover{background:var(--surface-2);border-color:#d5d5dc}.mailrow:focus-visible{border-color:var(--brand);box-shadow:var(--ring);outline:none}.mailrow__ico{width:17px;height:17px;color:var(--muted);flex:none}.mailrow__addr{min-width:0;color:var(--ink);overflow-wrap:anywhere;flex:1;font-size:15px;font-weight:500}.mailrow__go{width:16px;height:16px;color:var(--muted-2);transition:color .16s var(--ease);flex:none}.mailrow:hover .mailrow__go{color:var(--brand)}@media (width<=900px){.support-card{--card-pad:32px;padding:34px var(--card-pad) 38px}.support-card__title{margin-top:24px;font-size:23px}.support-card__label{margin-top:26px}}@media (width<=720px){.support-card{--card-pad:22px;padding:28px var(--card-pad) 30px}.support-card__icon{width:42px;height:42px}.support-card__icon .ico{width:20px;height:20px}.support-card__title{margin-top:20px;font-size:21px}.support-card__sub{margin-top:11px;font-size:14.5px}.support-card__label{margin-top:24px}.mailrow{padding:10px 14px}.mailrow__addr{font-size:14.5px}}@media (width<=480px){.support-card{--card-pad:18px;padding:24px var(--card-pad) 26px}.support-card__title{font-size:20px}.support-card__sub{font-size:14px}.mailrow{gap:10px;padding:10px 13px}.mailrow__addr{font-size:14px}}.page{width:100%;margin-top:var(--gutter);flex-direction:column;gap:26px;display:flex}.usage-card{--card-pad:32px;padding-bottom:0}.usage-card .card__head{padding:28px var(--card-pad);align-items:baseline}.usage-card .card__title{letter-spacing:-.015em;font-size:19px;font-weight:600}.usage-card__period{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:14.5px}.usage-card__period b{color:var(--ink);font-weight:600}.usage-card__foot{margin-inline:calc(var(--card-pad) * -1);padding:26px var(--card-pad);border-top:1px solid var(--line);border-radius:0 0 var(--r-lg) var(--r-lg);text-align:right;color:var(--muted);background:#fafafb;font-size:14.5px}.usage-card__foot b{color:var(--ink);font-weight:600}.meter{padding:30px 0 36px}.meter__top{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.meter__count{color:var(--muted);font-size:15px}.meter__count b{color:var(--ink);margin-right:4px;font-size:17px;font-weight:700}.meter__pct{color:var(--brand);white-space:nowrap;font-size:17px;font-weight:700}.meter__track{border-radius:var(--r-pill);background:#e8e8ea;height:8px;margin-top:20px;overflow:hidden}.meter__fill{border-radius:inherit;background:var(--brand);width:0;height:100%;transition:width .6s var(--ease)}.meter__remain{flex-wrap:wrap;align-items:baseline;gap:6px 16px;margin-top:30px;display:flex}.meter__remainNum{font-family:var(--font-display);letter-spacing:-.025em;color:var(--ink);font-size:29px;font-weight:700;line-height:1.1}.meter__remainLabel{color:var(--muted);font-size:15px}.usage-alert{margin-inline:calc(var(--card-pad) * -1);padding:13px var(--card-pad);color:#b4661c;background:#fef4ec;border-bottom:1px solid #f6e3d1;align-items:center;gap:11px;font-size:14.5px;display:flex}.usage-alert .ico{width:17px;height:17px;color:var(--brand)}.limit-card{--card-pad:32px;padding:30px var(--card-pad) 32px}.limit-card__title{letter-spacing:-.015em;color:var(--ink);font-size:18px;font-weight:600}.limit-card__sub{color:var(--muted);margin-top:8px;font-size:15px;line-height:1.55}.limit-card__label{letter-spacing:.11em;text-transform:uppercase;color:var(--muted-2);margin-top:32px;font-size:11.5px;font-weight:600}.affected{flex-direction:column;gap:10px;margin-top:14px;display:flex}.affected__row{border-radius:var(--r-md);border:1px solid #0000;justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding:10px 14px;font-size:15px;display:flex}.affected__row--off{color:#6b5844;background:#fef6ee;border-color:#f6e3d1}.affected__row--on{color:#45604b;background:#f2f9f3;border-color:#dceddf}.affected__name{text-overflow:ellipsis;min-width:0;overflow:hidden}.affected__state{border-radius:var(--r-pill);white-space:nowrap;flex:none;padding:4px 11px;font-size:12px;font-weight:600}.affected__row--off .affected__state{color:#b4661c;background:#fbe2cc}.affected__row--on .affected__state{color:#3e7a4b;background:#d6edda}.limit-card__cta{align-self:flex-start;height:44px;margin-top:28px;padding:0 28px;font-size:15px}@media (width<=900px){.usage-card,.limit-card{--card-pad:24px}.usage-card .card__head,.usage-card__foot{padding:22px var(--card-pad)}}@media (width<=720px){.usage-card,.limit-card{--card-pad:18px}.page{gap:18px}.usage-alert{align-items:flex-start;font-size:13.5px}.usage-alert .ico{margin-top:1px}.limit-card{padding:24px var(--card-pad) 26px}.limit-card__title{font-size:16.5px}.limit-card__sub{font-size:14px}.limit-card__label{margin-top:26px}.affected__row{font-size:14px}.usage-card .card__head{flex-direction:column;align-items:flex-start;gap:6px}.usage-card .card__title{font-size:17px}.usage-card__period{white-space:normal;margin-left:0;font-size:13.5px}.meter{padding:24px 0 28px}.meter__count{font-size:14px}.meter__count b{font-size:16px}.meter__pct{font-size:15.5px}.meter__remain{margin-top:24px}.meter__remainNum{font-size:25px}.meter__remainLabel{font-size:14px}.usage-card__foot{font-size:13.5px}}@media (width<=480px){.usage-card,.limit-card{--card-pad:16px}.limit-card__cta{align-self:stretch;width:100%;padding:0 16px}.affected__row{flex-direction:column;align-items:flex-start;gap:8px}.meter__top{flex-direction:column;align-items:flex-start;gap:6px}.meter__remainNum{font-size:23px}.usage-card__foot{text-align:left}}
