.cpv-backdrop{z-index:var(--wh-z-modal,1000);backdrop-filter:blur(4px);background:#0f172a8c;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.cpv-modal{flex-direction:column;align-items:center;gap:14px;display:flex}.cpv-switcher{border-radius:var(--wh-radius-full,999px);background:var(--wh-surface);border:1px solid var(--wh-border);align-items:center;gap:4px;padding:5px;display:flex;box-shadow:0 4px 14px -6px #00000040}.cpv-switcher-btn{border-radius:var(--wh-radius-full,999px);font-family:var(--wh-font);color:var(--wh-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:background-color .15s,color .15s;display:inline-flex}.cpv-switcher-btn.active{background:var(--wh-indigo);color:#fff}.cpv-switcher-divider{background:var(--wh-border);width:1px;height:18px;margin:0 2px}.cpv-readonly{font-family:var(--wh-font);color:var(--wh-text-muted);align-items:center;gap:5px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.cpv-frame{background:var(--wh-surface);border-radius:var(--wh-radius-xl,22px);border:1px solid var(--wh-border);overflow:hidden;box-shadow:0 24px 60px -12px #00000073}.cpv-frame--phone{border-width:8px;border-color:#1f2937;border-radius:40px}.cpv-screen{background:var(--wh-bg);width:100%;height:100%;overflow:auto}.cpv-loading{font-family:var(--wh-font);color:var(--wh-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;padding:24px;font-size:13px;display:flex}.cpv-footer{align-items:center;gap:14px;display:flex}.cpv-footer-hint{font-family:var(--wh-font);color:#fffc;font-size:12px}.cpv-kbd{font-family:var(--wh-font);color:#fff;background:#ffffff26;border-radius:5px;padding:1px 6px;font-size:11px}.cpv-done{border-radius:var(--wh-radius-md,8px);background:var(--wh-indigo);color:#fff;font-family:var(--wh-font);cursor:pointer;border:none;padding:8px 18px;font-size:13px;font-weight:600}.cpv-done:hover{filter:brightness(1.05)}