.store-viewer-modal{background-color:var(--bg-primary);border:1px solid var(--border-color);z-index:1001;border-radius:8px;flex-direction:column;width:90%;max-width:900px;height:85%;max-height:700px;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 4px 12px #00000026}.store-viewer-header{border-bottom:1px solid var(--border-color);background-color:var(--bg-secondary);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.store-viewer-tabs{flex-wrap:wrap;gap:8px;display:flex}.store-viewer-tab{cursor:pointer;color:var(--text-primary);white-space:nowrap;border-radius:4px;padding:6px 12px;font-size:14px;transition:all .3s}.store-viewer-tab:hover{background-color:var(--bg-tertiary)}.store-viewer-tab.active{background-color:var(--accent-color);color:#fff}.store-viewer-actions{align-items:center;gap:12px;display:flex}.store-viewer-copy{cursor:pointer;color:var(--accent-color);border-radius:4px;padding:4px 8px;font-size:14px;transition:all .3s}.store-viewer-copy:hover{background-color:var(--bg-tertiary)}.store-viewer-close{cursor:pointer;width:32px;height:32px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:all .3s;display:flex}.store-viewer-close:hover{background-color:var(--bg-tertiary)}.store-viewer-content{background-color:var(--bg-primary);flex:1;padding:16px;overflow:auto}.store-viewer-content pre{white-space:pre-wrap;word-break:break-word;color:var(--text-primary);margin:0;font-family:Consolas,Monaco,Andale Mono,monospace;font-size:13px;line-height:1.5}@media (max-width:768px){.store-viewer-modal{width:95%;max-width:none;height:90%;max-height:none}.store-viewer-header{padding:8px 12px}.store-viewer-tabs{gap:4px}.store-viewer-tab{padding:4px 8px;font-size:12px}.store-viewer-content{padding:12px}.store-viewer-content pre{font-size:12px}}.store-viewer-content::-webkit-scrollbar{width:8px}.store-viewer-content::-webkit-scrollbar-track{background:var(--bg-secondary)}.store-viewer-content::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.store-viewer-content::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}
