diff --git a/resources/views/rd/design-insight/index.blade.php b/resources/views/rd/design-insight/index.blade.php index c0e393fe..a97870af 100644 --- a/resources/views/rd/design-insight/index.blade.php +++ b/resources/views/rd/design-insight/index.blade.php @@ -648,6 +648,77 @@ .di-help-step .step-title { font-size: 13.5px; font-weight: 600; color: var(--di-text); margin-bottom: 2px; } .di-help-step .step-desc { font-size: 12.5px; color: var(--di-text-secondary); line-height: 1.6; } +/* Preview Modal */ +.di-preview { width: 820px; max-width: 95vw; } +.di-preview .di-modal-body { padding: 0; } +.di-preview-layout { display: flex; gap: 0; } +.di-preview-left { flex: 1; min-width: 0; border-right: 1px solid var(--di-border); } +.di-preview-right { width: 280px; flex-shrink: 0; padding: 20px; overflow-y: auto; max-height: 70vh; } +.di-preview-wireframe { + background: #f8fafc; + min-height: 320px; + display: flex; + align-items: center; + justify-content: center; + padding: 24px; + overflow: hidden; +} +.di-preview-wireframe img { + max-width: 100%; + max-height: 400px; + object-fit: contain; + border-radius: 6px; +} +.di-preview-info-item { margin-bottom: 16px; } +.di-preview-info-item label { + font-size: 10.5px; + font-weight: 700; + text-transform: uppercase; + letter-spacing: .5px; + color: var(--di-text-secondary); + margin-bottom: 4px; + display: block; +} +.di-preview-info-item .val { font-size: 13px; color: var(--di-text); line-height: 1.6; } +.di-preview-comp { + display: flex; + align-items: flex-start; + gap: 6px; + padding: 5px 0; + font-size: 12.5px; + color: var(--di-text); + border-bottom: 1px solid #f1f5f9; +} +.di-preview-comp:last-child { border-bottom: none; } +.di-preview-comp .chk { color: #10b981; font-size: 13px; flex-shrink: 0; margin-top: 1px; } +.di-preview-comp .opt { color: #94a3b8; font-size: 13px; flex-shrink: 0; margin-top: 1px; } + +/* Wireframe Styles */ +.wf-wrap { + width: 100%; + max-width: 480px; + border-radius: 8px; + overflow: hidden; + border: 1px solid #e2e8f0; + background: #fff; + font-family: 'Pretendard', sans-serif; + box-shadow: 0 2px 8px rgba(0,0,0,.06); +} +.wf-bar { height: 10px; border-radius: 3px; background: #e2e8f0; } +.wf-bar.sm { width: 40px; } +.wf-bar.md { width: 80px; } +.wf-bar.lg { width: 120px; } +.wf-bar.xl { width: 180px; } +.wf-bar.blue { background: #bfdbfe; } +.wf-bar.green { background: #bbf7d0; } +.wf-bar.amber { background: #fde68a; } +.wf-bar.red { background: #fecaca; } +.wf-bar.purple { background: #ddd6fe; } +.wf-bar.dark { background: #cbd5e1; } +.wf-circle { border-radius: 50%; background: #e2e8f0; flex-shrink: 0; } +.wf-box { border-radius: 6px; background: #f1f5f9; border: 1px solid #e2e8f0; } +.wf-text { font-size: 8px; color: #94a3b8; font-weight: 600; letter-spacing: .3px; white-space: nowrap; } + /* Status Bar */ .di-statusbar { display: flex; @@ -892,7 +963,7 @@