:root{--bg:#f5f3ff;--fg:#1c1033;--muted:#6b6580;--accent:#7c3aed;--accent-2:#c2410c;--border:#e4e0f5;--card:#fff;--dark-text-muted:#ffffffd1;--dark-text-dim:#ffffffb3;--dark-text-faint:#fff9;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#1a0f2e;--fg:#f5f3ff;--muted:#a89ec2;--border:#3d2a5c;--card:#251844}.wave-path-2,.wave-path-3{fill:var(--bg)}.feat-title{color:#a78bfa}.feat-desc code{color:#a78bfa;background:#a78bfa26}.feat-desc a{color:#a78bfa}}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);flex-direction:column;min-height:100vh;margin:0;line-height:1.5;display:flex}header{color:#fff;background:linear-gradient(135deg,#1a0f2e 0%,#2e1065 100%);border-bottom:1px solid #00000026;padding:1.75rem 2rem 1.25rem;position:relative}header h1{letter-spacing:-.02em;color:#fff;margin:0;font-size:1.6rem;font-weight:700}.brand-row{align-items:center;gap:.55rem;margin-bottom:.35rem;display:flex}.brand-omg{color:#a78bfa}.tagline{color:#ffffffc7;max-width:65ch;margin:0;font-size:.95rem}.tagline em{color:#d4b8ff;font-style:italic}header code{color:#ffffffeb;background:#ffffff24;border-radius:3px;padding:0 .28em;font-size:.88em}.badges{flex-wrap:wrap;gap:3px;margin-top:.95rem;display:flex}.badge{letter-spacing:.08em;text-transform:uppercase;color:#fff;text-shadow:0 1px 3px #00000073;background:linear-gradient(170deg,#9333ea 0%,#6d28d9 55%,#5b21b6 100%);border:none;border-radius:0;padding:.3rem 1rem .28rem .85rem;font-size:.68rem;font-weight:800;position:relative;overflow:hidden;transform:skew(-11deg);box-shadow:2px 3px 10px #0000008c,inset 0 1px #ffffff4d,inset 0 -1px #00000040}.badge:after{content:"";pointer-events:none;background:linear-gradient(#ffffff47 0%,#ffffff0f 48%,#0000 50%);position:absolute;top:0;bottom:0;left:0;right:0}code{color:#5b21b6;background:#ede9fe;border-radius:3px;padding:0 .25em;font-size:.9em}main{flex-direction:column;flex:1;display:flex}body:not(.has-file) main{background:linear-gradient(#1a0f2e 0%,#3b0764 45%,#2e1065 70%,#1a0f2e 100%)}body.has-file main{min-height:0;max-width:unset;flex:1;gap:0;margin:0;padding:0;overflow:hidden}.upload-strip{background-color:#1a0f2e;background-image:linear-gradient(45deg,#ffffff0a 25%,#0000 25%),linear-gradient(-45deg,#ffffff0a 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff0a 75%),linear-gradient(-45deg,#0000 75%,#ffffff0a 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;flex:1;justify-content:center;align-items:center;padding-top:5vw;padding-bottom:5vw;display:flex}body:not(.has-file) header{border-bottom:none}body.has-file{height:100vh;overflow:hidden}body.has-file .upload-strip,body.has-file .wave-section,body.has-file footer,body.has-file .tagline,body.has-file .badges{display:none}body.has-file header{padding:.55rem 1.25rem}body.has-file header h1{font-size:1.2rem}body.has-file .brand-row{margin-bottom:0}.dropzone{background:var(--accent);color:#fff;text-align:center;cursor:pointer;border:2px dashed #ffffff59;border-radius:1.25rem;flex-direction:column;align-items:center;gap:.1rem;width:min(420px,90%);height:auto;padding:2.25rem 2rem 2rem;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:0 16px 48px #7c3aed59}.dropzone:hover{border-color:#fff9;box-shadow:0 20px 60px #7c3aed80}.dropzone.drag{background:#6d28d9;border-color:#fffc;transform:scale(1.03);box-shadow:0 24px 64px #7c3aed99}.dropzone p{color:#ffffffeb;margin:.2rem 0;font-size:.9rem}body.has-file .dropzone{display:none}.dropzone-icon{color:#ffffffe6;width:3rem;height:3rem;margin:0 auto .75rem;transition:transform .2s;display:block}.dropzone:hover .dropzone-icon{transform:translateY(-4px)}.dropzone.drag .dropzone-icon{transform:scale(1.1)}.file-button{background:var(--fg);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;display:inline-block}#file-input{display:none}body:not(.has-file) .file-button{color:#fff;background:#00000047;border:1px solid #ffffff73}body:not(.has-file) .file-button:hover{background:#0000006b}body:not(.has-file) .file-button--ghost{color:#fff;background:0 0;border:1px solid #ffffff8c}body:not(.has-file) .file-button--ghost:hover{background:#0003}.dropzone-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.dropzone-hint{color:#ffffff80;white-space:nowrap;margin:.5rem 0 0;font-size:.78rem}.dropzone-hint kbd{background:#00000047;border-radius:3px;padding:.1em .35em;font-family:inherit;font-size:.85em}.dropzone-error{color:#fbbf24;margin:.4rem 0 0;font-size:.8rem}.samples{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.9rem;max-width:760px;margin:0 auto;display:grid}.samples button{cursor:pointer;text-align:left;background:#ffffff12;border:1px solid #ffffff24;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.3rem;padding:1rem 1.25rem;transition:background .15s,border-color .15s,transform .12s;display:flex}.samples button:hover{background:#7c3aed47;border-color:#a78bfa;transform:translateY(-2px)}.sample-name{color:#fff;font-size:.9rem;font-weight:600;line-height:1.2}.sample-hint{color:var(--dark-text-dim);font-size:.75rem}.split-view{--split:50%;--canvas-bg:#1a0f2e;flex:1;min-height:0;display:none;position:relative;overflow:hidden}body.has-file .split-view{cursor:grab;touch-action:none;display:block}body.has-file .split-view:active{cursor:grabbing}.before-pane,.after-pane{background-color:var(--canvas-bg);background-image:linear-gradient(45deg,#ffffff0b 25%,#0000 25%),linear-gradient(-45deg,#ffffff0b 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff0b 75%),linear-gradient(-45deg,#0000 75%,#ffffff0b 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.before-pane{z-index:2;clip-path:inset(0 calc(100% - var(--split)) 0 0)}.after-pane{z-index:1}.after-pane .pane-label{left:calc(var(--split) + 1rem)}.before-pane .pane-meta{left:calc(var(--split) / 2)}.after-pane .pane-meta{left:calc((var(--split) + 100%) / 2)}.frame{box-shadow:none;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;padding:2rem;display:flex;overflow:hidden}.zoom-wrap{width:100%;height:100%;position:relative;overflow:hidden}.zoom-wrap img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;max-width:100%;max-height:100%;display:block}.zoom-wrap>svg{pointer-events:none;-webkit-user-select:none;user-select:none}.zoom-wrap img,.zoom-wrap>svg{box-shadow:0 8px 24px #00000059}.frame:empty:after{content:"Preview will appear here";color:#ffffff40;border:2px dashed #ffffff1f;border-radius:6px;padding:2rem 3rem;font-size:.9rem;font-style:italic;display:block}.pane-label{z-index:5;color:#ffffffd9;letter-spacing:.07em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#0000008c;border:1px solid #ffffff1f;border-radius:999px;padding:.22rem .65rem;font-size:.72rem;font-weight:600;position:absolute;top:1rem;left:1rem}.before-pane .pane-label{left:calc(1.85rem + 100px)}.pane-meta{z-index:5;color:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background:#0000008c;border:1px solid #ffffff1a;border-radius:999px;max-width:calc(100% - 2rem);padding:.22rem .65rem;font-family:ui-monospace,monospace;font-size:.72rem;position:absolute;top:3rem;bottom:auto;left:50%;overflow:hidden;transform:translate(-50%)}.pane-meta:empty{display:none}.meta-embedded{color:#4ade80}.meta-embedded.meta-partial{color:#fbbf24}.split-handle{top:0;bottom:0;left:var(--split);cursor:col-resize;z-index:20;touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:44px;margin-left:-22px;display:flex;position:absolute}.split-handle:before{content:"";background:#ffffff73;width:2px;margin-left:-1px;position:absolute;top:0;bottom:0;left:50%}.split-handle-grip{z-index:1;color:#555;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .1s,box-shadow .1s;display:flex;position:relative;box-shadow:0 2px 16px #00000080}.split-handle:hover .split-handle-grip{transform:scale(1.12);box-shadow:0 4px 22px #000000a6}.split-handle:focus-visible .split-handle-grip{transform:scale(1.12);box-shadow:0 4px 22px #000000a6}.split-handle:focus-visible .split-handle-grip{outline:2.5px solid var(--accent);outline-offset:3px}#close-btn{z-index:40;color:#ffffffbf;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.3rem;height:34px;padding:0 .85rem 0 .65rem;font-family:inherit;font-size:.8rem;transition:background .15s,color .15s,border-color .15s;display:none;position:absolute;top:1.25rem;left:1.25rem}body.has-file #close-btn{display:flex}#close-btn:hover{color:#fff;background:#fff3;border-color:#ffffff52}.hud{-webkit-backdrop-filter:blur(16px);color:#fff;z-index:30;touch-action:none;background:#0a041ad6;border:1px solid #ffffff1f;border-radius:12px;padding:.875rem 1.1rem;position:absolute}.hud-left{flex-direction:column;gap:.55rem;min-width:220px;max-width:480px;display:flex;bottom:2.5rem;left:2.5rem;overflow:auto}.hud-right{flex-direction:column;gap:.45rem;display:flex;bottom:2.5rem;right:2.5rem;overflow:auto}.hud-drag-bar{cursor:grab;touch-action:none;background:#ffffff0a;border-bottom:1px solid #ffffff12;border-radius:12px 12px 0 0;justify-content:center;align-items:center;margin:-.875rem -1.1rem .1rem;padding:.35rem 0;transition:background .15s;display:flex}.hud-drag-bar:active{cursor:grabbing}.hud-drag-bar:before{content:"";background:#ffffff40;border-radius:99px;width:2rem;height:3px;display:block}.hud-file-row{align-items:center;gap:.5rem;min-width:0;display:flex}.hud-file-icon{color:#a78bfa;flex-shrink:0;width:1.1rem;height:1.1rem}.hud-filename{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.85rem;font-weight:600;overflow:hidden}.hud-replace{color:#ffffffb8;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.22rem .45rem;font-family:inherit;font-size:.78rem;transition:background .15s,color .15s;display:inline-flex}.hud-replace:hover{color:#fff;background:#fff3}.hud-report{color:var(--dark-text-muted);white-space:pre-wrap;max-height:80px;font-family:ui-monospace,monospace;font-size:.76rem;line-height:1.45;overflow-y:auto}.hud-report .ok{color:#4ade80}.hud-report .warn{color:#fbbf24}.hud-report .err{color:#f87171}.hud-report:empty{display:none}.hud-report a{color:#a78bfa;text-underline-offset:2px;text-decoration:underline}.hud-report a:hover{color:#c4b5fd}.hud-report code{color:#fffc;background:#ffffff1f;border-radius:3px;padding:0 .28em;font-family:inherit}.hud-uploads{border-top:1px solid #ffffff1a;flex-direction:column;gap:.35rem;padding-top:.35rem;display:flex}.upload-face-row{align-items:center;gap:.45rem;font-family:ui-monospace,monospace;font-size:.74rem;transition:background .15s;display:flex}.upload-face-row.drag-over{outline-offset:-2px;background:#a78bfa26;border-radius:6px;outline:2px dashed #a78bfa}.upload-drag-hint{opacity:.4;white-space:nowrap;margin-left:.4rem;font-size:.7rem}.upload-face-label{color:var(--dark-text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.upload-face-label .face-ok{color:#4ade80}.upload-face-label .face-miss,.upload-face-label .face-local{color:#fbbf24}.upload-face-label .face-local-note{opacity:.55;font-size:.7em}.upload-face-btn{color:#e0d4ff;cursor:pointer;white-space:nowrap;background:#7c3aed8c;border:1px solid #a78bfa66;border-radius:4px;flex-shrink:0;padding:.18rem .55rem;font-family:inherit;font-size:.7rem;transition:background .12s}.upload-face-btn:hover{background:#7c3aedd9}.upload-face-remove{color:#ffffff59;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:4px;flex-shrink:0;padding:.18rem .4rem;font-family:inherit;font-size:.7rem;line-height:1;transition:color .12s,border-color .12s}.upload-face-remove:hover{color:#f87171;border-color:#f8717166}.upload-face-replace{color:#fbbf24b3;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fbbf2459;border-radius:4px;flex-shrink:0;padding:.18rem .55rem;font-family:inherit;font-size:.7rem;transition:background .12s,color .12s}.upload-face-replace:hover{color:#fbbf24;background:#fbbf241f}.upload-license-note{color:var(--dark-text-faint);padding-top:.15rem;font-family:ui-monospace,monospace;font-size:.68rem;line-height:1.4}.system-font-callout{background:#fbbf241a;border:1px solid #fbbf2473;border-radius:6px;gap:.55rem;margin-bottom:.55rem;padding:.6rem .7rem;display:flex}.system-font-callout--found{background:#4ade8014;border-color:#4ade8059}.system-font-callout-icon{color:#fbbf24;flex-shrink:0;font-size:1.05rem;line-height:1.3}.system-font-callout--found .system-font-callout-icon{color:#4ade80}.system-font-callout-body{color:#ffffffbf;font-size:.75rem;line-height:1.5}.system-font-callout-body strong{color:#fcd34d;margin-bottom:.2rem;font-size:.78rem;display:block}.system-font-callout--found .system-font-callout-body strong{color:#86efac}.system-font-callout-body p{margin:0 0 .3rem}.system-font-callout-body em{font-style:italic}.system-font-os-guide{margin-top:.3rem}.system-font-os-guide summary{cursor:pointer;color:#fbbf24b3;-webkit-user-select:none;user-select:none;align-items:center;gap:.3rem;font-size:.7rem;list-style:none;display:flex}.system-font-os-guide summary:before{content:"▸";font-size:.65rem;transition:transform .15s}.system-font-os-guide[open] summary:before{transform:rotate(90deg)}.system-font-os-guide ul{margin:.4rem 0 0;padding-left:1rem}.system-font-os-guide li{color:#fff9;margin-bottom:.3rem;font-size:.7rem}.system-font-os-guide code{background:#ffffff14;border-radius:3px;padding:.05em .3em;font-family:ui-monospace,monospace;font-size:.9em}.detect-local-row{flex-wrap:wrap;align-items:flex-start;gap:.5rem;margin-bottom:.4rem;display:flex}.detect-local-browser-hint{color:var(--dark-text-dim);margin:0 0 .5rem;font-size:.72rem;line-height:1.5}.detect-local-browser-hint a{color:#a78bfacc;text-decoration:underline}.detect-local-browser-hint a:hover{color:#a78bfa}.detect-local-btn{color:#e0d4ff;cursor:pointer;white-space:nowrap;background:#7c3aed8c;border:1px solid #a78bfa66;border-radius:5px;flex-shrink:0;padding:.28rem .65rem;font-family:inherit;font-size:.75rem;transition:background .12s}.detect-local-btn:hover{background:#7c3aedd9}.detect-local-btn:disabled{opacity:.5;cursor:wait}.detect-local-note{color:var(--dark-text-faint);font-family:ui-monospace,monospace;font-size:.68rem;line-height:1.4;transition:color .15s}.hud-download{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.45rem;width:100%;padding:.55rem 1rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .15s;display:inline-flex}.hud-download:hover{background:#6d28d9}#copy-btn.hud-copy{color:#ffffffd9;cursor:pointer;background:#7c3aed40;border:1px solid #a78bfa66;border-radius:6px;justify-content:center;align-items:center;gap:.45rem;width:100%;margin-top:.4rem;padding:.45rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}#copy-btn.hud-copy:hover{background:#7c3aed73;border-color:#a78bfab3}.hud-opts-title{letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;margin:0 0 .2rem;font-size:.72rem;font-weight:600}.hud-right label{cursor:pointer;color:#ffffffd9;white-space:nowrap;align-items:center;gap:.4rem;font-size:.84rem;display:flex}.hud-right input[type=checkbox]{accent-color:var(--accent);cursor:pointer;width:14px;height:14px}.hud-right input[type=color]{cursor:pointer;background:#ffffff14;border:1px solid #ffffff40;border-radius:4px;flex-shrink:0;width:22px;height:22px;padding:1px}.hud-right code{color:#ffffffbf;background:#ffffff1f;border-radius:3px;padding:0 .3em;font-size:.85em}button:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}.file-button:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}input[type=checkbox]:focus-visible{outline:2.5px solid var(--accent);outline-offset:1px}.about-btn{color:#ffffffd9;cursor:pointer;background:#ffffff26;border:1.5px solid #ffffff59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-family:inherit;font-size:.78rem;font-weight:700;line-height:1;transition:background .15s,color .15s,border-color .15s;display:flex}.about-btn:hover{color:#fff;background:#ffffff47;border-color:#fff9}#about-dialog{background:var(--card);width:calc(100vw - 3rem);max-width:560px;color:var(--fg);border:none;border-radius:12px;padding:2rem 2.25rem 2.25rem;position:relative;box-shadow:0 24px 80px #00000059}#about-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a051499}#about-dialog h2{color:var(--accent);margin:0 0 1rem;font-size:1.2rem}#about-dialog h3{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:1.4rem 0 .4rem;font-size:.9rem}#about-dialog p{margin:0 0 .75rem;line-height:1.6}#about-dialog ul,#about-dialog ol{margin:0 0 .75rem;padding-left:1.4rem;line-height:1.7}#about-dialog li{margin-bottom:.3rem}#about-dialog code{color:var(--accent);background:#ede9fe;border-radius:3px;padding:.1em .35em;font-size:.88em}.dialog-close{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.3rem;line-height:1;display:inline-flex;position:absolute;top:.85rem;right:1rem}.dialog-close:hover{color:var(--fg);background:var(--border)}.wave-section{flex-shrink:0}body.has-file .wave-section{display:none}.wave-svg{filter:drop-shadow(0 -3px 8px #0000002e);width:100%;margin-bottom:-2px;display:block}.wave-section-exit{filter:drop-shadow(0 4px 10px #0000002e);width:100%;margin-top:-2px;display:block;position:relative;top:1px}.samples-area{text-align:center;background:#1a0f2e;padding:1.75rem 2rem calc(3rem + 64px)}.samples-label{color:#fff9;letter-spacing:.06em;text-transform:uppercase;margin:0 0 1.5rem;font-size:.9rem;font-weight:500}.features-section{z-index:5;background:var(--bg);flex-shrink:0;position:relative}body.has-file .features-section{display:none}.wave-features-top{z-index:4;pointer-events:none;width:100%;height:64px;position:fixed;bottom:0;left:0;right:0}body.has-file .wave-features-top{display:none}.features-inner{background:0 0;flex-direction:column;gap:2rem;max-width:980px;margin:0 auto;padding:3rem 2rem 6rem;display:flex}.feat{background:var(--card);border-radius:20px;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:2.5rem 3rem;display:grid;box-shadow:0 2px 24px #7c3aed17,0 1px 4px #0000000d}.feat-flip{direction:rtl}.feat-flip>*{direction:ltr}.feat-title{color:var(--accent);margin:0 0 1rem;font-size:2rem;font-weight:800;line-height:1.15}.feat-code{font-size:1.6rem}.feat-desc{color:var(--fg);margin:0;font-size:1.05rem;line-height:1.75}.feat-desc code{color:var(--accent);background:#7c3aed1a;border-radius:4px;padding:.1em .3em}.feat-desc a{color:var(--accent)}.feat-art{aspect-ratio:4/3;background:#ede9fe;border-radius:20px;justify-content:center;align-items:center;display:flex;overflow:hidden}.fv-split{width:100%;height:100%;display:flex}.fv-half{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem .5rem;display:flex}.fv-half-bad{background:#fef2f2}.fv-half-good{background:#f5f3ff}.fv-icon{width:52px;height:52px}.fv-cap{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:600}.fv-browser{background:#fff;border-radius:10px;width:85%;overflow:hidden;box-shadow:0 4px 20px #0000001f}.fv-browser-bar{background:#e5e7eb;align-items:center;gap:.35rem;padding:.4rem .7rem;display:flex}.fv-dot{background:#d1d5db;border-radius:50%;width:9px;height:9px}.fv-dot:first-child{background:#ef4444}.fv-dot:nth-child(2){background:#f59e0b}.fv-dot:nth-child(3){background:#10b981}.fv-browser-body{flex-direction:column;gap:.6rem;padding:.9rem 1rem;display:flex}.fv-code{color:#7c3aed;background:#f5f3ff;border-radius:5px;padding:.25rem .5rem;font-size:.72rem;display:block}.fv-svg-preview{justify-content:center;align-items:center;display:flex;position:relative}.fv-svg-preview svg{border-radius:6px;width:80px;height:40px}.fv-check-badge{color:#fff;background:#7c3aed;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;display:flex;position:absolute;bottom:-4px;right:4px}.fv-shield-wrap{flex-direction:column;align-items:center;gap:.6rem;display:flex}.fv-shield{width:90px;height:100px}.fv-shield-label{color:var(--accent);letter-spacing:.05em;font-size:.9rem;font-weight:700}.fv-compare-wrap{align-items:stretch;width:100%;height:100%;display:flex}.fv-compare-col{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem .5rem;display:flex}.fv-compare-bad{background:#fff1f1}.fv-compare-good{background:#f5f3ff}.fv-compare-divider{background:#e4e0f5;flex-shrink:0;width:2px}.fv-compare-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.7rem;font-weight:700}.fv-compare-svg{width:72px;height:52px}@media (max-width:680px){.feat,.feat-flip{direction:ltr;grid-template-columns:1fr;gap:2rem;padding:1.75rem 1.5rem}.feat-art{aspect-ratio:16/9}.feat-title{font-size:1.5rem}.features-inner{gap:1.25rem;padding:2rem 1rem 4rem}}@media (max-width:500px){header{padding:1rem 1.1rem .9rem}header h1{font-size:1.25rem}.tagline{font-size:.85rem}.badges{gap:2px;margin-top:.6rem}.badge{padding:.25rem .7rem .23rem .6rem;font-size:.6rem}.upload-strip{clip-path:polygon(0 0,100% 0,100% calc(100% - 18vw),0 100%);padding-bottom:12vw}.dropzone{width:min(320px,88%)}.hud-right{max-width:calc(100vw - 5.5rem);top:1.5rem;bottom:auto;left:auto;right:1rem}.hud-left{min-width:unset;max-width:unset;bottom:1rem;left:.75rem;right:.75rem}dialog{max-height:90vh;padding:1.5rem 1.1rem;overflow-y:auto}}footer{color:var(--muted);text-align:center;padding:1rem 2rem calc(1rem + 72px);font-size:.85rem}footer a{color:var(--accent)}@keyframes wave-path-1{0%,to{d:path("M0,40 C200,90 480,10 720,50 C960,90 1200,15 1440,55 L1440,100 L0,100 Z")}50%{d:path("M0,45 C200,85 480,15 720,45 C960,85 1200,20 1440,50 L1440,100 L0,100 Z")}}@keyframes wave-path-2{0%,to{d:path("M0,50 C300,10 600,80 900,35 C1100,5 1300,60 1440,30 L1440,80 L0,80 Z")}50%{d:path("M0,45 C300,15 600,75 900,40 C1100,10 1300,55 1440,35 L1440,80 L0,80 Z")}}@keyframes wave-path-3{0%,to{d:path("M0,40 C360,80 720,0 1080,50 C1260,75 1380,25 1440,40 L1440,80 L0,80 Z")}50%{d:path("M0,45 C360,75 720,5 1080,45 C1260,70 1380,30 1440,45 L1440,80 L0,80 Z")}}.wave-path-1{animation:7s ease-in-out wave-path-1}.wave-path-2{animation:9s ease-in-out 2s wave-path-2}.wave-path-3{animation:8s ease-in-out .5s wave-path-3}@media (prefers-reduced-motion:reduce){.wave-path-1,.wave-path-2,.wave-path-3{animation:none}}.skip-link{color:#fff;z-index:9999;background:#7c3aed;border-radius:0 0 6px 6px;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:top .15s;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:0}.hud-opts-fieldset{border:none;margin:0;padding:0}
