@charset "UTF-8";

     @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ } .diagnosis-page .hd-container {
max-width: 900px;
margin: 0 auto;
font-size: 15px;
line-height: 1.7;
padding: 10px;
} .diagnosis-page .hd-section {
border: 1px solid #ddd;
border-radius: 10px;
padding: 18px;
margin-bottom: 24px;
background: #fff;
} .diagnosis-page .hd-section.income {
border-color: #1976d2;
background: #e3f2fd;
} .diagnosis-page .hd-section.loan {
border-color: #388e3c;
background: #e8f5e9;
} .diagnosis-page .hd-section h2 {
margin-top: 0;
font-size: 20px;
font-weight: 700;
color: #333;
} .diagnosis-page .hd-field {
margin-bottom: 16px;
}
.diagnosis-page .hd-field label {
display: block;
font-weight: 600;
margin-bottom: 6px;
color: #333;
}
.diagnosis-page .hd-field input,
.diagnosis-page .hd-field select {
width: 100%;
max-width: 280px;
padding: 6px 8px;
font-size: 15px;
border: 1px solid #bbb;
border-radius: 6px;
background: #fff;
} .diagnosis-page .hd-note {
font-size: 13px;
color: #555;
margin-top: 4px;
} .diagnosis-page .hd-buttons {
margin-top: 18px;
}
.diagnosis-page .hd-buttons button {
padding: 8px 14px;
font-size: 15px;
border-radius: 6px;
border: none;
cursor: pointer;
margin-right: 10px;
background: #1976d2;
color: #fff;
}
.diagnosis-page .hd-buttons button:hover {
opacity: 0.85;
} .diagnosis-page .hd-tooltip {
display: inline-block;
margin-left: 6px;
cursor: pointer;
color: #1976d2;
font-weight: 700;
} .hd-popup {
display: none !important;
position: absolute;
background: #fff;
border: 1px solid #ccc;
padding: 10px;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
z-index: 9999;
width: 260px;
font-size: 14px;
} .hd-popup.visible {
display: block !important;
}
.diagnosis-page .hd-tooltip-box {
display: none;
position: absolute;
z-index: 20;
max-width: 320px;
padding: 10px 12px;
background: #fff;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 13px;
color: #333;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.diagnosis-page .hd-tooltip-box.visible {
display: block;
} .diagnosis-page .hd-result-section h3 {
margin-top: 20px;
margin-bottom: 6px;
font-size: 18px;
font-weight: 700;
}
.diagnosis-page .hd-result-section ul {
padding-left: 20px;
margin-top: 6px;
}
.diagnosis-page .badge-explanation {
font-size: 14px;
color: #333;
margin-top: 4px;
} .diagnosis-page canvas {
margin-top: 10px;
background: #fff;
border-radius: 6px;
padding: 10px;
} @media print { .diagnosis-page .hd-buttons {
display: none !important;
} .diagnosis-page .hd-tooltip-box {
display: none !important;
} body {
-webkit-print-color-adjust: exact !important;
print-color-adjust: exact !important;
} .diagnosis-page .hd-section {
page-break-inside: avoid;
}
} @media screen and (max-width: 600px) {
.diagnosis-page .hd-container {
padding: 6px;
}
.diagnosis-page .hd-field input,
.diagnosis-page .hd-field select {
max-width: 100%;
}
.diagnosis-page .hd-buttons button {
width: 100%;
margin-bottom: 10px;
}
} .hd-popup {
display: none !important;
position: absolute;
background: #fff;
border: 1px solid #ccc;
padding: 10px;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
z-index: 999999;
width: 260px;
font-size: 14px;
} .hd-popup.visible {
display: block !important;
} .hd-field {
overflow: visible !important;
}