.sa-page {
    background: #ffffff;
    padding: 20px 40px 40px;
}
.sa-container {
    max-width: 900px;
    margin: 0 auto;
}
.sa-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1a2333;
}
.sa-sub {
    color: #5b6472;
    font-size: 14px;
    margin-bottom: 28px;
}
.sa-deposit-panel {
    padding: 16px 24px;
    background: #f0f5ff;
    border-top: 1px solid #e4e7ec;
}
.sa-deposit-panel label {
    display: block;
    font-size: 13px;
    color: #5b6472;
    margin-bottom: 6px;
    font-weight: 500;
}
.sa-deposit-input {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 10px 14px;
    max-width: 280px;
}
.sa-deposit-input span {
    color: #5b6472;
    margin-right: 6px;
    font-weight: 500;
}
.sa-deposit-input input {
    border: none;
    outline: none;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    color: #1a2333;
    background: transparent;
}
.sa-deposit-input input:focus {
    border-color: #14142b;
}
.sa-add-btn {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #14142b;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}
.sa-add-btn:hover {
    background: #0d0d1a;
}
.sa-simulate {
    margin-top: 20px;
    padding: 20px 24px;
    background: #f7f8fa;
    border-radius: 10px;
    border: 1px solid #e4e7ec;
}
.sa-simulate h3 {
    font-size: 14px;
    font-weight: 600;
    color: #14142b;
    margin-bottom: 10px;
}
.sa-simulate-row {
    display: flex;
    gap: 40px;
    font-size: 13px;
}
.sa-simulate-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sa-simulate-label {
    color: #5b6472;
}
.sa-simulate-value {
    font-weight: 700;
    color: #1a2333;
    font-size: 15px;
}

.sa-keypoints {
    background: #f0f5ff;
    border: 1px solid #d6e6fd;
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 24px;
}
.sa-keypoints h3 {
    font-size: 16px;
    margin-bottom: 14px;
    color: #14142b;
}
.sa-keypoint {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
}
.sa-keypoint:last-child { margin-bottom: 0; }
.sa-check {
    flex-shrink: 0;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: #14142b;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.sa-keypoint b { font-weight: 700; }

.sa-summary-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a2333;
}
.sa-summary-box { border-top: 1px solid #e4e7ec; }
.sa-summary-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
    padding: 20px 4px;
    border-bottom: 1px solid #e4e7ec;
    font-size: 13.5px;
}
.sa-summary-row .sa-q {
    font-weight: 700;
    color: #1a2333;
}
.sa-summary-row .sa-a {
    color: #5b6472;
    line-height: 1.7;
}
.sa-summary-row .sa-a p { margin-bottom: 10px; }
.sa-summary-row .sa-a p:last-child { margin-bottom: 0; }
.sa-summary-row .sa-a a { color: #14142b; }

.card-meta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    padding: 18px 24px;
    border-top: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
    font-size: 13px;
    background: #f7f8fa;
}
.meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.meta-label {
    color: #5b6472;
    font-weight: 500;
}
.meta-value {
    font-weight: 600;
    color: #1a2333;
}
