@import "https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;body{color:#000;background-color:#fff;background-image:none;margin:0;font-family:Comic Neue,cursive,sans-serif;overflow:hidden}canvas{width:100vw;height:100vh;display:block}.wojak-panel{filter:url(#rough-brush);z-index:10;background:#fff;border:4px solid #000;border-radius:15px;padding:15px;position:absolute;box-shadow:6px 6px #000}.wojak-btn{color:#000;cursor:pointer;background:#fff;border:3px solid #000;border-radius:10px;align-items:center;gap:8px;margin:5px;padding:10px 15px;font-family:Comic Neue,cursive,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:3px 3px #000}.wojak-btn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.wojak-btn:active{transform:translate(3px,3px);box-shadow:0 0 #000!important}h2{text-transform:uppercase;border-bottom:3px solid #000;margin-top:0;padding-bottom:5px;font-size:22px}#size-info-window{width:250px;top:20px;left:20px}#token-info-window{width:250px;top:20px;right:20px}#social-hub{z-index:1000;width:260px;bottom:20px;right:20px}#social-hub h2{margin-bottom:10px;font-size:18px}.ca-row{word-break:break-all;cursor:pointer;background:#f5f5f5;border:2px dashed #000;border-radius:8px;align-items:center;gap:8px;padding:8px;font-size:11px;line-height:1.4;transition:background .15s;display:flex}.ca-row:hover{background:#e8e8e8}.hub-divider{border-top:2px dashed #000;margin:12px 0}.hub-buttons{flex-direction:column;gap:6px;display:flex}.hub-buttons .wojak-btn{justify-content:flex-start;margin:0}.manifesto-btn{justify-content:center;width:100%}#info-panel{text-align:center;width:350px;top:50%;left:50%;transform:translate(-50%,-50%)}.close-btn{cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:20px;font-weight:700;position:absolute;top:10px;right:10px}#ctrl-panel-toggle{z-index:1100;margin:0;padding:10px 14px;position:fixed;bottom:20px;left:20px}#pose-panel{width:240px;bottom:70px;left:20px}#pose-panel h2{margin-bottom:8px;font-size:16px}.pose-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.pose-btn{cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px 4px;font-family:Comic Neue,cursive,sans-serif;font-size:10px;font-weight:700;transition:transform .1s,box-shadow .1s,background .15s;display:flex;box-shadow:2px 2px #000}.pose-btn i{font-size:16px}.pose-btn:hover{background:#f0f0f0;transform:translate(-1px,-1px);box-shadow:3px 3px #000}.pose-btn:active{transform:translate(2px,2px);box-shadow:0 0 #000}.pose-btn.active{color:#fff;background:#000;transform:translate(2px,2px);box-shadow:0 0 #000}.pose-btn.loading{opacity:.5;pointer-events:none}#ctrl-panel{z-index:1200;filter:none;border-radius:0 15px 15px 0;width:280px;height:100vh;padding:15px 15px 60px;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:6px 0 #000}#ctrl-panel h2{margin-bottom:12px;font-size:16px}.ctrl-section{border-bottom:2px dashed #ccc;margin-bottom:12px;padding-bottom:12px}.ctrl-section:last-child{border-bottom:none}.ctrl-section h3{text-transform:uppercase;color:#333;margin:0 0 8px;font-size:13px;font-weight:700}.ctrl-section label{justify-content:space-between;align-items:center;margin:4px 0 2px;font-size:12px;font-weight:600;display:flex}.ctrl-section label span{color:#666;font-size:11px;font-weight:400}.ctrl-section input[type=range]{appearance:none;background:#ddd;border-radius:3px;outline:none;width:100%;height:6px;margin-bottom:4px}.ctrl-section input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#000;border-radius:50%;width:14px;height:14px}.ctrl-section input[type=color]{cursor:pointer;border:2px solid #000;border-radius:6px;width:100%;height:28px;margin-bottom:4px;padding:1px}.ctrl-section input[type=checkbox]{margin-right:6px}.status-dot{border:2px solid #000;border-radius:50%;width:12px;height:12px;margin-right:5px;display:inline-block}.status-online{background-color:#0f0}.status-offline{background-color:red}@media (max-width:768px){#size-info-window,#token-info-window{display:none}#info-panel{width:90%}#social-hub{width:auto;bottom:10px;left:10px;right:10px}#pose-panel{width:auto;inset:10px 10px auto}#ctrl-panel-toggle{display:none}}.hidden{display:none!important}
