.dact-wrapper {
    max-width: 620px;
    margin: 40px auto;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.dact-wrapper h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
}

.dact-wrapper p {
    margin-bottom: 18px;
    color: #555555;
}

.dact-wrapper input {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.dact-wrapper button {
    display: inline-block;
    padding: 14px 22px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s ease;
}

.dact-wrapper button:hover {
    background: #333333;
}

#dact-result {
    margin-top: 20px;
}

.dact-card {
    padding: 18px;
    border-radius: 10px;
    background: #f5f7fb;
    border: 1px solid #e3e7ef;
}