/* Tecveq Blog Directory - Public Styles */
:root {
  --tecveq-primary: #4f46e5;
  --tecveq-primary-dark: #4338ca;
  --tecveq-accent: #7c3aed;
  --tecveq-bg: #f8fafc;
  --tecveq-surface: #ffffff;
  --tecveq-surface-2: #f1f5f9;
  --tecveq-text: #0f172a;
  --tecveq-text-soft: #475569;
  --tecveq-text-mute: #94a3b8;
  --tecveq-border: #e2e8f0;
  --tecveq-success: #10b981;
  --tecveq-warning: #f59e0b;
  --tecveq-danger: #ef4444;
  --tecveq-radius: 12px;
  --tecveq-radius-sm: 8px;
  --tecveq-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --tecveq-shadow-lg: 0 8px 40px rgba(15, 23, 42, 0.12);
  --tecveq-grad: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  --tecveq-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

.tecveq-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 18px; font-size: 14px; font-weight: 600; font-family: inherit; border: 1px solid transparent; border-radius: var(--tecveq-radius-sm); cursor: pointer; text-decoration: none; transition: all .2s ease; white-space: nowrap; }
.tecveq-btn-sm { padding: 6px 12px; font-size: 13px; }
.tecveq-btn-lg { padding: 14px 28px; font-size: 16px; }
.tecveq-btn-block { display: flex; width: 100%; }
.tecveq-btn-primary { background: var(--tecveq-grad); color: #fff; }
.tecveq-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(79, 70, 229, .35); color: #fff; }
.tecveq-btn-ghost { background: transparent; color: var(--tecveq-text); border-color: var(--tecveq-border); }
.tecveq-btn-ghost:hover { background: var(--tecveq-surface-2); }
.tecveq-btn-danger { background: var(--tecveq-danger); color: #fff; }
.tecveq-btn-danger:hover { background: #dc2626; color: #fff; }
.tecveq-btn-google { background: #fff; color: #3b3b3b; border-color: #dadce0; }
.tecveq-btn-google:hover { background: #fafafa; }

.tecveq-alert { padding: 12px 16px; border-radius: var(--tecveq-radius-sm); margin-bottom: 16px; font-size: 14px; }
.tecveq-alert p { margin: 0 0 4px; }
.tecveq-alert p:last-child { margin: 0; }
.tecveq-alert-success { background: #ecfdf5; color: #065f46; border-left: 3px solid var(--tecveq-success); }
.tecveq-alert-error { background: #fef2f2; color: #991b1b; border-left: 3px solid var(--tecveq-danger); }
.tecveq-alert-info { background: #eff6ff; color: #1e40af; border-left: 3px solid #3b82f6; }

.tecveq-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.tecveq-field-label { font-size: 13px; font-weight: 600; color: var(--tecveq-text-soft); }
.tecveq-field-hint { font-size: 12px; color: var(--tecveq-text-mute); }
.tecveq-field-feedback { font-size: 12px; color: var(--tecveq-text-mute); min-height: 16px; }
.tecveq-field-feedback.is-error { color: var(--tecveq-danger); }
.tecveq-field-feedback.is-ok { color: var(--tecveq-success); }
.tecveq-field input[type="text"], .tecveq-field input[type="email"], .tecveq-field input[type="password"], .tecveq-field input[type="url"], .tecveq-field input[type="number"], .tecveq-field input[type="search"], .tecveq-field select, .tecveq-field textarea { width: 100%; padding: 10px 12px; font-size: 14px; font-family: inherit; border: 1px solid var(--tecveq-border); border-radius: var(--tecveq-radius-sm); background: #fff; color: var(--tecveq-text); transition: border-color .15s, box-shadow .15s; }
.tecveq-field input:focus, .tecveq-field select:focus, .tecveq-field textarea:focus { outline: none; border-color: var(--tecveq-primary); box-shadow: 0 0 0 3px rgba(79, 70, 229, .15); }
.tecveq-field-error input, .tecveq-field-error select, .tecveq-field-error textarea { border-color: #dc2626 !important; box-shadow: 0 0 0 3px rgba(220, 38, 38, .12) !important; }
.tecveq-field input[type="checkbox"] { width: 16px; }
.tecveq-field-checkbox { flex-direction: row; align-items: center; gap: 8px; }
.tecveq-field-checkbox span { font-size: 14px; color: var(--tecveq-text-soft); }
.tecveq-grid { display: grid; gap: 16px; }
.tecveq-grid-2 { grid-template-columns: repeat(2, 1fr); }
.tecveq-grid-3 { grid-template-columns: repeat(3, 1fr); }

.tecveq-glass { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.6); box-shadow: var(--tecveq-shadow); }

.tecveq-auth-body { margin: 0; padding: 0; background: #0f172a; font-family: var(--tecveq-font); min-height: 100vh; }
.tecveq-auth-wrapper { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; overflow: hidden; }
.tecveq-auth-bg { position: absolute; inset: 0; z-index: 0; }
.tecveq-blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .55; animation: tecveq-float 18s infinite ease-in-out; }
.tecveq-blob-1 { width: 380px; height: 380px; background: #4f46e5; top: -100px; left: -80px; }
.tecveq-blob-2 { width: 420px; height: 420px; background: #7c3aed; bottom: -120px; right: -100px; animation-delay: -6s; }
.tecveq-blob-3 { width: 300px; height: 300px; background: #ec4899; top: 40%; left: 50%; animation-delay: -12s; }
@keyframes tecveq-float { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(40px, -30px) scale(1.05); } 66% { transform: translate(-30px, 30px) scale(.95); } }
.tecveq-auth-card { position: relative; z-index: 1; width: 100%; max-width: 440px; background: rgba(255, 255, 255, .96); backdrop-filter: blur(20px); border-radius: 20px; padding: 36px 32px; box-shadow: 0 24px 80px rgba(0, 0, 0, .35); }
.tecveq-auth-brand { text-align: center; margin-bottom: 24px; }
.tecveq-auth-logo { display: inline-block; font-size: 28px; font-weight: 800; letter-spacing: -0.5px; background: var(--tecveq-grad); -webkit-background-clip: text; background-clip: text; color: transparent; text-decoration: none; }
.tecveq-auth-tagline { display: block; margin-top: 6px; font-size: 12px; color: var(--tecveq-text-mute); letter-spacing: 1px; text-transform: uppercase; }
.tecveq-auth-subtitle { text-align: center; color: var(--tecveq-text-soft); font-size: 14px; margin: 0 0 20px; }
.tecveq-auth-foot { text-align: center; margin-top: 20px; font-size: 13px; color: var(--tecveq-text-mute); }
.tecveq-auth-foot a { color: var(--tecveq-primary); font-weight: 600; text-decoration: none; }
.tecveq-divider { display: flex; align-items: center; text-align: center; margin: 20px 0; color: var(--tecveq-text-mute); font-size: 12px; }
.tecveq-divider::before, .tecveq-divider::after { content: ""; flex: 1; height: 1px; background: var(--tecveq-border); }
.tecveq-divider span { padding: 0 12px; }

.tecveq-dashboard-body { margin: 0; padding: 0; background: var(--tecveq-bg); font-family: var(--tecveq-font); color: var(--tecveq-text); }
.tecveq-dash { display: flex; min-height: 100vh; }
.tecveq-sidebar { width: 260px; flex-shrink: 0; background: #0f172a; color: #cbd5e1; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }
.tecveq-sidebar-brand { padding: 24px 22px 20px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.tecveq-brand-mark { font-size: 22px; font-weight: 800; color: #fff; text-decoration: none; letter-spacing: -0.5px; }
.tecveq-brand-sub { display: block; font-size: 11px; color: #64748b; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; }
.tecveq-nav { flex: 1; padding: 16px 12px; overflow-y: auto; }
.tecveq-nav-item { display: flex; align-items: center; gap: 12px; padding: 11px 14px; color: #cbd5e1; text-decoration: none; border-radius: 10px; font-size: 14px; font-weight: 500; margin-bottom: 2px; transition: all .15s; }
.tecveq-nav-item .dashicons { font-size: 18px; width: 18px; height: 18px; opacity: .85; }
.tecveq-nav-item:hover { background: rgba(255, 255, 255, .06); color: #fff; }
.tecveq-nav-item.is-active { background: var(--tecveq-grad); color: #fff; box-shadow: 0 4px 14px rgba(79, 70, 229, .35); }
.tecveq-nav-badge { margin-left: auto; background: var(--tecveq-danger); color: #fff; font-size: 11px; padding: 1px 7px; border-radius: 999px; font-weight: 700; }
.tecveq-sidebar-footer { padding: 16px; border-top: 1px solid rgba(255, 255, 255, .08); }
.tecveq-user-card { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.tecveq-user-avatar { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.tecveq-user-info { display: flex; flex-direction: column; overflow: hidden; }
.tecveq-user-info strong { font-size: 13px; color: #fff; }
.tecveq-user-info span { font-size: 11px; color: #64748b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tecveq-logout { display: block; text-align: center; padding: 8px; font-size: 12px; color: #94a3b8; text-decoration: none; border: 1px solid rgba(255, 255, 255, .1); border-radius: 8px; transition: all .15s; }
.tecveq-logout:hover { background: rgba(239, 68, 68, .15); color: #fca5a5; border-color: rgba(239, 68, 68, .3); }

.tecveq-main { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.tecveq-topbar { height: 64px; background: #fff; border-bottom: 1px solid var(--tecveq-border); display: flex; align-items: center; padding: 0 24px; gap: 16px; position: sticky; top: 0; z-index: 10; }
.tecveq-topbar-title { font-size: 18px; font-weight: 700; flex: 1; }
.tecveq-mobile-toggle { display: none; background: none; border: 0; flex-direction: column; gap: 4px; padding: 8px; cursor: pointer; }
.tecveq-mobile-toggle span { width: 22px; height: 2px; background: var(--tecveq-text); border-radius: 1px; }
.tecveq-content { flex: 1; padding: 24px; max-width: 1200px; width: 100%; margin: 0 auto; }

.tecveq-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.tecveq-stat-card { display: flex; align-items: center; gap: 16px; padding: 20px; border-radius: var(--tecveq-radius); }
.tecveq-stat-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--color, var(--tecveq-primary)) 15%, transparent); }
.tecveq-stat-icon .dashicons { font-size: 24px; width: 24px; height: 24px; color: var(--color, var(--tecveq-primary)); }
.tecveq-stat-info { display: flex; flex-direction: column; }
.tecveq-stat-label { font-size: 12px; color: var(--tecveq-text-mute); text-transform: uppercase; letter-spacing: .5px; }
.tecveq-stat-value { font-size: 26px; font-weight: 700; }

.tecveq-row { display: flex; gap: 20px; }
.tecveq-col { flex: 1; min-width: 0; }
.tecveq-col-8 { flex: 2; }
.tecveq-col-4 { flex: 1; }
.tecveq-card { background: #fff; border: 1px solid var(--tecveq-border); border-radius: var(--tecveq-radius); padding: 22px; margin-bottom: 20px; box-shadow: var(--tecveq-shadow); }
.tecveq-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.tecveq-card-header h3, .tecveq-card-header h4 { margin: 0; font-size: 16px; }
.tecveq-card-subheader { padding: 14px 0 4px; }
.tecveq-card-subheader h4 { margin: 0; font-size: 14px; color: var(--tecveq-text-soft); text-transform: uppercase; letter-spacing: .5px; }
.tecveq-form-actions { padding-top: 12px; border-top: 1px solid var(--tecveq-border); margin-top: 8px; }

.tecveq-list { list-style: none; padding: 0; margin: 0; }
.tecveq-list-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--tecveq-border); }
.tecveq-list-item:last-child { border-bottom: 0; }
.tecveq-list-title { flex: 1; text-decoration: none; color: var(--tecveq-text); font-weight: 500; }
.tecveq-list-title:hover { color: var(--tecveq-primary); }
.tecveq-list-time { font-size: 12px; color: var(--tecveq-text-mute); }

.tecveq-table-wrap { overflow-x: auto; }
.tecveq-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.tecveq-table th { text-align: left; padding: 10px 12px; background: var(--tecveq-surface-2); font-size: 12px; text-transform: uppercase; letter-spacing: .5px; color: var(--tecveq-text-soft); }
.tecveq-table td { padding: 12px; border-bottom: 1px solid var(--tecveq-border); }
.tecveq-table small { display: block; color: var(--tecveq-text-mute); font-size: 12px; }

.tecveq-status-pill { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.tecveq-status-publish { background: #d1fae5; color: #065f46; }
.tecveq-status-pending { background: #fef3c7; color: #92400e; }
.tecveq-status-draft { background: #f1f5f9; color: #475569; }
.tecveq-status-rejected { background: #fee2e2; color: #991b1b; }

.tecveq-filter-tabs { display: flex; gap: 6px; margin-bottom: 16px; flex-wrap: wrap; }
.tecveq-filter-tab { padding: 6px 14px; border-radius: 999px; font-size: 13px; text-decoration: none; color: var(--tecveq-text-soft); border: 1px solid var(--tecveq-border); }
.tecveq-filter-tab.is-active, .tecveq-filter-tab:hover { background: var(--tecveq-primary); color: #fff; border-color: var(--tecveq-primary); }

.tecveq-progress-wrap { display: flex; align-items: center; gap: 12px; }
.tecveq-progress-bar { flex: 1; height: 8px; background: var(--tecveq-surface-2); border-radius: 4px; overflow: hidden; }
.tecveq-progress-bar span { display: block; height: 100%; background: var(--tecveq-grad); border-radius: 4px; transition: width .5s; }

.tecveq-wizard { max-width: 760px; margin: 0 auto; }
.tecveq-wizard-progress { display: flex; justify-content: space-between; margin-bottom: 28px; position: relative; }
.tecveq-wizard-progress::before { content: ""; position: absolute; top: 18px; left: 8%; right: 8%; height: 2px; background: var(--tecveq-border); z-index: 0; }
.tecveq-wizard-step { display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; z-index: 1; flex: 1; }
.tecveq-wizard-step .dot { width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 2px solid var(--tecveq-border); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--tecveq-text-mute); transition: all .2s; }
.tecveq-wizard-step .label { font-size: 12px; color: var(--tecveq-text-mute); text-align: center; }
.tecveq-wizard-step.is-active .dot { background: var(--tecveq-grad); color: #fff; border-color: transparent; box-shadow: 0 4px 12px rgba(79, 70, 229, .35); }
.tecveq-wizard-step.is-active .label { color: var(--tecveq-primary); font-weight: 600; }
.tecveq-wizard-panel { display: none; animation: tecveq-fade .3s ease; }
.tecveq-wizard-panel.is-active { display: block; }
@keyframes tecveq-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.tecveq-wizard-actions { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--tecveq-border); }

.tecveq-code-block { background: #0f172a; color: #e2e8f0; padding: 14px 76px 14px 16px; border-radius: 10px; font-family: "SF Mono", Menlo, Monaco, Consolas, monospace; font-size: 12px; line-height: 1.6; margin-bottom: 14px; position: relative; word-break: break-all; }
.tecveq-code-block code { color: inherit; background: none; }
.tecveq-code-block .tecveq-btn { position: absolute; top: 8px; right: 8px; }

.tecveq-notif-list { list-style: none; padding: 0; margin: 0; }
.tecveq-notif-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--tecveq-border); }
.tecveq-notif-item:last-child { border-bottom: 0; }
.tecveq-notif-item.is-unread { background: linear-gradient(90deg, rgba(79, 70, 229, .04), transparent); padding-left: 12px; padding-right: 12px; border-radius: 8px; }
.tecveq-notif-icon { color: var(--tecveq-primary); margin-top: 2px; }
.tecveq-notif-item strong { font-size: 14px; display: block; margin-bottom: 2px; }
.tecveq-notif-item p { margin: 0 0 4px; font-size: 13px; color: var(--tecveq-text-soft); }
.tecveq-notif-item small { color: var(--tecveq-text-mute); font-size: 12px; }

.tecveq-profile-header { display: flex; gap: 18px; align-items: center; margin-bottom: 22px; padding: 16px; background: var(--tecveq-surface-2); border-radius: var(--tecveq-radius); }
.tecveq-profile-avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; }
.tecveq-profile-header h2 { margin: 0 0 4px; font-size: 20px; }
.tecveq-profile-header p { margin: 0; color: var(--tecveq-text-mute); font-size: 13px; }

.tecveq-archive-wrap { max-width: 1200px; margin: 0 auto; padding: 24px; }
.tecveq-directory-hero { padding: 36px 28px; border-radius: 16px; text-align: center; margin-bottom: 24px; background: linear-gradient(135deg, rgba(79, 70, 229, .08) 0%, rgba(124, 58, 237, .08) 100%); }
.tecveq-directory-hero h1 { margin: 0 0 8px; font-size: 30px; background: var(--tecveq-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tecveq-directory-hero p { margin: 0 0 20px; color: var(--tecveq-text-soft); font-size: 15px; }
.tecveq-directory-search { display: flex; gap: 8px; max-width: 560px; margin: 0 auto; }
.tecveq-directory-search input { flex: 1; padding: 12px 16px; border: 1px solid var(--tecveq-border); border-radius: 10px; font-size: 14px; }
.tecveq-directory-search input:focus { outline: none; border-color: var(--tecveq-primary); box-shadow: 0 0 0 3px rgba(79, 70, 229, .15); }
.tecveq-directory-layout { display: grid; grid-template-columns: 260px 1fr; gap: 20px; }
.tecveq-directory-filters { padding: 18px; }
.tecveq-directory-filters h3 { margin: 0 0 16px; font-size: 14px; text-transform: uppercase; letter-spacing: .5px; color: var(--tecveq-text-soft); }
.tecveq-directory-stats { font-size: 13px; color: var(--tecveq-text-mute); margin-bottom: 14px; }
.tecveq-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.tecveq-blog-card { background: #fff; border: 1px solid var(--tecveq-border); border-radius: var(--tecveq-radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.tecveq-blog-card:hover { transform: translateY(-2px); box-shadow: var(--tecveq-shadow-lg); }
.tecveq-blog-card-cover { display: block; height: 140px; background-size: cover; background-position: center; background-color: var(--tecveq-surface-2); }
.tecveq-blog-card-body { padding: 16px; }
.tecveq-blog-card-head { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.tecveq-blog-card-logo { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.tecveq-blog-card-logo-placeholder { display: flex; align-items: center; justify-content: center; background: var(--tecveq-grad); color: #fff; font-weight: 700; font-size: 18px; }
.tecveq-blog-card-title { margin: 0 0 4px; font-size: 15px; line-height: 1.3; }
.tecveq-blog-card-title a { color: var(--tecveq-text); text-decoration: none; }
.tecveq-blog-card-title a:hover { color: var(--tecveq-primary); }
.tecveq-blog-card-meta { display: flex; gap: 8px; font-size: 12px; color: var(--tecveq-text-mute); }
.tecveq-blog-card-desc { font-size: 13px; color: var(--tecveq-text-soft); margin: 0 0 14px; line-height: 1.5; min-height: 40px; }
.tecveq-blog-card-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.tecveq-blog-card-actions { display: flex; gap: 6px; }

.tecveq-badge { display: inline-block; padding: 3px 9px; border-radius: 999px; font-size: 11px; font-weight: 600; }
.tecveq-badge-verified { background: #d1fae5; color: #065f46; }
.tecveq-badge-new { background: #dbeafe; color: #1e40af; }
.tecveq-badge-pick { background: #fef3c7; color: #92400e; }

.tecveq-chip { display: inline-block; padding: 3px 10px; background: var(--tecveq-surface-2); color: var(--tecveq-text-soft); border-radius: 999px; font-size: 12px; text-decoration: none; }
.tecveq-chip:hover { background: var(--tecveq-primary); color: #fff; }

.tecveq-empty { text-align: center; padding: 40px 20px; color: var(--tecveq-text-mute); font-size: 14px; }
.tecveq-empty a { display: inline-block; margin-top: 14px; }

.tecveq-single-wrap { max-width: 1200px; margin: 0 auto; padding: 24px; }
.tecveq-listing-hero { position: relative; overflow: hidden; border-radius: 20px; padding: 36px; margin-bottom: 18px; }
.tecveq-listing-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .15; z-index: 0; }
.tecveq-listing-hero-inner { position: relative; z-index: 1; }
.tecveq-listing-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.tecveq-listing-hero-top { display: flex; gap: 18px; align-items: center; margin-bottom: 16px; }
.tecveq-listing-logo { width: 84px; height: 84px; border-radius: 16px; object-fit: cover; flex-shrink: 0; background: #fff; box-shadow: var(--tecveq-shadow); }
.tecveq-listing-logo-placeholder { display: flex; align-items: center; justify-content: center; background: var(--tecveq-grad); color: #fff; font-size: 32px; font-weight: 700; }
.tecveq-listing-title { margin: 0 0 8px; font-size: 28px; }
.tecveq-listing-meta { display: flex; flex-wrap: wrap; gap: 14px; font-size: 13px; color: var(--tecveq-text-soft); align-items: center; }
.tecveq-listing-meta .dashicons { font-size: 14px; vertical-align: middle; }
.tecveq-listing-short { font-size: 15px; color: var(--tecveq-text-soft); margin: 0 0 20px; max-width: 700px; }
.tecveq-listing-actions { display: flex; gap: 10px; }
.tecveq-breadcrumbs { font-size: 12px; color: var(--tecveq-text-mute); margin-bottom: 18px; }
.tecveq-breadcrumbs a { color: var(--tecveq-primary); text-decoration: none; }
.tecveq-listing-grid { display: grid; grid-template-columns: 1fr 320px; gap: 20px; }
.tecveq-listing-content { font-size: 14px; line-height: 1.7; color: var(--tecveq-text-soft); }
.tecveq-listing-topics { display: flex; flex-wrap: wrap; gap: 6px; }
.tecveq-detail-list { margin: 0; }
.tecveq-detail-list dt { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: var(--tecveq-text-mute); margin-bottom: 2px; }
.tecveq-detail-list dd { margin: 0 0 12px; font-size: 14px; font-weight: 500; }
.tecveq-social-list { display: flex; flex-direction: column; gap: 6px; }
.tecveq-social-item { padding: 8px 12px; border: 1px solid var(--tecveq-border); border-radius: 8px; text-decoration: none; color: var(--tecveq-text); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.tecveq-social-item:hover { background: var(--tecveq-surface-2); }
.tecveq-listing-author { display: flex; gap: 12px; align-items: center; }
.tecveq-listing-author img { width: 48px; height: 48px; border-radius: 50%; }
.tecveq-listing-author strong { display: block; font-size: 14px; }
.tecveq-listing-author span { font-size: 12px; color: var(--tecveq-text-mute); }

.tecveq-profile-wrap { max-width: 1100px; margin: 24px auto; padding: 32px; border-radius: 20px; }
.tecveq-profile-cover { height: 100px; background: var(--tecveq-grad); border-radius: 12px; margin-bottom: -50px; }
.tecveq-profile-top { display: flex; gap: 20px; align-items: flex-end; padding: 0 16px 20px; }
.tecveq-profile-pic { width: 110px; height: 110px; border-radius: 50%; border: 4px solid #fff; object-fit: cover; }
.tecveq-profile-id h1 { margin: 0 0 4px; }
.tecveq-profile-bio { margin: 0 0 8px; color: var(--tecveq-text-soft); }
.tecveq-profile-stats { display: flex; gap: 20px; font-size: 13px; color: var(--tecveq-text-mute); }
.tecveq-profile-stats strong { font-size: 16px; color: var(--tecveq-text); display: block; }
.tecveq-profile-section-title { font-size: 18px; margin: 24px 0 16px; }

.tecveq-auth-buttons-inline { display: inline-flex; gap: 10px; }

@media (max-width: 992px) {
  .tecveq-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .tecveq-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .tecveq-directory-layout { grid-template-columns: 1fr; }
  .tecveq-listing-grid { grid-template-columns: 1fr; }
  .tecveq-row { flex-direction: column; }
  .tecveq-col-8, .tecveq-col-4 { flex: 1; }
  .tecveq-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .tecveq-sidebar { position: fixed; left: -260px; transition: left .25s; z-index: 100; }
  .tecveq-sidebar.is-open { left: 0; }
  .tecveq-mobile-toggle { display: flex; }
  .tecveq-stats-grid { grid-template-columns: 1fr; }
  .tecveq-blog-grid { grid-template-columns: 1fr; }
  .tecveq-grid-2, .tecveq-grid-3 { grid-template-columns: 1fr; }
  .tecveq-content { padding: 16px; }
}


/* === v1.1.0 additions === */
.tecveq-score-ring { position: relative; display: inline-block; }
.tecveq-score-ring svg { display: block; }
.tecveq-score-value { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 13px; font-weight: 700; }
.tecveq-blog-card-body { position: relative; }
.tecveq-blog-card-score { position: absolute; top: 14px; right: 14px; opacity: 0.95; }
.tecveq-badge-top { background: #fef3c7; color: #92400e; }
.tecveq-badge-intl { background: #dbeafe; color: #1e40af; }
.tecveq-badge-fast { background: #fce7f3; color: #9d174d; }

.tecveq-stats-shortcode { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 24px; background: linear-gradient(135deg, rgba(79,70,229,.06) 0%, rgba(124,58,237,.06) 100%); border-radius: 16px; }
.tecveq-stat-item { text-align: center; }
.tecveq-stat-item strong { display: block; font-size: 32px; font-weight: 800; background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tecveq-stat-item span { font-size: 13px; color: #64748b; text-transform: uppercase; letter-spacing: .5px; }

.nav-tab-wrapper { border-bottom: 1px solid #c3c4c7; margin: 0 0 16px; }
.nav-tab { background: none; border: 1px solid transparent; border-bottom: none; }
.nav-tab-active { background: #fff; border-color: #c3c4c7; border-bottom-color: #fff; }


.tecveq-verify-tabs .is-active { background: var(--tecveq-primary); color: #fff; border-color: var(--tecveq-primary); }


/* === v1.5.0: Media uploader === */
.tecveq-media-upload { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.tecveq-media-preview { width: 80px; height: 80px; border: 2px dashed var(--tecveq-border); border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--tecveq-surface-2); }
.tecveq-media-preview:empty::before { content: "No image"; font-size: 11px; color: var(--tecveq-text-mute); }
.tecveq-media-preview img { max-width: 100%; max-height: 100%; object-fit: cover; border-radius: 6px; }

/* === v1.7.0: Ad slots === */
.tecveq-ad-slot { display: flex; justify-content: center; align-items: center; margin: 20px 0; overflow: hidden; }
.tecveq-ad-slot-728x90 { max-width: 728px; margin-left: auto; margin-right: auto; }
.tecveq-ad-slot-160x600 { position: sticky; top: 32px; }
.tecveq-ad-slot-300x250 { margin: 0; }
