#archery-signin-widget {
    max-width: 420px;
    margin: 0 auto;
    padding: 24px 20px;
    background: #f7f7f5;
    border-radius: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#archery-signin-widget label {
    display: block;
    font-weight: 600;
    margin: 12px 0 6px;
    font-size: 15px;
    color: #222;
}

#archery-signin-widget input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
}

.archery-btn-row {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.archery-btn {
    flex: 1;
    padding: 16px 0;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}

.archery-btn:active {
    transform: scale(0.97);
}

.archery-btn-in {
    background: #2e7d32;
}

.archery-btn-out {
    background: #c62828;
}

.archery-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#archery-signin-message {
    margin-top: 16px;
    font-size: 15px;
    text-align: center;
    min-height: 20px;
}

#archery-signin-message.success {
    color: #2e7d32;
    font-weight: 600;
}

#archery-signin-message.error {
    color: #c62828;
    font-weight: 600;
}

@media (max-width: 480px) {
    #archery-signin-widget {
        border-radius: 0;
    }
}
