.screenshot-app{--bg-primary:#080a12;--bg-secondary:#0c101c;--bg-elevated:#141824;--surface-hover:#12182a;--border:#ffffff1a;--border-subtle:#ffffff0f;--text-secondary:#f4f6fbb8;--text-tertiary:#f4f6fb66;--accent:#7c9cff;--accent-subtle:#7c9cff1f;--danger:#ef4444;--text-primary:#f4f6fb;background:var(--bg-primary);height:100dvh;min-height:100dvh;color:var(--text-primary);flex-direction:column;display:flex;overflow:hidden}.screenshot-app-header{padding:.75rem 1rem;padding-top:max(.75rem,env(safe-area-inset-top));border-bottom:1px solid var(--border-subtle);background:var(--bg-secondary);z-index:5;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;display:flex}.screenshot-app-header a{color:var(--text-tertiary);align-items:center;gap:.35rem;min-height:2.5rem;font-size:.875rem;text-decoration:none;display:inline-flex}.screenshot-app-header a:hover{color:var(--text-secondary)}.screenshot-app-title{letter-spacing:-.01em;color:var(--text-primary);font-size:.875rem;font-weight:600}.screenshot-app-title span{color:var(--text-tertiary);margin-left:.5rem;font-size:.75rem;font-weight:400}.screenshot-app-body{flex-direction:column;flex:1;min-height:0;display:flex}@media (min-width:900px){.screenshot-app-body{flex-direction:row}}.screenshot-layout{width:100%;height:100%;display:flex}.screenshot-canvas-area{background:var(--bg-primary);outline:none;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.screenshot-canvas-area.dragging{background:var(--surface-hover)}.screenshot-preview-wrapper{justify-content:center;align-items:center;max-width:100%;max-height:100%;display:flex;position:relative}.screenshot-backdrop{background-position:50%;background-size:cover;justify-content:center;align-items:center;max-width:100%;max-height:calc(100vh - 100px);display:flex;overflow:hidden}.screenshot-backdrop img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%;display:block}.screenshot-remove-btn{background:var(--bg-elevated);border:1px solid var(--border);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;opacity:0;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:12px;transition:opacity .15s;display:flex;position:absolute;top:-8px;right:-8px}.screenshot-preview-wrapper:hover .screenshot-remove-btn{opacity:1}.screenshot-remove-btn:hover{background:var(--danger);border-color:var(--danger);color:#fff}.screenshot-drop-hint{border:2px dashed var(--border);border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:3rem;transition:border-color .15s,background .15s;display:flex}.screenshot-drop-hint.active{border-color:var(--accent);background:var(--accent-subtle)}.screenshot-drop-icon{color:var(--text-tertiary);opacity:.5;font-size:48px}.screenshot-drop-text{color:var(--text-secondary);font-size:14px;font-weight:500}.screenshot-drop-sub{color:var(--text-tertiary);font-size:12px}.screenshot-file-btn{color:var(--accent);cursor:pointer;border:1px solid var(--accent);background:0 0;border-radius:6px;padding:.375rem .75rem;font-family:inherit;font-size:12px;font-weight:500;transition:background .15s}.screenshot-file-btn:hover{background:var(--accent-subtle)}.screenshot-controls-panel{background:var(--bg-secondary);border-left:1px solid var(--border-subtle);flex-direction:column;flex-shrink:0;gap:0;width:280px;padding:1rem 1rem 64px;display:flex;overflow-y:auto}.screenshot-export-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-bottom:1.25rem;padding:.625rem;font-family:inherit;font-size:13px;font-weight:600;transition:opacity .15s}.screenshot-export-btn:hover{opacity:.9}.screenshot-export-btn:disabled{opacity:.4;cursor:default}.screenshot-reset-btn{width:100%;color:var(--text-tertiary);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;margin-top:.5rem;padding:.5rem;font-family:inherit;font-size:11px;transition:color .15s,border-color .15s}.screenshot-reset-btn:hover{color:var(--text-secondary);border-color:var(--text-tertiary)}.sc-section{margin-bottom:1.25rem}.sc-section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:.5rem;font-size:11px;font-weight:600}.sc-btn-group{gap:4px;margin-bottom:8px;display:flex}.sc-btn{background:var(--surface-raised);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;text-align:center;border-radius:6px;flex:1;padding:.35rem .625rem;font-family:inherit;font-size:12px;transition:all .1s}.sc-btn:hover{background:var(--surface-hover)}.sc-btn.active{background:var(--accent-subtle);border-color:var(--accent);color:var(--accent)}.sc-color-grid{flex-wrap:wrap;gap:4px;display:flex}.sc-color-swatch{cursor:pointer;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:28px;height:28px;transition:border-color .1s,transform .1s}.sc-color-swatch:hover{transform:scale(1.1)}.sc-color-swatch.active{border-color:var(--accent)}.sc-gradient-grid{flex-wrap:wrap;gap:4px;display:flex}.sc-gradient-swatch{cursor:pointer;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:56px;height:36px;transition:border-color .1s,transform .1s}.sc-gradient-swatch:hover{transform:scale(1.05)}.sc-gradient-swatch.active{border-color:var(--accent)}.sc-slider-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.sc-slider-label{color:var(--text-tertiary);flex-shrink:0;min-width:40px;font-size:11px}.sc-slider{appearance:none;background:var(--border);border-radius:2px;outline:none;flex:1;height:4px}.sc-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border:2px solid var(--bg-secondary);border-radius:50%;width:14px;height:14px}.sc-slider-value{color:var(--text-tertiary);text-align:right;font-variant-numeric:tabular-nums;min-width:32px;font-size:11px}.sc-inline-row{align-items:center;gap:8px;margin-top:6px;display:flex}.sc-color-input{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;width:28px;height:28px;padding:0}.sc-color-input::-webkit-color-swatch-wrapper{padding:2px}.sc-color-input::-webkit-color-swatch{border:none;border-radius:4px}.sc-light-section{margin-top:10px}.sc-light-label{color:var(--text-tertiary);margin-bottom:6px;font-size:11px;display:block}.sc-light-grid{grid-template-columns:repeat(5,1fr);gap:3px;width:100px;display:grid}.sc-light-cell{aspect-ratio:1;background:var(--surface-raised);border:1px solid var(--border);cursor:pointer;border-radius:3px;transition:background .1s}.sc-light-cell:hover{background:var(--surface-hover)}.sc-light-cell.active{background:var(--accent);border-color:var(--accent)}.sc-ratio-grid{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.sc-ratio-btn{background:var(--surface-raised);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:6px;padding:.3rem .5rem;font-family:inherit;font-size:11px;transition:all .1s}.sc-ratio-btn:hover{background:var(--surface-hover)}.sc-ratio-btn.active{background:var(--accent-subtle);border-color:var(--accent);color:var(--accent)}.sc-ratio-group{margin-top:4px}.sc-ratio-group-label{color:var(--text-tertiary);margin-bottom:4px;font-size:10px;display:block}.sc-frame-row{gap:6px;display:flex}.sc-frame-thumb{border:1px solid var(--border);background:var(--surface-raised);cursor:pointer;min-width:0;height:56px;color:inherit;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-family:inherit;transition:border-color .1s;display:flex}.sc-frame-thumb:hover{border-color:var(--text-tertiary)}.sc-frame-thumb.active{border-color:var(--accent)}.sc-frame-thumb-label{color:var(--text-tertiary);font-size:9px}.sc-frame-preview-none{color:var(--text-tertiary);opacity:.5;font-size:16px}.sc-frame-preview-macos{gap:3px;display:flex}.sc-frame-preview-macos .dot{border-radius:50%;width:6px;height:6px}.sc-frame-preview-macos .dot.r{background:#ff5f57}.sc-frame-preview-macos .dot.y{background:#ffbd2e}.sc-frame-preview-macos .dot.g{background:#28c840}.sc-frame-preview-safari .bar{background:var(--border);border-radius:4px;width:36px;height:8px}.sc-frame-preview-card{border:1px solid var(--border);background:var(--bg-elevated);border-radius:4px;width:28px;height:20px}.frame-macos{background:#2a2a2a;overflow:hidden;box-shadow:0 0 0 1px #ffffff14}.frame-macos-titlebar{background:#2a2a2a;align-items:center;gap:7px;height:32px;padding:0 12px;display:flex}.frame-macos-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.frame-macos-dot.red{background:#ff5f57}.frame-macos-dot.yellow{background:#ffbd2e}.frame-macos-dot.green{background:#28c840}.frame-macos-content{line-height:0}.frame-macos-content img{border-radius:0!important}.frame-safari{background:#2a2a2a;overflow:hidden;box-shadow:0 0 0 1px #ffffff14}.frame-safari-titlebar{background:#2a2a2a;align-items:center;gap:12px;height:40px;padding:0 12px;display:flex}.frame-safari-dots{gap:7px;display:flex}.frame-safari-url{background:#ffffff0f;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:4px;padding:4px 10px;display:flex}.frame-safari-url-icon{font-size:10px}.frame-safari-url-text{color:var(--text-secondary);font-size:12px}.frame-safari-content{line-height:0}.frame-safari-content img{border-radius:0!important}.frame-card{background:var(--bg-elevated);padding:8px;box-shadow:0 0 0 1px #ffffff0f}.screenshot-app-body .screenshot-layout{width:100%;height:100%;min-height:0}@media (max-width:899px){.screenshot-layout{flex-direction:column}.screenshot-canvas-area{min-height:45dvh;padding:1rem}.screenshot-controls-panel{border-left:none;border-top:1px solid var(--border-subtle);width:100%;max-height:50dvh;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.screenshot-backdrop{max-height:calc(45dvh - 2rem)}}@media (hover:none){.screenshot-remove-btn{opacity:1}}
