body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
}

.tool-card {
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.ad-box {
    max-width: 1100px;
    margin: 20px auto;
    padding: 25px;
    background: #fff;
    text-align: center;
    border: 2px dashed #ccc;
    border-radius: 12px;
    font-weight: 600;
}

.thumb-box {
    position: relative;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.thumb-box img {
    width: 100%;
}

.timestamp {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    display: none;
}

.safe-area {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    border: 2px dashed rgba(255,0,0,0.7);
    pointer-events: none;
    display: none;
}

.title {
    font-weight: 500;
    margin-top: 6px;
}

.channel {
    font-size: 13px;
    color: #606060;
}

.mobile {
    background: #000;
    padding: 12px;
    border-radius: 16px;
}

.mobile .title,
.mobile .channel {
    color: #fff;
}

/* SOCIAL BAR */
.social-ad {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    z-index: 9999;
}
