.wm-page{--wm-bg: #f7f6f3;--wm-card: #fff;--wm-text: #0f172a;--wm-soft: #64748b;--wm-border: #e7e5e4;--wm-blue: #2563eb;--wm-blue-dark: #1d4ed8;--wm-blue-soft: #eff6ff;--wm-green: #22c55e;color:var(--wm-text)}.wm-page__inner{max-width:80rem;margin:0 auto;padding:0 1.25rem 3rem}.wm-fade-up{animation:wmFadeUp .7s ease both}.wm-fade-up-delay{animation:wmFadeUp .8s ease .12s both}@keyframes wmFadeUp{0%{opacity:0;transform:translateY(22px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.wm-hero{display:grid;gap:2.5rem;align-items:center;padding:2rem 0 3rem}@media (min-width: 1024px){.wm-hero{grid-template-columns:1fr 1fr;padding-top:3rem}}.wm-badge{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1.25rem;padding:.4rem .9rem;border:1px solid #bfdbfe;border-radius:999px;background:var(--wm-blue-soft);font-size:.875rem;font-weight:500;color:var(--wm-blue)}.wm-h1{margin:0;max-width:14ch;font-size:clamp(2.25rem,6vw,4.5rem);font-weight:900;line-height:.95;letter-spacing:-.055em}.wm-lead{margin:1.5rem 0 0;max-width:36rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.6;color:var(--wm-soft)}.wm-hero-actions{display:flex;flex-direction:column;gap:.85rem;margin-top:1.75rem}@media (min-width: 480px){.wm-hero-actions{flex-direction:row;flex-wrap:wrap}}.wm-btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:0 1.75rem;border:none;border-radius:999px;background:var(--wm-blue);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;font-family:inherit;box-shadow:0 12px 28px #2563eb47;transition:background .15s ease}.wm-btn-primary:hover:not(:disabled){background:var(--wm-blue-dark)}.wm-btn-primary:disabled{opacity:.55;cursor:not-allowed}.wm-btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:0 1.75rem;border:1px solid var(--wm-border);border-radius:999px;background:var(--wm-card);color:#334155;font-size:1rem;font-weight:500;text-decoration:none;font-family:inherit;box-shadow:0 1px 3px #0f172a0f;transition:background .15s ease}.wm-btn-secondary:hover{background:#f8fafc}.wm-checks{display:grid;gap:.65rem;margin-top:1.75rem;max-width:32rem;font-size:.875rem;color:var(--wm-soft)}@media (min-width: 480px){.wm-checks{grid-template-columns:repeat(3,1fr)}}.wm-checks span[aria-hidden=true]{color:var(--wm-green);font-weight:700}.wm-card{background:var(--wm-card);border:1px solid var(--wm-border);border-radius:2rem;box-shadow:0 18px 50px #0f172a12;overflow:hidden}.wm-card-pad{padding:1.25rem}@media (min-width: 768px){.wm-card-pad{padding:1.5rem 1.75rem}}.wm-dropzone{border:1px dashed #93c5fd;border-radius:1.5rem;background:linear-gradient(180deg,#fff,#f8fafc);padding:1.75rem 1.25rem;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease}.wm-dropzone:hover,.wm-dropzone--active{border-color:#60a5fa;background:var(--wm-blue-soft)}.wm-dropzone:focus-visible{outline:2px solid var(--wm-blue);outline-offset:2px}.wm-dropzone__icon{display:grid;place-items:center;width:5rem;height:5rem;margin:0 auto;border-radius:1.5rem;background:var(--wm-blue-soft);color:var(--wm-blue);box-shadow:inset 0 2px 8px #2563eb1f}.wm-dropzone__title{margin:1.25rem 0 0;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:#020617}.wm-dropzone__hint{margin:.65rem auto 0;max-width:20rem;font-size:.875rem;line-height:1.5;color:var(--wm-soft)}.wm-dropzone__browse{margin-top:1.25rem;min-height:3rem;padding:0 1.5rem;border:none;border-radius:999px;background:var(--wm-blue);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 8px 20px #2563eb40}.wm-dropzone__browse:hover{background:var(--wm-blue-dark)}.wm-dropzone__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.wm-doc-details{margin-top:1.25rem;padding:1.1rem 1.25rem;border:1px solid var(--wm-border);border-radius:1.5rem;background:var(--wm-card)}.wm-doc-details summary{display:flex;cursor:pointer;align-items:center;justify-content:space-between;gap:1rem;list-style:none}.wm-doc-details summary::-webkit-details-marker{display:none}.wm-doc-details__title{margin:0;font-size:.9rem;font-weight:600;color:#020617}.wm-doc-details__sub{margin:.2rem 0 0;font-size:.75rem;color:var(--wm-soft)}.wm-doc-details__badge{flex-shrink:0;padding:.25rem .65rem;border-radius:999px;background:#ecfdf5;font-size:.7rem;font-weight:700;color:#059669}.wm-doc-stats{display:grid;gap:.65rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}@media (min-width: 480px){.wm-doc-stats{grid-template-columns:repeat(3,1fr)}}.wm-doc-stat{padding:.85rem;border-radius:1rem;background:#f8fafc}.wm-doc-stat__label{margin:0;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.wm-doc-stat__val{margin:.25rem 0 0;font-size:.95rem;font-weight:600}.wm-section{padding-bottom:3rem}.wm-section-head{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}@media (min-width: 768px){.wm-section-head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.wm-kicker{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--wm-blue)}.wm-h2{margin:.5rem 0 0;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:900;letter-spacing:-.03em;line-height:1.1}.wm-section-desc{margin:0;max-width:32rem;font-size:.95rem;line-height:1.55;color:var(--wm-soft)}.wm-mode-grid{display:grid;gap:.85rem}@media (min-width: 768px){.wm-mode-grid{grid-template-columns:repeat(3,1fr)}}.wm-mode-card{padding:1.25rem;border:1px solid var(--wm-border);border-radius:1.5rem;background:var(--wm-card);text-align:left;cursor:pointer;font-family:inherit;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.wm-mode-card:hover{background:var(--wm-blue-soft)}.wm-mode-card--active{border-color:#2563eb6b;background:var(--wm-blue-soft);color:var(--wm-blue);box-shadow:0 10px 26px #2563eb1a}.wm-mode-card__icon{display:grid;place-items:center;width:3rem;height:3rem;margin-bottom:.85rem;border-radius:1rem;background:#fff;font-size:.8rem;font-weight:800;color:var(--wm-blue)}.wm-mode-card--active .wm-mode-card__icon{background:#fff}.wm-mode-card__title{margin:0;font-size:1.15rem;font-weight:700;color:inherit}.wm-mode-card__desc{margin:.4rem 0 0;font-size:.85rem;line-height:1.45;color:var(--wm-soft)}.wm-mode-card--active .wm-mode-card__desc{color:#475569}.wm-scroll-anchor{scroll-margin-top:5.5rem}.wm-continue-anchor{display:flex;align-items:center;justify-content:center;margin-top:1rem;padding:.75rem 1.1rem;border-radius:999px;background:var(--wm-blue-soft);color:var(--wm-blue);font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s ease}.wm-continue-anchor:hover{background:#dbeafe}.wm-workspace{display:grid;gap:1.25rem}@media (min-width: 1024px){.wm-workspace{grid-template-columns:1.08fr .92fr}}.wm-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.wm-live-badge{flex-shrink:0;padding:.3rem .7rem;border-radius:999px;background:var(--wm-blue-soft);font-size:.7rem;font-weight:700;color:var(--wm-blue)}.wm-config{display:grid;gap:1.1rem}.wm-config[hidden]{display:none!important}.wm-label{display:block;margin-bottom:.4rem;font-size:.875rem;font-weight:600;color:#020617}.wm-textarea{width:100%;min-height:7rem;padding:1rem;border:1px solid var(--wm-border);border-radius:1.5rem;background:#f8fafc;font-size:.875rem;line-height:1.45;color:#334155;resize:vertical;font-family:inherit;box-sizing:border-box}.wm-textarea:focus{outline:none;border-color:#93c5fd;background:#fff}.wm-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.65rem}.wm-chip{padding:.35rem .75rem;border:none;border-radius:999px;background:var(--wm-blue-soft);font-size:.75rem;font-weight:500;color:var(--wm-blue);cursor:pointer;font-family:inherit}.wm-chip:hover{background:#dbeafe}.wm-date-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--wm-border);border-radius:1.5rem;background:var(--wm-card);cursor:pointer}.wm-date-row input{position:absolute;opacity:0;width:1px;height:1px}.wm-date-row__title{margin:0;font-size:.875rem;font-weight:600}.wm-date-row__hint{margin:.2rem 0 0;font-size:.75rem;color:var(--wm-soft)}.wm-date-row__badge{flex-shrink:0;padding:.25rem .65rem;border-radius:999px;background:#f1f5f9;font-size:.7rem;font-weight:700;color:#64748b}.wm-date-row:has(input:checked) .wm-date-row__badge{background:#ecfdf5;color:#059669}.wm-style-grid{display:grid;gap:.85rem}@media (min-width: 768px){.wm-style-grid{grid-template-columns:repeat(3,1fr)}}.wm-style-box{padding:1.1rem;border:1px solid var(--wm-border);border-radius:1.5rem;background:#f8fafc}.wm-style-box__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.wm-style-box__val{font-size:.875rem;font-weight:700;color:var(--wm-blue)}.wm-colors{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.wm-color-swatch{width:2.25rem;height:2.25rem;padding:0;border:4px solid #fff;border-radius:999px;cursor:pointer;box-shadow:0 2px 8px #0f172a26}.wm-color-swatch--active{outline:2px solid var(--wm-blue);outline-offset:2px}.wm-color-native{width:2.25rem;height:2.25rem;padding:0;border:4px solid #fff;border-radius:999px;cursor:pointer;box-shadow:0 2px 8px #0f172a26}.wm-range{width:100%;margin-top:1rem;accent-color:var(--wm-blue)}.wm-size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;margin-top:.85rem}.wm-size-btn{padding:.45rem;border:1px solid var(--wm-border);border-radius:.75rem;background:#fff;font-size:.875rem;font-weight:700;cursor:pointer;font-family:inherit}.wm-size-btn--active{border-color:#2563eb6b;background:var(--wm-blue-soft);color:var(--wm-blue)}.wm-pos-grid{display:grid;gap:.65rem}@media (min-width: 768px){.wm-pos-grid{grid-template-columns:1fr 1fr}}.wm-pos-card{padding:.85rem 1rem;border:1px solid var(--wm-border);border-radius:1rem;background:#fff;text-align:left;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease}.wm-pos-card:hover{background:var(--wm-blue-soft)}.wm-pos-card--active{border-color:#2563eb6b;background:var(--wm-blue-soft)}.wm-pos-card__title{margin:0;font-size:.9rem;font-weight:600;color:#020617}.wm-pos-card__desc{margin:.2rem 0 0;font-size:.75rem;color:var(--wm-soft)}.wm-logo-details{padding:1.1rem;border:1px solid var(--wm-border);border-radius:1.5rem;background:#f8fafc}.wm-logo-details summary{display:flex;cursor:pointer;align-items:center;justify-content:space-between;gap:.75rem;font-weight:600;list-style:none}.wm-logo-details summary::-webkit-details-marker{display:none}.wm-logo-drop{margin-top:1rem;padding:1.1rem;border:1px dashed #93c5fd;border-radius:1rem;background:#fff;text-align:center}.wm-logo-drop__hint{margin:.35rem 0 0;font-size:.85rem;color:var(--wm-soft)}.wm-logo-file{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.wm-preview-box{margin-top:1.25rem;padding:1.1rem;border-radius:1.5rem;background:#f8fafc}.wm-preview-frame{position:relative;display:flex;align-items:center;justify-content:center;min-height:10.5rem;max-height:min(70vh,32rem);padding:.5rem;overflow:hidden;border:1px solid var(--wm-border);border-radius:1rem;background:#fff}.wm-preview-stage{display:flex;align-items:center;justify-content:center;width:100%;max-height:min(68vh,31rem)}.wm-preview-canvas-wrap{position:relative;display:inline-block;max-width:100%;max-height:min(68vh,31rem);line-height:0}.wm-preview-canvas{display:block;max-width:100%;max-height:min(68vh,31rem);width:auto;height:auto;vertical-align:top}.wm-logo-drag-hint{margin:0 0 1rem;padding:.65rem .85rem;border-radius:.65rem;background:var(--wm-blue-soft);color:var(--wm-blue);font-size:.82rem;line-height:1.45}.wm-logo-handle{position:absolute;z-index:4;box-sizing:border-box;border:2px dashed var(--wm-blue);border-radius:4px;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wm-logo-handle:active{cursor:grabbing}.wm-logo-handle img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none}.wm-logo-handle--editing img{opacity:.35}.wm-logo-handle__resize{position:absolute;right:-6px;bottom:-6px;width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:var(--wm-blue);box-shadow:0 1px 4px #0f172a40;cursor:nwse-resize;touch-action:none}.wm-preview-placeholder{padding:1rem;font-size:.85rem;color:var(--wm-soft);text-align:center}.wm-summary{margin-top:1rem;padding:1rem;border:1px solid var(--wm-border);border-radius:1rem;background:#fff}.wm-summary__title{margin:0 0 .75rem;font-size:.875rem;font-weight:600}.wm-summary-rows{margin:0;font-size:.875rem}.wm-summary-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 0;border-bottom:1px solid #f1f5f9}.wm-summary-row:last-child{border-bottom:none;padding-bottom:0}.wm-summary-row dt{margin:0;color:var(--wm-soft)}.wm-summary-row dd{margin:0;font-weight:500;text-align:right}.wm-summary-row__accent{color:var(--wm-blue)}.wm-preview-note{margin:.85rem 0 0;font-size:.75rem;text-align:center;color:var(--wm-soft)}.wm-dl-btn{width:100%;margin-top:1rem}.wm-error{margin:1rem 0 0;padding:.65rem .85rem;border-radius:.5rem;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.88rem}.wm-error[hidden]{display:none}.wm-benefits{display:grid;gap:1rem}@media (min-width: 768px){.wm-benefits{grid-template-columns:repeat(3,1fr)}}.wm-soft-card{padding:1.5rem;border:1px solid var(--wm-border);border-radius:1.5rem;background:#ffffffbd;box-shadow:0 12px 34px #0f172a0d;backdrop-filter:blur(12px)}.wm-soft-card__icon{display:grid;place-items:center;width:3rem;height:3rem;margin-bottom:1rem;border-radius:1rem;background:var(--wm-blue-soft);font-weight:800;color:var(--wm-blue)}.wm-soft-card__icon--ok{background:#ecfdf5;color:#059669}.wm-reassurance{display:grid;gap:1.25rem}@media (min-width: 1024px){.wm-reassurance{grid-template-columns:.9fr 1.1fr}}.wm-reassurance-list{display:grid;gap:.85rem}.wm-editorial{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--wm-border)}.wm-editorial .tool-section{margin-bottom:2rem}.wm-vs__wrap{overflow-x:auto}.wm-vs__table{width:100%;min-width:17rem;border-collapse:collapse;font-size:.82rem;border:1px solid var(--wm-border);border-radius:.5rem;overflow:hidden}.wm-vs__table th,.wm-vs__table td{padding:.5rem .6rem;border-bottom:1px solid var(--wm-border);text-align:left}.wm-vs__flownect{background:#f0fdf4}html.theme-dark-active .wm-page{--wm-bg: #0f172a;--wm-card: #1e293b;--wm-text: #f1f5f9;--wm-soft: #94a3b8;--wm-border: #334155;--wm-blue-soft: #1e3a5f}html.theme-dark-active .wm-dropzone,html.theme-dark-active .wm-textarea,html.theme-dark-active .wm-style-box,html.theme-dark-active .wm-preview-box{background:#0f172a}html.theme-dark-active .wm-h1,html.theme-dark-active .wm-mode-card__title,html.theme-dark-active .wm-pos-card__title{color:#f8fafc}
