@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter+Tight:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500;600&display=swap");.voices-flow{--bg:#FAF7F0;--bg-2:#F4EFE3;--bg-3:#ECE5D3;--card:#FFFFFF;--ink:#1A1814;--ink-2:#3a3530;--ink-3:#6b665d;--ink-4:#a39e93;--line:#E5DEC9;--line-2:#D2CAB1;--line-3:#EFE9D7;--accent:#E8841A;--accent-2:#c46f12;--accent-soft:#FBE8D0;--teal:#0F766E;--teal-soft:#D7EEEA;--green:#15803D;--green-soft:#DCEFE0;--violet:#7C3AED;--violet-2:#6D28D9;--violet-soft:#EFE7FE;--red:#B91C1C;--red-soft:#FBE2E2;--amber:#C28A1A;--font-serif:"Fraunces",Georgia,serif;--font-sans:"Inter Tight",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,Menlo,monospace;background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}.voices-flow *{box-sizing:border-box}.voices-flow button{font-family:inherit;cursor:pointer}.voices-flow a{color:inherit;text-decoration:none}.voices-flow .vh{padding:14px 32px;border-bottom:1px solid var(--line);background:rgba(250,247,240,.92);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:16px}.voices-flow .vh-brand{display:flex;align-items:center;gap:10px}.voices-flow .vh-atom{width:26px;height:26px;flex-shrink:0}.voices-flow .vh-d{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;width:22px;height:22px;border-radius:5px;font-weight:600;font-size:14px}.voices-flow .vh-name{font-weight:600;font-size:16px;letter-spacing:-.01em}.voices-flow .vh-center{position:absolute;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.voices-flow .vh-step{font-family:var(--font-mono);font-size:12px;color:var(--ink-3);letter-spacing:.02em;padding:5px 11px;border-radius:100px;background:var(--card);border:1px solid var(--line)}.voices-flow .vh-step strong{color:var(--ink);font-weight:600}.voices-flow .vh-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}.voices-flow .vh-dashboard{display:inline-flex;align-items:center;justify-content:center;padding:5px 11px;border-radius:100px;border:1px solid rgba(232,132,26,.35);background:var(--accent-soft);color:var(--accent-2);font-family:var(--font-mono);font-size:11.5px;font-weight:700;transition:border-color .12s ease,color .12s ease,transform .12s ease}.voices-flow .vh-dashboard:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.voices-flow .vh-points{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:100px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-family:var(--font-mono);font-size:12.5px;font-weight:700;transition:transform .3s ease}.voices-flow .vh-points:before{content:"✦";font-size:13px}.voices-flow .vh-points.pulse{transform:scale(1.08)}.voices-flow .vp{height:3px;background:var(--line);position:relative;overflow:hidden}.voices-flow .vp-fill{height:100%;background:linear-gradient(90deg,var(--violet),var(--accent));transition:width .4s cubic-bezier(.4,0,.2,1);width:0}.voices-flow .vm{flex:1;padding:28px 24px 110px;max-width:920px;margin:0 auto;width:100%}.voices-flow .screen{animation:vf-fade .3s ease both}@keyframes vf-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.voices-flow .screen-eye{font-family:var(--font-mono);font-size:11.5px;color:var(--ink-3);letter-spacing:.06em;text-transform:uppercase;font-weight:600}.voices-flow .screen-h{font-family:var(--font-serif);font-weight:500;font-size:32px;line-height:1.1;letter-spacing:-.02em;margin-top:8px;margin-bottom:10px}.voices-flow .screen-h em{font-style:italic;color:var(--accent)}.voices-flow .screen-sub{font-size:15px;color:var(--ink-3);line-height:1.55;max-width:620px;margin-bottom:32px}.voices-flow .field-block{margin-bottom:28px}.voices-flow .field-label{font-weight:500;font-size:15px;color:var(--ink);margin-bottom:6px}.voices-flow .field-help{font-size:13px;color:var(--ink-3);margin-bottom:12px;line-height:1.5}.voices-flow .field-row{display:flex;flex-wrap:wrap;gap:8px}.voices-flow .chip{padding:8px 14px;border-radius:100px;border:1px solid var(--line-2);background:var(--card);font-size:13.5px;color:var(--ink-2);cursor:pointer;transition:all .12s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.voices-flow .chip:hover{border-color:var(--ink)}.voices-flow .chip.selected{background:var(--violet);color:#fff;border-color:var(--violet)}.voices-flow .radio-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.voices-flow .radio-item{padding:12px 16px;border-radius:10px;border:1px solid var(--line-2);background:var(--card);font-size:14px;color:var(--ink-2);cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .12s ease}.voices-flow .radio-item:hover{border-color:var(--ink)}.voices-flow .radio-item.selected{background:var(--violet-soft);border-color:var(--violet);color:var(--violet-2);font-weight:500}.voices-flow .radio-dot{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--line-2);flex-shrink:0;position:relative}.voices-flow .radio-item.selected .radio-dot{border-color:var(--violet);background:var(--card)}.voices-flow .radio-item.selected .radio-dot:after{content:"";position:absolute;inset:3px;background:var(--violet);border-radius:50%}.voices-flow .dd-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.voices-flow .dd-row.two{grid-template-columns:1fr 1fr}.voices-flow .dd-wrap{position:relative}.voices-flow .dd-trigger{display:block;width:100%;text-align:left;padding:12px 38px 12px 14px;border:1px solid var(--line-2);background:var(--card);border-radius:10px;font-size:14px;color:var(--ink);cursor:pointer;font-family:inherit}.voices-flow .dd-trigger.placeholder{color:var(--ink-4)}.voices-flow .dd-trigger.open,.voices-flow .dd-trigger:focus{outline:2px solid var(--violet-soft);border-color:var(--violet)}.voices-flow .dd-trigger:disabled{opacity:.6;cursor:not-allowed}.voices-flow .dd-wrap:after{content:"▾";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--ink-4);font-size:12px;pointer-events:none}.voices-flow .dd-input{padding:12px 14px;border:1px solid var(--line-2);background:var(--card);border-radius:10px;font-size:14px;color:var(--ink);width:100%;font-family:inherit}.voices-flow .dd-input:focus{outline:2px solid var(--violet-soft);border-color:var(--violet)}.voices-flow .dd-input::-moz-placeholder{color:var(--ink-4)}.voices-flow .dd-input::placeholder{color:var(--ink-4)}.voices-flow .city-cb{position:relative}.voices-flow .dd-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:60;background:var(--card);border:1px solid var(--line-2);border-radius:10px;box-shadow:0 10px 28px rgba(0,0,0,.14);max-height:264px;overflow-y:auto;padding:4px}.voices-flow .dd-opt{display:block;width:100%;text-align:left;padding:9px 12px;background:transparent;border:none;border-radius:7px;font-size:14px;color:var(--ink);cursor:pointer;font-family:inherit}.voices-flow .dd-opt.active,.voices-flow .dd-opt:hover{background:var(--violet-soft)}.voices-flow .dd-opt.selected{font-weight:500}.voices-flow .dd-opt.other{color:var(--ink-3);border-top:1px solid var(--line-2);border-radius:0 0 7px 7px;margin-top:4px}.voices-flow .dd-attrib{font-family:var(--font-mono);font-size:8px;color:var(--ink-4);margin-top:8px}.dd-portal{--card:#FFFFFF;--line-2:#D2CAB1;--ink:#1A1814;--ink-3:#6b665d;--violet-soft:#EFE7FE;z-index:1000;background:var(--card);border:1px solid var(--line-2);border-radius:10px;box-shadow:0 10px 28px rgba(0,0,0,.14);overflow-y:auto;padding:4px;font-family:Inter Tight,-apple-system,BlinkMacSystemFont,sans-serif}.dd-portal .dd-opt{display:block;width:100%;text-align:left;padding:9px 12px;background:transparent;border:none;border-radius:7px;font-size:14px;color:var(--ink);cursor:pointer;font-family:inherit}.dd-portal .dd-opt.active,.dd-portal .dd-opt:hover{background:var(--violet-soft)}.dd-portal .dd-opt.selected{font-weight:500}.dd-portal .dd-opt.other{color:var(--ink-3);border-top:1px solid var(--line-2);border-radius:0 0 7px 7px;margin-top:4px}.voices-flow .socials{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.voices-flow .social{background:var(--card);border:1.5px solid var(--line-2);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;min-height:96px;transition:all .15s ease;position:relative}.voices-flow .social:hover{border-color:var(--ink)}.voices-flow .social.connected{border-color:var(--violet);background:linear-gradient(180deg,#fff,var(--violet-soft))}.voices-flow .social.point-earning:after{content:"+500";position:absolute;top:-7px;right:12px;background:var(--accent);color:#fff;font-family:var(--font-mono);font-size:9px;font-weight:700;padding:2px 7px;border-radius:100px;letter-spacing:.04em}.voices-flow .social-h{display:flex;align-items:center;gap:10px}.voices-flow .social-logo{width:28px;height:28px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:11.5px;color:#fff;font-family:var(--font-mono);flex-shrink:0}.voices-flow .social-logo.reddit{background:#FF4500}.voices-flow .social-logo.medium{background:#000}.voices-flow .social-logo.linkedin{background:#0A66C2}.voices-flow .social-logo.tiktok,.voices-flow .social-logo.x{background:#000}.voices-flow .social-logo.youtube{background:#FF0000}.voices-flow .social-logo.substack{background:#FF6719}.voices-flow .social-logo.github{background:#181717}.voices-flow .social-logo.instagram{background:linear-gradient(135deg,#f09433,#dc2743,#bc1888)}.voices-flow .social-name{font-weight:500;font-size:13.5px;color:var(--ink);flex:1}.voices-flow .social-check{width:16px;height:16px;border-radius:50%;background:var(--violet);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;opacity:0;transition:opacity .15s ease}.voices-flow .social.connected .social-check{opacity:1}.voices-flow .social-url{font-family:var(--font-mono);font-size:10.5px;color:var(--ink-4);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:-6px}.voices-flow .social-url-blank{color:var(--ink-2);font-weight:600;border-bottom:1px dashed var(--line-2)}.voices-flow .social-input{width:100%;padding:7px 10px;border:1px solid var(--line-2);border-radius:8px;font-family:var(--font-mono);font-size:12px;color:var(--ink);background:var(--bg)}.voices-flow .social-input:focus{outline:none;border-color:var(--violet)}.voices-flow .social-cta{font-family:var(--font-mono);font-size:11px;color:var(--ink-3);font-weight:600;margin-top:auto}.voices-flow .social.connected .social-cta{color:var(--violet-2)}.voices-flow .social.connected .social-cta:before{content:"✓ "}.voices-flow .socials-priority-bar{padding:11px 15px;background:var(--accent-soft);border:1px solid rgba(232,132,26,.3);border-radius:10px;margin-bottom:16px;display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:12px;color:var(--accent-2);font-weight:600}.voices-flow .socials-priority-bar:before{content:"✦";flex-shrink:0;width:22px;height:22px;border-radius:100px;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px}.voices-flow .socials-priv{margin-top:16px;padding:12px 16px;background:var(--bg-2);border:1px solid var(--line);border-radius:10px;display:flex;gap:10px;align-items:flex-start;font-size:12.5px;color:var(--ink-3)}.voices-flow .socials-priv strong{color:var(--ink);font-weight:600}.voices-flow .socials-priv-icon{width:22px;height:22px;border-radius:6px;background:var(--green-soft);color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}.voices-flow .bfi-batch{padding:12px 16px;background:var(--violet-soft);border:1px solid rgba(124,58,237,.25);border-radius:10px;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--violet-2);font-weight:600}.voices-flow .bfi-list{display:flex;flex-direction:column;gap:22px}.voices-flow .bfi-item{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line-3)}.voices-flow .bfi-item:last-child{border-bottom:none}.voices-flow .bfi-q{font-family:var(--font-serif);font-style:italic;font-size:17px;color:var(--ink);line-height:1.35}.voices-flow .bfi-tag{display:inline-block;font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;color:var(--ink-4);text-transform:uppercase;margin-top:4px}.voices-flow .bfi-scale{display:flex;gap:6px}.voices-flow .bfi-btn{flex:1;padding:11px 10px;border:1px solid var(--line-2);background:var(--card);border-radius:8px;font-family:var(--font-mono);font-size:11px;color:var(--ink-3);font-weight:500;line-height:1.2;white-space:nowrap;transition:all .12s ease}.voices-flow .bfi-btn:hover{border-color:var(--ink);color:var(--ink)}.voices-flow .bfi-btn.selected{background:var(--violet);color:#fff;border-color:var(--violet)}.voices-flow .calib-list{display:flex;flex-direction:column;gap:14px}.voices-flow .calib-card{background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:16px 18px}.voices-flow .calib-q{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.04em;color:var(--ink-4);text-transform:uppercase;margin-bottom:6px}.voices-flow .calib-q strong{color:var(--ink-2);font-weight:600}.voices-flow .calib-prompt{font-family:var(--font-serif);font-style:italic;font-size:14.5px;color:var(--ink);margin-bottom:10px;line-height:1.4}.voices-flow .calib-ans{padding:12px 14px;background:var(--card);border:1px solid var(--line);border-radius:10px;font-size:13.5px;line-height:1.55;color:var(--ink-2);margin-bottom:12px}.voices-flow .calib-rate{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.voices-flow .calib-rate-label{font-family:var(--font-mono);font-size:11px;color:var(--ink-3)}.voices-flow .calib-btns{display:flex;gap:6px}.voices-flow .calib-btn{padding:6px 12px;border-radius:8px;border:1px solid var(--line-2);background:var(--card);font-size:12px;color:var(--ink-2);transition:all .12s ease}.voices-flow .calib-btn:hover{border-color:var(--ink)}.voices-flow .calib-btn.so.selected{background:var(--green);color:#fff;border-color:var(--green)}.voices-flow .calib-btn.cl.selected{background:var(--amber);color:#fff;border-color:var(--amber)}.voices-flow .calib-btn.wo.selected{background:var(--red);color:#fff;border-color:var(--red)}.voices-flow .calib-edit{width:100%;margin-top:12px;padding:10px 12px;border:1px solid var(--line-2);border-radius:10px;font-family:inherit;font-size:13.5px;color:var(--ink);background:var(--card);resize:vertical}.voices-flow .calib-edit:focus{outline:none;border-color:var(--violet)}.voices-flow .pv-grid{display:grid;grid-template-columns:1fr 320px;gap:28px;align-items:start}.voices-flow .pv-card{background:linear-gradient(135deg,var(--violet-soft),var(--accent-soft));border:1px solid var(--violet);border-radius:16px;padding:24px;text-align:center}.voices-flow .pv-avatar{width:84px;height:84px;border-radius:22px;background:var(--violet);color:#fff;font-family:var(--font-serif);font-weight:500;font-size:32px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;box-shadow:0 8px 24px -8px rgba(124,58,237,.5)}.voices-flow .pv-name{font-family:var(--font-serif);font-weight:500;font-size:22px;letter-spacing:-.01em}.voices-flow .pv-handle{font-family:var(--font-mono);font-size:11.5px;color:var(--ink-3);margin-top:2px}.voices-flow .pv-pci{margin-top:16px;padding:12px;background:rgba(255,255,255,.6);border-radius:10px;border:1px solid rgba(124,58,237,.18)}.voices-flow .pv-pci-label{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.06em;color:var(--violet-2);font-weight:600;text-transform:uppercase;margin-bottom:4px}.voices-flow .pv-pci-n{font-family:var(--font-serif);font-size:28px;font-weight:500;color:var(--ink);line-height:1}.voices-flow .pv-pci-bar{height:4px;background:rgba(124,58,237,.15);border-radius:2px;margin-top:8px;overflow:hidden}.voices-flow .pv-pci-fill{height:100%;background:var(--violet);border-radius:2px}.voices-flow .pv-facets{display:flex;flex-direction:column;gap:12px}.voices-flow .facet{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:16px 18px}.voices-flow .facet-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.voices-flow .facet-l{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;color:var(--ink-3);font-weight:600;text-transform:uppercase}.voices-flow .facet-v{font-family:var(--font-serif);font-weight:500;font-size:17px;color:var(--ink);letter-spacing:-.005em}.voices-flow .facet-tags{margin-top:8px;display:flex;gap:6px;flex-wrap:wrap}.voices-flow .facet-tag{padding:3px 9px;border-radius:100px;background:var(--violet-soft);color:var(--violet-2);font-family:var(--font-mono);font-size:11px;letter-spacing:.04em}.voices-flow .facet-tag.o{background:var(--accent-soft);color:var(--accent-2)}.voices-flow .facet-tag.t{background:var(--teal-soft);color:var(--teal)}.voices-flow .facet-tag.g{background:var(--green-soft);color:var(--green)}.voices-flow .succ{text-align:center;padding:24px 20px 0}.voices-flow .succ-glyph{width:72px;height:72px;margin:0 auto 16px;border-radius:18px;background:linear-gradient(135deg,var(--violet),var(--accent));color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:500;font-size:32px;box-shadow:0 12px 32px -8px rgba(124,58,237,.5)}.voices-flow .succ-h1{font-family:var(--font-serif);font-weight:500;font-size:36px;line-height:1.1;letter-spacing:-.015em;margin-bottom:8px}.voices-flow .succ-h1 em{font-style:italic;color:var(--accent)}.voices-flow .succ-sub{font-size:15px;color:var(--ink-3);margin-bottom:28px}.voices-flow .succ-next{max-width:640px;margin:24px auto 0;padding:28px;background:var(--card);border:1px solid var(--line);border-radius:18px;text-align:center}.voices-flow .succ-next-eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-2);font-weight:700;margin-bottom:8px}.voices-flow .succ-next-h{font-family:var(--font-serif);font-weight:500;font-size:24px;letter-spacing:-.01em;color:var(--ink);margin-bottom:8px}.voices-flow .succ-next-p{font-size:14px;color:var(--ink-3);line-height:1.55;max-width:460px;margin:0 auto 20px}.voices-flow .succ-next-links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.voices-flow .succ-next-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;border:1px solid var(--line-2);background:var(--bg);color:var(--ink);font-size:13.5px;font-weight:500;transition:border-color .15s ease,transform .15s ease}.voices-flow .succ-next-btn:hover{border-color:var(--ink);transform:translateY(-1px)}.voices-flow .succ-next-btn img{width:18px;height:18px}.voices-flow .succ-points{max-width:640px;margin:32px auto 0;padding:28px;background:linear-gradient(135deg,#1A1814,#3a3530);color:#fff;border-radius:18px;box-shadow:0 20px 40px -20px rgba(20,17,13,.5);text-align:left}.voices-flow .succ-pts-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6);font-weight:600;display:inline-flex;align-items:center;gap:8px}.voices-flow .succ-pts-label:before{content:"✦";color:var(--accent);font-size:14px}.voices-flow .succ-pts-num{font-family:var(--font-serif);font-weight:500;font-size:64px;letter-spacing:-.03em;line-height:1;color:#fff;margin-top:8px}.voices-flow .succ-pts-num .unit{font-size:22px;color:rgba(255,255,255,.7);font-family:var(--font-sans);font-weight:400;margin-left:8px;letter-spacing:0}.voices-flow .succ-pts-help{margin-top:10px;color:rgba(255,255,255,.68);font-size:13px;line-height:1.45}.voices-flow .succ-bd{margin-top:24px;display:flex;flex-direction:column;gap:8px}.voices-flow .succ-bd-section{margin-top:8px;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.48);font-weight:700}.voices-flow .succ-bd-section:first-child{margin-top:0}.voices-flow .succ-bd-row{display:flex;align-items:center;justify-content:space-between;padding:9px 13px;background:rgba(255,255,255,.06);border-radius:8px;font-family:var(--font-mono);font-size:12px}.voices-flow .succ-bd-row.base{background:rgba(232,132,26,.2)}.voices-flow .succ-bd-row .l{color:rgba(255,255,255,.85)}.voices-flow .succ-bd-row .l strong,.voices-flow .succ-bd-row .v{color:#fff;font-weight:600}.voices-flow .succ-bd-row .v.accent{color:var(--accent)}.voices-flow .succ-bd-row.pending{opacity:.7}.voices-flow .succ-bd-group{display:flex;flex-direction:column;gap:8px}.voices-flow .succ-bd-row.channels-toggle{width:100%;border:0;cursor:pointer;text-align:left;font:inherit;font-family:var(--font-mono);font-size:12px}.voices-flow .succ-bd-row.channels-toggle:hover{background:rgba(255,255,255,.1)}.voices-flow .succ-bd-row.channels-toggle .chev{display:inline-block;width:1em;color:rgba(255,255,255,.55)}.voices-flow .succ-bd-row.chan{margin-left:18px}.voices-flow .succ-bd-row.chan .l{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:10px}.voices-flow .succ-bd-row.chan .v{color:rgba(255,255,255,.55);flex:none}.voices-flow .succ-bd-row.chan .chan-handle{color:rgba(255,255,255,.5)}.voices-flow .succ-bd-row.chan .chan-tick{color:#6fcf97;font-weight:700}.voices-flow .succ-bd-row.chan.ok .l,.voices-flow .succ-bd-row.chan.ok .v{color:#6fcf97}.voices-flow .succ-bd-row.chan.pending{opacity:.7}.voices-flow .succ-bd-row.chan.pending .l{color:rgba(255,255,255,.7)}.voices-flow .succ-bd-row.chan.fail .l{color:rgba(255,255,255,.5);text-decoration:line-through}.voices-flow .succ-bd-row.channels-toggle .chan-verifying{color:var(--accent);font-weight:400}.voices-flow .succ-bd-note{margin:2px 0 0 18px;font-family:var(--font-mono);font-size:10.5px;line-height:1.4;color:rgba(255,255,255,.5)}.voices-flow .myv-points{margin-top:48px}.voices-flow .myv-points .screen-eye{max-width:640px;margin-left:auto;margin-right:auto}.voices-flow .vf{position:fixed;bottom:0;left:0;right:0;padding:14px 32px;background:var(--bg);border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:16px;z-index:40}.voices-flow .vf-meta{font-family:var(--font-mono);font-size:11.5px;color:var(--ink-3)}.voices-flow .vf-meta strong{color:var(--accent-2);font-weight:700}.voices-flow .vf-nav{display:flex;gap:8px}.voices-flow .btn{padding:10px 18px;border-radius:9px;font-size:14px;font-weight:500;border:1px solid transparent;transition:all .12s ease}.voices-flow .btn:hover{transform:translateY(-1px)}.voices-flow .btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.voices-flow .btn-primary{background:var(--violet);color:#fff}.voices-flow .btn-primary:hover:not(:disabled){background:var(--violet-2)}.voices-flow .btn-ghost{background:transparent;color:var(--ink-2);border-color:var(--line-2)}.voices-flow .btn-ghost:hover:not(:disabled){border-color:var(--ink)}.voices-flow .vf-note{padding:14px 16px;background:var(--bg-2);border:1px solid var(--line);border-radius:10px;font-size:13px;color:var(--ink-3);line-height:1.55}.voices-flow .vf-note strong{color:var(--ink);font-weight:600}.voices-flow .consent-check{display:flex;align-items:flex-start;gap:12px;margin-top:18px;padding:14px 16px;border:1px solid var(--line-2);border-radius:10px;background:var(--card);cursor:pointer;font-size:14px;color:var(--ink-2)}.voices-flow .consent-check input{margin-top:2px;width:16px;height:16px;accent-color:var(--violet)}.voices-flow .vf-error{margin-bottom:22px;padding:12px 16px;background:var(--red-soft);border:1px solid rgba(185,28,28,.3);border-radius:10px;font-size:13.5px;color:var(--red)}.voices-flow .field-invalid{animation:vf-invalid 1.6s ease;border-radius:12px}@keyframes vf-invalid{0%,to{box-shadow:0 0 0 0 rgba(185,28,28,0)}20%,55%{box-shadow:0 0 0 3px rgba(185,28,28,.28)}}.voices-flow .yz-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:24px;align-items:start;margin-top:24px}.voices-flow .yz-qr-col{display:flex;flex-direction:column;gap:12px}.voices-flow .yz-qr-block{background:linear-gradient(180deg,#fff,var(--bg));border:1px solid var(--line);border-radius:16px;padding:28px 22px 22px;text-align:center}.voices-flow .yz-qr-label{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;color:var(--ink-3);text-transform:uppercase;margin-bottom:12px;font-weight:600}.voices-flow .yz-qr{width:min(320px,100%);aspect-ratio:1/1;margin:0 auto;background:#fff;border:1px solid var(--line-2);border-radius:12px;padding:14px}.voices-flow .yz-qr-svg{width:100%;height:100%;display:block;image-rendering:pixelated}.voices-flow .yz-status{width:-moz-fit-content;width:fit-content;margin:18px auto 0;padding:10px 14px;background:var(--accent-soft);border:1px solid rgba(232,132,26,.25);border-radius:10px;display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;color:var(--accent-2);font-weight:600}.voices-flow .yz-status:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);animation:yzpulse 1.5s ease-in-out infinite}.voices-flow .yz-status.ok{background:var(--green-soft);border-color:rgba(21,128,61,.25);color:var(--green)}.voices-flow .yz-status.ok:before{background:var(--green);animation:none}@keyframes yzpulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.voices-flow .yz-count{margin-top:10px;font-family:var(--font-mono);font-size:10.5px;color:var(--ink-4)}.voices-flow .yz-scan-tips{padding:16px 18px;background:var(--card);border:1px solid var(--line);border-radius:12px;text-align:left}.voices-flow .yz-scan-tips-title{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;color:var(--ink-3);text-transform:uppercase;font-weight:600;margin-bottom:10px}.voices-flow .yz-tip-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.voices-flow .yz-tip{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;font-size:12.5px;color:var(--ink-3);line-height:1.5}.voices-flow .yz-tip-icon{font-size:13px;line-height:1.45;text-align:center}.voices-flow .yz-tip strong{color:var(--ink);font-weight:600}.voices-flow .yz-steps-title{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;color:var(--ink-3);text-transform:uppercase;font-weight:600;margin-bottom:2px}.voices-flow .yz-step-badges{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:12px}.voices-flow .yz-badge{display:inline-flex;transition:opacity .15s ease}.voices-flow .yz-badge:hover{opacity:.85}.voices-flow .yz-badge img{height:40px;width:auto;display:block}.voices-flow .yz-restart-btn{display:block;margin:8px auto 0;padding:7px 14px;border:1px solid rgba(232,132,26,.35);border-radius:8px;background:var(--accent-soft);color:var(--accent-2);font-family:var(--font-mono);font-size:11px;font-weight:700;cursor:pointer}.voices-flow .yz-restart-btn:hover{border-color:var(--accent);color:var(--accent)}.voices-flow .yz-sim-btn{margin-top:16px;padding:8px 16px;background:transparent;border:1px dashed var(--line-2);border-radius:8px;font-family:var(--font-mono);font-size:11px;color:var(--ink-3);cursor:pointer}.voices-flow .yz-sim-btn:hover:not(:disabled){border-color:var(--ink);color:var(--ink)}.voices-flow .yz-steps{display:flex;flex-direction:column;gap:12px}.voices-flow .yz-step{display:grid;grid-template-columns:32px 1fr;gap:14px;padding:14px 16px;background:var(--card);border:1px solid var(--line);border-radius:12px;transition:all .2s ease}.voices-flow .yz-step.active{background:linear-gradient(180deg,#fff,var(--violet-soft));border-color:var(--violet)}.voices-flow .yz-step.done{background:linear-gradient(180deg,#fff,var(--green-soft));border-color:var(--green)}.voices-flow .yz-step-n{width:28px;height:28px;border-radius:8px;background:var(--violet-soft);color:var(--violet-2);border:1px solid rgba(124,58,237,.18);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:700;font-size:12.5px;margin-top:1px}.voices-flow .yz-step.active .yz-step-n{background:var(--violet);color:#fff}.voices-flow .yz-step.done .yz-step-n{background:var(--green);color:#fff}.voices-flow .yz-step-t{font-weight:500;font-size:13.5px;color:var(--ink);margin-bottom:3px}.voices-flow .yz-step-d{font-size:12.5px;color:var(--ink-3);line-height:1.5}.voices-flow .yz-priv{margin-top:10px;padding:14px 18px;background:var(--green-soft);border:1px solid rgba(21,128,61,.25);border-radius:10px;display:flex;gap:12px;align-items:flex-start}.voices-flow .yz-priv-icon{width:24px;height:24px;border-radius:7px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;margin-top:1px}.voices-flow .yz-priv-text{font-size:13px;color:var(--ink-2);line-height:1.5}.voices-flow .yz-priv-text strong{color:var(--ink);font-weight:600;display:block;margin-bottom:3px}.voices-flow .yz-closer{text-align:center;color:var(--ink-3);font-size:13.5px;line-height:1.5;margin-top:4px;padding:2px 8px}.voices-flow .yz-closer strong{color:var(--ink);font-weight:600}.voices-flow .myv-verify-card{margin-top:14px;padding:16px;background:var(--card);border:1px solid var(--line);border-radius:14px}.voices-flow .myv-verify-card.verified{background:var(--green-soft);border-color:rgba(21,128,61,.28)}.voices-flow .myv-verify-card.pending{background:var(--accent-soft);border-color:rgba(232,132,26,.28)}.voices-flow .myv-verify-label{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.06em;color:var(--ink-4);font-weight:700;text-transform:uppercase;margin-bottom:7px}.voices-flow .myv-verify-title{font-family:var(--font-serif);font-size:18px;font-weight:500;color:var(--ink)}.voices-flow .myv-verify-card p{margin:6px 0 0;font-size:12.5px;line-height:1.5;color:var(--ink-3)}.voices-flow .myv-verify-btn{margin-top:14px;width:100%;border:0;border-radius:10px;padding:10px 14px;background:var(--violet);color:#fff;font-family:var(--font-mono);font-size:11px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px -10px rgba(124,58,237,.7)}.voices-flow .myv-verify-btn:hover{background:var(--violet-2)}.voices-flow .myv-yanez{margin-top:28px}.voices-flow .myv-share-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:8px 0 18px}.voices-flow .myv-share-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;border:1px solid var(--line-2);background:var(--ink);color:#F7F3EA;font-size:13.5px;font-weight:600;transition:border-color .15s ease,transform .15s ease,opacity .15s ease}.voices-flow .myv-share-btn:hover:not(:disabled){transform:translateY(-1px);border-color:var(--ink)}.voices-flow .myv-share-btn:disabled{opacity:.55;cursor:wait}.voices-flow .myv-share-btn img{width:16px;height:16px;filter:invert(1)}.voices-flow .myv-share-err{font-family:var(--font-mono);font-size:12px;color:var(--red);margin:0}.psc-dialog-backdrop{position:fixed;inset:0;background:rgba(26,24,20,.45);z-index:80}.psc-dialog{position:fixed;z-index:81;left:50%;top:50%;transform:translate(-50%,-50%);width:min(420px,calc(100vw - 32px));background:#fff;color:#1A1814;border:1px solid #e5dec9;border-radius:16px;padding:22px 22px 20px;box-shadow:0 24px 60px -20px rgba(0,0,0,.35);font-family:Inter Tight,-apple-system,BlinkMacSystemFont,sans-serif}.psc-dialog-close{position:absolute;top:12px;right:12px;border:0;background:transparent;color:#6b665d;font-size:16px;line-height:1;padding:6px;cursor:pointer}.psc-dialog-title{font-family:Fraunces,Georgia,serif;font-weight:500;font-size:22px;margin:0 0 6px;letter-spacing:-.01em}.psc-dialog-sub{margin:0 0 18px;font-size:13.5px;line-height:1.5;color:#6b665d}.psc-share-x-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border-radius:10px;border:0;background:#1A1814;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.psc-share-x-btn:hover{background:#000}.psc-share-url-row{margin-top:14px;display:flex;gap:8px;align-items:stretch}.psc-share-url-input{flex:1;min-width:0;padding:10px 12px;border-radius:9px;border:1px solid #e5dec9;background:#FAF7F0;font-size:12.5px;color:#3a3530}.psc-share-copy-btn{flex:0 0 auto;padding:0 14px;border-radius:9px;border:1px solid #d2cab1;background:#fff;font-size:13px;font-weight:600;color:#1A1814;cursor:pointer}.psc-share-copy-btn.copied{background:#DCEFE0;border-color:rgba(21,128,61,.28);color:#15803D}@media (max-width:760px){.voices-flow .yz-grid{grid-template-columns:1fr}.voices-flow .vf,.voices-flow .vh{padding:12px 18px}.voices-flow .vm{padding:22px 18px 100px}.voices-flow .socials{grid-template-columns:1fr 1fr}.voices-flow .bfi-item,.voices-flow .dd-row{grid-template-columns:1fr}.voices-flow .bfi-item{gap:12px}.voices-flow .pv-grid,.voices-flow .radio-row{grid-template-columns:1fr}.voices-flow .succ-h1{font-size:28px}.voices-flow .succ-pts-num{font-size:48px}.voices-flow .vh-name{display:none}}