.vtic-confirm{width:min(430px,calc(100vw - 28px));padding:0;border:1px solid var(--theme-border,#d5e0e8);border-radius:15px;color:var(--theme-text,#092338);background:var(--theme-surface,#fff);box-shadow:0 30px 100px rgba(3,17,29,.45)}.vtic-confirm::backdrop{background:rgba(3,13,23,.68);backdrop-filter:blur(4px)}.vtic-confirm__header{padding:20px 20px 15px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.vtic-confirm__mark{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#d74653;background:#ffecee;font-size:18px}.vtic-confirm__copy{min-width:0;flex:1}.vtic-confirm__copy>span{color:#2764ff;font:7px "DM Mono",monospace;letter-spacing:.12em}.vtic-confirm__copy h2{margin:6px 0 0;font:700 18px Inter,Arial,sans-serif}.vtic-confirm__close{width:29px;height:29px;border:0;border-radius:50%;color:var(--theme-muted,#789);background:var(--theme-surface-raised,#eef3f7);font-size:17px;cursor:pointer}.vtic-confirm__message{margin:0;padding:0 20px 20px;color:var(--theme-muted,#647987);font:9px/1.65 Inter,Arial,sans-serif}.vtic-confirm__notice{margin:0 20px;padding:10px 12px;border-left:3px solid #e15a66;color:#9e3540;background:#fff1f2;font:7px/1.5 "DM Mono",monospace}.vtic-confirm__actions{padding:18px 20px 20px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.vtic-confirm__actions button{min-height:40px;border:0;border-radius:7px;color:var(--theme-text,#092338);background:var(--theme-surface-raised,#e9eff4);font:700 9px Inter,Arial,sans-serif;cursor:pointer}.vtic-confirm__actions button[data-vtic-confirm-accept]{color:#fff;background:linear-gradient(90deg,#d64350,#f06b68)}.vtic-confirm[data-tone="standard"] .vtic-confirm__mark{color:#2764ff;background:#eaf0ff}.vtic-confirm[data-tone="standard"] .vtic-confirm__notice{display:none}.vtic-confirm[data-tone="standard"] .vtic-confirm__actions button[data-vtic-confirm-accept]{background:linear-gradient(90deg,#2764ff,#11bae2)}@media(max-width:480px){.vtic-confirm__actions{grid-template-columns:1fr}}
