:root{--layout-inset: 3vmin;--color-page-bg: #f3f4f6;--color-surface: #ffffff;--color-text: #111827;--color-text-muted: #4b5563;--color-label: #374151;--color-border: #d1d5db;--color-border-light: #e5e7eb;--color-link: #2563eb;--color-surface-muted: #f9fafb;--color-surface-muted-2: #f3f4f6;--color-shadow: rgba(15, 23, 42, .08);--color-shadow-strong: rgba(15, 23, 42, .12);--color-success: #166534;--color-error: #b91c1c;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--color-page-bg: #0b1120;--color-surface: #141c2e;--color-text: #e2e8f0;--color-text-muted: #94a3b8;--color-label: #cbd5e1;--color-border: #334155;--color-border-light: #1e293b;--color-link: #7dd3fc;--color-surface-muted: #1a2438;--color-surface-muted-2: #243049;--color-shadow: rgba(0, 0, 0, .35);--color-shadow-strong: rgba(0, 0, 0, .5);--color-success: #4ade80;--color-error: #f87171;color-scheme:dark}*{box-sizing:border-box}html{height:100%;overflow-x:hidden}body{margin:0;height:100%;min-height:100%;min-height:100dvh;max-width:100%;overflow-x:hidden;background-color:var(--color-page-bg);color:var(--color-text)}#root{height:100%;min-height:100%;min-height:100dvh;width:100%;max-width:100%;overflow-x:hidden;display:flex;flex-direction:column;padding:0}.centered-route{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:var(--layout-inset);width:100%;min-height:0}.centered-route--auth{align-items:flex-start;justify-content:center;overflow-y:auto;overflow-x:hidden;padding-top:clamp(.75rem,3vmin,1.5rem);padding-bottom:clamp(1.5rem,4vmin,2.5rem)}.auth-shell{width:100%;max-width:min(100%,32rem);display:flex;flex-direction:column;gap:.5rem;flex:0 1 auto;min-height:0}.auth-toolbar{display:flex;justify-content:flex-end;align-items:center}.home-root{flex:1 1 auto;display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;min-height:0;overflow-x:hidden}.card{width:100%;max-width:min(100%,32rem);background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:1vmin;padding:var(--layout-inset);box-shadow:0 8px 22px var(--color-shadow)}#app-auth.card{padding-top:clamp(1rem,3.5vmin,1.35rem)}#app-auth.card>h1:first-child{margin-top:0;margin-bottom:.75rem}button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:8px;padding:10px 12px;cursor:pointer}main.home-page{flex:1 1 auto;width:100%;height:100%;min-height:0;max-width:100%;overflow-x:hidden;align-self:stretch;border-radius:0;display:flex;flex-direction:column;gap:2vmin}.home-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:clamp(.625rem,2.5vw,1rem);flex-shrink:0}.home-user-welcome{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;min-width:0}.home-user-welcome h1{margin:0}.home-user-info-trigger{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.2rem;margin:0;border:none;border-radius:50%;background:transparent;color:var(--color-text-muted);cursor:help;line-height:0;transition:color .15s ease,background .15s ease}.home-user-info-trigger:hover,.home-user-info-trigger:focus-visible{color:var(--color-link);background:var(--color-surface-muted);outline:none}.home-user-info-popover{z-index:200;width:min(20rem,calc(100vw - 1.5rem));padding:.55rem .7rem;border-radius:.5rem;border:1px solid var(--color-border);background:var(--color-surface);box-shadow:0 8px 24px #0000001f;pointer-events:auto}.home-user-info-popover__line{margin:0;font-size:.8125rem;line-height:1.45;overflow-wrap:anywhere}.home-user-info-popover__line+.home-user-info-popover__line{margin-top:.35rem}.home-user-info-popover__label{font-weight:600;color:var(--color-text-muted)}.home-split{display:grid;grid-template-columns:minmax(0,25%) minmax(0,75%);flex:1;min-height:0;width:100%;max-width:100%;border:1px solid var(--color-border-light);border-radius:1vmin;overflow:hidden;background:var(--color-surface-muted)}.home-split__left,.home-split__right{min-width:0;padding:var(--layout-inset)}.home-split__left{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:var(--color-surface-muted-2);border-right:1px solid var(--color-border-light)}.home-split__right{overflow-x:hidden;overflow-y:auto;background:var(--color-surface)}.home-split__left-workspace{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;min-width:0}.home-split__heading{margin:0 0 .5rem;font-size:clamp(1rem,2.4vmin,1.15rem);font-weight:600;color:var(--color-text)}.home-right-panel{display:flex;flex-direction:column;gap:1.25rem;min-height:min(40vh,100%);min-width:0;max-width:100%;overflow-x:hidden}.home-right-panel__header{display:flex;flex-direction:column;gap:.35rem}.home-right-panel__title{margin-bottom:0}.home-right-panel__lead{margin:0;font-size:clamp(.8125rem,2vmin,.9375rem);line-height:1.45}.home-right-panel__draft{margin:.25rem 0 0;padding:.5rem .65rem;font-size:.8125rem;line-height:1.4;color:var(--color-text-muted);background:var(--color-surface-muted-2);border:1px solid var(--color-border-light);border-radius:.5rem}.home-right-panel__empty{flex:1 1 auto;display:flex;align-items:center;justify-content:center;text-align:center;padding:clamp(1rem,4vmin,2rem);min-height:12rem;border:1px dashed var(--color-border);border-radius:.65rem;background:var(--color-surface-muted)}.home-right-panel__empty-text{margin:0;max-width:28rem;font-size:clamp(.875rem,2vmin,.9375rem);color:var(--color-text-muted);line-height:1.5}.home-right-panel__cards{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.home-right-panel__card{margin:0;padding:.85rem 1rem;border:1px solid var(--color-border-light);border-radius:.65rem;background:var(--color-surface-muted);box-shadow:0 1px 2px var(--color-shadow)}.home-right-panel__card-title{margin:0 0 .65rem;font-size:.9375rem;font-weight:600;color:var(--color-text)}.home-right-panel__card-section-label{margin:0 0 .35rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-label)}.home-right-panel__card-muted{margin:0;font-size:.8125rem;line-height:1.45}.home-right-panel__paths{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.home-right-panel__path{margin:0;padding:.35rem .5rem;font-size:.8125rem;line-height:1.4;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:.4rem}.home-right-panel--bank,.home-right-panel--form{min-height:0;min-width:0;max-width:100%;height:100%;gap:.75rem;overflow-x:hidden}.qb-tab-bar{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;min-width:0;max-width:100%}.qb-tab-bar__leading{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem .65rem;flex:1 1 auto;min-width:0;width:100%}.qb-tab-bar .qb-tabs{flex:0 1 auto;min-width:0}.qb-tab-bar__difficulty{flex-shrink:0}.qb-tab-bar__add{flex-shrink:0;align-self:center;width:1.75rem;height:1.75rem;border-radius:.4rem;border:1px solid var(--color-border);background:var(--color-surface-muted-2);color:var(--color-text);font-size:1.125rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.qb-tab-bar__add:disabled{opacity:.55;cursor:not-allowed}.qb-toolbar{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;min-width:0;max-width:100%}.qb-toolbar__context{flex:1 1 auto;min-width:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;align-content:center;gap:.2rem .65rem;font-size:.8125rem;line-height:1.35}.qb-toolbar__title{font-weight:600;color:var(--color-text)}.qb-toolbar__chunk{display:inline;min-width:0;max-width:100%}.qb-toolbar__label{color:var(--color-text-muted);font-weight:500;white-space:nowrap}.qb-toolbar__value{color:var(--color-text);font-weight:600;overflow-wrap:anywhere}.qb-toolbar__difficulty{display:inline-flex;gap:.35rem}.qb-difficulty-pill{padding:.3rem .75rem;font-size:.75rem;border-radius:999px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);cursor:pointer}.qb-difficulty-pill--active{background:var(--color-text);color:var(--color-surface);border-color:var(--color-text)}.qb-add-form__group--inline{flex:1 1 14rem;min-width:14rem}.qb-tabs{display:flex;flex-wrap:wrap;gap:.35rem}.qb-tabs__tab{padding:.4rem .65rem;font-size:.75rem;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--color-text-muted);cursor:pointer}.qb-tabs__tab--active{color:var(--color-text);border-bottom-color:var(--color-link);font-weight:600}.qb-panel-body{flex:1 1 auto;min-height:0;min-width:0;max-width:100%;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column}.qb-panel-body--list{overflow-y:hidden}.qb-panel-body--list>.qb-list,.qb-panel-body--list>.qb-list__empty{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}.pagination{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:.5rem 0 0;width:100%}.pagination__arrow{min-width:2rem;width:2rem;height:2rem;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;flex-shrink:0}.pagination__pages{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:nowrap}.pagination__page{min-width:2rem;height:2rem;padding:0 .5rem;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;line-height:1;border:1px solid var(--color-border);border-radius:.35rem;background:var(--color-surface);color:var(--color-text)}.pagination__page:hover:not(:disabled){border-color:var(--color-link);color:var(--color-link)}.pagination__page--active{border-color:var(--color-link);background:var(--color-surface-muted);font-weight:600;color:var(--color-link)}.pagination__page:disabled{cursor:default;opacity:1}.pagination__ellipsis{min-width:1.25rem;padding:0 .15rem;font-size:.85rem;line-height:2rem;color:var(--color-text-muted);-webkit-user-select:none;user-select:none}.qb-panel-body--form{display:flex;flex-direction:column;min-height:0}.qb-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.qb-list__empty{margin:1rem 0;text-align:center}.qb-card{padding:.85rem 1rem;border:1px solid var(--color-border-light);border-radius:.65rem;background:var(--color-surface-muted)}.qb-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.qb-card__index{font-size:.75rem;font-weight:600;color:var(--color-text-muted)}.qb-card__edit{border:none;background:transparent;color:var(--color-text-muted);cursor:pointer;font-size:1rem}.qb-card__body{margin-bottom:.65rem;font-size:.875rem;line-height:1.5}.qb-card__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem .75rem;margin-bottom:.5rem}.qb-card__option{display:flex;gap:.35rem;font-size:.8125rem;align-items:baseline}.qb-card__option-label{font-weight:600;flex-shrink:0}.qb-card__footer{display:flex;justify-content:flex-end;margin-top:.15rem}.qb-card__chips{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.qb-card__chip-btn,.qb-card__solution-btn{padding:.25rem .6rem;font-size:.75rem;border-radius:.35rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer}.qb-card__chip-btn:hover,.qb-card__chip-btn:focus-visible,.qb-card__solution-btn:hover,.qb-card__solution-btn:focus-visible{border-color:var(--color-link);color:var(--color-text)}.qb-solution-popover__steps--plain{list-style:none;padding-left:0;gap:0}.qb-answer-popover__entry{display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem .35rem}.qb-answer-popover__key{font-weight:600;flex-shrink:0}.qb-answer-popover__key-summary{font-weight:500;text-transform:none;letter-spacing:normal;color:var(--color-text)}.qb-answer-popover__entry+.qb-answer-popover__entry{margin-top:.15rem;padding-top:.35rem;border-top:1px solid var(--color-border-light)}.qb-solution-popover{z-index:200;width:min(22rem,calc(100vw - 1.5rem));max-height:min(16rem,calc(100vh - 1.5rem));overflow:auto;padding:.65rem .75rem;border-radius:.5rem;border:1px solid var(--color-border);background:var(--color-surface);box-shadow:0 8px 24px #0000001f;pointer-events:auto}.qb-solution-popover__title{margin:0 0 .4rem;font-size:.7rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--color-text-muted)}.qb-solution-popover__steps{margin:0;padding-left:1.15rem;display:flex;flex-direction:column;gap:.35rem;font-size:.8125rem;line-height:1.45}.qb-solution-popover__step{padding-left:.15rem}.qb-solution-popover__empty{margin:0;font-size:.8125rem}.rich-content{display:inline;line-height:1.6}.rich-content__formula{display:inline-block;vertical-align:middle;margin:0 .15rem}.rich-content__image{max-width:100%;max-height:8rem;vertical-align:middle;margin:.25rem 0}.rich-field{margin-bottom:.85rem}.rich-field__label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}.rich-field__label{font-size:.8125rem;font-weight:600;color:var(--color-label)}.rich-field__tools{display:inline-flex;gap:.25rem}.rich-field__tool-btn{min-width:1.75rem;padding:.15rem .4rem;font-size:.6875rem;font-weight:600;border:1px solid var(--color-border);border-radius:.3rem;background:var(--color-surface-muted-2);color:var(--color-text-muted);cursor:pointer}.rich-field__tool-btn--fx{font-style:italic}.rich-field__textarea{width:100%;min-height:2.25rem;padding:.5rem .65rem;font:inherit;line-height:1.45;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;resize:vertical}.rich-field__textarea--autosize{resize:none;overflow-y:hidden;box-sizing:border-box}.qb-add-form__card .rich-field{margin-bottom:.6rem}.qb-add-form__card .rich-field__label{font-size:.75rem}.qb-add-form__card .rich-field__textarea{padding:.35rem .5rem;font-size:.8125rem;line-height:1.4;border-radius:.4rem}.qb-add-form__card .rich-field__hint{margin-top:.2rem;font-size:.6875rem}.qb-add-form__card .rich-field__preview{margin-top:.35rem;padding:.35rem .5rem;font-size:.8125rem}.qb-add-form__card .rich-field__tool-btn{min-width:1.55rem;padding:.1rem .35rem;font-size:.625rem}.rich-field__hint{margin:.35rem 0 0;font-size:.75rem}.rich-field__preview{margin-top:.5rem;padding:.5rem .65rem;border:1px dashed var(--color-border);border-radius:.4rem;background:var(--color-surface-muted);font-size:.875rem;max-width:100%;overflow-x:hidden;overflow-wrap:anywhere}.rich-field__file{display:none}.rich-field__tool-btn--active{border-color:var(--color-link);color:var(--color-link);background:var(--color-surface)}.rich-field__inline-popover{margin-top:.35rem;padding:.5rem .6rem;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-surface-muted)}.rich-field__inline-popover-editor{min-height:2.75rem;padding:.35rem .45rem;border:1px solid var(--color-border-light);border-radius:.4rem;background:var(--color-surface);cursor:text}.rich-field__inline-popover-editor .rich-field__mathquill,.rich-field__inline-popover-editor .mq-editable-field{display:block;width:100%;min-height:2rem;font-size:1.125rem}.rich-field__inline-popover-editor .mq-cursor{border-left-color:var(--color-text)}.rich-field__inline-popover-editor .mq-editable-field,.rich-field__inline-popover-editor .mq-textarea{pointer-events:auto}.rich-field__mathquill{display:block;width:100%}.rich-field__inline-popover-loading{margin:0;font-size:.8125rem}.rich-field__inline-popover-fallback{width:100%;padding:.4rem .5rem;font:inherit;font-size:.875rem;border:1px solid var(--color-border-light);border-radius:.35rem;background:var(--color-surface);color:var(--color-text)}.rich-field__inline-popover-image-wrap{min-height:2.5rem;display:flex;align-items:center;justify-content:center}.rich-field__inline-popover-pick{padding:.4rem .75rem;font-size:.8125rem;border:1px dashed var(--color-border);border-radius:.4rem;background:var(--color-surface);color:var(--color-text-muted);cursor:pointer}.rich-field__inline-popover-preview{max-width:100%;max-height:6rem;border-radius:.35rem}.rich-field__inline-popover-actions{display:flex;justify-content:flex-end;gap:.35rem;margin-top:.4rem}.rich-field__inline-popover-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border-radius:.35rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer}.rich-field__inline-popover-btn--confirm{color:var(--color-success);border-color:var(--color-success)}.rich-field__inline-popover-btn:disabled{opacity:.45;cursor:not-allowed}.qb-add-form{display:flex;flex-direction:column;gap:1rem;min-height:0;min-width:0;max-width:100%;height:100%}.qb-add-form__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.qb-add-form__head--multi{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.35rem .65rem}.qb-add-form__title{margin:0;font-size:1.1rem}.qb-add-form__head--multi .qb-add-form__title{grid-column:2;justify-self:center;text-align:center;font-size:1rem}.qb-add-form__path{margin:0;min-width:0;font-size:.8125rem}.qb-add-form__path-label{white-space:normal}.qb-add-form__path-value{overflow-wrap:anywhere}.qb-add-form__head--multi .qb-add-form__path{grid-column:1;justify-self:start;text-align:left}.qb-add-form--multi .qb-add-form__card-count{margin:0;font-size:.75rem}.qb-add-form__head--multi .qb-add-form__card-count{grid-column:3;justify-self:end;text-align:right}.qb-add-form__delete{padding:.35rem .65rem;font-size:.75rem;border-radius:.35rem;border:1px solid var(--color-error);background:transparent;color:var(--color-error);cursor:pointer}.qb-add-form--multi .qb-add-form__cards-stack{flex:1 1 auto;min-height:0;min-width:0;max-width:100%;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding-right:.15rem}.qb-add-form__card-wrap{min-width:0;max-width:100%}.qb-add-form__card-wrap--invalid .qb-add-form__card{border-color:var(--color-error);box-shadow:0 0 0 1px var(--color-error)}.qb-add-form__card-wrap .qb-add-form__card{flex:none;overflow-x:hidden}.qb-type-chip{margin:0 0 1rem;padding:0;border:none;min-width:0}.qb-type-chip__legend{padding:0;margin:0 0 .5rem;font-size:.8125rem;font-weight:600;color:var(--color-label)}.qb-type-chip__empty{margin:0;font-size:.8125rem}.qb-type-chip__list{display:flex;flex-wrap:wrap;gap:.45rem}.qb-type-chip__option{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.4rem .85rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);font-size:.8125rem;font-weight:500;line-height:1.25;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease}.qb-type-chip__option:hover:not(:has(input:disabled)),.qb-type-chip__option:has(input:focus-visible){border-color:var(--color-link);background:var(--color-surface-muted)}.qb-type-chip__option:has(input:focus-visible){outline:2px solid var(--color-link);outline-offset:2px}.qb-type-chip__option input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.qb-type-chip__label{white-space:nowrap}.qb-type-chip__hint{position:absolute;left:50%;bottom:calc(100% + .45rem);z-index:20;transform:translate(-50%) translateY(4px);max-width:min(16rem,70vw);padding:.4rem .55rem;border-radius:.4rem;background:var(--color-text);color:var(--color-surface);font-size:.6875rem;font-weight:400;line-height:1.35;text-align:center;white-space:normal;box-shadow:0 4px 14px var(--color-shadow-strong);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.qb-type-chip__hint:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--color-text)}.qb-type-chip__option:hover .qb-type-chip__hint,.qb-type-chip__option:focus-within .qb-type-chip__hint{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.qb-type-chip__option--active{border-color:var(--color-link);background:var(--color-link);color:var(--color-surface);box-shadow:0 1px 4px color-mix(in srgb,var(--color-link) 35%,transparent)}.qb-type-chip__option--active:hover:not(:has(input:disabled)),.qb-type-chip__option--active:has(input:focus-visible){background:var(--color-link);color:var(--color-surface);filter:brightness(1.05)}.qb-type-chip--inline{margin:0}.qb-type-chip--inline .qb-type-chip__option{padding:.28rem .6rem;font-size:.75rem}.qb-matrix-grid{display:grid;gap:1rem;margin-bottom:1rem;min-width:0}@container qb-card (min-width: 32rem){.qb-matrix-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.qb-matrix-grid__section{border:1px solid var(--color-border);border-radius:.5rem;padding:.6rem}.qb-matrix-grid__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.qb-matrix-grid__head h4{margin:0;font-size:.9rem}.qb-matrix-grid__row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.35rem;align-items:start;margin-bottom:.5rem}.qb-matrix-grid__cell-rich{min-width:0}.qb-matrix-grid__cell-rich .rich-field--compact{margin:0}.rich-field--compact .rich-field__label-row{margin-bottom:.25rem}.rich-field--compact .rich-field__label--empty{display:none}.rich-field--compact .rich-field__textarea{font-size:.875rem;padding:.35rem .5rem}.rich-field--compact .rich-field__tool-btn{padding:.2rem .45rem;font-size:.7rem}.qb-matrix-grid__id{font-weight:600;min-width:1.25rem}.qb-card__matrix-match-line{margin-top:.35rem}.qb-card__matrix-match-id{font-size:.75rem;font-weight:600;color:var(--color-text-muted)}.qb-card__matrix-match-preview{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.2rem;font-size:.875rem}.qb-card__matrix-match-arrow{color:var(--color-text-muted);font-weight:600}.qb-matrix-match-picker{display:grid;gap:.75rem}.qb-matrix-match-picker__row{display:grid;gap:.5rem;padding:.55rem;border:1px solid var(--color-border-light);border-radius:.5rem;background:var(--color-surface-muted)}.qb-matrix-match-picker__source{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.5rem;align-items:start}.qb-matrix-match-picker__id{font-weight:700;font-size:.9rem;padding-top:.15rem}.qb-matrix-match-picker__preview,.qb-matrix-match-picker__option-preview{min-width:0;padding:.35rem .45rem;border-radius:.35rem;background:var(--color-surface);border:1px solid var(--color-border-light);font-size:.875rem;line-height:1.4}.qb-matrix-match-picker__preview .rich-content__image,.qb-matrix-match-picker__option-preview .rich-content__image{max-width:100%;max-height:5rem;object-fit:contain}.qb-matrix-match-picker__choices{display:flex;flex-wrap:wrap;gap:.45rem}.qb-matrix-match-picker__option{position:relative;display:flex;flex-direction:column;gap:.25rem;min-width:min(100%,7rem);max-width:12rem;flex:1 1 7rem;padding:.4rem .45rem;border:1.5px solid var(--color-border);border-radius:.45rem;background:var(--color-surface);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.qb-matrix-match-picker__option input{position:absolute;opacity:0;pointer-events:none}.qb-matrix-match-picker__option:hover{border-color:var(--color-link)}.qb-matrix-match-picker__option--active{border-color:var(--color-link);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-link) 25%,transparent)}.qb-matrix-match-picker__option-id{font-size:.75rem;font-weight:600;color:var(--color-text-muted)}.rich-field--compact .rich-field__preview{margin-top:.35rem;padding:.35rem .45rem;border-radius:.35rem;border:1px solid var(--color-border-light);background:var(--color-surface-muted);font-size:.875rem}.rich-field--compact .rich-field__preview .rich-content__image{max-width:100%;max-height:4.5rem;object-fit:contain}.qb-comp-subs{display:grid;gap:1rem}.qb-comp-subs__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.qb-comp-subs__card{border:1px dashed var(--color-border);border-radius:.5rem;padding:.75rem}.qb-comp-subs__card-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.qb-card__chip--type{font-size:.72rem;font-weight:600}.qb-card__comp-sub{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border-light)}.qb-card__comp-sub-title{margin:0 0 .35rem;font-size:.85rem;font-weight:600}.qb-add-form__card-count,.qb-add-form__max-hint{margin:.35rem 0 0;font-size:.75rem}.qb-add-form__head--multi .qb-add-form__card-count{margin:0}.qb-add-form__hint-inline{margin:0 0 .35rem;font-size:.75rem}.qb-add-form__card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.qb-add-form__card-header .qb-add-form__card-title{margin:0}.qb-add-form__card-dismiss{flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;border:1px solid var(--color-border);border-radius:.35rem;background:var(--color-surface);color:var(--color-text-muted);font-size:1.1rem;line-height:1;cursor:pointer}.qb-add-form__card-dismiss:before{content:"×";display:block;text-align:center;line-height:1.65rem}.qb-add-form__check--solo{min-width:1.25rem}.qb-add-form__card-dismiss:hover{color:var(--color-error);border-color:var(--color-error)}.qb-add-form__validation-summary{margin:0 0 .75rem}.qb-add-form__card--invalid{border-color:var(--color-error);box-shadow:0 0 0 1px color-mix(in srgb,var(--color-error) 35%,transparent)}.qb-add-form__group--invalid legend{color:var(--color-error)}.rich-field--invalid .rich-field__textarea{border-color:var(--color-error)}.rich-field__error{margin-top:.35rem}.qb-add-form__card{flex:none;min-width:0;max-width:100%;container-type:inline-size;container-name:qb-card;overflow-x:hidden;padding:.65rem .75rem;border:1px solid var(--color-border-light);border-radius:.55rem;background:var(--color-surface-muted)}.qb-add-form__card-title{margin:0 0 .75rem;font-size:.9375rem}.qb-add-form__group{margin:0 0 .85rem;padding:0;border:none}.qb-add-form__meta-row{display:flex;flex-wrap:wrap;gap:.35rem 1.25rem;margin-bottom:.55rem}.qb-add-form__meta-row .qb-add-form__group--inline{margin-bottom:0}.qb-add-form__group legend{font-size:.75rem;font-weight:600;color:var(--color-label);margin-bottom:.35rem}.qb-add-form__checks{display:flex;flex-wrap:wrap;gap:.65rem 1rem}.qb-add-form__check{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;cursor:pointer}.qb-add-form__options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 .75rem}.qb-add-form__footer{display:flex;justify-content:center;gap:.75rem;flex-shrink:0;padding-top:.5rem}.qb-add-form__save,.qb-add-form__cancel{min-width:6rem;padding:.55rem 1.25rem;font-size:.875rem;border-radius:.45rem;cursor:pointer}.qb-add-form__save{border:none;background:var(--color-text);color:var(--color-surface)}.qb-add-form__cancel{border:1px solid var(--color-border);background:transparent;color:var(--color-text)}.home-workspace-left-stack{display:flex;flex-direction:column;flex:1 1 auto;gap:1rem;width:100%;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto}.home-test-type-row{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;width:100%;min-width:0}.home-test-type-intro{display:flex;flex-direction:row;align-items:center;gap:.35rem}.home-test-type-editor-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem;width:100%;min-width:0}.home-test-type-field__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-test-type-field-wrap{flex:1 1 10rem;min-width:0}.home-test-type-actions{display:inline-flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem;flex-shrink:0}.home-test-type-actions__btn{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;min-height:2.25rem;padding:.35rem;font-size:.875rem;border-radius:.5rem;white-space:nowrap;color:var(--color-text)}.home-test-type-actions__spinner{animation:home-test-type-spin .75s linear infinite}@keyframes home-test-type-spin{to{transform:rotate(360deg)}}.home-test-type-actions__btn--secondary{background:var(--color-surface-muted);color:var(--color-text);border-color:var(--color-border)}.home-test-type-field{display:grid;gap:.35rem;margin:0;font-size:clamp(.88rem,2.2vw,.94rem);color:var(--color-label);min-width:0}.home-test-type-field__text{font-weight:500}.home-saved-test-types{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;width:100%;min-width:0}.home-saved-test-type-block{--home-strict-tree-line: var(--color-border);display:flex;flex-direction:column;gap:.35rem;min-width:0}@supports (color: color-mix(in srgb,red,blue)){.home-saved-test-type-block{--home-strict-tree-line: color-mix(in srgb, var(--color-border) 78%, var(--color-text) 22%)}}.home-saved-test-type-row{width:100%;min-width:0}.home-saved-test-type-head{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.3rem .45rem;min-width:0;max-width:100%;width:fit-content}.home-saved-test-type-head .home-saved-test-type-item{flex:0 1 auto;min-width:0;max-width:100%}.home-saved-test-type-item__text{flex:0 1 auto;min-width:0;max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}main.home-page button.home-strict-plus-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1rem;height:1rem;min-width:1rem;min-height:1rem;padding:0;border:none;border-radius:9999px;background:#16a34a;color:#fff;cursor:pointer;box-shadow:0 1px 2px #0000001a}.home-strict-plus-btn__icon{width:.5rem;height:.5rem;display:block}main.home-page button.home-strict-plus-btn:hover{background:#15803d}main.home-page button.home-strict-plus-btn:disabled{opacity:.45;cursor:not-allowed}main.home-page button.home-strict-plus-btn:focus-visible{outline:2px solid var(--color-link);outline-offset:2px}.home-strict-tag-actions,.home-strict-node__actions{display:inline-flex;flex-direction:row;align-items:center;gap:.25rem;flex:0 0 auto;position:relative;z-index:2}main.home-page button.home-strict-minus-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1rem;height:1rem;min-width:1rem;min-height:1rem;padding:0;border:none;border-radius:9999px;background:#dc2626;color:#fff;cursor:pointer;box-shadow:0 1px 2px #0000001a}.home-strict-minus-btn__icon{width:.5rem;height:.5rem;display:block}main.home-page button.home-strict-minus-btn:hover{background:#b91c1c}main.home-page button.home-strict-minus-btn:disabled{opacity:.55;cursor:not-allowed}.home-saved-test-type-block button.home-strict-minus-btn,.home-strict-node__actions button.home-strict-minus-btn{background:#dc2626;color:#fff;padding:0;border:none}main.home-page button.home-strict-minus-btn:focus-visible{outline:2px solid var(--color-link);outline-offset:2px}.home-strict-forest{display:flex;flex-direction:column;gap:.35rem;margin-top:.1rem;min-width:0}.home-strict-node{display:flex;flex-direction:column;gap:.25rem;min-width:0}.home-strict-node__children{display:flex;flex-direction:column;min-width:0;margin-top:.15rem}.home-strict-branch{position:relative;padding:0 0 .2rem 1.125rem;min-width:0}.home-strict-branch:last-child{padding-bottom:0}.home-strict-branch:after{content:"";position:absolute;left:.5rem;top:.82rem;width:.55rem;height:1px;background:var(--home-strict-tree-line, var(--color-border));pointer-events:none}.home-strict-branch:not(.home-strict-branch--last):before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:1px;background:var(--home-strict-tree-line, var(--color-border));pointer-events:none}.home-strict-branch--last:before{content:"";position:absolute;left:.5rem;top:0;height:.82rem;width:1px;background:var(--home-strict-tree-line, var(--color-border));pointer-events:none}.home-strict-inline-slot{padding-left:1.125rem;min-width:0}.home-strict-node__row{position:relative;z-index:1;min-width:0}.home-strict-node__head{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.3rem .45rem;min-width:0;max-width:100%;width:fit-content}.home-strict-accordion-spacer{display:inline-block;flex-shrink:0;width:1.25rem;height:1.25rem}main.home-page button.home-strict-accordion-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;padding:0;border:1px solid var(--color-border);border-radius:.25rem;background:var(--color-surface-muted);color:var(--color-text);cursor:pointer;box-shadow:none}.home-strict-accordion-btn__icon{width:.85rem;height:.85rem;display:block}main.home-page button.home-strict-accordion-btn:hover{background:var(--color-surface-muted-2);border-color:var(--color-text-muted)}main.home-page button.home-strict-accordion-btn:disabled{opacity:.45;cursor:not-allowed}main.home-page button.home-strict-accordion-btn:focus-visible{outline:2px solid var(--color-link);outline-offset:2px}.home-strict-node__check-label{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.45rem;flex:0 1 auto;min-width:0;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:inherit;color:inherit;overflow:hidden}.home-strict-node__check-label input[type=checkbox]{width:auto;max-width:none;min-width:0;margin:0;flex-shrink:0;cursor:pointer;accent-color:var(--color-link)}.home-strict-node__check-label--disabled{cursor:not-allowed;opacity:.55}.home-strict-node__check-label--disabled input[type=checkbox]{cursor:not-allowed}.home-strict-node__label{font-size:clamp(.88rem,2.1vw,.95rem);color:var(--color-text);min-width:0;flex:0 1 auto;max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-strict-inline{width:100%;min-width:0;margin-top:.25rem}.home-strict-inline__row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:.5rem .75rem;width:100%;min-width:0}.home-strict-inline__field-wrap{flex:1 1 10rem;min-width:0}.home-strict-inline__label{display:grid;gap:.35rem;margin:0;font-size:clamp(.82rem,2vw,.9rem);color:var(--color-label);min-width:0}.home-strict-inline__label-text{font-weight:500}.home-strict-inline__input{width:100%;min-width:0;box-sizing:border-box}.home-strict-inline__actions{display:inline-flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem;flex-shrink:0}.home-strict-inline__spinner{animation:home-test-type-spin .75s linear infinite}.home-saved-test-type-item{display:inline-flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.45rem;flex:0 1 auto;min-width:0;cursor:pointer;font-size:clamp(.9rem,2.2vw,1rem);color:var(--color-text);-webkit-user-select:none;user-select:none}.home-saved-test-type-item input[type=checkbox]{width:auto;max-width:none;min-width:0;margin:0;cursor:pointer;accent-color:var(--color-link)}.home-header>div:first-child{min-width:0;flex:1 1 auto}.home-header .muted{overflow-wrap:anywhere}.home-header-actions{flex-shrink:0}.home-settings{position:relative}.home-settings--open{z-index:60}.home-settings-trigger{display:inline-flex;align-items:center;justify-content:center;width:min(12vmin,2.75rem);height:min(12vmin,2.75rem);padding:0;border-radius:1vmin;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted)}.home-settings-trigger:hover:not(:disabled){background:var(--color-surface-muted);border-color:var(--color-border-light);color:var(--color-text)}.home-settings-trigger[aria-expanded=true]{background:var(--color-surface-muted-2);border-color:var(--color-border-light)}.home-settings-trigger:disabled{opacity:.6;cursor:not-allowed}.home-settings-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;border:none;padding:0;margin:0;background:transparent;cursor:default}.home-settings-menu__toolbar{display:flex;flex-direction:column;align-items:stretch;gap:0;margin-bottom:.35rem;padding-bottom:.35rem;border-bottom:1px solid var(--color-border-light)}.home-workspace-submit-dock--left{flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;padding-top:.75rem}.home-workspace-submit-dock .home-workspace-submit-btn{box-shadow:0 4px 14px var(--color-shadow-strong)}button.home-workspace-submit-btn{font-size:.8125rem;font-weight:600;padding:.5rem .85rem;border-radius:.5rem;border:1px solid transparent;background:var(--color-link);color:#fff;cursor:pointer;white-space:nowrap}button.home-workspace-submit-btn:hover:not(:disabled){filter:brightness(1.05)}button.home-workspace-submit-btn:disabled{opacity:.55;cursor:not-allowed}.home-settings-menu{position:absolute;right:0;top:calc(100% + .5vmin);z-index:65;min-width:11rem;padding:.5vmin;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:1vmin;box-shadow:0 10px 40px var(--color-shadow-strong)}.home-settings-menu-item{width:100%;text-align:left;border:none;background:transparent;border-radius:.5vmin;padding:.65rem .75rem;cursor:pointer;font-size:.95rem;color:var(--color-text)}.home-settings-menu-item:hover:not(:disabled){background:var(--color-surface-muted-2)}.home-settings-menu-item--toggle{display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:default;padding:.65rem .75rem}.home-settings-menu-item__label{font-size:.95rem;color:var(--color-text)}.home-settings-switch{position:relative;flex-shrink:0;width:2.5rem;height:1.375rem;padding:0;border:none;border-radius:999px;background:var(--color-border-light, #cbd5e0);cursor:pointer;transition:background .2s ease}.home-settings-switch:hover{filter:brightness(.97)}.home-settings-switch--on{background:var(--color-link, #3182ce)}.home-settings-switch__thumb{position:absolute;top:2px;left:2px;width:1.125rem;height:1.125rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s ease}.home-settings-switch--on .home-settings-switch__thumb{transform:translate(1.125rem)}.qb-card__chip--local{background:color-mix(in srgb,var(--accent, #3182ce) 18%,transparent);color:var(--text, #1a365d);border:1px solid color-mix(in srgb,var(--accent, #3182ce) 40%,transparent)}.home-settings-menu-item:disabled{cursor:not-allowed;opacity:.7}h1{margin:0 0 2vmin;font-size:clamp(1.2rem,4vmin,1.5rem);line-height:1.25}.theme-toggle-toolbar{display:inline-flex;align-items:center;justify-content:center;width:min(12vmin,2.75rem);height:min(12vmin,2.75rem);padding:0;border-radius:1vmin;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted)}.theme-toggle-toolbar:hover{color:var(--color-text);background:var(--color-surface-muted);border-color:var(--color-border-light)}.theme-toggle-toolbar[aria-pressed=true]{color:var(--color-text);background:var(--color-surface-muted-2)}.form{display:grid;gap:2vmin;min-width:0}label{display:grid;gap:.375rem;font-size:clamp(.88rem,2.2vw,.94rem);color:var(--color-label);min-width:0}input{border:1px solid var(--color-border);border-radius:.5rem;padding:.625rem;font-size:clamp(.9rem,2.5vw,.95rem);width:100%;max-width:100%;min-width:0;background:var(--color-surface);color:var(--color-text)}select{border:1px solid var(--color-border);border-radius:.5rem;padding:.625rem;font-size:clamp(.9rem,2.5vw,.95rem);background:var(--color-surface);color:var(--color-text);width:100%;max-width:100%;min-width:0}.password-field{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:var(--color-surface)}.password-field input{border:none;border-radius:0;flex:1}.password-field input:focus{outline:none}.icon-button{border:none;border-left:1px solid var(--color-border-light);border-radius:0;min-width:44px;padding:10px 12px;background:var(--color-surface-muted);color:var(--color-text)}.muted{margin:4px 0;color:var(--color-text-muted)}.success{margin-top:14px;color:var(--color-success)}.confirm-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:1rem}.confirm-dialog__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#0f172a73;cursor:default}:root[data-theme=dark] .confirm-dialog__backdrop{background:#0000008c}.confirm-dialog__panel{position:relative;z-index:1;width:min(22rem,100%);padding:1.1rem 1.15rem 1rem;border-radius:.65rem;border:1px solid var(--color-border-light);background:var(--color-surface);box-shadow:0 12px 32px var(--color-shadow-strong)}.confirm-dialog__title{margin:0 0 .45rem;font-size:1rem;font-weight:600;color:var(--color-text)}.confirm-dialog__message{margin:0 0 1rem;font-size:.9rem;line-height:1.45;color:var(--color-text-muted)}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:.5rem}.confirm-dialog__btn{font-size:.875rem;font-weight:600;padding:.45rem .85rem;border-radius:.45rem;cursor:pointer}.confirm-dialog__btn--ghost{border:1px solid var(--color-border-light);background:transparent;color:var(--color-text)}.confirm-dialog__btn--ghost:hover{background:var(--color-surface-muted)}.confirm-dialog__btn--danger{border:1px solid transparent;background:var(--color-error);color:#fff}.confirm-dialog__btn--danger:hover{filter:brightness(.95)}.error{margin-top:14px;color:var(--color-error)}.helper{margin-top:12px;color:var(--color-text-muted);font-size:.92rem}.field-error{margin:-4px 0 2px;color:var(--color-error);font-size:.84rem}.link-button{border:none;background:transparent;color:var(--color-link);padding:0;cursor:pointer}.toast-container{position:fixed;z-index:1000;top:.65rem;left:50%;right:auto;transform:translate(-50%);display:grid;justify-items:center;gap:.5rem;width:min(22.5rem,calc(100vw - 2 * var(--layout-inset)));max-width:calc(100vw - 2 * var(--layout-inset));box-sizing:border-box;pointer-events:none}.toast-container .toast{pointer-events:auto}.toast{width:100%;min-width:0;border-radius:.625rem;padding:.625rem .75rem;box-shadow:0 4px 14px var(--color-shadow);font-size:clamp(.85rem,2.2vw,.95rem)}.toast.success{background:#22c55e24;color:#166534;border:1px solid #166534}.toast.error{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}:root[data-theme=dark] .toast.success{background:#4ade801f;color:#bbf7d0;border:1px solid #166534}:root[data-theme=dark] .toast.error{background:#450a0a;color:#fecaca;border-color:#f87171}.prepeze-logo{flex-shrink:0;display:block}.prepeze-brand{display:flex;align-items:center;gap:.75rem}.prepeze-brand__name{display:block;font-size:1.5rem;font-weight:800;letter-spacing:.025em;color:var(--color-text);line-height:1.2}.prepeze-brand__tagline{display:block;margin-top:.125rem;font-size:.75rem;color:var(--color-text-muted);line-height:1.3}.auth-brand{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1rem}.auth-brand .prepeze-brand__name,.auth-brand .prepeze-brand__tagline{text-align:center}.prepeze-landing .prepeze-brand__name,.prepeze-landing .prepeze-brand__tagline{color:inherit}.prepeze-landing .prepeze-brand__name{color:var(--pz-text, var(--color-text))}.prepeze-landing .prepeze-brand__tagline{color:var(--pz-text-muted, var(--color-text-muted))}.rainbow-loader-ring{position:relative;display:inline-block;flex-shrink:0;--rainbow-loader-stroke: 4px}.rainbow-loader-ring__arc{display:block;width:100%;height:100%;border-radius:50%;background:conic-gradient(from 0deg,#e40303,#ff8c00,#ffed00,#008026,#24408e,#732982,#e40303);animation:rainbow-loader-ring-spin .85s linear infinite;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - var(--rainbow-loader-stroke)),#000 calc(100% - var(--rainbow-loader-stroke)));mask:radial-gradient(farthest-side,transparent calc(100% - var(--rainbow-loader-stroke)),#000 calc(100% - var(--rainbow-loader-stroke)))}@keyframes rainbow-loader-ring-spin{to{transform:rotate(360deg)}}.app-loading{display:flex;align-items:center;justify-content:center;background:transparent;border:none;box-shadow:none;padding:0}body.prepeze-landing-active{background:#f8fafc;color:#0f172a}:root[data-theme=dark] body.prepeze-landing-active{background:#020617;color:#f8fafc}.prepeze-landing{--pz-text: #0f172a;--pz-text-muted: #475569;--pz-text-faint: #64748b;--pz-border: rgba(15, 23, 42, .12);--pz-pill-text: #0891b2;--pz-pill-bg: rgba(6, 182, 212, .12);--pz-card-bg: rgba(255, 255, 255, .72);--pz-card-hover: rgba(255, 255, 255, .92);--pz-showcase-bg: rgba(255, 255, 255, .75);--pz-showcase-shadow: 0 24px 60px rgba(15, 23, 42, .12);--pz-glow: rgba(6, 182, 212, .18);--pz-btn-secondary-bg: rgba(255, 255, 255, .65);--pz-btn-secondary-hover: rgba(255, 255, 255, .9);flex:1 1 auto;width:100%;min-height:100dvh;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--pz-text);background:linear-gradient(135deg,#f8fafc,#e0e7ff 48%,#eef2ff)}:root[data-theme=dark] .prepeze-landing{--pz-text: #f8fafc;--pz-text-muted: #cbd5e1;--pz-text-faint: #94a3b8;--pz-border: rgba(255, 255, 255, .12);--pz-pill-text: #67e8f9;--pz-pill-bg: rgba(255, 255, 255, .08);--pz-card-bg: rgba(255, 255, 255, .06);--pz-card-hover: rgba(255, 255, 255, .1);--pz-showcase-bg: rgba(255, 255, 255, .06);--pz-showcase-shadow: 0 24px 60px rgba(0, 0, 0, .35);--pz-glow: rgba(6, 182, 212, .22);--pz-btn-secondary-bg: rgba(255, 255, 255, .06);--pz-btn-secondary-hover: rgba(255, 255, 255, .12);background:linear-gradient(135deg,#020617,#1e1b4b 48%,#0f172a)}.prepeze-landing h1,.prepeze-landing h2,.prepeze-landing h3{color:var(--pz-text)}.prepeze-landing p{color:var(--pz-text-muted)}.prepeze-landing a{color:inherit;text-decoration:none}.prepeze-landing button{border:none;background:transparent;color:inherit;font:inherit;padding:0;border-radius:0;cursor:pointer}.prepeze-landing .pz-muted{color:var(--pz-text-muted)}.prepeze-landing .pz-faint{color:var(--pz-text-faint)}.prepeze-landing .pz-gradient-heading{color:transparent;background-image:linear-gradient(90deg,#22d3ee,#818cf8);background-clip:text;-webkit-background-clip:text}.prepeze-landing .pz-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:1rem;font-weight:600;color:#fff;background:linear-gradient(90deg,#06b6d4,#4f46e5);box-shadow:0 20px 40px #06b6d433;transition:transform .2s ease}.prepeze-landing .pz-btn-primary:hover{transform:scale(1.05)}.prepeze-landing .pz-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:1rem;color:var(--pz-text);background:var(--pz-btn-secondary-bg);border:1px solid var(--pz-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s ease}.prepeze-landing .pz-btn-secondary:hover{background:var(--pz-btn-secondary-hover)}.prepeze-landing .pz-card{background:var(--pz-card-bg);border:1px solid var(--pz-border);transition:background .2s ease}.prepeze-landing .pz-card:hover{background:var(--pz-card-hover)}.prepeze-landing .pz-stat-value{color:var(--pz-text);font-size:1.875rem;font-weight:700;line-height:1.2}.prepeze-landing .pz-stat-label{color:var(--pz-text-faint);margin-top:.25rem}.prepeze-landing .pz-header{border-bottom:1px solid var(--pz-border)}.prepeze-landing .pz-header-actions{flex-shrink:0}.prepeze-landing .pz-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;padding:.5rem;border-radius:.75rem;border:1px solid var(--pz-border);background:var(--pz-btn-secondary-bg);cursor:pointer}.prepeze-landing .pz-menu-btn__bar{display:block;width:100%;height:2px;border-radius:1px;background:var(--pz-text)}.prepeze-landing .pz-mobile-nav{display:none;flex-direction:column;gap:.25rem;padding:.75rem 1rem 1rem;border-bottom:1px solid var(--pz-border);background:var(--pz-card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.prepeze-landing .pz-mobile-nav--open{display:flex}.prepeze-landing .pz-mobile-nav .pz-nav-link{display:block;width:100%;padding:.75rem .5rem;text-align:left;font-size:1rem}.prepeze-landing .pz-mobile-nav__sign-in{margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--pz-border)}.prepeze-landing .pz-nav-desktop{display:none}.prepeze-landing .pz-features-grid{display:grid;gap:2rem;grid-template-columns:1fr}.prepeze-landing .theme-toggle-toolbar{border-color:var(--pz-border);background:var(--pz-btn-secondary-bg);color:var(--pz-text-muted)}.prepeze-landing .theme-toggle-toolbar:hover,.prepeze-landing .theme-toggle-toolbar[aria-pressed=true]{color:var(--pz-text);background:var(--pz-btn-secondary-hover)}.prepeze-landing .pz-logo-badge{background:linear-gradient(135deg,#22d3ee,#4f46e5);box-shadow:0 16px 40px #22d3ee47}.prepeze-landing .pz-nav-link{color:var(--pz-text-muted);transition:color .2s ease}.prepeze-landing .pz-nav-link:hover{color:var(--pz-text)}.prepeze-landing .pz-pill{color:var(--pz-pill-text);background:var(--pz-pill-bg);border:1px solid var(--pz-border)}.prepeze-landing .pz-glow{background:var(--pz-glow);filter:blur(80px)}.prepeze-landing .pz-showcase{background:var(--pz-showcase-bg);border:1px solid var(--pz-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--pz-showcase-shadow)}.prepeze-landing .pz-showcase__mark{filter:drop-shadow(0 12px 32px rgba(6,182,212,.25))}.prepeze-landing .pz-feature-icon{background:linear-gradient(135deg,#22d3ee,#4f46e5);box-shadow:0 8px 24px #22d3ee38;color:#fff}.prepeze-landing .pz-footer{border-top:1px solid var(--pz-border);color:var(--pz-text-faint)}.prepeze-landing .pz-contact-email{display:inline-block;font-size:1.125rem;font-weight:600;color:#0891b2;text-decoration:none;transition:color .2s ease,opacity .2s ease}.prepeze-landing .pz-contact-email:hover{color:#06b6d4;text-decoration:underline}:root[data-theme=dark] .prepeze-landing .pz-contact-email{color:#67e8f9}:root[data-theme=dark] .prepeze-landing .pz-contact-email:hover{color:#a5f3fc}.prepeze-landing .flex{display:flex}.prepeze-landing .grid{display:grid}.prepeze-landing .hidden{display:none}@media (min-width: 768px){.prepeze-landing .md\:flex,.prepeze-landing .pz-nav-desktop{display:flex}.prepeze-landing .pz-menu-btn{display:none}.prepeze-landing .pz-mobile-nav{display:none!important}}@media (min-width: 1024px){.prepeze-landing .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.prepeze-landing .pz-hero{display:grid;gap:4rem;align-items:center}@media (min-width: 1024px){.prepeze-landing .pz-hero{grid-template-columns:repeat(2,minmax(0,1fr))}}.prepeze-landing .items-center{align-items:center}.prepeze-landing .justify-between{justify-content:space-between}.prepeze-landing .justify-center{justify-content:center}.prepeze-landing .gap-3{gap:.75rem}.prepeze-landing .gap-4{gap:1rem}.prepeze-landing .gap-6{gap:1.5rem}.prepeze-landing .gap-8{gap:2rem}.prepeze-landing .gap-16{gap:4rem}.prepeze-landing .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.prepeze-landing .flex-wrap{flex-wrap:wrap}.prepeze-landing .relative{position:relative}.prepeze-landing .absolute{position:absolute}.prepeze-landing .text-center{text-align:center}.prepeze-landing .max-w-7xl{max-width:80rem;margin-left:auto;margin-right:auto}.prepeze-landing .max-w-3xl{max-width:48rem;margin-left:auto;margin-right:auto}.prepeze-landing .max-w-2xl{max-width:42rem}.prepeze-landing .mx-auto{margin-left:auto;margin-right:auto}.prepeze-landing .px-8{padding-left:2rem;padding-right:2rem}.prepeze-landing .py-6{padding-top:1.5rem;padding-bottom:1.5rem}.prepeze-landing .py-24{padding-top:6rem;padding-bottom:6rem}.prepeze-landing .pb-16{padding-bottom:4rem}.prepeze-landing .pb-24{padding-bottom:6rem}.prepeze-landing .mt-2{margin-top:.5rem}.prepeze-landing .mt-4{margin-top:1rem}.prepeze-landing .mt-8{margin-top:2rem}.prepeze-landing .mt-10{margin-top:2.5rem}.prepeze-landing .mt-16{margin-top:4rem}.prepeze-landing .mb-4{margin-bottom:1rem}.prepeze-landing .mb-6{margin-bottom:1.5rem}.prepeze-landing .mb-8{margin-bottom:2rem}.prepeze-landing .mb-16{margin-bottom:4rem}.prepeze-landing .text-xs{font-size:.75rem}.prepeze-landing .text-sm{font-size:.875rem}.prepeze-landing .text-lg{font-size:1.125rem}.prepeze-landing .text-2xl{font-size:1.5rem}.prepeze-landing .text-3xl{font-size:1.875rem}.prepeze-landing .text-4xl{font-size:2.25rem}.prepeze-landing .text-5xl{font-size:3rem}.prepeze-landing .font-black{font-weight:900}.prepeze-landing .font-bold{font-weight:700}.prepeze-landing .font-extrabold{font-weight:800}.prepeze-landing .font-medium{font-weight:500}.prepeze-landing .leading-tight{line-height:1.1}.prepeze-landing .leading-7{line-height:1.75}.prepeze-landing .leading-8{line-height:2}.prepeze-landing .tracking-wide{letter-spacing:.025em}.prepeze-landing .rounded-2xl{border-radius:1rem}.prepeze-landing .rounded-3xl{border-radius:1.5rem}.prepeze-landing .rounded-full{border-radius:9999px}.prepeze-landing .w-14{width:3.5rem}.prepeze-landing .h-14{height:3.5rem}.prepeze-landing .w-96{width:24rem}.prepeze-landing .h-96{height:24rem}@media (min-width: 768px){.prepeze-landing .md\:grid-cols-3,.prepeze-landing .pz-features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.prepeze-landing .text-7xl{font-size:4.5rem}}@media (max-width: 767px){.prepeze-landing .pz-menu-btn{display:flex}.prepeze-landing .pz-header{padding:1rem}.prepeze-landing .pz-header-brand .prepeze-brand__name{font-size:1.125rem}.prepeze-landing .pz-header-brand .prepeze-brand__tagline{font-size:.65rem}.prepeze-landing .pz-header-brand .prepeze-logo{width:2.5rem;height:2.5rem}.prepeze-landing .pz-hero-section{padding:2.5rem 1rem 3rem;gap:2.5rem;grid-template-columns:1fr}.prepeze-landing .pz-hero-copy{text-align:center}.prepeze-landing .pz-hero-copy .max-w-2xl{margin-left:auto;margin-right:auto}.prepeze-landing .pz-hero-title{font-size:2rem;line-height:1.15}.prepeze-landing .pz-hero-cta{flex-direction:column;align-items:stretch}.prepeze-landing .pz-hero-cta .pz-btn-primary,.prepeze-landing .pz-hero-cta .pz-btn-secondary{width:100%;justify-content:center}.prepeze-landing .pz-stats-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:2.5rem}.prepeze-landing .pz-stat-value{font-size:1.5rem}.prepeze-landing .pz-hero-visual{width:100%;max-width:20rem;margin-left:auto;margin-right:auto}.prepeze-landing .pz-glow{width:14rem;height:14rem}.prepeze-landing .pz-showcase{padding:1.5rem 1.25rem;border-radius:1.75rem;width:100%;box-sizing:border-box}.prepeze-landing .pz-showcase__mark{width:10rem;height:10rem}.prepeze-landing .pz-showcase-title{font-size:1.75rem}.prepeze-landing .pz-features-section,.prepeze-landing .pz-about-section,.prepeze-landing .pz-contact-section{padding-left:1rem;padding-right:1rem}.prepeze-landing .pz-features-section{padding-bottom:3rem}.prepeze-landing .pz-features-section .mb-16{margin-bottom:2rem}.prepeze-landing .pz-section-title{font-size:1.75rem}.prepeze-landing .pz-card{padding:1.5rem}.prepeze-landing .pz-contact-section .pz-btn-primary{width:100%;max-width:20rem}.prepeze-landing .pz-contact-email{font-size:1rem;word-break:break-all}}@media (min-width: 480px) and (max-width: 767px){.prepeze-landing .pz-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.prepeze-landing .pz-stat-value{font-size:1.25rem}.prepeze-landing .pz-stat-label{font-size:.75rem}.prepeze-landing .pz-hero-title{font-size:2.25rem}}
