.typohunter-report-button {
    position: absolute;
    padding: 8px 16px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1001;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease;
}

.typohunter-report-button:hover {
    background-color: #005a87;
}

.typohunter-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
}

.typohunter-report-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 10002;
    width: 400px;
    max-width: 90%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.typohunter-report-form::backdrop {
    display: none;
}

.typohunter-report-form form {
    padding: 30px;
}

.typohunter-report-form h2 {
    margin: 0 0 20px 0;
    font-size: 26px;
    color: #23282d;
    font-weight: 600;
    line-height: 1.2;
}

.typohunter-report-form label {
    display: block;
    margin-bottom: 8px;
    color: #23282d;
    font-size: 14px;
    font-weight: 500;
}

.typohunter-report-form textarea {
    width: 100%;
    min-height: 80px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    box-sizing: border-box;
}

.typohunter-report-form textarea[readonly] {
    background-color: #f6f7f7;
    color: #2c3338;
}

.typohunter-report-form textarea:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
}

.typohunter-button-group {
    display: flex;
    gap: 10px;
}

.typohunter-report-form button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.typohunter-submit-btn {
    background-color: #0073aa;
    color: white;
    flex: 1;
}

.typohunter-submit-btn:hover {
    background-color: #005a87;
}

.typohunter-close-btn {
    background-color: #f0f0f1;
    color: #2c3338;
}

.typohunter-close-btn:hover {
    background-color: #dcdcde;
}

.typohunter-report-link-container {
    margin-top: 20px;
    text-align: right;
}

.typohunter-report-link-footer {
    color: #555;
    text-decoration: none;
    font-size: 0.9em;
}

.typohunter-report-link-footer:hover {
    text-decoration: underline;
}

.typohunter-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
}
