.analysis-layout { display: grid; grid-template-columns: 300px 1fr; gap: 16px; }
.analysis-sidebar { background: #fff; padding: 12px; border-radius: 8px; border: 1px solid #e5e7eb; }
.analysis-sidebar .block { margin-bottom: 12px; display: grid; gap: 6px; }
.analysis-sidebar label { font-weight: 600; font-size: 12px; text-transform: uppercase; color: #374151; }
.analysis-sidebar .actions { display: flex; gap: 8px; }
.analysis-main { display: grid; gap: 16px; }
.pivot-container, .lookup-container { background: #fff; padding: 12px; border-radius: 8px; border: 1px solid #e5e7eb; }
.lookup-container table { width: 100%; border-collapse: collapse; }
.lookup-container th, .lookup-container td { border-bottom: 1px solid #f3f4f6; padding: 6px 8px; text-align: left; }
.notice { margin-top: 8px; color: #92400e; background: #fef3c7; padding: 6px 8px; border-radius: 6px; }


