.webapp-module__dgDgja__root{background:var(--p2p-bg);color:var(--p2p-navy);flex-direction:column;height:100vh;min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex}.webapp-module__dgDgja__hdr{height:var(--header-h);background:var(--p2p-surface);border-bottom:1px solid var(--p2p-line);z-index:10;flex-shrink:0;align-items:center;gap:14px;padding:0 22px;display:flex;position:relative}.webapp-module__dgDgja__hdrLogo{align-items:center;text-decoration:none;display:flex}.webapp-module__dgDgja__hdrLogoImg{object-fit:contain;width:180px;height:50px}.webapp-module__dgDgja__hdrSpacer{flex:1}.webapp-module__dgDgja__hdrCredits{border:1px solid var(--p2p-line);background:var(--p2p-bg);color:var(--p2p-navy);border-radius:999px;align-items:center;gap:7px;padding:6px 14px;font-size:12.5px;font-weight:600;text-decoration:none;transition:border-color .15s,transform .15s;display:inline-flex}.webapp-module__dgDgja__hdrCredits:hover{border-color:var(--p2p-blue);transform:translateY(-1px)}.webapp-module__dgDgja__hdrCreditsDot{background:linear-gradient(135deg, var(--p2p-blue), var(--p2p-blue-deep));border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #036bee99}.webapp-module__dgDgja__hdrCredits b{color:var(--p2p-blue)}.webapp-module__dgDgja__hdrCreditsTrialTag{letter-spacing:.14em;text-transform:uppercase;color:var(--p2p-gold);white-space:nowrap;font-size:10px;font-weight:800}.webapp-module__dgDgja__hdrCreditsTrialTag:before{content:"·";color:var(--p2p-ink-muted);letter-spacing:normal;margin:0 6px 0 4px;font-weight:600}.webapp-module__dgDgja__trialBanner{background:linear-gradient(120deg, var(--p2p-blue-deep) 0%, var(--p2p-blue) 100%);color:#fff;flex-shrink:0;justify-content:center;align-items:center;gap:16px;padding:10px 20px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13.5px;font-weight:500;display:flex}.webapp-module__dgDgja__trialBannerText{letter-spacing:.01em}.webapp-module__dgDgja__trialBannerCta{color:var(--p2p-gold);letter-spacing:.14em;text-transform:uppercase;background:0 0;border:1px solid #f9b607b3;border-radius:999px;align-items:center;gap:6px;padding:7px 16px;font-size:11px;font-weight:700;text-decoration:none;transition:color .2s,transform .15s,border-color .2s;display:inline-flex}.webapp-module__dgDgja__trialBannerCta span span{transition:transform .2s}.webapp-module__dgDgja__trialBannerCta:hover{border-color:var(--p2p-gold);color:var(--p2p-gold);transform:translateY(-1px)}.webapp-module__dgDgja__trialBannerCta:hover span span{transform:translate(2px)}@media (max-width:720px){.webapp-module__dgDgja__trialBanner{gap:12px;padding:9px 14px;font-size:12.5px}.webapp-module__dgDgja__trialBannerCta{padding:4px 11px;font-size:11.5px}}.webapp-module__dgDgja__hdrIconBtn{border:1px solid var(--p2p-line);background:var(--p2p-bg);width:34px;height:34px;color:var(--p2p-ink-soft);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:border-color .15s,color .15s;display:inline-flex}.webapp-module__dgDgja__hdrIconBtn:hover{border-color:var(--p2p-blue);color:var(--p2p-blue)}.webapp-module__dgDgja__hdrAvatar{background:linear-gradient(135deg, var(--p2p-blue), var(--p2p-blue-deep));color:#fff;cursor:pointer;border:2px solid var(--p2p-surface);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #111d341f}.webapp-module__dgDgja__hdrUpgradePill{background:linear-gradient(135deg, var(--p2p-blue), var(--p2p-blue-deep));color:#fff;letter-spacing:.04em;cursor:pointer;border:0;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:11.5px;font-weight:700;text-decoration:none;display:none;box-shadow:0 6px 14px -4px #036bee73}.webapp-module__dgDgja__accountDrawer{top:calc(var(--header-h) + 6px);background:var(--p2p-surface);border:1px solid var(--p2p-line);opacity:0;pointer-events:none;z-index:50;border-radius:14px;flex-direction:column;min-width:220px;padding:8px;transition:opacity .15s,transform .15s;display:flex;position:absolute;right:10px;transform:translateY(-8px);box-shadow:0 24px 60px -12px #111d342e}.webapp-module__dgDgja__accountDrawer.webapp-module__dgDgja__isOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.webapp-module__dgDgja__accountDrawer a{color:var(--p2p-navy);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .12s;display:flex}.webapp-module__dgDgja__accountDrawer a:hover{background:var(--p2p-line-soft)}.webapp-module__dgDgja__accountDrawerAction{width:100%;color:var(--p2p-navy);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13.5px;font-weight:500;transition:background .12s;display:flex}.webapp-module__dgDgja__accountDrawerAction:hover,.webapp-module__dgDgja__accountDrawerAction:focus-visible{background:var(--p2p-line-soft);outline:none}.webapp-module__dgDgja__accountDrawerSection{letter-spacing:.14em;text-transform:uppercase;color:var(--p2p-ink-muted);padding:8px 12px 4px;font-size:10px;font-weight:700}.webapp-module__dgDgja__accountDrawerDiv{background:var(--p2p-line);height:1px;margin:4px 6px}.webapp-module__dgDgja__hdrPanel{background:var(--p2p-surface);border:1px solid var(--p2p-line);opacity:0;pointer-events:none;z-index:50;white-space:nowrap;border-radius:14px;flex-direction:column;min-width:220px;padding:8px;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:calc(100% + 6px);right:0;transform:translateY(-8px);box-shadow:0 24px 60px -12px #111d342e}.webapp-module__dgDgja__hdrPanel.webapp-module__dgDgja__isOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.webapp-module__dgDgja__hdrPanel a{color:var(--p2p-navy);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .12s;display:flex}.webapp-module__dgDgja__hdrPanel a:hover{background:var(--p2p-line-soft)}.webapp-module__dgDgja__hdrNav{align-items:center;gap:24px;display:flex}.webapp-module__dgDgja__hdrNavLink{color:var(--p2p-navy);letter-spacing:.02em;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;padding:6px 0;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex;position:relative}.webapp-module__dgDgja__hdrNavLink:after{content:"";background:linear-gradient(120deg, var(--p2p-blue-deep) 0%, var(--p2p-blue) 50%, var(--p2p-sky) 100%);transform-origin:0;border-radius:2px;width:60%;height:2px;margin:0 auto;transition:transform .25s;position:absolute;bottom:-6px;left:0;right:0;transform:scaleX(0)}.webapp-module__dgDgja__hdrNavLink:hover{color:var(--p2p-blue);background:0 0}.webapp-module__dgDgja__hdrNavLink:hover:after,.webapp-module__dgDgja__hdrNavLinkOpen:after{transform:scaleX(1)}.webapp-module__dgDgja__hdrSignIn{border:1.5px solid var(--p2p-blue);color:var(--p2p-blue);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;align-items:center;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:background .12s,color .12s;display:inline-flex}.webapp-module__dgDgja__hdrSignIn:hover{background:var(--p2p-blue);color:#fff}.webapp-module__dgDgja__hdrHamburger{width:36px;height:36px;color:var(--p2p-navy);cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-family:inherit;transition:color .12s;display:none}.webapp-module__dgDgja__hdrHamburger:hover{color:var(--p2p-blue);background:0 0}.webapp-module__dgDgja__hdrHamburger svg{width:18px;height:18px}.webapp-module__dgDgja__hamburgerOverlay{z-index:99;background:#111d344d;position:fixed;inset:0}.webapp-module__dgDgja__hamburgerDrawer{background:var(--p2p-surface);border-left:1px solid var(--p2p-line);z-index:100;flex-direction:column;width:min(85vw,320px);transition:transform .22s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-24px 0 60px -12px #111d342e}.webapp-module__dgDgja__hamburgerDrawer.webapp-module__dgDgja__isOpen{transform:translate(0)}.webapp-module__dgDgja__hamburgerDrawerHead{border-bottom:1px solid var(--p2p-line);flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:12px 16px;display:flex}.webapp-module__dgDgja__hamburgerDrawerAvatar{background:linear-gradient(135deg, var(--p2p-blue), var(--p2p-blue-deep));color:#fff;border:2px solid var(--p2p-surface);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #111d341f}.webapp-module__dgDgja__hamburgerClose{width:32px;height:32px;color:var(--p2p-ink-soft);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;transition:background .12s;display:inline-flex}.webapp-module__dgDgja__hamburgerClose:hover{background:var(--p2p-line-soft)}.webapp-module__dgDgja__hamburgerClose svg{width:16px;height:16px}.webapp-module__dgDgja__body{flex:1;min-height:0;display:flex}.webapp-module__dgDgja__sb{width:var(--sidebar-w);background:var(--p2p-surface);border-right:1px solid var(--p2p-line);flex-direction:column;flex-shrink:0;min-width:0;display:flex;overflow:hidden auto}.webapp-module__dgDgja__sbSectionLabel{color:var(--p2p-blue);letter-spacing:.22em;text-transform:uppercase;padding:18px 22px 8px;font-size:11px;font-weight:800}.webapp-module__dgDgja__sbList{flex-direction:column;gap:0;padding:0 12px;display:flex}.webapp-module__dgDgja__sbItem{color:var(--p2p-ink-soft);cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;width:100%;min-width:0;padding:9px 10px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .12s,color .12s,border-color .12s;display:flex;position:relative}.webapp-module__dgDgja__sbItem:hover{background:var(--p2p-line-soft);color:var(--p2p-navy)}.webapp-module__dgDgja__sbItem.webapp-module__dgDgja__active{color:var(--p2p-navy);background:linear-gradient(120deg,#0039bc14,#036bee0a);border-color:#036bee2e;font-weight:600}.webapp-module__dgDgja__sbToolIcon{object-fit:contain;flex-shrink:0;width:25px;height:25px}.webapp-module__dgDgja__sbText{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;line-height:1.2;overflow:hidden}.webapp-module__dgDgja__sbMeta{color:var(--p2p-ink-muted);background:var(--p2p-line-soft);letter-spacing:.04em;border-radius:999px;flex-shrink:0;padding:2px 6px;font-size:9.5px;font-weight:600}.webapp-module__dgDgja__sbItem.webapp-module__dgDgja__active .webapp-module__dgDgja__sbMeta{color:var(--p2p-blue-deep);background:#036bee1f}.webapp-module__dgDgja__sbDivider{background:var(--p2p-line);height:1px;margin:16px 22px 0}.webapp-module__dgDgja__sbFootItem{color:var(--p2p-ink-soft);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:9px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.webapp-module__dgDgja__sbFootItem:hover{background:var(--p2p-line-soft);color:var(--p2p-navy)}.webapp-module__dgDgja__sbFootItem svg{flex-shrink:0;width:16px;height:16px}.webapp-module__dgDgja__sbLegal{border-top:1px solid var(--p2p-line);color:var(--p2p-ink-muted);flex-wrap:wrap;gap:4px 6px;margin-top:16px;padding:14px 22px 16px;font-size:10.5px;line-height:1.5;display:flex}.webapp-module__dgDgja__sbLegal a{color:var(--p2p-ink-soft);font-weight:500;text-decoration:none;transition:color .12s}.webapp-module__dgDgja__sbLegal a:hover{color:var(--p2p-blue)}.webapp-module__dgDgja__sbLegalSep{color:var(--p2p-ink-muted);-webkit-user-select:none;user-select:none}.webapp-module__dgDgja__sbUpgrade{color:#fff;background:radial-gradient(70% 55% at 100% 0,#f9b60738,#0000 65%),radial-gradient(70% 60% at 0 110%,#00196499,#0000 65%),linear-gradient(135deg,#1a5cd8 0%,#002799 100%);border-radius:16px;margin:12px 12px 0;padding:16px 14px 14px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff2e,0 10px 28px -12px #002799b3}.webapp-module__dgDgja__goldGradientText{background:linear-gradient(160deg,#ffd977 0%,#f9b607 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.webapp-module__dgDgja__sbUpgradePill{z-index:1;color:var(--p2p-gold);letter-spacing:.18em;text-transform:uppercase;background:0 0;border:1px solid #f9b607b3;border-radius:999px;align-items:center;margin-bottom:10px;padding:5px 9px 4px;font-size:9.5px;font-weight:700;line-height:1;display:inline-flex;position:relative}.webapp-module__dgDgja__sbUpgradeTitle{z-index:1;color:#fff;margin-bottom:12px;font-size:13.5px;font-weight:700;line-height:1.3;position:relative}.webapp-module__dgDgja__sbUpgradeAccent{background:linear-gradient(160deg,#ffd977 0%,#f9b607 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.webapp-module__dgDgja__sbUpgradeCta{z-index:1;color:#fff;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;box-sizing:border-box;background:#ffffff24;border:1px solid #ffffffb3;border-radius:999px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 14px;font-size:11px;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;display:inline-flex;position:relative}.webapp-module__dgDgja__sbUpgradeCta:hover{background:#ffffff38;border-color:#ffffff80;transform:translateY(-1px)}.webapp-module__dgDgja__sbUpgradeCta span{transition:transform .2s}.webapp-module__dgDgja__sbUpgradeCta:hover span{transform:translate(2px)}.webapp-module__dgDgja__main{isolation:isolate;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow-y:auto}.webapp-module__dgDgja__mainMesh{filter:blur(20px);z-index:-1;pointer-events:none;background:radial-gradient(40% 40% at 14% 14%,#7cc3ff33,#0000 50%),radial-gradient(35% 35% at 86% 6%,#036bee1a,#0000 50%),radial-gradient(35% 35% at 90% 80%,#7cc3ff1f,#0000 50%);position:absolute;inset:0}.webapp-module__dgDgja__mainInner{box-sizing:border-box;flex-direction:column;flex:1;width:100%;max-width:none;min-height:0;margin:0;padding:0;display:flex}.webapp-module__dgDgja__tabbar{background:var(--p2p-surface);border-top:1px solid var(--p2p-line);z-index:30;height:64px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 30px -8px #111d3414}.webapp-module__dgDgja__tabbarInner{grid-template-columns:repeat(5,1fr);height:100%;display:grid}.webapp-module__dgDgja__tab{cursor:pointer;color:var(--p2p-ink-soft);background:0 0;border:0;justify-content:center;align-items:center;padding:8px;text-decoration:none;transition:color .15s;display:flex;position:relative}.webapp-module__dgDgja__tab svg{width:26px;height:26px}.webapp-module__dgDgja__tabIcon{object-fit:contain;width:28px;height:28px}.webapp-module__dgDgja__tab.webapp-module__dgDgja__active{color:var(--p2p-blue)}.webapp-module__dgDgja__tab.webapp-module__dgDgja__active:before{content:"";background:linear-gradient(90deg, var(--p2p-blue), var(--p2p-blue-deep));border-radius:0 0 3px 3px;width:28px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.webapp-module__dgDgja__panel{flex-direction:column;flex:1;min-height:0;display:flex}.webapp-module__dgDgja__panelScroll{flex:1;min-height:0;overflow-y:auto}.webapp-module__dgDgja__modeSelector{flex-direction:column;justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}.webapp-module__dgDgja__modeToggleTrack{background:var(--p2p-surface);border:1px solid var(--p2p-line);border-radius:999px;gap:0;padding:4px;display:inline-flex;box-shadow:0 8px 20px -12px #111d341a,inset 0 1px #fff9}.webapp-module__dgDgja__modeToggleBtn{width:100px;color:var(--p2p-ink-soft);letter-spacing:-.005em;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:9px 16px;font-size:13px;font-weight:600;transition:color .18s,background .18s,box-shadow .25s;display:inline-flex;position:relative}.webapp-module__dgDgja__modeToggleBtn:hover:not(.webapp-module__dgDgja__active){color:var(--p2p-navy);background:#0000000a}.webapp-module__dgDgja__modeToggleBtn.webapp-module__dgDgja__active{background:linear-gradient(135deg, var(--p2p-blue), var(--p2p-blue-deep));color:#fff;box-shadow:0 10px 22px -8px #036bee73,inset 0 1px #ffffff40}.webapp-module__dgDgja__modeToggleBtn svg{flex-shrink:0;width:14px;height:14px}.webapp-module__dgDgja__modeCrown{object-fit:contain;flex-shrink:0;width:13px;height:13px}.webapp-module__dgDgja__toolEyebrow{border:1px solid var(--p2p-line);background:var(--p2p-surface);color:var(--p2p-blue);letter-spacing:.16em;text-transform:uppercase;border-radius:999px;align-self:center;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.webapp-module__dgDgja__toolEyebrowCrown{object-fit:contain;flex-shrink:0;width:13px;height:13px}.webapp-module__dgDgja__formsTemplatesHead{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-bottom:28px;display:flex}.webapp-module__dgDgja__formsTemplatesTitle{color:var(--p2p-navy);letter-spacing:-.015em;margin:0;font-size:24px;font-weight:700}.webapp-module__dgDgja__formsTemplatesSubtitle{color:var(--p2p-ink-soft);margin:0;font-size:14px;line-height:1.5}.webapp-module__dgDgja__formsTemplatesNotice{color:var(--p2p-navy);background:#f9b6071f;border:1px solid #f9b60759;border-radius:999px;align-items:center;gap:8px;margin-top:8px;padding:8px 14px;font-size:12.5px;display:inline-flex}.webapp-module__dgDgja__formsTemplatesNotice button{color:var(--p2p-blue);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.webapp-module__dgDgja__formsTemplatesNotice button:hover{text-decoration:underline}.webapp-module__dgDgja__formsTemplatesGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:18px;width:100%;max-width:920px;margin:0 auto;padding-bottom:24px;display:grid}.webapp-module__dgDgja__formsTemplatesTileCreate{aspect-ratio:4/5;background:var(--p2p-surface);border:1px solid var(--p2p-line);color:var(--p2p-blue);cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,transform .12s;display:flex}.webapp-module__dgDgja__formsTemplatesTileCreate:hover{background:#036bee0a;border-color:#036bee59;transform:translateY(-2px)}.webapp-module__dgDgja__formsTemplatesTileCreateIcon{background:linear-gradient(135deg, var(--p2p-blue), var(--p2p-blue-deep));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:0 10px 22px -8px #036bee73}.webapp-module__dgDgja__formsTemplatesTileCreateIcon svg{width:20px;height:20px}.webapp-module__dgDgja__formsTemplatesTile{cursor:pointer;flex-direction:column;gap:8px;display:flex}.webapp-module__dgDgja__formsTemplatesTileImage{aspect-ratio:4/5;background:var(--p2p-surface);border:1px solid var(--p2p-line);border-radius:16px;transition:transform .15s,box-shadow .25s,border-color .15s;position:relative;overflow:hidden;box-shadow:0 10px 24px -16px #111d341f,0 2px 6px -2px #111d340f}.webapp-module__dgDgja__formsTemplatesTile:hover .webapp-module__dgDgja__formsTemplatesTileImage{border-color:#036bee40;transform:translateY(-2px);box-shadow:0 18px 38px -16px #111d342e,0 4px 10px -2px #111d3414}.webapp-module__dgDgja__formsTemplatesTileImage img{object-fit:cover;width:100%;height:100%;display:block}.webapp-module__dgDgja__formsTemplatesTileActions{opacity:0;gap:4px;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:8px;right:8px;transform:translateY(-4px)}.webapp-module__dgDgja__formsTemplatesTile:hover .webapp-module__dgDgja__formsTemplatesTileActions,.webapp-module__dgDgja__formsTemplatesTileActions.webapp-module__dgDgja__isOpen{opacity:1;transform:translateY(0)}.webapp-module__dgDgja__formsTemplatesTileActionBtn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--p2p-line);width:32px;height:32px;color:var(--p2p-ink-soft);cursor:pointer;background:#fffffff2;border-radius:10px;justify-content:center;align-items:center;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.webapp-module__dgDgja__formsTemplatesTileActionBtn:hover{color:var(--p2p-navy);background:#fff;border-color:#111d342e}.webapp-module__dgDgja__formsTemplatesTileActionBtn--danger:hover{color:#b2261b;border-color:#d33a2c59}.webapp-module__dgDgja__formsTemplatesTileActionBtn svg{width:14px;height:14px}.webapp-module__dgDgja__formsTemplatesTileLabel{color:var(--p2p-navy);text-align:center;text-overflow:ellipsis;white-space:nowrap;padding:0 4px;font-size:13px;font-weight:500;line-height:1.4;overflow:hidden}.webapp-module__dgDgja__formEditorHeaderArea{flex-direction:column;gap:12px;width:100%;margin:0 0 16px;display:flex}.webapp-module__dgDgja__formEditorHeaderArea .webapp-module__dgDgja__toolEyebrow{align-self:center;margin-bottom:0}.webapp-module__dgDgja__formEditorDock{background:var(--p2p-surface);border:1px solid var(--p2p-line);border-radius:14px;align-items:center;gap:12px;padding:10px 14px;display:flex;box-shadow:0 4px 14px -6px #111d3414}.webapp-module__dgDgja__formEditorNameInput{background:var(--p2p-surface);border:1px solid var(--p2p-line);min-width:0;height:38px;color:var(--p2p-navy);letter-spacing:-.005em;border-radius:999px;flex:1;padding:0 14px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13.5px;font-weight:500;transition:border-color .15s,box-shadow .15s}.webapp-module__dgDgja__formEditorNameInput:focus{border-color:var(--p2p-blue);outline:none;box-shadow:0 0 0 3px #036bee1f}.webapp-module__dgDgja__formEditorNameInput::placeholder{color:var(--p2p-ink-soft)}.webapp-module__dgDgja__formEditorAddBtn{background:var(--p2p-surface);border:1px solid var(--p2p-line);height:38px;color:var(--p2p-navy);letter-spacing:-.005em;cursor:pointer;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.webapp-module__dgDgja__formEditorAddBtn:hover{color:var(--p2p-blue);background:#036bee0a;border-color:#036bee40}.webapp-module__dgDgja__formEditorAddBtn svg{width:14px;height:14px}.webapp-module__dgDgja__formEditorSaveBtn{background:linear-gradient(135deg, var(--p2p-blue), var(--p2p-blue-deep));color:#fff;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:0;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;height:38px;padding:0 22px;font-family:inherit;font-size:13px;font-weight:700;transition:transform .12s,box-shadow .2s,filter .15s;display:inline-flex;box-shadow:0 10px 22px -8px #036bee73,inset 0 1px #ffffff40}.webapp-module__dgDgja__formEditorSaveBtn:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 14px 28px -8px #036bee8c,inset 0 1px #ffffff40}.webapp-module__dgDgja__formReviewPager{color:var(--p2p-navy);letter-spacing:.02em;align-items:center;gap:8px;font-size:12.5px;font-weight:700;display:inline-flex}.webapp-module__dgDgja__formReviewPagerBtn{background:var(--p2p-surface);border:1px solid var(--p2p-line);width:30px;height:30px;color:var(--p2p-ink-soft);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.webapp-module__dgDgja__formReviewPagerBtn:hover:not(:disabled){color:var(--p2p-blue);background:#036bee0d;border-color:#036bee40}.webapp-module__dgDgja__formReviewPagerBtn:disabled{opacity:.35;cursor:not-allowed}.webapp-module__dgDgja__formReviewPagerBtn svg{width:12px;height:12px}.webapp-module__dgDgja__formReviewPagerCount{text-align:center;min-width:80px;padding:0 2px}.webapp-module__dgDgja__formsHelpButton{z-index:10;background:var(--p2p-surface);width:40px;height:40px;color:var(--p2p-blue);cursor:pointer;border:1px solid #036bee59;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,border-color .15s,transform .12s,box-shadow .2s;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 30px -12px #036bee59,0 2px 8px -2px #111d3414}.webapp-module__dgDgja__formsHelpButton:hover{background:linear-gradient(135deg, var(--p2p-blue), var(--p2p-blue-deep));color:#fff;border-color:#0000;transform:translateY(-1px);box-shadow:0 18px 38px -12px #036bee8c,0 4px 10px -2px #111d341a}.webapp-module__dgDgja__formsHelpButton svg{width:18px;height:18px}.webapp-module__dgDgja__processingState{flex:1;justify-content:center;align-items:center;min-height:360px;padding:24px 12px;display:flex}.webapp-module__dgDgja__processingCard{background:var(--p2p-surface);border:1px solid var(--p2p-line);text-align:center;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;max-width:460px;padding:48px 40px;display:flex;box-shadow:0 24px 60px -24px #111d341a,0 4px 14px -4px #111d340d}.webapp-module__dgDgja__processingSpinner{background:conic-gradient(from 0deg, #036bee00 0deg, var(--p2p-sky) 120deg, var(--p2p-blue) 270deg, var(--p2p-blue-deep) 360deg);border-radius:50%;width:56px;height:56px;animation:1.1s linear infinite webapp-module__dgDgja__processingSpin;position:relative;-webkit-mask:radial-gradient(closest-side,#0000 calc(100% - 5px),#000 calc(100% - 5px));mask:radial-gradient(closest-side,#0000 calc(100% - 5px),#000 calc(100% - 5px))}.webapp-module__dgDgja__processingSpinner span{background:var(--p2p-blue-deep);border-radius:50%;width:5px;height:5px;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes webapp-module__dgDgja__processingSpin{to{transform:rotate(360deg)}}.webapp-module__dgDgja__processingTitle{color:var(--p2p-navy);letter-spacing:-.01em;margin:4px 0 0;font-size:18px;font-weight:700}.webapp-module__dgDgja__processingMessage{min-height:1.4em;color:var(--p2p-ink-soft);margin:0;font-size:14px;transition:opacity .25s}.webapp-module__dgDgja__uploadCard{background:var(--p2p-surface);border:1px solid var(--p2p-line);border-radius:24px;padding:12px;position:relative;box-shadow:0 24px 60px -24px #111d341a,0 4px 14px -4px #111d340d}.webapp-module__dgDgja__dropzone{text-align:center;cursor:pointer;isolation:isolate;background:radial-gradient(80% 100% at 50% 0,#7cc3ff1a,#0000 70%),linear-gradient(#fbfcff 0%,#f6f8fd 100%);border:1px solid #036bee1f;border-radius:18px;flex-direction:column;align-items:center;padding:52px 32px 44px;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb3,inset 0 -1px #036bee0a}@media (hover:hover){.webapp-module__dgDgja__dropzone:hover{border-color:#036bee66;transform:translateY(-1px);box-shadow:inset 0 1px #fffc,0 22px 44px -20px #036bee47,0 0 0 6px #036bee0f}}.webapp-module__dgDgja__dropzone.webapp-module__dgDgja__isDragover{border-color:var(--p2p-blue);background:radial-gradient(85% 110% at 50% 0,#7cc3ff61,#0000 65%),radial-gradient(55% 90% at 50% 100%,#036bee1a,#0000 70%),linear-gradient(#ffffffa6,#fbfcff80);border-style:dashed;box-shadow:inset 0 1px #ffffffe6,0 28px 56px -20px #036bee66,0 0 0 8px #036bee1a}.webapp-module__dgDgja__dropzoneIconRing{justify-content:center;align-items:center;margin-bottom:18px;display:flex}.webapp-module__dgDgja__dropzoneIconInner{background:linear-gradient(135deg, var(--p2p-blue), var(--p2p-blue-deep));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 10px 24px -8px #036bee80}.webapp-module__dgDgja__dropzoneIconInner svg{width:22px;height:22px}.webapp-module__dgDgja__dropzoneHeadline{color:var(--p2p-navy);letter-spacing:-.01em;margin-bottom:0;font-size:20px;font-weight:700}.webapp-module__dgDgja__dropzoneOr{letter-spacing:.16em;text-transform:uppercase;color:var(--p2p-ink-muted);margin-top:22px;margin-bottom:14px;font-size:11px;font-weight:700}.webapp-module__dgDgja__dropzoneActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.webapp-module__dgDgja__btnGhost{background:var(--p2p-surface);width:160px;color:var(--p2p-navy);white-space:nowrap;cursor:pointer;border:1px solid #036bee38;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:13px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s,box-shadow .2s,transform .12s;display:flex;box-shadow:0 10px 22px -10px #036bee59,0 1px #111d340a,inset 0 1px #fff9}.webapp-module__dgDgja__btnGhost:focus-visible{outline-offset:2px;outline:2px solid #036bee47}@media (hover:none){.webapp-module__dgDgja__btnGhost:hover{background:var(--p2p-surface);color:var(--p2p-navy)}}@media (hover:hover){.webapp-module__dgDgja__btnGhost:hover{color:var(--p2p-navy);background:#0000000a;border-color:#036bee59;transform:none;box-shadow:0 10px 22px -10px #036bee59,0 1px #111d340a,inset 0 1px #fff9}.webapp-module__dgDgja__btnGhost:hover:not(:disabled) svg{color:var(--p2p-blue)}}.webapp-module__dgDgja__btnGhost:disabled{opacity:.55;cursor:not-allowed;transform:none}.webapp-module__dgDgja__btnGhostConnected{background:#036bee0f;border-color:#036bee73}@media (hover:hover){.webapp-module__dgDgja__btnGhostConnected:hover{border-color:var(--p2p-blue);background:#036bee1a}.webapp-module__dgDgja__btnGhostConnected:hover:not(:disabled) svg{color:var(--p2p-blue)}}.webapp-module__dgDgja__btnGhostStatusDot{background:var(--p2p-blue);border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 3px #036bee2e}.webapp-module__dgDgja__btnGhost:disabled:hover{color:var(--p2p-navy);border-color:#036bee38;box-shadow:0 10px 22px -10px #036bee59,0 1px #111d340a,inset 0 1px #fff9}.webapp-module__dgDgja__btnIcon{object-fit:contain;flex-shrink:0;align-self:center;width:16px;height:16px;display:inline-flex}.webapp-module__dgDgja__mobileSourceSelector{background:linear-gradient(#fffffff5,#f6faffe6);border:1px solid #036bee29;border-radius:18px;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:14px;padding:12px;display:flex;box-shadow:inset 0 1px #ffffffbf,0 18px 30px -22px #036bee73}.webapp-module__dgDgja__dropzoneFormats{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:14px;display:flex}.webapp-module__dgDgja__formatChip{background:var(--p2p-surface);border:1px solid var(--p2p-line);color:var(--p2p-ink-soft);letter-spacing:.04em;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:600}.webapp-module__dgDgja__dropzoneRestriction{color:var(--p2p-ink-muted);margin-top:10px;font-size:12px}.webapp-module__dgDgja__dropzoneCompact{text-align:center;flex-direction:column;align-items:center;gap:0;padding:28px 24px 26px}.webapp-module__dgDgja__dropzoneCompact .webapp-module__dgDgja__dropzoneIconRing{margin-bottom:12px}.webapp-module__dgDgja__dropzoneCompact .webapp-module__dgDgja__dropzoneIconInner{width:38px;height:38px}.webapp-module__dgDgja__dropzoneCompact .webapp-module__dgDgja__dropzoneIconInner svg{width:16px;height:16px}.webapp-module__dgDgja__dropzoneCompactTitle{color:var(--p2p-navy);letter-spacing:-.01em;margin-bottom:16px;font-size:16px;font-weight:700}.webapp-module__dgDgja__dropzoneCompact .webapp-module__dgDgja__btnGhost{padding:10px 18px;font-size:12.5px}.webapp-module__dgDgja__dropzoneCompact .webapp-module__dgDgja__btnGhost svg{width:13px;height:13px}.webapp-module__dgDgja__strip{grid-template-columns:1fr;gap:24px;margin-top:36px;display:grid}.webapp-module__dgDgja__card{background:var(--p2p-surface);border:1px solid var(--p2p-line);border-radius:18px;padding:22px 24px}.webapp-module__dgDgja__cardTitle{color:var(--p2p-navy);letter-spacing:-.005em;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:13.5px;font-weight:700;display:flex}.webapp-module__dgDgja__tipList{flex-direction:column;gap:12px;display:flex}.webapp-module__dgDgja__tipItem{align-items:flex-start;gap:12px;display:flex}.webapp-module__dgDgja__tipBullet{width:22px;height:22px;color:var(--p2p-blue-deep);background:linear-gradient(135deg,#036bee26,#7cc3ff33);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:11px;font-weight:800;display:inline-flex}.webapp-module__dgDgja__tipText{color:var(--p2p-ink-soft);font-size:12.5px;line-height:1.5}.webapp-module__dgDgja__tipText b{color:var(--p2p-navy);font-weight:600}.webapp-module__dgDgja__promoCta{color:var(--p2p-blue-deep);white-space:nowrap;cursor:pointer;background:0 0;border:0;margin-top:6px;padding:0;font-family:inherit;font-size:12.5px;font-weight:600;text-decoration:none;display:inline-block}.webapp-module__dgDgja__promoCta:hover{text-decoration:underline}.webapp-module__dgDgja__owWrapper{box-sizing:border-box;width:100%;margin-top:auto;padding:8px 12px 14px}.webapp-module__dgDgja__owWrapper>.webapp-module__dgDgja__otherWaysBar{box-sizing:border-box;background:linear-gradient(135deg,#111d34 0%,#0d1829 100%);border:1px solid #7cc3ff24;border-radius:14px;flex-direction:column;align-items:stretch;gap:8px;width:100%;padding:15px;display:flex;position:relative;box-shadow:0 8px 24px -8px #111d3440}.webapp-module__dgDgja__owHeader{justify-content:space-between;align-items:center;gap:6px;display:flex}.webapp-module__dgDgja__owClose{color:#fff9;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:10px;line-height:1;transition:background .15s,color .15s;display:flex}.webapp-module__dgDgja__owClose:hover{color:#fff;background:#fff3}.webapp-module__dgDgja__otherWaysEyebrow{color:#fff;text-align:left;padding:0;font-size:13.5px;font-weight:700;line-height:1.3;display:block}.webapp-module__dgDgja__otherWaysGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.webapp-module__dgDgja__owItem{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #7cc3ff24;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:8px 4px;text-decoration:none;transition:border-color .18s,transform .18s,background .18s,box-shadow .22s;display:flex}.webapp-module__dgDgja__owItem:hover{background:#ffffff1c;border-color:#7cc3ff73;transform:translateY(-2px);box-shadow:0 16px 32px -16px #036bee8c}.webapp-module__dgDgja__owImg{object-fit:contain;flex-shrink:0;width:30px;height:30px}.webapp-module__dgDgja__owLabel{color:#ffffffe6;letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:700}.webapp-module__dgDgja__fileListHead{justify-content:space-between;align-items:center;margin:14px 4px;display:flex}.webapp-module__dgDgja__filledStateContent{flex-direction:column;gap:0;display:flex}.webapp-module__dgDgja__fileListSection{padding-bottom:132px}.webapp-module__dgDgja__fileListTitle{color:var(--p2p-navy);letter-spacing:-.005em;font-size:13px;font-weight:700}.webapp-module__dgDgja__fileListTitle span{color:var(--p2p-ink-soft);margin-left:4px;font-weight:500}.webapp-module__dgDgja__fileListClear{color:var(--p2p-ink-soft);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600;transition:color .12s,background .12s}.webapp-module__dgDgja__fileListClear:hover{color:var(--p2p-blue);background:var(--p2p-line-soft)}.webapp-module__dgDgja__fileList{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.webapp-module__dgDgja__fileCardDraggable{border-radius:14px}.webapp-module__dgDgja__fileCardDraggable:focus-visible{outline-offset:2px;outline:2px solid #036bee3d}.webapp-module__dgDgja__fileCardDragging{opacity:.66}.webapp-module__dgDgja__fileCardDropTarget .webapp-module__dgDgja__fileCard{border-color:#036bee73;box-shadow:0 14px 30px -18px #036bee57}.webapp-module__dgDgja__fileCard{background:var(--p2p-surface);border:1px solid var(--p2p-line);cursor:grab;border-radius:14px;align-items:center;gap:14px;padding:12px 14px;transition:border-color .15s,box-shadow .2s,transform .15s;display:flex;position:relative;overflow:hidden}.webapp-module__dgDgja__fileCard:active{cursor:grabbing}.webapp-module__dgDgja__fileCard:hover{border-color:#036bee4d;box-shadow:0 8px 22px -12px #036bee2e}.webapp-module__dgDgja__fileThumb{background:#036bee14;border:1px solid #036bee29;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.webapp-module__dgDgja__fileThumb:after,.webapp-module__dgDgja__fileThumbLines{display:none}.webapp-module__dgDgja__fileThumbExt{color:var(--p2p-blue-deep);letter-spacing:.06em;font-size:10px;font-weight:800;line-height:1}.webapp-module__dgDgja__fileMeta{flex:1;min-width:0}.webapp-module__dgDgja__fileName{color:var(--p2p-navy);white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:13.5px;font-weight:600;overflow:hidden}.webapp-module__dgDgja__fileSub{color:var(--p2p-ink-soft);align-items:center;gap:6px;font-size:11.5px;display:flex}.webapp-module__dgDgja__fileSubDot{background:var(--p2p-ink-muted);border-radius:50%;width:3px;height:3px}.webapp-module__dgDgja__fileStatus{letter-spacing:.04em;text-transform:uppercase;color:var(--p2p-blue-deep);background:#036bee1a;border-radius:999px;padding:3px 9px;font-size:10.5px;font-weight:700}.webapp-module__dgDgja__fileRemove{width:28px;height:28px;color:var(--p2p-ink-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex}.webapp-module__dgDgja__fileRemove:hover{color:#dc2626;background:#dc262614}.webapp-module__dgDgja__fileRemove svg{width:14px;height:14px}.webapp-module__dgDgja__panelBottom,.webapp-module__dgDgja__panelBottomSticky{background:linear-gradient(to bottom, #fbfcff00 0%, var(--p2p-bg) 40%);z-index:2;flex-shrink:0;padding:16px 0 28px}.webapp-module__dgDgja__panelBottomSticky{z-index:4;margin-top:-96px;padding-top:22px;position:sticky;bottom:0}.webapp-module__dgDgja__convertCta{justify-content:center;display:flex}.webapp-module__dgDgja__btnConvert{background:linear-gradient(135deg, var(--p2p-blue) 0%, var(--p2p-blue-deep) 100%);color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:0;border-radius:999px;align-items:center;gap:12px;padding:18px 40px;font-size:15px;font-weight:800;transition:transform .15s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 22px 48px -14px #036bee8c,inset 0 1px #ffffff4d}.webapp-module__dgDgja__btnConvert:hover{transform:translateY(-2px);box-shadow:0 28px 56px -14px #036beea6,inset 0 1px #ffffff59}.webapp-module__dgDgja__btnConvert svg{width:18px;height:18px}.webapp-module__dgDgja__btnConvert:disabled{opacity:.6;cursor:not-allowed;transform:none}.webapp-module__dgDgja__resultsHeader{align-items:center;gap:14px;margin-bottom:12px;padding:0 2px;display:flex}.webapp-module__dgDgja__resultsBack{color:var(--p2p-ink-soft);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:7px;padding:7px 12px 7px 8px;font-size:12.5px;font-weight:600;transition:color .15s,background .15s;display:inline-flex}.webapp-module__dgDgja__resultsBack:hover{color:var(--p2p-blue);background:var(--p2p-line-soft)}.webapp-module__dgDgja__resultsBack svg{width:14px;height:14px}.webapp-module__dgDgja__resultsTitle{color:var(--p2p-navy);letter-spacing:-.01em;flex:1;align-items:center;gap:7px;font-size:15px;font-weight:700;display:inline-flex}.webapp-module__dgDgja__resultsTitleCheck{width:18px;height:18px;color:var(--p2p-navy);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.webapp-module__dgDgja__resultsTitleCheck svg{width:16px;height:16px}.webapp-module__dgDgja__actionDock{background:var(--p2p-surface);border:1px solid var(--p2p-line);border-radius:14px;justify-content:center;align-items:center;gap:12px;margin-bottom:14px;padding:10px 14px;display:flex;box-shadow:0 4px 14px -6px #111d3414}.webapp-module__dgDgja__actionDockLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--p2p-ink-muted);flex-shrink:0;font-size:11px;font-weight:700}.webapp-module__dgDgja__formatDropdown{position:relative}.webapp-module__dgDgja__formatTrigger{border:1px solid var(--p2p-line);background:var(--p2p-surface);color:var(--p2p-navy);cursor:pointer;white-space:nowrap;border-radius:999px;justify-content:space-between;align-items:center;gap:8px;width:175px;min-width:175px;padding:9px 14px;font-size:13px;font-weight:700;transition:border-color .15s,box-shadow .15s;display:inline-flex}.webapp-module__dgDgja__formatTrigger:hover{background:#00000008;border-color:#036bee59}.webapp-module__dgDgja__formatTriggerLeft{align-items:center;gap:8px;display:inline-flex}.webapp-module__dgDgja__formatTriggerIcon{width:22px;height:22px;color:var(--p2p-blue-deep);background:linear-gradient(135deg,#036bee1f,#7cc3ff2e);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.webapp-module__dgDgja__formatTriggerIcon svg{width:13px;height:13px}.webapp-module__dgDgja__formatTriggerCaret{width:12px;height:12px;color:var(--p2p-ink-soft);flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.webapp-module__dgDgja__formatTriggerCaret svg{width:12px;height:12px}.webapp-module__dgDgja__formatDropdownOpen .webapp-module__dgDgja__formatTriggerCaret{transform:rotate(180deg)}.webapp-module__dgDgja__formatMenu{background:var(--p2p-surface);border:1px solid var(--p2p-line);opacity:0;pointer-events:none;z-index:20;border-radius:14px;min-width:220px;padding:6px;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(6px);box-shadow:0 22px 50px -14px #111d3440}.webapp-module__dgDgja__formatDropdownOpen .webapp-module__dgDgja__formatMenu{opacity:1;pointer-events:auto;transform:translateY(0)}.webapp-module__dgDgja__formatOption{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 10px;transition:background .12s;display:flex}.webapp-module__dgDgja__formatOption:hover{background:#0000000a}.webapp-module__dgDgja__formatOptionActive .webapp-module__dgDgja__formatOptionName{color:var(--p2p-blue-deep)}.webapp-module__dgDgja__formatOptionIcon{width:28px;height:28px;color:var(--p2p-blue-deep);background:linear-gradient(135deg,#036bee1a,#7cc3ff29);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.webapp-module__dgDgja__formatOptionIcon svg{width:14px;height:14px}.webapp-module__dgDgja__formatOptionMeta{flex:1;line-height:1.25}.webapp-module__dgDgja__formatOptionName{color:var(--p2p-navy);font-size:13px;font-weight:600;display:block}.webapp-module__dgDgja__formatOptionExt{color:var(--p2p-ink-soft);letter-spacing:.04em;font-size:11px;display:block}.webapp-module__dgDgja__formatOptionCheck{width:18px;height:18px;color:var(--p2p-blue);opacity:0;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .12s;display:inline-flex}.webapp-module__dgDgja__formatOptionCheck svg{width:18px;height:18px}.webapp-module__dgDgja__formatOptionActive .webapp-module__dgDgja__formatOptionCheck{opacity:1}.webapp-module__dgDgja__btnDownload{cursor:pointer;background:linear-gradient(135deg, var(--p2p-blue), var(--p2p-blue-deep));color:#fff;letter-spacing:.06em;text-transform:uppercase;border:0;border-radius:999px;flex-shrink:0;align-items:center;gap:9px;margin-left:auto;padding:12px 22px;font-size:13px;font-weight:700;transition:transform .15s,box-shadow .25s;display:inline-flex;box-shadow:0 12px 24px -10px #036bee8c,inset 0 1px #ffffff4d}.webapp-module__dgDgja__btnDownload:hover{transform:translateY(-1px);box-shadow:0 18px 32px -10px #036beea6,inset 0 1px #ffffff59}.webapp-module__dgDgja__btnDownload svg{width:15px;height:15px}.webapp-module__dgDgja__btnDownload:disabled{opacity:.55;cursor:not-allowed}.webapp-module__dgDgja__btnDownloadSpinner{background:conic-gradient(#fff0 0deg,#ffffff8c 140deg,#fff 290deg 360deg);border-radius:50%;flex-shrink:0;width:15px;height:15px;animation:1s linear infinite webapp-module__dgDgja__btnDownloadSpin;-webkit-mask:radial-gradient(closest-side,#0000 calc(100% - 2px),#000 calc(100% - 2px));mask:radial-gradient(closest-side,#0000 calc(100% - 2px),#000 calc(100% - 2px))}@keyframes webapp-module__dgDgja__btnDownloadSpin{to{transform:rotate(360deg)}}.webapp-module__dgDgja__resultsSplit{flex:1;grid-template-columns:88px 1fr 1fr;grid-auto-rows:1fr;gap:14px;min-height:0;display:grid}.webapp-module__dgDgja__thumbRail{align-self:stretch;overflow-y:auto}.webapp-module__dgDgja__thumbList{flex-direction:column;gap:10px;display:flex}.webapp-module__dgDgja__thumbButton{border:1px solid var(--p2p-line);background:var(--p2p-surface);cursor:pointer;aspect-ratio:3/4;border-radius:12px;flex-direction:column;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;position:relative}.webapp-module__dgDgja__thumbButton:hover{background:#0000000a}.webapp-module__dgDgja__thumbButtonChosen{transform:scale(.98)}.webapp-module__dgDgja__thumbButtonGhost{opacity:.45}.webapp-module__dgDgja__thumbButtonActive{border-color:var(--p2p-blue);box-shadow:0 12px 28px -18px #036bee73}.webapp-module__dgDgja__thumbIndex{color:var(--p2p-blue);letter-spacing:.02em;pointer-events:none;z-index:1;background:#ffffffb3;border-radius:20px;padding:2px 7px;font-size:11px;font-weight:800;line-height:1.4;position:absolute;top:7px;left:7px}.webapp-module__dgDgja__thumbImageFrame{background:linear-gradient(#f7f9fe 0%,#eef2fb 100%);border-radius:11px;position:absolute;inset:0;overflow:hidden}.webapp-module__dgDgja__thumbImage{object-fit:cover;width:100%;height:100%;overflow:hidden}.webapp-module__dgDgja__thumbPlaceholder{border:1px dashed var(--p2p-line);background:#ffffff8c;border-radius:10px;width:56%;height:72%}.webapp-module__dgDgja__resultsPane{border-radius:18px;flex-direction:column;min-width:0;min-height:560px;display:flex;position:relative;overflow:hidden}.webapp-module__dgDgja__resultsPaneScan{border:1px solid var(--p2p-line);background:radial-gradient(80% 60% at 50% 0,#7cc3ff1a,#0000 70%),linear-gradient(#fafbfe 0%,#eef2fa 100%);justify-content:flex-start;align-items:flex-start;padding:15px}.webapp-module__dgDgja__resultsPaneConverted{background:var(--p2p-surface);border:1px solid var(--p2p-line);padding:15px;overflow:auto}.webapp-module__dgDgja__resultsPaneBadge{color:var(--p2p-blue-deep);letter-spacing:.16em;text-transform:uppercase;background:#036bee0f;border:1px solid #036bee38;border-radius:999px;align-self:flex-start;align-items:center;margin-bottom:18px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.webapp-module__dgDgja__resultsPaneBody{flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}.webapp-module__dgDgja__resultsPreviewImageWrap{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;overflow:auto}.webapp-module__dgDgja__resultsPreviewImage{border-radius:12px;align-self:flex-start;max-width:100%;height:auto;box-shadow:0 16px 32px -20px #111d3438}.webapp-module__dgDgja__resultsTextArea{resize:none;width:100%;min-height:0;color:var(--p2p-navy);background:0 0;border:0;outline:none;flex:1;font-size:16px;line-height:1.8}.webapp-module__dgDgja__resultsHtmlPreview{flex:1;width:100%;min-height:0;overflow:auto}.webapp-module__dgDgja__resultsLineEditor{flex-direction:column;gap:6px;width:100%;display:flex}.webapp-module__dgDgja__resultsLineInput{box-sizing:border-box;border:1px solid var(--p2p-line);width:100%;color:var(--p2p-navy);background:#fff;border-radius:12px;padding:6px 14px;font-size:14px}.webapp-module__dgDgja__mobileOnly{display:none}@media (max-width:768px){.webapp-module__dgDgja__desktopOnly{display:none!important}.webapp-module__dgDgja__mobileOnly{display:initial}}@media (max-width:767px){.webapp-module__dgDgja__strip{display:none}}@media (max-width:720px){.webapp-module__dgDgja__root{height:100dvh;min-height:100dvh}.webapp-module__dgDgja__hdr{gap:4px;height:64px;padding:0 8px}.webapp-module__dgDgja__hdrLogoImg{width:162px;height:45px}.webapp-module__dgDgja__hdrCreditsText{display:none}.webapp-module__dgDgja__hdrCredits{gap:4px;padding:5px 8px;font-size:12px}.webapp-module__dgDgja__hdrCreditsTrialTag{letter-spacing:.1em;font-size:9px}.webapp-module__dgDgja__hdrCreditsTrialTag:before{margin:0 4px 0 2px}.webapp-module__dgDgja__hdrNav,.webapp-module__dgDgja__hdrSignIn{display:none}.webapp-module__dgDgja__hamburgerDrawer .webapp-module__dgDgja__hdrSignIn{display:inline-flex}.webapp-module__dgDgja__hdrAvatar{display:none}.webapp-module__dgDgja__hdrHamburger{display:inline-flex}.webapp-module__dgDgja__sb{display:none}.webapp-module__dgDgja__tabbar{display:block}.webapp-module__dgDgja__mainInner{padding:0}.webapp-module__dgDgja__main{padding-bottom:64px}.webapp-module__dgDgja__panel{min-height:0}.webapp-module__dgDgja__panelBottom{padding-bottom:80px}.webapp-module__dgDgja__panelBottomSticky{background:linear-gradient(to bottom, #fbfcff00 0%, var(--p2p-bg) 40%);pointer-events:none;z-index:40;margin-top:0;padding:22px 0 8px;position:fixed;bottom:64px;left:0;right:0}.webapp-module__dgDgja__panelBottomSticky .webapp-module__dgDgja__convertCta{pointer-events:auto}.webapp-module__dgDgja__dropzone{cursor:default;padding:36px 18px 32px}.webapp-module__dgDgja__dropzoneHeadline{font-size:18px}.webapp-module__dgDgja__dropzoneActions{gap:10px}.webapp-module__dgDgja__btnGhost{padding:11px 18px;font-size:12.5px}.webapp-module__dgDgja__mobileSourceSelector{gap:8px;padding:10px}.webapp-module__dgDgja__card{padding:18px}.webapp-module__dgDgja__cardTitle{font-size:13px}.webapp-module__dgDgja__otherWaysGrid{grid-template-columns:1fr 1fr}.webapp-module__dgDgja__btnConvert{gap:8px;padding:12px 28px;font-size:13px}.webapp-module__dgDgja__fileListSection{padding-bottom:130px}.webapp-module__dgDgja__resultsHeader{width:94%;margin:12px auto;padding:0}.webapp-module__dgDgja__resultsTitle{font-size:14px}.webapp-module__dgDgja__actionDock{flex-wrap:nowrap;justify-content:space-between;gap:8px;width:100%;margin:0 auto 12px;padding:8px 10px}.webapp-module__dgDgja__actionDockLabel{display:none}.webapp-module__dgDgja__formatTrigger{flex:1;width:auto;min-width:0;padding:9px 10px;font-size:12px}.webapp-module__dgDgja__btnDownload{flex-shrink:0;gap:6px;width:auto;margin-left:0;padding:10px 14px;font-size:12px}.webapp-module__dgDgja__resultsSplit{flex:1;grid-template-rows:auto 1fr;grid-template-columns:1fr;gap:10px;width:100%;min-height:0;margin:0 auto}.webapp-module__dgDgja__resultsPaneScan{display:none}.webapp-module__dgDgja__resultsPane{min-height:0}.webapp-module__dgDgja__resultsPaneConverted{height:100%;min-height:0}.webapp-module__dgDgja__thumbRail{align-self:auto;overflow:auto visible}.webapp-module__dgDgja__thumbList{flex-flow:row;justify-content:flex-start;gap:6px;overflow:visible}.webapp-module__dgDgja__thumbButton{flex:0 0 56px;width:56px;max-width:56px}.webapp-module__dgDgja__resultsPaneBadge{margin-bottom:6px}.webapp-module__dgDgja__formsTemplatesGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.webapp-module__dgDgja__actionDock{flex-wrap:wrap}.webapp-module__dgDgja__formReviewPager{flex-basis:100%;order:2;justify-content:center;padding-top:4px}.webapp-module__dgDgja__formEditorHeaderArea{margin-bottom:0}}
.FormsStyle-module__jFsp8G__formsTemplatesMainView{background-color:#fff;flex-direction:column;width:100%;height:100%;display:flex}.FormsStyle-module__jFsp8G__disableHover{opacity:1}.FormsStyle-module__jFsp8G__formTemplatesSection{flex:1;width:70%;margin:auto}.FormsStyle-module__jFsp8G__createNewTemplateTitle{display:flex;position:relative}.FormsStyle-module__jFsp8G__noAccountWarningImg{position:absolute;top:18px;left:200px}.FormsStyle-module__jFsp8G__noAccountWarningImg img{width:20px;height:20px}.FormsStyle-module__jFsp8G__noAccountWarningImg p{opacity:0}.FormsStyle-module__jFsp8G__noAccountWarningImg:hover p{opacity:1;background-color:#fff;border-radius:10px;width:160px;padding:15px;line-height:130%;position:absolute;top:10px;box-shadow:0 1px 10px #0000001a,0 1px 10px #0000001a}.FormsStyle-module__jFsp8G__formListContainer{flex-flow:wrap;justify-content:flex-start;width:100%;height:100%;display:flex}.FormsStyle-module__jFsp8G__newTemplate{width:130px;height:200px;position:relative}.FormsStyle-module__jFsp8G__formTemplateThumb{background-color:#fff;border:none;border-radius:20px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;box-shadow:0 1px 10px #0000001a,0 1px 10px #0000001a}.FormsStyle-module__jFsp8G__StartNewBtn{width:30px;height:30px}.FormsStyle-module__jFsp8G__templateStartNewBtn{opacity:0;background:linear-gradient(-10deg,#2284ff,#0039bc);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:auto;display:flex;position:absolute}.FormsStyle-module__jFsp8G__NewTempalteStartNewBtn{background:linear-gradient(-10deg,#2284ff,#0039bc);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:auto;display:flex}.FormsStyle-module__jFsp8G__NewTempalteStartNewImg{width:30px;height:30px}.FormsStyle-module__jFsp8G__FormTemplateEditor{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.FormsStyle-module__jFsp8G__FormEditorHeaderContainer{width:100%}.FormsStyle-module__jFsp8G__makeRow{flex-direction:row;width:100%;display:flex}.FormsStyle-module__jFsp8G__exportTypeContainer{flex-direction:row;flex:1;justify-self:flex-start;display:flex}.FormsStyle-module__jFsp8G__exportTypeButton{border:1px solid #464646;border-radius:30px;justify-content:center;width:130px;height:33px;display:flex}.FormsStyle-module__jFsp8G__exportTypeButton img{width:22px;height:22px;margin:auto 1%}.FormsStyle-module__jFsp8G__exportTypeButton p{color:#464646;margin:auto 1%}.FormsStyle-module__jFsp8G__exportTypeSelected,.FormsStyle-module__jFsp8G__exportTypeSelected p{color:#246deb}.FormsStyle-module__jFsp8G__exportTypeSelected .FormsStyle-module__jFsp8G__exportTypeButton{border:1px solid #246deb}.FormsStyle-module__jFsp8G__exportType{flex-direction:column;margin:auto 2%;display:flex}.FormsStyle-module__jFsp8G__exportButton img{width:16px;height:16px;margin-left:10px}.FormsStyle-module__jFsp8G__exportType select{visibility:hidden;width:80%;margin:5% auto auto}.FormsStyle-module__jFsp8G__exportTypeSelected select{visibility:visible;width:80%;margin:5% auto auto}.FormsStyle-module__jFsp8G__formEditorHeader{background-color:#fff;flex-direction:column;justify-content:space-evenly;width:70%;height:100px;margin:auto;display:flex;right:50px}.FormsStyle-module__jFsp8G__templateEditorButtons{justify-content:flex-start;width:100%;display:flex}.FormsStyle-module__jFsp8G__addNewFieldButton{border:1px solid #246deb;border-radius:5px;justify-content:center;align-items:center;width:33px;height:33px;display:flex}.FormsStyle-module__jFsp8G__addNewFieldButton img{width:20px;height:20px}.FormsStyle-module__jFsp8G__templateEditorBody{flex:1;width:100%;min-height:0;display:flex}.FormsStyle-module__jFsp8G__templateEditorSave{flex-direction:row;justify-content:space-between;width:100%;display:flex}.FormsStyle-module__jFsp8G__templateEditorSave input{border:1px solid #646464;border-radius:5px;width:50%;margin-right:2%;padding-left:1%}.FormsStyle-module__jFsp8G__templateEditorSave button{color:#fff;text-align:center;background-color:#246deb;border:1px solid #246deb;border-radius:30px;width:160px;height:36px;margin:auto 0;padding:0 15px;font-size:16px}.FormsStyle-module__jFsp8G__formReviewMain{flex:1;grid-template-columns:1fr 1fr;gap:14px;width:100%;min-height:0;display:grid}.FormsStyle-module__jFsp8G__formReviewImage{scroll-behavior:smooth;border:1px solid var(--p2p-line);background:radial-gradient(80% 60% at 50% 0,#7cc3ff1a,#0000 70%),linear-gradient(#fafbfe 0%,#eef2fa 100%);border-radius:18px;min-width:0;min-height:0;padding:15px;overflow:hidden auto}.FormsStyle-module__jFsp8G__formReviewTable{scroll-behavior:smooth;border:1px solid var(--p2p-line);background:var(--p2p-surface);scrollbar-gutter:stable;border-radius:18px;min-width:0;min-height:0;padding:15px;overflow:hidden auto}.FormsStyle-module__jFsp8G__formTableLine{box-sizing:border-box;background:var(--p2p-surface);border:1px solid var(--p2p-line);cursor:pointer;-webkit-touch-callout:none;border-radius:12px;align-items:center;gap:6px;width:100%;margin-bottom:8px;padding:6px 8px;transition:border-color .12s,background .12s,box-shadow .12s;display:flex}.FormsStyle-module__jFsp8G__formTableLine:hover{background:#036bee05;border-color:#036bee40}.FormsStyle-module__jFsp8G__formTableLineSelected{border-color:var(--p2p-blue);background:#036bee0d;box-shadow:0 4px 14px -6px #036bee40}.FormsStyle-module__jFsp8G__formTableKeyInput,.FormsStyle-module__jFsp8G__formTableValueInput{min-width:0;height:32px;color:var(--p2p-navy);letter-spacing:-.005em;background:0 0;border:1px solid #0000;border-radius:8px;flex:1;padding:0 10px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;transition:border-color .12s,background .12s,box-shadow .12s}.FormsStyle-module__jFsp8G__formTableKeyInput{font-weight:700}.FormsStyle-module__jFsp8G__formTableKeyInput:focus,.FormsStyle-module__jFsp8G__formTableValueInput:focus{background:#fff;border-color:#036bee59;outline:none;box-shadow:0 0 0 3px #036bee1a}.FormsStyle-module__jFsp8G__formTableKeyLabel,.FormsStyle-module__jFsp8G__formTableValueLabel{min-width:0;height:32px;color:var(--p2p-navy);text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;padding:0 10px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;line-height:1.4;display:flex;overflow:hidden}.FormsStyle-module__jFsp8G__formTableKeyLabel{color:var(--p2p-navy);flex:0 0 38%;font-size:13px;font-weight:700}.FormsStyle-module__jFsp8G__formTableValueLabel{color:var(--p2p-ink-soft)}.FormsStyle-module__jFsp8G__formTableActionButton{width:28px;height:28px;color:var(--p2p-ink-soft);cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.FormsStyle-module__jFsp8G__formTableActionButton:hover{color:var(--p2p-navy);background:#111d340f}.FormsStyle-module__jFsp8G__formTableActionButton svg{width:14px;height:14px}.FormsStyle-module__jFsp8G__formTableActionButtonDrag{cursor:grab}.FormsStyle-module__jFsp8G__formTableActionButtonDrag:active{cursor:grabbing}.FormsStyle-module__jFsp8G__formTableActionButtonDanger:hover{color:#b2261b;background:#d33a2c1a}.FormsStyle-module__jFsp8G__templateListItem{margin-right:2%;position:relative}.FormsStyle-module__jFsp8G__formTemplateListItem{border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:130px;height:200px;display:flex;position:relative;box-shadow:0 1px 10px #0000001a,0 1px 10px #0000001a}.FormsStyle-module__jFsp8G__formTemplateThumbImage{width:100%;height:100%}.FormsStyle-module__jFsp8G__formTemplateThumbImage img{object-fit:cover;border-radius:20px;width:100%;height:100%;overflow:hidden}.FormsStyle-module__jFsp8G__formTemplateName{text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:130px;line-height:130%;display:-webkit-box;overflow:hidden}.FormsStyle-module__jFsp8G__editTemplaeButtons{opacity:0;z-index:1;background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-around;width:100%;padding:5px 0;display:flex;position:absolute;top:0}.FormsStyle-module__jFsp8G__formTemplateListItem:hover .FormsStyle-module__jFsp8G__editTemplaeButtons,.FormsStyle-module__jFsp8G__formTemplateListItem:hover .FormsStyle-module__jFsp8G__StartNewBtn,.FormsStyle-module__jFsp8G__formTemplateListItem:hover .FormsStyle-module__jFsp8G__templateStartNewBtn,.FormsStyle-module__jFsp8G__showTemplateHoverMobile{opacity:1;transition:all .5s}.FormsStyle-module__jFsp8G__editTemplaeButtons button{background-color:#0000;border:none}.FormsStyle-module__jFsp8G__editTemplaeButtons img{width:25px}.FormsStyle-module__jFsp8G__activeScansContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;margin:auto;padding-top:5%;display:flex}.FormsStyle-module__jFsp8G__scanListItem{border:0;flex-direction:row;justify-content:center;align-items:center;width:90%;display:flex}.FormsStyle-module__jFsp8G__scanListItem p{flex:1}.FormsStyle-module__jFsp8G__scanListItem canvas{height:150px}.FormsStyle-module__jFsp8G__scanListItem p{margin:auto 10px;text-emphasis:none}.FormsStyle-module__jFsp8G__addNextScanContainer{flex-direction:column;justify-content:center;align-items:center;margin-top:10%;display:flex}.FormsStyle-module__jFsp8G__startBtn{background:0 0;border:none;margin:-35px auto auto;position:relative;top:50%;left:50%;transform:translate(-50%)}.FormsStyle-module__jFsp8G__startBtn Image{width:25px;height:25px}.FormsStyle-module__jFsp8G__startBtn Image:hover{opacity:.8;transition:all .3s}.FormsStyle-module__jFsp8G__buttonArea{flex-direction:column;display:flex;position:absolute;bottom:10%;right:10%}.FormsStyle-module__jFsp8G__formHelpButton{color:#fff;background-color:#246deb;border-width:0;border-radius:50%;width:30px;height:30px;margin:auto auto 25%;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:18px;box-shadow:0 1px 10px #0003,0 1px 10px #0003}.FormsStyle-module__jFsp8G__startNewFormButton{background-color:#246deb;border-width:0;border-radius:50%;width:50px;height:50px;margin:auto;box-shadow:0 1px 10px #0003,0 1px 10px #0003}.FormsStyle-module__jFsp8G__startNewFormButton img{width:22px;margin-top:2px;margin-left:-2px}@media screen and (max-width:1100px){.FormsStyle-module__jFsp8G__formTemplatesSection{flex:none;width:94%;margin:2% auto}.FormsStyle-module__jFsp8G__templateListItem{margin-right:3%}.FormsStyle-module__jFsp8G__formEditorHeader{width:94%;margin:auto}.FormsStyle-module__jFsp8G__templateEditorSave{width:100%;margin:auto}.FormsStyle-module__jFsp8G__templateEditorButtons{justify-content:flex-start;margin-bottom:1.5%}.FormsStyle-module__jFsp8G__addNewFieldButton{margin-right:0;transform:translate(0)}.FormsStyle-module__jFsp8G__formReviewMain{flex-direction:column-reverse;justify-content:space-around;width:94%}.FormsStyle-module__jFsp8G__formReviewImage,.FormsStyle-module__jFsp8G__formReviewTable{height:48%}.FormsStyle-module__jFsp8G__formHelpButton{width:40px;height:40px}.FormsStyle-module__jFsp8G__startNewFormButton{width:60px;height:60px}.FormsStyle-module__jFsp8G__buttonArea{bottom:5%;right:5%}}@media screen and (max-width:720px){.FormsStyle-module__jFsp8G__formReviewMain{grid-template-rows:minmax(240px,1fr) minmax(240px,1fr);grid-template-columns:1fr;place-content:stretch;height:100%}.FormsStyle-module__jFsp8G__formReviewImage,.FormsStyle-module__jFsp8G__formReviewTable{height:auto;min-height:0;margin-top:0}}@media screen and (max-width:440px){.FormsStyle-module__jFsp8G__templateListItem{margin-right:auto}.FormsStyle-module__jFsp8G__templateEditorSave button{padding:0 10px}.FormsStyle-module__jFsp8G__exportLabel p{margin:0}.FormsStyle-module__jFsp8G__exportTypeButton{width:90px;height:28px}.FormsStyle-module__jFsp8G__exportTypeButton img{width:18px;height:18px}.FormsStyle-module__jFsp8G__exportTypeButton p{font-size:14px}.FormsStyle-module__jFsp8G__exportButton Button{width:120px;height:30px;font-size:14px}.FormsStyle-module__jFsp8G__exportButton img{width:14px;height:14px}.FormsStyle-module__jFsp8G__noAccountWarningImg:hover p{width:100px}}
.MobileSyncModal-module__RmNQAq__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#1b244773;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.MobileSyncModal-module__RmNQAq__dialog{background:var(--p2p-surface,#fff);border:1px solid var(--p2p-line,#e3e8f3);text-align:center;border-radius:20px;outline:none;width:min(480px,100vw - 32px);padding:36px 32px 28px;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative;box-shadow:0 32px 80px -24px #1b244747,0 8px 20px -8px #1b24471a}.MobileSyncModal-module__RmNQAq__close{width:32px;height:32px;color:var(--p2p-ink-soft,#5a6486);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex;position:absolute;top:14px;right:14px}.MobileSyncModal-module__RmNQAq__close:hover{color:var(--p2p-navy,#1b2447);background:#1b24470f}.MobileSyncModal-module__RmNQAq__close svg{width:14px;height:14px}.MobileSyncModal-module__RmNQAq__eyebrow{border:1px solid var(--p2p-line,#e3e8f3);background:var(--p2p-surface,#fff);letter-spacing:.22em;text-transform:uppercase;color:var(--p2p-blue,#036bee);border-radius:999px;align-items:center;margin-bottom:18px;padding:6px 14px;font-size:11px;font-weight:800;display:inline-flex}.MobileSyncModal-module__RmNQAq__heading{letter-spacing:-.015em;color:var(--p2p-navy,#1b2447);margin:0 0 8px;font-size:22px;font-weight:700;line-height:1.25}.MobileSyncModal-module__RmNQAq__subheading{color:var(--p2p-ink-soft,#5a6486);margin:0 0 22px;font-size:14px;line-height:1.55}.MobileSyncModal-module__RmNQAq__qrCard{background:var(--p2p-surface,#fff);border:1px solid var(--p2p-line,#e3e8f3);border-radius:16px;justify-content:center;align-items:center;width:232px;height:232px;margin:0 auto 18px;padding:12px;display:inline-flex;box-shadow:0 6px 20px -8px #1b24471f}.MobileSyncModal-module__RmNQAq__qr{width:200px;height:200px;display:block}.MobileSyncModal-module__RmNQAq__qrLoading{color:var(--p2p-ink-muted,#8b96b8);font-size:13px}.MobileSyncModal-module__RmNQAq__status{color:var(--p2p-navy,#1b2447);background:#036bee0d;border:1px solid #036bee26;border-radius:999px;align-items:center;gap:10px;margin-bottom:18px;padding:8px 14px;font-size:13px;display:inline-flex}.MobileSyncModal-module__RmNQAq__statusConnected{background:#036bee14;border-color:#036bee59}.MobileSyncModal-module__RmNQAq__statusText{font-weight:600}.MobileSyncModal-module__RmNQAq__statusMeta{color:var(--p2p-ink-muted,#8b96b8);font-variant-numeric:tabular-nums;letter-spacing:.02em}.MobileSyncModal-module__RmNQAq__spinner{background:conic-gradient(from 0deg, #036bee00 0deg, #036bee59 140deg, var(--p2p-blue,#036bee) 290deg, var(--p2p-blue-deep,#0039bc) 360deg);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:1s linear infinite MobileSyncModal-module__RmNQAq__mobileSyncSpin;-webkit-mask:radial-gradient(closest-side,#0000 calc(100% - 3px),#000 calc(100% - 3px));mask:radial-gradient(closest-side,#0000 calc(100% - 3px),#000 calc(100% - 3px))}@keyframes MobileSyncModal-module__RmNQAq__mobileSyncSpin{to{transform:rotate(360deg)}}.MobileSyncModal-module__RmNQAq__statusDot{background:var(--p2p-blue,#036bee);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.MobileSyncModal-module__RmNQAq__statusDot svg{width:12px;height:12px}.MobileSyncModal-module__RmNQAq__urlLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--p2p-ink-muted,#8b96b8);margin:0 0 8px;font-size:11px;font-weight:700;display:block}.MobileSyncModal-module__RmNQAq__urlRow{background:var(--p2p-line-soft,#eef1fa);border:1px solid var(--p2p-line,#e3e8f3);border-radius:12px;gap:6px;margin-bottom:22px;padding:4px;display:flex}.MobileSyncModal-module__RmNQAq__urlInput{min-width:0;color:var(--p2p-ink-soft,#5a6486);text-overflow:ellipsis;background:0 0;border:0;outline:none;flex:1;padding:8px 10px;font-family:inherit;font-size:12.5px}.MobileSyncModal-module__RmNQAq__urlCopy{background:var(--p2p-surface,#fff);border:1px solid var(--p2p-line,#e3e8f3);height:34px;color:var(--p2p-navy,#1b2447);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border-radius:999px;align-items:center;padding:0 16px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.MobileSyncModal-module__RmNQAq__urlCopy:hover{color:var(--p2p-navy,#1b2447);background:#1b24470f;border-color:#1b24472e}.MobileSyncModal-module__RmNQAq__urlCopy.MobileSyncModal-module__RmNQAq__urlCopied{color:var(--p2p-blue,#036bee);background:#036bee1a;border-color:#036bee59}.MobileSyncModal-module__RmNQAq__endBtn{color:var(--p2p-ink-muted,#8b96b8);cursor:pointer;background:0 0;border:0;padding:4px 8px;font-family:inherit;font-size:12.5px;font-weight:600;transition:color .15s}.MobileSyncModal-module__RmNQAq__endBtn:hover{color:#b2261b}
.cameraView-module__DRYMJa__overlay{z-index:2147483000;color:#fff;background:#0b1220;flex-direction:column;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex;position:fixed;inset:0}.cameraView-module__DRYMJa__topBar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b1220d9;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.cameraView-module__DRYMJa__title{letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:10px;font-size:14px;font-weight:700;display:inline-flex}.cameraView-module__DRYMJa__liveDot{background:#ff3b3b;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite cameraView-module__DRYMJa__pulse;box-shadow:0 0 0 4px #ff3b3b33}@keyframes cameraView-module__DRYMJa__pulse{0%,to{opacity:1}50%{opacity:.5}}.cameraView-module__DRYMJa__iconButton{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .12s;display:inline-flex}.cameraView-module__DRYMJa__iconButton:hover{background:#ffffff26}.cameraView-module__DRYMJa__iconButton:active{transform:scale(.95)}.cameraView-module__DRYMJa__iconButton svg{width:16px;height:16px}.cameraView-module__DRYMJa__stage{background:#000;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.cameraView-module__DRYMJa__video{object-fit:contain;background:#000;width:100%;height:100%}.cameraView-module__DRYMJa__placeholder{color:#ffffffb3;text-align:center;flex-direction:column;align-items:center;gap:12px;padding:30px;display:flex}.cameraView-module__DRYMJa__placeholderIcon{background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;display:inline-flex}.cameraView-module__DRYMJa__errorText{color:#ff7676;max-width:320px;font-size:13px}.cameraView-module__DRYMJa__flash{pointer-events:none;opacity:0;background:#fff;position:absolute;inset:0}.cameraView-module__DRYMJa__flashActive{animation:.28s ease-out cameraView-module__DRYMJa__flash}@keyframes cameraView-module__DRYMJa__flash{0%{opacity:.9}to{opacity:0}}.cameraView-module__DRYMJa__bottomBar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b1220eb;border-top:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:14px;padding:14px 18px 22px;display:flex}.cameraView-module__DRYMJa__thumbStrip{align-items:center;gap:10px;min-height:64px;padding-bottom:4px;display:flex;overflow-x:auto}.cameraView-module__DRYMJa__thumbStrip::-webkit-scrollbar{height:4px}.cameraView-module__DRYMJa__thumbStrip::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:4px}.cameraView-module__DRYMJa__thumbEmpty{color:#ffffff8c;padding:18px 4px;font-size:13px}.cameraView-module__DRYMJa__thumb{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden}.cameraView-module__DRYMJa__thumbImageBtn{cursor:pointer;background:0 0;border:0;width:100%;height:100%;padding:0;display:block;position:absolute;inset:0}.cameraView-module__DRYMJa__thumbImageBtn:focus-visible{outline-offset:-2px;outline:2px solid #036beeb3}.cameraView-module__DRYMJa__thumb img{object-fit:cover;width:100%;height:100%;display:block}.cameraView-module__DRYMJa__thumbRemove{color:#fff;cursor:pointer;background:#000000a6;border:0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:11px;line-height:1;display:inline-flex;position:absolute;top:2px;right:2px}.cameraView-module__DRYMJa__thumbRemove:hover{background:#000000d9}.cameraView-module__DRYMJa__controls{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;display:grid}.cameraView-module__DRYMJa__countLabel{color:#ffffffd9;letter-spacing:.02em;font-size:13px;font-weight:600}.cameraView-module__DRYMJa__shutter{cursor:pointer;background:0 0;border:4px solid #ffffffd9;border-radius:50%;justify-self:center;width:76px;height:76px;padding:4px;transition:transform .12s}.cameraView-module__DRYMJa__shutter:hover{transform:scale(1.04)}.cameraView-module__DRYMJa__shutter:active{transform:scale(.95)}.cameraView-module__DRYMJa__shutter:disabled{opacity:.5;cursor:not-allowed}.cameraView-module__DRYMJa__shutterInner{background:#fff;border-radius:50%;width:100%;height:100%;transition:background .15s}.cameraView-module__DRYMJa__shutter:disabled .cameraView-module__DRYMJa__shutterInner{background:#ffffff80}.cameraView-module__DRYMJa__doneBtn{color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#036bee 0%,#024dab 100%);border:0;border-radius:999px;justify-self:end;align-items:center;gap:8px;padding:12px 22px;font-size:13px;font-weight:800;transition:transform .15s,box-shadow .25s,opacity .15s;display:inline-flex;box-shadow:0 16px 36px -14px #036beeb3,inset 0 1px #ffffff4d}.cameraView-module__DRYMJa__doneBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 22px 44px -14px #036beecc,inset 0 1px #ffffff59}.cameraView-module__DRYMJa__doneBtn:disabled{opacity:.45;cursor:not-allowed}.cameraView-module__DRYMJa__doneBtn svg{width:14px;height:14px}.cameraView-module__DRYMJa__previewOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5;cursor:zoom-out;background:#000000eb;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0;display:flex;position:absolute;inset:0}.cameraView-module__DRYMJa__previewTopBar{cursor:default;background:#0b1220d9;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.cameraView-module__DRYMJa__previewLabel{letter-spacing:.04em;text-transform:uppercase;color:#fff;font-size:13px;font-weight:700}.cameraView-module__DRYMJa__previewActions{align-items:center;gap:10px;display:inline-flex}.cameraView-module__DRYMJa__previewImage{object-fit:contain;cursor:default;background:#000;flex:1;width:100%;min-height:0}@media (max-width:520px){.cameraView-module__DRYMJa__controls{grid-template-columns:auto 1fr auto;gap:8px}.cameraView-module__DRYMJa__countLabel{font-size:12px}.cameraView-module__DRYMJa__doneBtn{letter-spacing:.06em;padding:11px 16px;font-size:12px}.cameraView-module__DRYMJa__shutter{width:68px;height:68px}}
.pictureAnnotation-module__QFFo4W__rpStage{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,Helvetica,Arial,sans-serif;position:relative}.pictureAnnotation-module__QFFo4W__rpImage{position:absolute;top:0;bottom:0;left:0;overflow:hidden}.pictureAnnotation-module__QFFo4W__rpShapes{position:absolute;top:0;bottom:0;left:0}.pictureAnnotation-module__QFFo4W__rpSelectedInput{position:absolute}.pictureAnnotation-module__QFFo4W__rpDelete{fill:#fff;width:20px;height:20px}.pictureAnnotation-module__QFFo4W__rpDeleteSection{justify-content:center;align-items:center;display:flex}.pictureAnnotation-module__QFFo4W__rpDefaultInputSection{background-color:#3384ff;border:none;border-radius:5px;align-items:stretch;display:flex}.pictureAnnotation-module__QFFo4W__rpDefaultInputSection input{color:#fff;background:0 0;border:0;outline:none;padding:10px}.pictureAnnotation-module__QFFo4W__rpDefaultInputSection input::placeholder{color:#94bfff}.pictureAnnotation-module__QFFo4W__rpDefaultInputSection a{color:#fff;cursor:pointer;background-color:#3b5bdb;border-radius:0 5px 5px 0;justify-content:center;align-items:center;width:35px;font-size:12px;transition:background-color .5s,color .5s;display:flex}.pictureAnnotation-module__QFFo4W__rpDefaultInputSection a:hover,.pictureAnnotation-module__QFFo4W__rpDefaultInputSection a:active{color:#3384ff;background-color:#5c7cfa}
