.sidebar-title { padding: 10px 12px; margin-bottom: 8px; color: var(--text-main); }
.text-muted-block { color: var(--text-muted); }
.text-small { font-size: 0.875em; }
.text-center { text-align: center; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.gap-15 { gap: 15px; }
.gap-20 { gap: 20px; }
.tool-icon-salary { background: #e0f2fe; color: #0369a1; }
.tool-icon-tax { background: #f0fdf4; color: #166534; }
.tool-icon-project { background: #fff7ed; color: #9a3412; }
.tool-icon-value { background: #faf5ff; color: #6b21a8; }
.tool-icon-global { background: #eff6ff; color: #1e40af; }
.tool-icon-mrr { background: #ecfdf5; color: #047857; }
.radio-group { display: flex; gap: 15px; margin-top: 5px; }
.radio-label { display: flex; align-items: center; cursor: pointer; }
.radio-input { margin-right: 8px; }
.result-card-simple { background: var(--background); padding: 15px; border-radius: 8px; }
.result-card-bordered { background: var(--card-bg); padding: 15px; border-radius: 8px; border: 1px solid var(--border); }
.result-card-primary-border { background: var(--background); padding: 15px; border-radius: 8px; border-left: 4px solid var(--primary); }
.result-card-danger-border { background: var(--background); padding: 15px; border-radius: 8px; border-left: 4px solid #ef4444; }
.result-card-centered { background: var(--background); padding: 15px; border-radius: 8px; text-align: center; }
.result-card-centered-border-bottom { background: var(--background); padding: 15px; border-radius: 8px; text-align: center; border-bottom: 4px solid var(--primary); }
.result-value-primary { font-size: 2.2em; font-weight: 800; color: var(--primary); letter-spacing: -1px; }
.result-value-danger { font-size: 2em; font-weight: 800; color: #ef4444; }
.result-value-main { font-size: 2.5em; font-weight: 800; color: var(--text-main); letter-spacing: -1.5px; }
.result-breakdown-box { margin-top: 20px; padding: 15px; background: var(--background-secondary); border-radius: 8px; }
.list-unstyled { list-style: none; padding: 0; margin: 0; }
.result-list-item { display: flex; justify-content: space-between; margin-bottom: 5px; }
.result-input-group { display: flex; justify-content: space-between; margin-top: 5px; }
.risk-low { font-weight: 700; color: var(--primary); }
.range-labels { display: flex; justify-content: space-between; margin-top: 5px; }
.verdict-box { padding: 15px; border-radius: 8px; border: 1px solid transparent; font-weight: 500; }
.roi-multiplier { background: #faf5ff; padding: 15px; border-radius: 8px; border: 1px solid #e9d5ff; text-align: center; }
.roi-value { font-size: 2.5em; font-weight: 800; color: #7e22ce; display: block; }
.mrr-highlight { color: #059669; font-weight: 700; }
