/* Webtools minimal CSS */
:root{--accent:#14b8a6;--accent-dark:#0d9488;}
html.light :root{--accent:#3b82f6;}
.webtool-wrapper{margin-bottom:12px}
.webtool-iframe{background:#1e293b;color:#e6eef8}
.toast{position:fixed;right:12px;bottom:12px;background:#0f172a;color:#e6eef8;padding:8px 12px;border-radius:6px;z-index:1000}
button, .webtools-copy{background:var(--accent);color:#fff;border:none;cursor:pointer}
button:hover, .webtools-copy:hover{background:var(--accent-dark)}

