:root{--orange:#ff7a32;--orange-dark:#e75f18;--orange-soft:#fff0e7;--ink:#20211f;--ink-2:#353632;--muted:#73766f;--line:#e8e6df;--surface:#fff;--canvas:#f5f4ef;--success:#287a52;--danger:#b63c37;--shadow-sm:0 1px 2px #1819170d, 0 5px 18px #1819170a;--shadow-lg:0 24px 70px #1f1c1721;--radius-sm:12px;--radius-md:18px;--radius-lg:28px}*,:before,:after{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth;min-height:100%}body{min-height:100vh;color:var(--ink);background:var(--canvas);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Aptos,Segoe UI,Inter,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.5}#root{min-height:100vh}.skip-link{z-index:200;color:var(--ink);background:#fff;border-radius:9px;padding:9px 13px;font-weight:750;text-decoration:none;transition:transform .16s;position:fixed;top:10px;left:10px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.app-loading,.fatal-error,.view-loading{text-align:center;align-content:center;place-items:center;gap:12px;display:grid}.app-loading{background:var(--canvas);min-height:100vh}.view-loading{min-height:430px}.fatal-error{min-height:100vh;padding:28px}.fatal-error>.lucide{width:42px;height:42px;color:var(--orange-dark)}.fatal-error h1,.fatal-error p{margin:0}.fatal-error p{max-width:520px;color:var(--muted)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent;color:inherit}img,canvas{max-width:100%}[hidden]{display:none!important}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.icon,.lucide{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:20px;height:20px}.brand{align-items:center;gap:11px;text-decoration:none;display:inline-flex}.brand__mark{object-fit:contain;width:38px;height:38px}.brand__name{flex-direction:column;line-height:1;display:flex}.brand__word{letter-spacing:-.055em;font-size:22px;font-weight:800}.brand__sub{color:var(--muted);letter-spacing:.18em;text-transform:uppercase;margin-top:5px;font-size:9px;font-weight:750}.button{background:var(--orange);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:10px 17px;font-weight:750;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button:hover{background:var(--orange-dark);transform:translateY(-1px);box-shadow:0 8px 22px #e75f1833}.button:active{transform:translateY(0)}.button:focus-visible,.nav-link:focus-visible,.tool-card:focus-visible,.icon-button:focus-visible,.logout-button:focus-visible,.clear-file:focus-visible,.password-toggle:focus-visible,.upload-zone:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #ff7a3240}.button:disabled{cursor:not-allowed;opacity:.58;box-shadow:none;transform:none}.button--dark{background:var(--ink)}.button--dark:hover{background:#080908;box-shadow:0 8px 22px #00000029}.button--secondary{border-color:var(--line);color:var(--ink);background:#fff}.button--secondary:hover{box-shadow:var(--shadow-sm);background:#faf9f5;border-color:#d7d4ca}.button--block{width:100%}.button--small{border-radius:10px;min-height:38px;padding:7px 12px;font-size:13px}.icon-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;place-items:center;width:42px;height:42px;display:inline-grid}.field{gap:8px;display:grid}.field__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.field__label{color:var(--ink-2);font-size:13px;font-weight:750}.field__hint{color:var(--muted);font-size:12px}.input-wrap{display:block;position:relative}.input-wrap>.icon,.input-wrap>.lucide{color:#96988f;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.input-wrap input{padding-left:43px}input[type=text],input[type=password],input[type=url],select{width:100%;min-height:48px;color:var(--ink);background:#fff;border:1px solid #dedcd4;border-radius:13px;padding:11px 14px;transition:border-color .18s,box-shadow .18s}input::placeholder{color:#a3a59d}input:focus,select:focus{border-color:var(--orange);outline:0;box-shadow:0 0 0 4px #ff7a321a}.input-wrap>input[type=text],.input-wrap>input[type=password]{padding-left:43px}.form-alert{color:#92332f;background:#fff3f2;border:1px solid #f1cbc8;border-radius:11px;align-items:flex-start;gap:9px;padding:11px 12px;font-size:13px;display:flex}.form-alert .icon,.form-alert .lucide{width:18px;height:18px;margin-top:1px}.auth-page{background:#efede6;overflow:hidden}.auth-shell{background:#efede6;grid-template-columns:minmax(390px,.92fr) minmax(520px,1.08fr);min-height:100vh;display:grid}.auth-story{isolation:isolate;color:#fff;background:#1f201e;flex-direction:column;justify-content:space-between;min-height:100vh;padding:clamp(32px,5vw,68px);display:flex;position:relative;overflow:hidden}.auth-story:before,.auth-story:after{z-index:-1;content:"";filter:blur(1px);border-radius:50%;position:absolute}.auth-story:before{aspect-ratio:1;border:1px solid #ffffff17;width:min(46vw,610px);top:-21%;right:-28%;box-shadow:0 0 0 70px #ffffff05,0 0 0 150px #ffffff05}.auth-story:after{background:var(--orange);opacity:.92;width:290px;height:290px;bottom:-70px;right:-82px}.auth-story .brand__sub{color:#ffffff7a}.auth-story__content{max-width:560px;padding:90px 0 70px}.eyebrow{color:var(--orange);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 19px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:currentColor;border-radius:999px;width:24px;height:2px}.auth-story h1{letter-spacing:-.055em;max-width:600px;margin:0;font-size:clamp(44px,5.3vw,76px);font-weight:780;line-height:.99}.auth-story h1 span{color:var(--orange)}.auth-story__copy{color:#ffffff9c;max-width:450px;margin:25px 0 0;font-size:16px;line-height:1.7}.auth-tool-row{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.auth-tool-pill{color:#ffffffc2;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:12px;font-weight:650;display:inline-flex}.auth-tool-pill .icon,.auth-tool-pill .lucide{width:16px;height:16px;color:var(--orange)}.auth-story__footer{z-index:1;color:#fff6;font-size:12px;position:relative}.auth-panel{place-items:center;min-height:100vh;padding:44px clamp(28px,7vw,110px);display:grid}.login-card{width:min(100%,450px)}.login-card__top{margin-bottom:31px}.login-card__kicker{color:var(--orange-dark);letter-spacing:.13em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}.login-card h2{letter-spacing:-.04em;margin:0;font-size:clamp(32px,4vw,42px);line-height:1.15}.login-card__intro{color:var(--muted);margin:12px 0 0}.login-form{gap:18px;display:grid}.password-toggle{min-width:40px;min-height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-toggle:hover{color:var(--ink);background:#f5f3ed}.password-toggle .icon,.password-toggle .lucide{width:18px;height:18px}.login-form .input-wrap input[type=password],.login-form .input-wrap input[data-password-visible=true]{padding-right:50px}.login-help{color:var(--muted);align-items:center;gap:9px;margin:22px 0 0;font-size:12px;display:flex}.login-help .icon,.login-help .lucide{width:17px;height:17px;color:var(--success)}.app-shell{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:30;color:#fff;background:#20211f;border-right:1px solid #292a27;flex-direction:column;width:250px;padding:26px 18px 20px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar .brand{padding:0 9px}.sidebar .brand__sub{color:#ffffff61}.sidebar__label{color:#ffffff52;letter-spacing:.16em;text-transform:uppercase;margin:40px 11px 10px;font-size:10px;font-weight:800}.sidebar nav{gap:5px;display:grid}.nav-link{color:#ffffff9c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;width:100%;min-height:46px;padding:10px 12px;font-weight:650;transition:background .18s,color .18s;display:flex}.nav-link:hover{color:#fff;background:#ffffff0e}.nav-link.is-active{background:var(--orange);color:#fff}.nav-link .icon,.nav-link .lucide{width:19px;height:19px}.sidebar__bottom{margin-top:auto}.privacy-note{background:#ffffff09;border:1px solid #ffffff12;border-radius:12px;gap:10px;margin:0 5px 16px;padding:12px;display:flex}.privacy-note .icon,.privacy-note .lucide{color:#65d097;width:18px;height:18px}.privacy-note strong,.privacy-note span{display:block}.privacy-note strong{color:#ffffffd1;font-size:11px}.privacy-note span{color:#ffffff61;margin-top:2px;font-size:10px}.user-chip{border-top:1px solid #ffffff14;align-items:center;gap:10px;padding:13px 8px 0;display:flex}.user-avatar{background:var(--orange-soft);width:34px;height:34px;color:var(--orange-dark);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:850;display:grid}.user-chip__copy{flex:1;min-width:0}.user-chip__copy strong,.user-chip__copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.user-chip__copy strong{color:#ffffffe0;font-size:12px}.user-chip__copy span{color:#ffffff61;text-transform:capitalize;font-size:10px}.logout-button{color:#ffffff75;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:33px;height:33px;display:grid}.logout-button:hover{color:#fff;background:#ffffff14}.logout-button .icon,.logout-button .lucide{width:17px;height:17px}.main-shell{grid-column:2;min-width:0}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f5f4efe0;justify-content:space-between;align-items:center;gap:20px;height:78px;padding:0 clamp(24px,4vw,58px);display:flex}.topbar__title{letter-spacing:-.02em;margin:0;font-size:16px;font-weight:780}.topbar__meta{color:var(--muted);font-size:12px}.mobile-menu{display:none}.main-content{width:min(100%,1440px);margin:0 auto;padding:clamp(28px,4vw,58px)}.main-content:focus{outline:none}.view{animation:.28s both view-in}@keyframes view-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.page-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.page-heading h1{letter-spacing:-.045em;margin:2px 0 0;font-size:clamp(31px,3.4vw,46px);line-height:1.08}.page-heading p:not(.eyebrow){max-width:540px;color:var(--muted);margin:10px 0 0}.dashboard-hero{border-radius:var(--radius-lg);background:var(--ink);color:#fff;min-height:280px;box-shadow:var(--shadow-sm);grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);margin-bottom:27px;display:grid;position:relative;overflow:hidden}.dashboard-hero__copy{z-index:1;align-self:center;padding:clamp(34px,5vw,62px)}.dashboard-hero h1{letter-spacing:-.05em;max-width:660px;margin:7px 0 15px;font-size:clamp(35px,4.4vw,61px);line-height:1.02}.dashboard-hero h1 span{color:var(--orange)}.dashboard-hero p{color:#ffffff94;max-width:540px;margin:0;font-size:15px}.dashboard-hero__art{min-height:260px;position:relative}.hero-ring,.hero-square{position:absolute}.hero-ring{border:1px solid #ffffff1a;border-radius:50%;width:280px;height:280px;top:-47px;right:-36px;box-shadow:0 0 0 44px #ffffff06,0 0 0 90px #ffffff05}.hero-square{background:var(--orange);border-radius:33px;place-items:center;width:138px;height:138px;display:grid;bottom:42px;right:72px;transform:rotate(9deg);box-shadow:0 23px 50px #0000003b}.hero-square img{width:83px;height:83px;transform:rotate(-9deg)}.section-title-row{justify-content:space-between;align-items:center;gap:20px;margin:0 0 15px;display:flex}.section-title-row h2{letter-spacing:-.025em;margin:0;font-size:18px}.section-title-row span{color:var(--muted);font-size:12px}.tool-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:18px;display:grid}.tool-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);min-height:230px;box-shadow:var(--shadow-sm);color:inherit;font:inherit;text-align:left;cursor:pointer;flex-direction:column;padding:25px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.tool-card:hover{border-color:#d9d5cb;transform:translateY(-3px);box-shadow:0 15px 42px #1e1e1b14}.tool-card__icon{background:var(--orange-soft);width:52px;height:52px;color:var(--orange-dark);border-radius:15px;place-items:center;display:grid}.tool-card--pdf .tool-card__icon{color:#277653;background:#eaf5ef}.tool-card--quiz .tool-card__icon{color:#4c5ca4;background:#eef0fb}.tool-card__icon .icon,.tool-card__icon .lucide{width:25px;height:25px}.tool-card h3{letter-spacing:-.03em;margin:24px 0 7px;font-size:21px}.tool-card p{max-width:430px;color:var(--muted);margin:0;font-size:13px}.tool-card__bottom{justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:22px;display:flex}.tool-card__tag{color:#999b93;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:750}.tool-card__arrow{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.tool-card__arrow .icon,.tool-card__arrow .lucide{width:15px;height:15px}.workspace-grid{grid-template-columns:minmax(330px,.78fr) minmax(390px,1.22fr);align-items:start;gap:20px;display:grid}.panel{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.panel__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;display:flex}.panel__title{align-items:center;gap:11px;display:flex}.panel__title-icon{background:var(--orange-soft);width:35px;height:35px;color:var(--orange-dark);border-radius:10px;place-items:center;display:grid}.panel__title-icon .icon,.panel__title-icon .lucide{width:18px;height:18px}.panel__header h2{letter-spacing:-.015em;margin:0;font-size:15px}.panel__header p{color:var(--muted);margin:2px 0 0;font-size:11px}.panel__body{padding:22px}.tool-form{gap:21px;display:grid}.textarea-shell{background:#fff;border:1px solid #dedcd4;border-radius:13px;transition:border-color .18s,box-shadow .18s;overflow:hidden}.textarea-shell:focus-within{border-color:var(--orange);box-shadow:0 0 0 4px #ff7a321a}.textarea-shell textarea{resize:vertical;width:100%;min-height:130px;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;padding:14px;display:block}.textarea-meta{color:var(--muted);border-top:1px solid #eeece6;justify-content:space-between;align-items:center;gap:10px;padding:9px 12px;font-size:11px;display:flex}.fixed-brand{border:1px solid var(--line);background:#faf9f5;border-radius:13px;align-items:center;gap:12px;padding:12px;display:flex}.fixed-brand img{object-fit:contain;width:42px;height:42px}.fixed-brand__copy{flex:1}.fixed-brand__copy strong,.fixed-brand__copy span{display:block}.fixed-brand__copy strong{font-size:13px}.fixed-brand__copy span{color:var(--muted);margin-top:2px;font-size:11px}.lock-badge,.status-pill{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.lock-badge{color:#6e706a;background:#ecebe5}.lock-badge .icon,.lock-badge .lucide{width:12px;height:12px}.status-pill{color:var(--success);background:#e9f5ee}.preview-panel{min-height:490px}.preview-stage{border-radius:0 0 var(--radius-md) var(--radius-md);background-color:#f1f0ea;background-image:linear-gradient(45deg,#1e1e1b06 25%,#0000 25%),linear-gradient(-45deg,#1e1e1b06 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#1e1e1b06 75%),linear-gradient(-45deg,#0000 75%,#1e1e1b06 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;place-items:center;min-height:407px;padding:clamp(23px,4vw,45px);display:grid}.empty-state{text-align:center;max-width:300px}.empty-state__icon{color:#9a9c95;background:#ffffff8a;border:1px dashed #cbc8bf;border-radius:20px;place-items:center;width:72px;height:72px;margin:0 auto 17px;display:grid}.empty-state__icon .icon,.empty-state__icon .lucide{width:30px;height:30px}.empty-state strong{font-size:14px;display:block}.empty-state p{color:var(--muted);margin:7px 0 0;font-size:12px}.qr-preview{border-radius:15px;width:min(100%,390px);height:auto;display:block;box-shadow:0 15px 45px #1f1f1c24}.tool-status{min-height:20px;color:var(--muted);margin:0;font-size:12px}.tool-status.is-error{color:var(--danger)}.tool-status.is-success{color:var(--success)}.upload-zone{text-align:center;cursor:pointer;background:#faf9f5;border:1.5px dashed #cac7bd;border-radius:15px;justify-self:center;place-items:center;width:min(100%,34rem);min-height:165px;margin-inline:auto;padding:22px;transition:border-color .18s,background .18s;display:grid}.upload-zone:hover,.upload-zone.is-dragover{border-color:var(--orange);background:var(--orange-soft)}.upload-zone__icon{width:42px;height:42px;color:var(--orange-dark);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;place-items:center;margin:0 auto 10px;display:grid}.upload-zone__icon .icon,.upload-zone__icon .lucide{width:21px;height:21px}.upload-zone__content{justify-items:center;gap:5px;width:100%;display:grid}.upload-zone__content>strong{font-size:13px;display:block}.upload-zone__support{color:var(--muted);font-size:11px;display:block}.selected-file{background:#f4faf6;border:1px solid #dfeae3;border-radius:12px;align-items:center;gap:11px;padding:11px;display:flex}.selected-file__icon{width:37px;height:37px;color:var(--success);background:#fff;border-radius:10px;flex:none;place-items:center;display:grid}.selected-file__copy{flex:1;min-width:0}.selected-file__copy strong,.selected-file__copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.selected-file__copy strong{font-size:12px}.selected-file__copy span{color:var(--muted);font-size:10px}.clear-file{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.clear-file:hover{color:var(--danger);background:#fff}.clear-file .icon,.clear-file .lucide{width:15px;height:15px}.logo-choice{grid-template-columns:1fr auto;align-items:center;gap:11px;display:grid}.watermark-fieldset{border:0;gap:12px;min-width:0;margin:0;padding:0;display:grid}.watermark-fieldset>legend{margin-bottom:8px;padding:0}.watermark-fieldset:disabled{opacity:.7}.content-toggle{border:1px solid var(--line);cursor:pointer;background:#faf9f5;border-radius:12px;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;padding:11px 12px;display:grid}.content-toggle input{width:17px;height:17px;accent-color:var(--orange);margin:0}.content-toggle__icon{background:var(--orange-soft);width:34px;height:34px;color:var(--orange-dark);border-radius:9px;place-items:center;display:grid}.content-toggle__icon .lucide{width:17px;height:17px}.content-toggle__copy{min-width:0}.content-toggle__copy strong,.content-toggle__copy span{display:block}.content-toggle__copy strong{font-size:12px}.content-toggle__copy span{color:var(--muted);margin-top:2px;font-size:10px}.field__label:has(.lucide){align-items:center;gap:6px;display:inline-flex}.field__label>.lucide{width:14px;height:14px;color:var(--muted)}.field-help{color:var(--muted);margin:-6px 0 0;font-size:10px}.field-error{color:var(--danger);margin:-6px 0 0;font-size:10px}input[aria-invalid=true]{border-color:var(--danger)}.reset-logo-button{justify-self:start}.watermark-layout-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.watermark-layout-grid select:disabled{color:#8c8e87;cursor:not-allowed;background:#f0efe9}.content-warning{color:#8b5425;background:#fff8ee;border:1px solid #f0d5b7;border-radius:11px;align-items:center;gap:9px;padding:10px 11px;font-size:11px;display:flex}.content-warning .lucide{width:17px;height:17px}.logo-preview{border:1px solid var(--line);background:#faf9f5;border-radius:12px;align-items:center;gap:10px;min-width:0;padding:9px 11px;display:flex}.logo-preview img{object-fit:contain;flex:none;width:35px;height:35px}.logo-preview__copy{min-width:0}.logo-preview__copy strong,.logo-preview__copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.logo-preview__copy strong{font-size:11px}.logo-preview__copy span{color:var(--muted);font-size:10px}.range-row{grid-template-columns:minmax(0,1fr) 82px;align-items:center;gap:13px;display:grid}input[type=range]{background:linear-gradient(to right, var(--orange) 0 var(--range-progress,50%), #e5e3dc var(--range-progress,50%) 100%);appearance:none;border-radius:99px;width:100%;height:6px;margin:8px 0}input[type=range]::-webkit-slider-thumb{background:var(--orange);cursor:pointer;appearance:none;border:3px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 5px #00000040}input[type=range]::-moz-range-thumb{background:var(--orange);cursor:pointer;border:3px solid #fff;border-radius:50%;width:13px;height:13px;box-shadow:0 1px 5px #00000040}.range-number-wrap{display:block;position:relative}.range-number{border:1px solid var(--line);width:100%;min-height:36px;color:var(--ink);text-align:center;appearance:textfield;background:#faf9f5;border-radius:9px;padding:7px 25px 7px 8px;font-size:11px;font-weight:750}.range-number::-webkit-inner-spin-button{appearance:none;margin:0}.range-number::-webkit-outer-spin-button{appearance:none;margin:0}.range-number:focus{border-color:var(--orange);outline:0;box-shadow:0 0 0 4px #ff7a321a}.range-number:disabled{cursor:not-allowed;opacity:.62}.range-number__unit{color:var(--muted);pointer-events:none;font-size:10px;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.pdf-preview-stage{border-radius:0 0 var(--radius-md) var(--radius-md);background:#dad9d4;place-items:center;min-height:545px;padding:18px;display:grid;position:relative;overflow:auto}.pdf-live-preview-panel{position:sticky;top:20px}.pdf-preview-stage .empty-state{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pdf-page-preview{width:min(100%, var(--pdf-preview-width,480px));aspect-ratio:var(--pdf-page-ratio,.7727);background:#fff;margin:0;position:relative;overflow:hidden;box-shadow:0 12px 34px #1f1f1c33}.pdf-preview-canvas,.watermark-preview-overlay{width:100%;height:100%;display:block;position:absolute;inset:0}.pdf-preview-canvas{background:#fff}.watermark-preview-overlay{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;overflow:hidden}.instant-preview-badge{z-index:2;color:var(--success);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffe6;border:1px solid #ffffffb3;border-radius:999px;align-items:center;padding:8px 10px;font-size:10px;font-weight:750;display:inline-flex;position:absolute;top:12px;right:12px;box-shadow:0 6px 20px #00000026}.preview-alert{z-index:4;color:#92332f;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3f2f2;border:1px solid #f1cbc8;border-radius:10px;padding:10px 12px;font-size:11px;position:absolute;bottom:12px;left:12px;right:12px}.preview-alert--warning{color:#8b5425;background:#fff8eef2;border-color:#f0d5b7}.processing-overlay--preview{background:#f5f4eff5}.processing-overlay{z-index:3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f5f4efe6;place-items:center;display:grid;position:absolute;inset:0}.processing-card{text-align:center}.spinner{border:3px solid #e0ddd5;border-top-color:var(--orange);border-radius:50%;width:34px;height:34px;margin:0 auto 12px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.processing-card strong,.processing-card span{display:block}.processing-card span{color:var(--muted);margin-top:3px;font-size:11px}.privacy-banner{color:#3e6f56;background:#f0f7f3;border-radius:11px;align-items:flex-start;gap:10px;padding:11px 12px;font-size:11px;display:flex}.privacy-banner .icon,.privacy-banner .lucide{width:17px;height:17px;color:var(--success)}.quiz-workspace-grid{grid-template-columns:minmax(360px,.92fr) minmax(430px,1.08fr)}.quiz-source-shell textarea.quiz-source-editor{tab-size:4;min-height:510px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.6}.quiz-source-actions{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.quiz-format-help{border:1px solid var(--line);background:#faf9f5;border-radius:12px;overflow:hidden}.quiz-format-help summary{color:var(--ink-2);cursor:pointer;padding:11px 13px;font-size:12px;font-weight:750}.quiz-format-help pre{border-top:1px solid var(--line);color:#4f514c;background:#f3f2ed;margin:0;padding:13px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;line-height:1.6;overflow-x:auto}.quiz-results-panel{min-height:650px}.quiz-results-panel--wide{grid-column:1/-1}.quiz-results-panel--wide .quiz-empty-state{min-height:270px}.quiz-preview-panel{min-width:0;min-height:650px}.quiz-preview-panel__body{min-width:0}.quiz-results-body,.quiz-conversion,.quiz-output{gap:18px;display:grid}.quiz-empty-state{text-align:center;place-content:center;justify-items:center;min-height:540px;padding:35px;display:grid}.quiz-empty-state strong{font-size:15px}.quiz-empty-state p{max-width:330px;color:var(--muted);margin:7px 0 0;font-size:12px;line-height:1.55}.quiz-validation-summary{border:1px solid #0000;border-radius:13px;align-items:flex-start;gap:12px;padding:15px;display:flex}.quiz-validation-summary>.lucide{flex:none;width:22px;height:22px}.quiz-validation-summary.is-valid{color:var(--success);background:#f0f7f3;border-color:#cfe6d8}.quiz-validation-summary.is-invalid{color:var(--danger);background:#fff4f1;border-color:#f0d0ca}.quiz-validation-summary h3{color:var(--ink);margin:0;font-size:15px}.quiz-validation-summary h3:focus{outline:0}.quiz-validation-summary p{color:#686a64;margin:4px 0 0;font-size:12px;line-height:1.5}.quiz-issue-list{gap:9px;margin:0;padding:0;list-style:none;display:grid}.quiz-issue{border:1px solid var(--line);width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:11px;padding:12px;transition:border-color .18s,background .18s,transform .18s;display:grid}.quiz-issue:hover{background:#fffaf8;border-color:#e6b9ae;transform:translateY(-1px)}.quiz-issue:focus-visible{outline-offset:2px;outline:3px solid #ff7a3240}.quiz-issue__line{color:#777971;white-space:nowrap;background:#f3f2ed;border-radius:7px;padding:4px 7px;font-size:10px;font-weight:800}.quiz-issue__copy,.quiz-issue__copy strong,.quiz-issue__copy>span,.quiz-issue__copy code{display:block}.quiz-issue__copy strong{color:var(--ink);margin-bottom:3px;font-size:12px}.quiz-issue__copy>span{color:#5f615b;font-size:12px;line-height:1.45}.quiz-issue__copy code{color:#9a5b4a;text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:10px;overflow:hidden}.quiz-options{border:0;gap:9px;margin:0;padding:0;display:grid}.quiz-options legend{color:var(--ink-2);margin-bottom:9px;font-size:13px;font-weight:750}.quiz-option{border:1px solid var(--line);cursor:pointer;background:#faf9f5;border-radius:12px;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;padding:12px;display:grid}.quiz-option input{width:17px;height:17px;accent-color:var(--orange);margin:0}.quiz-option>.lucide{width:17px;height:17px;color:var(--orange-dark)}.quiz-option strong,.quiz-option span span{display:block}.quiz-option strong{color:var(--ink);font-size:12px}.quiz-option span span{color:var(--muted);margin-top:2px;font-size:10px}.quiz-output{padding-top:2px}.quiz-output-editor{resize:vertical;color:#42443f;white-space:pre;background:#f8f8f5;border:1px solid #dedcd4;border-radius:12px;width:100%;min-height:330px;padding:13px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px;line-height:1.55}.quiz-output-editor:focus-visible{outline-offset:2px;outline:3px solid #ff7a3240}.quiz-preview{gap:14px;min-width:0;display:grid}.quiz-preview__header{border:1px solid var(--line);background:#faf9f5;border-radius:13px;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;padding:15px;display:flex}.quiz-preview__title-group{min-width:0}.quiz-preview__eyebrow,.quiz-preview__title,.quiz-preview__summary{margin:0}.quiz-preview__eyebrow{color:var(--orange-dark);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:850}.quiz-preview__title{color:var(--ink-2);letter-spacing:-.02em;overflow-wrap:anywhere;margin-top:3px;font-size:17px;line-height:1.3}.quiz-preview__summary{color:var(--muted);margin-top:3px;font-size:10px}.quiz-preview__draft-status{background:var(--orange-soft);color:var(--orange-dark);letter-spacing:.04em;white-space:nowrap;border-radius:999px;flex:none;padding:5px 9px;font-size:10px;font-weight:800}.quiz-preview__pending{color:#8b5425;background:#fff8ee;border:1px solid #f0d5b7;border-radius:10px;align-items:center;gap:8px;margin:0;padding:9px 11px;font-size:11px;line-height:1.45;display:flex}.quiz-preview__truncated{color:#795e24;background:#fffaea;border:1px solid #ead8b1;border-radius:10px;margin:0;padding:9px 11px;font-size:11px;line-height:1.45}.quiz-preview__questions{overscroll-behavior:contain;scrollbar-gutter:stable;border:1px solid var(--line);background:#f5f4ef;border-radius:14px;align-content:start;gap:13px;min-width:0;min-height:280px;max-height:600px;padding:15px;display:grid;overflow:auto}.quiz-preview__empty{border:1px solid var(--line);min-height:490px;color:var(--muted);text-align:center;background:#f5f4ef;border-radius:14px;place-content:center;justify-items:center;padding:28px;display:grid}.quiz-preview__empty-mark{color:#969890;background:#ffffff9e;border:1px dashed #c7c5bc;border-radius:17px;place-items:center;width:58px;height:58px;margin-bottom:14px;font-size:21px;font-weight:750;display:grid}.quiz-preview__empty-title{color:var(--ink);font-size:14px}.quiz-preview__empty-copy{max-width:320px;margin:6px 0 0;font-size:12px;line-height:1.55}.quiz-preview__category{border-left:3px solid var(--orange);min-width:0;color:var(--ink-2);overflow-wrap:anywhere;background:#fff7f1;border-radius:0 9px 9px 0;margin:3px 0 0;padding:9px 11px;font-size:12px;font-weight:800;line-height:1.45}.quiz-preview__question{background:#fff;border:1px solid #e1dfd7;border-radius:13px;gap:13px;min-width:0;padding:15px;display:grid;box-shadow:0 1px 2px #18191709}.quiz-preview__question-header{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.quiz-preview__question-heading,.quiz-preview__type-badge{overflow-wrap:anywhere;min-width:0;margin:0}.quiz-preview__question-heading{color:var(--ink);font-size:13px;line-height:1.4}.quiz-preview__type-badge{color:#4c5ca4;letter-spacing:.04em;white-space:nowrap;background:#eef0fb;border-radius:7px;flex:none;align-items:center;padding:4px 8px;font-size:10px;font-weight:800;line-height:1.3;display:inline-flex}.quiz-preview__question--desc .quiz-preview__type-badge{color:#62645e;background:#f1f0ea}.quiz-preview__question--ddwtos .quiz-preview__type-badge{color:#27736b;background:#e8f4f2}.quiz-preview__question--essay .quiz-preview__type-badge{background:var(--orange-soft);color:var(--orange-dark)}.quiz-preview__question--draft .quiz-preview__type-badge{color:var(--danger);background:#fff2ee}.quiz-preview__question-body,.quiz-preview__question-text,.quiz-preview__drag-and-drop{gap:9px;min-width:0;display:grid}.quiz-preview__question-line{min-width:0;color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.62}.quiz-preview__math{max-width:100%;color:inherit;vertical-align:-.12em;white-space:nowrap;scrollbar-width:thin;line-height:1.25;display:inline-block;overflow:auto hidden}.quiz-preview__math .katex{color:inherit;font-size:1em}.quiz-preview__math .katex-display{margin:0;display:inline-block}.quiz-preview__photo{box-sizing:border-box;border:1px solid var(--line);width:100%;max-width:100%;color:var(--muted);white-space:normal;background:#faf9f5;border-radius:11px;place-items:center;gap:9px;margin:11px 0 3px;padding:12px;font-size:10px;line-height:1.45;display:grid;overflow:hidden}.quiz-preview__photo-label{letter-spacing:.06em;text-transform:uppercase;justify-self:start;font-size:9px;font-weight:850}.quiz-preview__photo-image{object-fit:contain;border-radius:7px;width:auto;max-width:100%;height:auto;max-height:420px;display:block}.quiz-preview__photo-image.is-loading{opacity:0;pointer-events:none;width:1px;height:1px}.quiz-preview__photo-loading,.quiz-preview__photo-fallback{box-sizing:border-box;width:100%;min-height:132px;color:var(--muted);text-align:center;white-space:normal;background:#f4f3ee;border:1px dashed #d8d6ce;border-radius:8px;place-content:center;justify-items:center;gap:7px;padding:16px;display:grid}.quiz-preview__photo-loading:before{content:"";border:2px solid #d9d7cf;border-top-color:var(--orange);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite quiz-preview-photo-spin}.quiz-preview__photo-fallback{color:#8a4a38;background:#fff7f4;border-color:#e1c9c1}.quiz-preview__photo-url{color:#656b87;overflow-wrap:anywhere;word-break:break-word;white-space:normal;text-align:left;justify-self:stretch;width:100%;min-width:0;max-width:100%;margin:0;display:block}a.quiz-preview__photo-url:hover{color:#46599f}a.quiz-preview__photo-url:focus-visible{outline-offset:2px;border-radius:3px;outline:3px solid #ff7a3240}@keyframes quiz-preview-photo-spin{to{transform:rotate(360deg)}}.quiz-preview__placeholder-copy{color:#969890;overflow-wrap:anywhere;font-size:11px;font-style:italic}.quiz-preview__choice-list{gap:8px;min-width:0;margin:0;padding:0;list-style:none;display:grid}.quiz-preview__choice{border:1px solid var(--line);background:#faf9f5;border-radius:10px;align-items:flex-start;gap:10px;min-width:0;padding:10px 11px;display:flex}.quiz-preview__choice--correct{background:#f1f8f4;border-color:#c8e2d2}.quiz-preview__choice-control{background:#fff;border:2px solid #b9bab4;border-radius:50%;flex:none;width:16px;height:16px;margin-top:2px;position:relative}.quiz-preview__choice--correct .quiz-preview__choice-control{border-color:var(--success)}.quiz-preview__choice--correct .quiz-preview__choice-control:after{content:"";background:var(--success);border-radius:50%;position:absolute;inset:3px}.quiz-preview__choice-copy{color:#4f514c;white-space:pre-wrap;overflow-wrap:anywhere;flex:1;min-width:0;font-size:12px;line-height:1.5}.quiz-preview__correct-answer{color:var(--success);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;background:#e9f5ee;border-radius:999px;flex:none;align-items:center;gap:4px;padding:3px 6px;font-size:9px;font-weight:800;line-height:1.3;display:inline-flex}.quiz-preview__drop-blank{color:#4c5ca4;vertical-align:middle;background:#f4f5fc;border:1px dashed #9ba3c8;border-radius:7px;justify-content:center;align-items:center;min-width:48px;min-height:25px;margin:0 3px;padding:2px 8px;font-size:10px;font-weight:800;line-height:1.25;display:inline-flex}.quiz-preview__choice-bank{background:#f8f7f2;border:1px dashed #d4d1c7;border-radius:10px;gap:8px;min-width:0;padding:10px;display:grid}.quiz-preview__choice-bank-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:850}.quiz-preview__choice-bank-list{flex-wrap:wrap;gap:7px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.quiz-preview__choice-bank-item{color:#4c536f;overflow-wrap:anywhere;background:#fff;border:1px solid #d9dce9;border-radius:8px;max-width:100%;padding:5px 8px;font-size:11px;font-weight:700;line-height:1.4}.quiz-preview__essay-response{resize:none;color:#92948d;-webkit-text-fill-color:#92948d;opacity:1;background-color:#faf9f5;background-image:repeating-linear-gradient(#0000 0 25px,#e9e7df 26px);border:1px solid #dedcd4;border-radius:10px;width:100%;min-height:92px;padding:11px;font-size:11px;line-height:1.5}.quiz-preview__pagination{justify-content:flex-end;align-items:center;gap:9px;display:flex}.quiz-preview__page-button{border:1px solid var(--line);min-height:36px;color:var(--ink);font:inherit;cursor:pointer;background:#fff;border-radius:10px;padding:7px 11px;font-size:11px;font-weight:750;transition:border-color .18s,background .18s,transform .18s}.quiz-preview__page-button:hover:not(:disabled){background:#faf9f5;border-color:#d7d4ca;transform:translateY(-1px)}.quiz-preview__page-button:focus-visible{outline-offset:2px;outline:3px solid #ff7a3240}.quiz-preview__page-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.quiz-preview__page-status{min-width:170px;color:var(--muted);text-align:center;white-space:nowrap;font-size:10px;font-weight:750}.toast-region{z-index:100;gap:10px;display:grid;position:fixed;bottom:22px;right:22px}.toast{background:#fff;border:1px solid #dfddd5;border-radius:13px;align-items:flex-start;gap:10px;width:min(360px,100vw - 44px);padding:13px 14px;animation:.22s both toast-in;display:flex;box-shadow:0 16px 45px #14151329}.toast.is-leaving{animation:.2s both toast-out}.toast__dot{background:var(--success);border-radius:50%;flex:none;width:8px;height:8px;margin-top:6px}.toast--error .toast__dot{background:var(--danger)}.toast strong,.toast span{display:block}.toast strong{font-size:12px}.toast span{color:var(--muted);margin-top:2px;font-size:11px}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}@keyframes toast-out{to{opacity:0;transform:translateY(6px)}}.sidebar-scrim{display:none}@media (width<=1040px){.auth-shell{grid-template-columns:.85fr 1.15fr}.auth-story{padding:42px}.auth-story h1{font-size:48px}.workspace-grid{grid-template-columns:minmax(300px,.9fr) minmax(360px,1.1fr)}}@media (width<=820px){.auth-shell{display:block}.auth-story{min-height:auto;padding:27px 28px 34px}.auth-story__content{padding:60px 0 18px}.auth-story h1{max-width:520px;font-size:clamp(38px,9vw,58px)}.auth-story__copy{margin-top:16px}.auth-tool-row,.auth-story__footer{display:none}.auth-panel{min-height:auto;padding:45px 28px 70px}.app-shell{display:block}.sidebar{visibility:hidden;width:min(286px,84vw);transition:transform .24s,visibility 0s linear .24s;transform:translate(-101%)}.sidebar.is-open{visibility:visible;transition-delay:0s;transform:translate(0)}.sidebar-scrim{z-index:25;opacity:0;visibility:hidden;background:#0d0e0d73;border:0;transition:opacity .24s,visibility .24s;display:block;position:fixed;inset:0}.sidebar-scrim.is-open{opacity:1;visibility:visible}.main-shell{grid-column:auto}.topbar{height:70px;padding:0 22px}.mobile-menu{display:inline-grid}.topbar__left{align-items:center;gap:12px;display:flex}.workspace-grid{grid-template-columns:1fr}.pdf-live-preview-panel{position:static}.preview-panel{min-height:440px}.preview-stage{min-height:360px}.quiz-preview__questions{max-height:560px}}@media (width<=620px){.main-content{padding:25px 16px 45px}.topbar__meta{display:none}.dashboard-hero{min-height:410px;display:block}.dashboard-hero__copy{padding:34px 28px}.dashboard-hero__art{min-height:150px}.hero-ring{width:210px;height:210px;top:-38px}.hero-square{border-radius:26px;width:108px;height:108px;bottom:28px;right:45px}.hero-square img{width:66px;height:66px}.tool-grid{grid-template-columns:1fr}.page-heading{display:block}.page-heading .status-pill{margin-top:16px}.panel__header,.panel__body{padding:17px}.logo-choice{grid-template-columns:1fr}.logo-choice .button{width:100%}.watermark-layout-grid,.quiz-source-actions{grid-template-columns:1fr}.quiz-source-actions .button{width:100%}.quiz-source-shell textarea.quiz-source-editor{min-height:410px}.quiz-preview__header,.quiz-preview__question-header{flex-wrap:wrap;align-items:flex-start}.quiz-preview__questions{min-height:250px;max-height:500px;padding:10px}.quiz-preview__empty{min-height:228px;padding:20px 12px}.quiz-preview__question{gap:11px;padding:12px}.quiz-preview__choice{grid-template-columns:auto minmax(0,1fr);display:grid}.quiz-preview__correct-answer{grid-column:2;justify-self:start}.quiz-preview__photo{margin-left:0;margin-right:0;padding:9px}.quiz-preview__photo-image{max-height:300px}.quiz-preview__photo-loading,.quiz-preview__photo-fallback{min-height:108px;padding:12px}.quiz-preview__photo-url{font-size:9px}.quiz-preview__pagination{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.quiz-preview__page-status{white-space:normal;grid-area:1/1/auto/-1;min-width:0}.quiz-preview__page-button:first-child{grid-area:2/1}.quiz-preview__page-button:last-child{grid-area:2/2}.quiz-preview__page-button{width:100%}.pdf-preview-stage{min-height:450px;padding:12px}}@media print{.quiz-preview{-webkit-print-color-adjust:exact;print-color-adjust:exact}.quiz-preview__questions{scrollbar-gutter:auto;background:#fff;border:0;min-height:0;max-height:none;padding:0;overflow:visible}.quiz-preview__question,.quiz-preview__category,.quiz-preview__choice,.quiz-preview__photo,.quiz-preview__photo-image{break-inside:avoid}.quiz-preview__question{box-shadow:none}.quiz-preview__math{max-width:none;overflow:visible}.quiz-preview__photo{background:#fff;padding:8px}.quiz-preview__photo-image{max-height:360px}.quiz-preview__photo-loading:before{animation:none}.quiz-preview__photo-url{color:#444}.quiz-preview__pending,.quiz-preview__pagination{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
