:root{--bg: #14151a;--bg-2: #1c1e26;--bg-3: #262936;--fg: #e8e9ee;--fg-dim: #9aa0b4;--accent: #7c9cff;--danger: #e5484d;--paper: #fdfcf7;--radius: 10px;color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}.gallery{max-width:1080px;margin:0 auto;padding:32px 20px 64px}.gallery-header h1{font-size:28px;margin:0 0 6px}.gallery-sub{color:var(--fg-dim);margin:0 0 24px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:18px}.card{display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden;background:var(--bg-2);border:1px solid transparent;transition:border-color .15s,transform .15s;text-align:left}.card:hover{border-color:var(--accent);transform:translateY(-2px)}.thumb{aspect-ratio:4 / 5;background:#fff;display:flex}.thumb img{width:100%;height:100%;object-fit:contain}.card-title{padding:10px 12px;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-loading,.gallery-error{padding:48px;text-align:center;color:var(--fg-dim)}.gallery-error{color:var(--danger)}.editor{display:flex;flex-direction:column;height:100%}.toolbar{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--bg-2);border-bottom:1px solid var(--bg-3);flex-wrap:wrap;z-index:5}.sheet-handle{display:none}.sheet-body{display:contents}.tb-group{display:flex;align-items:center;gap:6px}.tb-title{font-size:16px;margin:0;max-width:30vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:var(--fg)}.icon-btn:hover{background:var(--bg-3)}.icon-btn:disabled{opacity:.35;cursor:default}.icon-btn.active{background:var(--bg-3);color:var(--accent)}.icon-btn.danger:hover{background:#e5484d26;color:var(--danger)}.tools .tool-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;color:var(--fg-dim);font-size:14px}.tools .tool-btn.active{background:var(--accent);color:#101218;font-weight:600}.size-controls{gap:8px}.size-preset{min-width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--fg-dim);border:1px solid var(--bg-3)}.size-preset.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--bg),0 0 0 3.5px var(--accent)}.size-dot{border-radius:50%;display:block;opacity:.92;box-shadow:inset 0 0 0 1px #00000026}.paper-chip{font-size:12px;font-weight:600;letter-spacing:.04em}.canvas-wrap{position:relative;flex:1;display:flex;flex-direction:column;min-height:0}.canvas-viewport{position:relative;flex:1;overflow:hidden;touch-action:none;background-color:#e4e4e4;background-image:conic-gradient(#fff 0 90deg,#d9d9d9 90deg 180deg,#fff 180deg 270deg,#d9d9d9 270deg 360deg);background-size:24px 24px;user-select:none;-webkit-user-select:none;overscroll-behavior:none}.canvas-viewport.with-paper{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E"),conic-gradient(#fff 0 90deg,#d9d9d9 90deg 180deg,#fff 180deg 270deg,#d9d9d9 270deg 360deg);background-size:300px 300px,24px 24px;background-blend-mode:multiply}.canvas-viewport canvas{display:block}.canvas-viewport.drag-tool{cursor:grab}.canvas-viewport.drag-tool:active{cursor:grabbing}.cursor-dot{position:absolute;border-radius:50%;border:1.5px solid rgba(20,21,26,.75);background:#ffffff40;pointer-events:none;transform:translate(-50%,-50%);z-index:3}.cursor-dot.erase{border-color:#e5484dcc}.palette{display:flex;align-items:center;gap:14px;padding:10px 14px;background:var(--bg-2);border-top:1px solid var(--bg-3);flex-wrap:wrap}.swatches{display:flex;gap:6px;flex-wrap:wrap}.swatch{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.14);padding:0}.swatch.small{width:22px;height:22px}.swatch.selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--bg),0 0 0 3.5px var(--accent)}.swatch.custom{border-radius:8px}.recent-label{font-size:12px;color:var(--fg-dim);margin-right:4px;align-self:center}.custom-color{position:relative;margin-left:auto}.color-picker-pop{position:absolute;bottom:calc(100% + 10px);right:0;background:var(--bg-3);padding:10px;border-radius:var(--radius);box-shadow:0 8px 30px #00000080;z-index:10}@media(max-width:760px),.mobile-mode{.editor{flex-direction:column}.toolbar{order:3;position:sticky;bottom:0;z-index:10;background:var(--bg-2);border-top:1px solid var(--bg-3);border-bottom:none;padding-bottom:max(8px,env(safe-area-inset-bottom));gap:10px;transition:max-height .22s ease;max-height:178px;overflow:hidden}.toolbar.sheet-open{max-height:68vh;overflow-y:auto}.toolbar:not(.sheet-open)>.tb-group:first-of-type{display:none}.sheet-body{display:contents}.sheet-handle{display:flex;justify-content:center;align-items:center;width:100%;min-height:30px;padding:3px 0 0}.sheet-grip{display:block;width:52px;height:6px;border-radius:3px;background:var(--fg-dim);opacity:.6}.canvas-wrap{order:1}.icon-btn{width:60px;height:60px;border-radius:14px}.tools .tool-btn{min-height:60px;padding:12px 16px;border-radius:14px;font-size:15px}.size-preset{min-width:60px;height:60px;border-radius:50%}.toolbar svg{width:26px!important;height:26px!important}.palette{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.palette::-webkit-scrollbar{display:none}.swatches{flex-wrap:nowrap}.swatch{width:34px;height:34px;min-width:34px}.tb-title{max-width:24vw}.grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.cursor-dot{display:none}}
