/* ── Logo text ── */
.adsroid-logo-text {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

/* ── Platform icons ── */
.adsroid-platform-icon {
    display: inline-flex;
    align-items: center;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.adsroid-platform-icon svg {
    width: 12px;
    height: 12px;
}

/* ── Wrap ── */
.adsroid-wrap {
    max-width: 640px;
    margin: 32px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ── Header ── */
.adsroid-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.adsroid-links { display: flex; gap: 16px; }
.adsroid-links a { font-size: 13px; color: #7c3aed; text-decoration: none; font-weight: 500; }
.adsroid-links a:hover { text-decoration: underline; }

/* ── Hero ── */
.adsroid-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #3b1f6e 100%);
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 24px;
}
.adsroid-tagline { font-size: 18px; font-weight: 700; margin: 0 0 8px; color: #fff; }
.adsroid-desc { font-size: 13px; line-height: 1.6; color: #c4b5fd; margin: 0 0 12px; }
.adsroid-hero-cols { display: flex; gap: 16px; margin-top: 16px; }
.adsroid-hero-col {
    flex: 1;
    background: rgba(255,255,255,0.07);
    border-radius: 8px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.adsroid-hero-icon { font-size: 18px; }
.adsroid-hero-col strong { font-size: 13px; color: #fff; }
.adsroid-hero-col span { font-size: 12px; color: #c4b5fd; line-height: 1.5; }

/* ── Hero CTA ── */
.adsroid-hero-cta {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 18px;
    background: #fff;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    transition: opacity 0.2s;
}
.adsroid-hero-cta:hover { opacity: 0.85; color: #1a1a1a; }

/* ── Tabs ── */
.adsroid-tabs { display: flex; gap: 4px; margin-bottom: 20px; border-bottom: 2px solid #e5e7eb; }
.adsroid-tab { padding: 10px 18px; font-size: 14px; font-weight: 500; color: #6b7280; text-decoration: none; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.15s; }
.adsroid-tab:hover { color: #7c3aed; }
.adsroid-tab.active { color: #7c3aed; border-bottom-color: #7c3aed; }

/* ── Notice ── */
.adsroid-notice { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; padding: 12px 16px; border-radius: 8px; margin-bottom: 20px; font-size: 14px; }

/* ── Cards ── */
.adsroid-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 20px; margin-bottom: 16px; transition: opacity 0.2s; }
.adsroid-card label { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; color: #6b7280; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.08em; }
.adsroid-card-desc { font-size: 13px; color: #9ca3af; margin: 0 0 12px; }

/* ── Disabled ── */
.adsroid-disabled { opacity: 0.45; pointer-events: none; }

/* ── Badges ── */
.adsroid-badge { background: #ede9fe; color: #7c3aed; font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; }
.adsroid-badge-grey { background: #f3f4f6; color: #9ca3af; font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; }

/* ── Fields ── */
.adsroid-field { display: flex; gap: 8px; }
.adsroid-field input { flex: 1; padding: 10px 12px; border: 1px solid #d1d5db; border-radius: 6px; font-size: 13px; font-family: monospace; color: #1a1a1a; background: #f9fafb; outline: none; }
.adsroid-field input:focus { border-color: #7c3aed; background: #fff; }

/* ── Pixel rows ── */
.adsroid-pixel-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f3f4f6; }
.adsroid-pixel-row:last-child { border-bottom: none; }
.adsroid-pixel-label { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: #374151; width: 210px; flex-shrink: 0; }
.adsroid-pixel-row input { flex: 1; padding: 8px 12px; border: 1px solid #d1d5db; border-radius: 6px; font-size: 13px; font-family: monospace; color: #1a1a1a; background: #f9fafb; outline: none; }
.adsroid-pixel-row input:focus { border-color: #7c3aed; background: #fff; }

/* ── Buttons ── */
.adsroid-copy { padding: 10px 18px; background: #7c3aed; color: #fff; border: none; border-radius: 6px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: background 0.2s; }
.adsroid-copy:hover { background: #6d28d9; }
.adsroid-save { padding: 11px 24px; background: #7c3aed; color: #fff; border: none; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.2s; margin-top: 4px; }
.adsroid-save:hover { background: #6d28d9; }
.adsroid-regen { padding: 8px 14px; background: transparent; color: #6b7280; border: 1px solid #d1d5db; border-radius: 6px; font-size: 13px; cursor: pointer; transition: all 0.2s; }
.adsroid-regen:hover { border-color: #ef4444; color: #ef4444; }

/* ── Hint ── */
.adsroid-hint { font-size: 12px; color: #9ca3af; margin: 10px 0 0; }
.adsroid-hint a { color: #7c3aed; }

/* ── Footer ── */
.adsroid-footer { margin-top: 28px; font-size: 12px; color: #9ca3af; text-align: center; }
.adsroid-footer a { color: #7c3aed; text-decoration: none; }
.adsroid-footer a:hover { text-decoration: underline; }
