.toolbar{--tb-size: 42px;width:64px;background:#1b1b1b;border-right:1px solid #2c2c2c;display:flex;flex-direction:column;align-items:center;gap:10px;padding:10px;position:sticky;top:0;height:100vh}.tb-item{display:flex;flex-direction:column;align-items:center}.tb-label,.mobile-only{display:none}@media (max-width: 640px){.toolbar{width:100%;height:auto;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;-webkit-overflow-scrolling:touch;border-right:none;border-top:1px solid #2c2c2c;position:fixed;top:auto;bottom:0;left:0;right:0;gap:8px;--tb-size: 56px}.shortcuts{display:none}.tb-item{flex:0 0 auto}.tb-label{display:block;font-size:10px;margin-top:2px;color:#fff}.group-label{display:none}.mobile-only{display:block}}.saved-wrap{padding:0 24px 24px}.saved-head{max-width:1024px;margin:0 auto 12px;display:flex;align-items:center;justify-content:space-between}.saved-title{font-size:18px;font-weight:600;color:#fff;margin:0}.saved-empty{color:#aaa;font-size:14px;max-width:1024px;margin:0 auto}.saved-grid{list-style:none;padding:0;margin:0 auto;max-width:1024px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media (max-width: 980px){.saved-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.saved-grid{grid-template-columns:1fr}}.saved-card{background:#1b1b1b;border:1px solid #2a2a2a;border-radius:12px;overflow:hidden;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.saved-card:hover{transform:translateY(-2px);border-color:#3a3a3a;box-shadow:0 4px 18px #00000040}.saved-thumb{position:relative;background:#111;padding:12px;display:grid;place-items:center}.saved-img{display:block;width:100%;max-width:220px;height:auto;border:1px solid #2a2a2a;border-radius:8px;background:#0e0e0e;image-rendering:pixelated}.saved-badge{position:absolute;top:10px;left:10px;font-size:11px;line-height:1;padding:6px 8px;border-radius:999px;letter-spacing:.3px;font-weight:700;color:#111;background:#ddd;border:1px solid #cfcfcf}.saved-badge--lilBangers{background:#c3e3ff;border-color:#9fd0ff}.saved-badge--ocas{background:#ffe2c3;border-color:#ffcc96}.saved-badge--nakamigos{background:#d6ffc3;border-color:#b9f6a0}.saved-badge--cryptopunks{background:#ffe0e0;border-color:#ffb0b0}.saved-badge--cryptodickbutts{background:#e0e0ff;border-color:#b0b0ff}.saved-meta{padding:10px 12px 12px}.saved-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:10px}.saved-name{font-weight:600;color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-date{color:#8a8a8a;font-size:12px}.btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;background:#2a2a2a;border:1px solid #3a3a3a;color:#eaeaea;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease,transform .08s ease;text-decoration:none}.btn:hover{background:#343434;border-color:#4a4a4a;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn[disabled]{opacity:.55;cursor:not-allowed}.btn-danger{background:#3a2020;border-color:#5a2b2b;color:#ffd7d7}.btn-danger:hover{background:#4a2424;border-color:#6a3434}.btn-ghost{background:transparent;border-color:#444;color:#ddd}.btn-ghost:hover{background:#2a2a2a}.saved-actions{display:flex;gap:8px;flex-wrap:wrap}.cc-wrap{display:flex;align-items:center;gap:12px;justify-content:center;padding:8px 0}.cc-arrow{background:#2e2e2e;color:#fff;border:1px solid #3a3a3a;width:28px;height:28px;border-radius:8px;cursor:pointer}.cc-strip{display:flex;gap:10px;overflow:auto;scroll-snap-type:x mandatory;padding:6px 4px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 14px,#000 calc(100% - 14px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 14px,#000 calc(100% - 14px),transparent 100%)}.cc-item{position:relative;scroll-snap-align:center;flex:0 0 auto;width:70px;height:88px;border-radius:10px;border:1px solid #3a3a3a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px 6px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;background:linear-gradient(135deg,#1d1d1d,#292a36)}.cc-item img{width:50px;height:50px;image-rendering:pixelated}.cc-name{font-size:10px;color:#eee;text-align:center;line-height:1.1}.cc-item:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.cc-item.is-active{outline:2px solid #ffcc00}.cc-fallback{width:50px;height:50px;display:grid;place-items:center;font-size:10px;color:#bbb;background:#1f1f1f;border:1px dashed #555}.chain-icon{position:absolute;top:4px;right:4px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--chain-color, #555)}.chain-icon svg{width:10px;height:10px}.chain-base{--chain-color:#0052ff}.chain-ethereum{--chain-color:#627eea}.chain-solana{--chain-color:#14f195}.chain-abstract{--chain-color:#8a63d2}.chain-bitcoin{--chain-color:#f7931a}.auth-header{display:flex;align-items:center;gap:12px;background:#0f172a;border:1px solid #24304a;border-radius:12px;padding:8px 12px;color:#e5e7eb;box-shadow:0 1px #ffffff0d inset}@media (max-width: 640px){.auth-header{flex-direction:column;align-items:stretch}.auth-header input,.auth-header button{width:100%}}.layers-panel{width:386px;background:#1b1b1b;border-left:1px solid #2c2c2c;display:flex;flex-direction:column;height:100vh;position:sticky;top:0}.layers-close{display:none}@media (max-width: 1300px){.layers-panel{display:none;width:100%;height:60vh;position:fixed;left:0;right:0;bottom:64px;top:auto;border-left:none;border-top:1px solid #2c2c2c;border-top-left-radius:12px;border-top-right-radius:12px;order:1;z-index:40;overflow:auto}.layers-panel.open{display:flex}}html,body,#root{height:100%}body{margin:0;background:#0e2029;color:#0b1220;font:14px/1.4 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji"}.app-header{display:flex;align:center;justify:space-between;gap:12;padding:16px 24px;border-bottom:1px solid #333;background:#262626}header img{height:50px}@media (max-width: 1300px){body{overflow-x:hidden}.app-header{padding:0 24px}.app-shell{flex-direction:column}.toolbar{order:2}.main-content{order:1;padding-bottom:80px}canvas{max-width:100%;height:auto}}@keyframes randomFlash{0%,to{background:#444;color:#fff}50%{background:#ff0;color:#000}}.random-btn{animation:randomFlash 1s linear infinite}
