/* Same visual style as VN build */
.drawyop-app{margin:0 0 24px;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.05)}
.drawyop-toolbar{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;justify-content:space-between;margin-bottom:12px}
.drawyop-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.drawyop-btn{appearance:none;background:#111;color:#fff;border:0;padding:8px 12px;border-radius:10px;font-size:14px;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .15s ease}
.drawyop-btn:hover{transform:translateY(-1px)}
.drawyop-btn.active,.drawyop-btn[aria-pressed=true]{background:#2563eb}
.drawyop-toolbar label{font-size:14px;display:flex;gap:6px;align-items:center}
.drawyop-toolbar input[type=range]{width:140px}
.drawyop-stage-wrap{position:relative;border-radius:12px;overflow:hidden;background:repeating-conic-gradient(#f8fafc 0% 25%,#f1f5f9 0% 50%) 50%/24px 24px;border:1px solid #e5e7eb}
#drawyop-canvas{width:100%;height:auto;display:block;touch-action:none}
.drawyop-loader{position:absolute;left:12px;top:12px;background:rgba(17,17,17,.85);color:#fff;padding:6px 10px;border-radius:8px;font-size:13px}
.drawyop-hint{margin-top:8px;font-size:13px;color:#475569}
.drawyop-pick-wrap{position:relative;display:inline-block}
.drawyop-pick-shadow{position:absolute;left:0;right:0;bottom:0;height:48px;background:linear-gradient(to top,rgba(0,0,0,.45),rgba(0,0,0,0));border-radius:8px;pointer-events:none}
.drawyop-pick-actions{position:absolute;right:8px;bottom:8px;display:flex;gap:6px;z-index:3}
.drawyop-mini{background:#111;color:#fff;border:0;padding:6px 10px;border-radius:8px;font-size:13px;cursor:pointer;opacity:.95}
.drawyop-mini:hover{opacity:1}
.drawyop-highlight{outline:3px solid #4ade80;box-shadow:0 0 0 4px rgba(74,222,128,.35) inset}
@media (max-width:640px){.drawyop-btn span{display:none}.drawyop-toolbar{gap:8px}.drawyop-pick-actions{right:6px;bottom:6px}.drawyop-mini{padding:6px 8px;font-size:12px}}
