.shot-workspace{color:hsl(var(--foreground));display:flex;flex:1;flex-direction:column;font-size:14px;min-height:560px;min-width:0}.shot-heading,.shot-message,.shot-options,.shot-statusbar,.shot-toolbar{flex-shrink:0}.shot-heading{align-items:center;display:flex;gap:16px;justify-content:space-between;padding:8px 0 22px}.shot-heading h1{font-size:22px;font-weight:600;line-height:1.25}.shot-local{align-items:center;color:hsl(var(--muted-foreground));display:flex;font-size:12px;gap:5px;margin-top:7px}.shot-commands,.shot-import-actions{display:flex;flex-wrap:wrap;gap:8px}.shot-button{align-items:center;background:hsl(var(--secondary));border-radius:6px;color:hsl(var(--foreground));display:inline-flex;font-size:13px;font-weight:500;gap:8px;justify-content:center;line-height:1.3;min-height:40px;padding:8px 13px}.shot-button:hover{background:hsl(var(--accent))}.shot-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.shot-primary:hover{background:hsl(var(--primary));opacity:.86}.shot-button:active,.shot-icon:active{opacity:.7}.shot-button:disabled,.shot-icon:disabled{cursor:not-allowed;opacity:.35}.shot-workspace :is(button,input):focus-visible{outline:2px solid hsl(var(--ring));outline-offset:3px}.shot-toolbar{align-items:center;background:hsl(var(--card));border-radius:8px 8px 0 0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:8px}.shot-history,.shot-tools{align-items:center;display:flex;gap:3px}.shot-icon{align-items:center;border-radius:5px;display:inline-flex;flex-shrink:0;height:40px;justify-content:center;position:relative;width:40px}.shot-icon:hover{background:hsl(var(--secondary))}.shot-icon.active{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.shot-tooltip{background:hsl(var(--foreground));border-radius:4px;color:hsl(var(--background));font-size:12px;left:50%;opacity:0;padding:5px 8px;pointer-events:none;position:absolute;top:calc(100% + 8px);transform:translate(-50%);white-space:nowrap;z-index:20}.shot-icon:focus-visible .shot-tooltip,.shot-icon:hover .shot-tooltip{opacity:1}.shot-options{align-items:center;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));border-top:1px solid hsl(var(--border));display:flex;flex-wrap:wrap;gap:12px;min-height:57px;padding:8px 14px}.shot-tool-name{font-size:12px;font-weight:600;min-width:65px}.shot-swatches{align-items:center;display:flex;gap:9px}.shot-swatch{border-radius:50%;box-shadow:inset 0 0 0 1px #0000002e;height:22px;width:22px}.shot-swatch[aria-pressed=true]{outline:2px solid hsl(var(--ring));outline-offset:2px}.shot-size{align-items:center;display:flex;font-size:12px;gap:8px}.shot-size input{accent-color:hsl(var(--primary));width:80px}.shot-size output{font-variant-numeric:tabular-nums;width:22px}.shot-text{background:hsl(var(--secondary));border-radius:4px;font-size:14px;min-height:34px;min-width:100px;padding:6px 10px;width:200px}.shot-option-note{color:hsl(var(--muted-foreground));font-size:12px;max-width:500px}.shot-message{background:hsl(var(--accent));color:hsl(var(--accent-foreground));font-size:13px;padding:9px 14px}.shot-error{background:hsl(var(--destructive)/.1);color:hsl(var(--destructive))}.shot-canvas-area{background:hsl(var(--muted));flex:1 1 0;min-height:240px;overflow:auto;padding:24px;position:relative}.shot-canvas-wrap{background:#fff;box-shadow:0 4px 18px #0000001a;flex-shrink:0;margin:0 auto}.shot-canvas{touch-action:none}.shot-empty{display:grid;place-items:center}.shot-import{padding:28px 0 12px;text-align:center}.shot-import-mark{color:hsl(var(--primary));display:grid;height:64px;margin:0 auto 20px;place-items:center;width:64px}.shot-import h2{font-family:Georgia,serif;font-size:25px;line-height:1.3}.shot-import>p{color:hsl(var(--muted-foreground));font-size:12px;margin:10px 0 22px}.shot-import-actions{justify-content:center}.shot-sample{display:block;margin:30px auto 0;width:190px}.shot-sample img{border-radius:5px;box-shadow:0 3px 10px #00000017;display:block;height:auto;width:190px}.shot-sample span{font-size:12px;gap:8px;justify-content:center;margin-top:10px}.shot-sample span,.shot-statusbar{align-items:center;color:hsl(var(--muted-foreground));display:flex}.shot-statusbar{background:hsl(var(--card));border-radius:0 0 8px 8px;flex-wrap:wrap;font-size:11px;gap:12px;min-height:46px;padding:4px 10px}.shot-filename{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shot-zoom{align-items:center;display:flex;gap:2px;margin-left:auto}.shot-zoom output{font-variant-numeric:tabular-nums;text-align:center;width:40px}.shot-zoom .shot-icon{height:32px;width:32px}.shot-drop,.shot-loading{align-items:center;background:hsl(var(--background)/.9);display:flex;gap:12px;top:0;right:0;bottom:0;left:0;justify-content:center;position:absolute;z-index:30}.shot-drop{border:2px dashed hsl(var(--primary));color:hsl(var(--primary));pointer-events:none}.shot-spinner{animation:shot-spin 1s linear infinite}.shot-dialog{background:hsl(var(--card));border:0;border-radius:8px;box-shadow:0 16px 60px #00000040;color:hsl(var(--foreground));max-width:min(430px,calc(100vw - 32px));padding:28px}.shot-dialog::backdrop{background:#00000080}.shot-dialog h2{font-size:20px;font-weight:600}.shot-dialog p{color:hsl(var(--muted-foreground));margin:12px 0 24px}.shot-dialog>div{display:flex;gap:8px;justify-content:flex-end}@keyframes shot-spin{to{transform:rotate(1turn)}}@media (max-width:700px){.shot-heading{align-items:center;gap:10px;padding:5px 0 16px}.shot-heading h1{font-size:17px}.shot-local{font-size:10px}.shot-commands{flex-wrap:nowrap;gap:4px}.shot-commands .shot-button{flex-shrink:0;height:40px;padding:0;width:36px}.shot-commands .shot-button span{display:none}.shot-toolbar{gap:4px;padding:6px}.shot-tools{display:grid;gap:2px;grid-template-columns:repeat(6,40px)}.shot-history{margin-left:auto}.shot-options{gap:12px;padding:12px 10px}.shot-tool-name{min-width:52px}.shot-canvas-area{min-height:260px;padding:16px}.shot-filename{display:none}.shot-workspace{min-height:calc(100dvh - 95px)}.shot-import h2{font-size:23px}.shot-tooltip{display:none}}@media (prefers-reduced-motion:reduce){.shot-spinner{animation:none}}
