:root{
  --gqmcd-primary:#2563eb;
  --gqmcd-primary-dark:#1d4ed8;
  --gqmcd-accent:#7c3aed;
  --gqmcd-bg:#f8fafc;
  --gqmcd-card:#ffffff;
  --gqmcd-text:#111827;
  --gqmcd-muted:#6b7280;
  --gqmcd-border:#e5e7eb;
  --gqmcd-soft:#f1f5f9;
  --gqmcd-danger:#dc2626;
  --gqmcd-success:#16a34a;
  --gqmcd-radius:22px;
  --gqmcd-radius-sm:14px;
  --gqmcd-shadow:0 18px 45px rgba(15,23,42,.08);
}
.gqmcd-shell{box-sizing:border-box;max-width:1180px;margin:28px auto;padding:0 18px;color:var(--gqmcd-text);font-family:inherit}.gqmcd-shell *{box-sizing:border-box}.gqmcd-embedded{margin:0 auto}.gqmcd-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:26px;border-radius:calc(var(--gqmcd-radius) + 4px);background:linear-gradient(135deg,#eef4ff,#fff 58%,#f5f3ff);box-shadow:var(--gqmcd-shadow);border:1px solid rgba(37,99,235,.12);margin-bottom:16px}.gqmcd-hero h2{font-size:clamp(26px,4vw,42px);line-height:1.05;margin:8px 0 8px;font-weight:850;letter-spacing:-.04em;color:#0f172a}.gqmcd-hero p{margin:0;color:var(--gqmcd-muted);font-size:15px;max-width:700px}.gqmcd-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--gqmcd-primary)}.gqmcd-eyebrow .dashicons{font-size:16px;width:16px;height:16px}.gqmcd-user-pill{display:flex;align-items:center;gap:12px;border:1px solid rgba(37,99,235,.14);background:rgba(255,255,255,.72);padding:12px 14px;border-radius:18px;min-width:190px}.gqmcd-user-pill>.dashicons{display:grid;place-items:center;width:40px;height:40px;font-size:22px;border-radius:14px;background:linear-gradient(135deg,var(--gqmcd-primary),var(--gqmcd-accent));color:#fff}.gqmcd-user-pill strong{display:block;font-size:14px}.gqmcd-user-pill small{display:block;color:var(--gqmcd-muted);font-size:12px}.gqmcd-nav{display:flex;gap:10px;flex-wrap:wrap;padding:10px;background:#fff;border:1px solid var(--gqmcd-border);border-radius:20px;box-shadow:0 12px 30px rgba(15,23,42,.05);margin:0 0 16px}.gqmcd-nav a{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:14px;text-decoration:none;color:#334155;font-weight:750;font-size:14px;border:1px solid transparent}.gqmcd-nav a:hover{background:#f8fafc;color:var(--gqmcd-primary)}.gqmcd-nav a.is-active{background:var(--gqmcd-primary);color:#fff;box-shadow:0 10px 22px rgba(37,99,235,.24)}.gqmcd-nav .dashicons{font-size:18px;width:18px;height:18px}.gqmcd-main{display:block}.gqmcd-grid{display:grid;gap:16px}.gqmcd-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.gqmcd-stat{display:flex;gap:14px;align-items:center;padding:18px;border-radius:20px;background:#fff;border:1px solid var(--gqmcd-border);box-shadow:0 12px 30px rgba(15,23,42,.05)}.gqmcd-stat>.dashicons{display:grid;place-items:center;width:46px;height:46px;font-size:24px;border-radius:16px;background:#eff6ff;color:var(--gqmcd-primary)}.gqmcd-stat strong{font-size:28px;line-height:1;display:block;color:#0f172a}.gqmcd-stat small{display:block;margin-top:4px;color:var(--gqmcd-muted);font-weight:700}.gqmcd-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.gqmcd-card,.gqmcd-card-mini{background:var(--gqmcd-card);border:1px solid var(--gqmcd-border);border-radius:var(--gqmcd-radius);box-shadow:0 14px 35px rgba(15,23,42,.06);padding:22px;margin-bottom:16px}.gqmcd-card-mini{border-radius:18px;padding:16px;box-shadow:none;background:#fbfdff}.gqmcd-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.gqmcd-card-head h3,.gqmcd-card-head h4{display:flex;align-items:center;gap:10px;margin:0;color:#0f172a;font-weight:850;letter-spacing:-.02em}.gqmcd-card-head h3{font-size:22px}.gqmcd-card-head h4{font-size:16px}.gqmcd-card-head h3 .dashicons,.gqmcd-card-head h4 .dashicons{display:grid;place-items:center;width:36px;height:36px;border-radius:13px;background:#eff6ff;color:var(--gqmcd-primary);font-size:20px}.gqmcd-card-head p{margin:6px 0 0;color:var(--gqmcd-muted);font-size:14px}.gqmcd-link{color:var(--gqmcd-primary);font-weight:800;text-decoration:none}.gqmcd-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 16px;border-radius:14px;border:1px solid var(--gqmcd-border);background:#fff;color:#0f172a;text-decoration:none;font-weight:800;cursor:pointer;line-height:1.1;box-shadow:0 8px 18px rgba(15,23,42,.04)}.gqmcd-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.08)}.gqmcd-btn-primary{background:linear-gradient(135deg,var(--gqmcd-primary),var(--gqmcd-accent));color:#fff;border-color:transparent}.gqmcd-btn-small{min-height:34px;padding:8px 10px;border-radius:12px;font-size:12px}.gqmcd-icon-btn{border:0;background:#f1f5f9;color:#475569;border-radius:12px;display:grid;place-items:center;width:36px;height:36px;cursor:pointer}.gqmcd-icon-btn:hover{background:#fee2e2;color:var(--gqmcd-danger)}.gqmcd-alert{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:16px;margin:0 0 16px;border:1px solid var(--gqmcd-border);background:#fff;font-weight:750}.gqmcd-alert-success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.gqmcd-alert-error{border-color:#fecaca;background:#fff1f2;color:#991b1b}.gqmcd-mini-list{display:grid;gap:10px}.gqmcd-mini-list a{display:flex;gap:12px;align-items:center;padding:12px;border-radius:15px;background:#f8fafc;border:1px solid #eef2f7;text-decoration:none;color:#0f172a}.gqmcd-mini-list a:hover{border-color:#c7d2fe;background:#f5f7ff}.gqmcd-mini-list .dashicons{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#fff;color:var(--gqmcd-primary)}.gqmcd-mini-list strong{display:block}.gqmcd-mini-list small{display:block;color:var(--gqmcd-muted);font-size:12px;margin-top:3px}.gqmcd-empty,.gqmcd-empty-box{color:var(--gqmcd-muted)}.gqmcd-empty-box{text-align:center;padding:36px;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc}.gqmcd-empty-box>.dashicons{font-size:42px;width:42px;height:42px;color:var(--gqmcd-primary)}.gqmcd-table-wrap{overflow:auto;border:1px solid var(--gqmcd-border);border-radius:18px}.gqmcd-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff}.gqmcd-table th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;text-align:start;background:#f8fafc;padding:13px 14px;border-bottom:1px solid var(--gqmcd-border)}.gqmcd-table td{padding:14px;border-bottom:1px solid #eef2f7;vertical-align:middle}.gqmcd-table tr:last-child td{border-bottom:0}.gqmcd-table td strong{display:block;color:#0f172a}.gqmcd-table td small{display:block;color:var(--gqmcd-muted);font-size:12px;margin-top:3px}.gqmcd-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:850;text-transform:capitalize;background:#eef2ff;color:#3730a3}.gqmcd-badge-published,.gqmcd-badge-passed{background:#dcfce7;color:#166534}.gqmcd-badge-draft{background:#fef3c7;color:#92400e}.gqmcd-badge-private{background:#e5e7eb;color:#374151}.gqmcd-badge-failed{background:#fee2e2;color:#991b1b}.gqmcd-row-actions{display:flex;gap:10px;flex-wrap:wrap}.gqmcd-row-actions a{font-weight:800;text-decoration:none;color:var(--gqmcd-primary);font-size:13px}.gqmcd-row-actions a.gqmcd-danger,.gqmcd-danger{color:var(--gqmcd-danger)!important}.gqmcd-form{display:block}.gqmcd-sticky-actions{position:sticky;top:20px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;margin-bottom:16px;border:1px solid rgba(37,99,235,.16);border-radius:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);box-shadow:0 14px 28px rgba(15,23,42,.08)}.gqmcd-sticky-actions strong{display:block}.gqmcd-sticky-actions small{display:block;color:var(--gqmcd-muted);font-size:12px}.gqmcd-bottom-actions{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0}.gqmcd-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.gqmcd-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gqmcd-form label{display:block}.gqmcd-form label>span,.gqmcd-media-label{display:block;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:7px}.gqmcd-form input[type=text],.gqmcd-form input[type=number],.gqmcd-form input[type=color],.gqmcd-form select,.gqmcd-form textarea,.gqmcd-question-form input[type=text],.gqmcd-question-form input[type=number],.gqmcd-question-form select,.gqmcd-question-form textarea{width:100%;min-height:44px;border:1px solid var(--gqmcd-border);border-radius:14px;background:#fff;padding:10px 12px;font:inherit;color:#0f172a}.gqmcd-form input[type=color]{padding:4px}.gqmcd-form textarea,.gqmcd-question-form textarea{min-height:110px;resize:vertical;line-height:1.55}.gqmcd-full{display:block;margin-bottom:14px}.gqmcd-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}.gqmcd-check,.gqmcd-check-alone{display:flex!important;align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--gqmcd-border);border-radius:14px;background:#f8fafc;font-weight:750}.gqmcd-check input{width:18px;height:18px}.gqmcd-media-control{border:1px solid var(--gqmcd-border);border-radius:18px;background:#f8fafc;padding:12px}.gqmcd-media-preview{display:grid;place-items:center;min-height:120px;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;overflow:hidden;color:#94a3b8;margin-bottom:10px}.gqmcd-media-preview img{display:block;width:100%;height:160px;object-fit:cover}.gqmcd-media-preview .dashicons{font-size:32px;width:32px;height:32px}.gqmcd-media-preview small{display:block;max-width:100%;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#64748b}.gqmcd-media-actions{display:flex;gap:8px;flex-wrap:wrap}.gqmcd-media-compact{padding:8px;border-radius:14px}.gqmcd-media-compact .gqmcd-media-label{display:none}.gqmcd-media-compact .gqmcd-media-preview{min-height:60px;margin-bottom:8px;border-radius:12px}.gqmcd-media-compact .gqmcd-media-preview img{height:66px}.gqmcd-media-compact .gqmcd-btn-small{font-size:0;padding:8px}.gqmcd-media-compact .gqmcd-btn-small .dashicons{font-size:16px;width:16px;height:16px}.gqmcd-question-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;align-items:start}.gqmcd-question-layout aside{position:sticky;top:92px;border:1px solid var(--gqmcd-border);border-radius:18px;padding:14px;background:#f8fafc}.gqmcd-question-layout aside h4{margin:0 0 12px}.gqmcd-question-list{display:grid;gap:8px;max-height:680px;overflow:auto;padding-right:4px}.gqmcd-question-item{display:flex;align-items:center;gap:8px}.gqmcd-question-item>a:first-child{flex:1;display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:center;text-decoration:none;color:#0f172a;padding:10px;border-radius:14px;background:#fff;border:1px solid #e2e8f0}.gqmcd-question-item.is-active>a:first-child{border-color:#93c5fd;background:#eff6ff}.gqmcd-question-item span:first-child{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;background:#e0e7ff;color:#3730a3;font-weight:900}.gqmcd-question-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.gqmcd-question-item small{grid-column:2;color:var(--gqmcd-muted);font-size:11px}.gqmcd-question-form{display:block}.gqmcd-card-mini h4{display:flex;align-items:center;gap:8px;margin:0 0 12px}.gqmcd-answer-list{display:grid;gap:10px}.gqmcd-answer-row{display:grid;grid-template-columns:76px minmax(160px,1fr) 150px 40px;gap:10px;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.gqmcd-answer-correct{display:grid;place-items:center;gap:4px;color:#64748b;font-size:11px;text-align:center}.gqmcd-answer-correct input{width:18px;height:18px}.gqmcd-answer-text span{display:none!important}.gqmcd-inline-radio{display:inline-flex!important;align-items:center;gap:8px;margin-right:16px;font-weight:800}.gqmcd-doc-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.gqmcd-doc-grid code{display:block;margin:8px 0;padding:10px;border-radius:12px;background:#0f172a;color:#e0f2fe}.gqmcd-editor-dir-rtl input[type=text],.gqmcd-editor-dir-rtl textarea{direction:rtl;text-align:right}.gqmcd-editor-dir-ltr input[type=text],.gqmcd-editor-dir-ltr textarea{direction:ltr;text-align:left}.gqmcd-login-card{text-align:center;max-width:520px;margin:40px auto}.gqmcd-login-card>.dashicons{font-size:42px;width:42px;height:42px;color:var(--gqmcd-primary)}[data-type-scope]{display:none}.gqmcd-question-form[data-question-type="single_choice"] .gqmcd-choice-fields,.gqmcd-question-form[data-question-type="multiple_choice"] .gqmcd-choice-fields,.gqmcd-question-form[data-question-type="true_false"] .gqmcd-truefalse-fields,.gqmcd-question-form[data-question-type="short_answer"] .gqmcd-text-answer-fields,.gqmcd-question-form[data-question-type="long_answer"] .gqmcd-text-answer-fields{display:block}@media (max-width:900px){.gqmcd-hero,.gqmcd-card-head,.gqmcd-sticky-actions{flex-direction:column;align-items:stretch}.gqmcd-stats-grid,.gqmcd-two-col,.gqmcd-form-grid,.gqmcd-media-grid,.gqmcd-doc-grid{grid-template-columns:1fr}.gqmcd-check-grid{grid-template-columns:1fr 1fr}.gqmcd-question-layout{grid-template-columns:1fr}.gqmcd-question-layout aside{position:relative;top:auto}.gqmcd-answer-row{grid-template-columns:60px 1fr}.gqmcd-answer-media{grid-column:1/-1}.gqmcd-remove-answer{grid-column:2;justify-self:end}}@media (max-width:560px){.gqmcd-shell{padding:0 10px}.gqmcd-hero{padding:20px}.gqmcd-check-grid{grid-template-columns:1fr}.gqmcd-nav a{flex:1;justify-content:center}.gqmcd-table th,.gqmcd-table td{padding:10px}.gqmcd-row-actions{gap:8px}.gqmcd-media-actions .gqmcd-btn{flex:1}.gqmcd-answer-row{grid-template-columns:1fr}.gqmcd-answer-correct{place-items:start;display:flex}.gqmcd-remove-answer{grid-column:auto;justify-self:start}}
/* Admin integration inside Global Quiz Maker */
.gqmcd-admin-wrap{margin:20px 20px 0 2px}.gqmcd-admin-shell{max-width:1280px;margin:0}.gqmcd-admin-shell .gqmcd-hero h1{font-size:clamp(30px,4vw,44px);line-height:1.05;margin:8px 0 8px;font-weight:850;letter-spacing:-.04em;color:#0f172a}.gqmcd-tabs{display:flex;gap:10px;flex-wrap:wrap;padding:10px;background:#fff;border:1px solid var(--gqmcd-border);border-radius:20px;box-shadow:0 12px 30px rgba(15,23,42,.05);margin:0 0 16px}.gqmcd-tabs a{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:14px;text-decoration:none;color:#334155;font-weight:750;font-size:14px;border:1px solid transparent}.gqmcd-tabs a:hover{background:#f8fafc;color:var(--gqmcd-primary)}.gqmcd-tabs a.active{background:var(--gqmcd-primary);color:#fff;box-shadow:0 10px 22px rgba(37,99,235,.24)}.gqmcd-tabs .dashicons{font-size:18px;width:18px;height:18px}.gqmcd-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.gqmcd-mt{margin-top:16px}.gqmcd-btn.primary,.gqmcd-btn-primary{background:linear-gradient(135deg,var(--gqmcd-primary),var(--gqmcd-accent));color:#fff;border-color:transparent}.gqmcd-notice{display:flex;align-items:center;gap:10px;margin:0 0 16px;padding:12px 14px;border-radius:16px;border:1px solid var(--gqmcd-border);background:#fff;font-weight:800}.gqmcd-notice.success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.gqmcd-admin-form .gqmcd-form-grid label>span{display:block;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:7px}.gqmcd-admin-form input[type=text],.gqmcd-admin-form select{width:100%;min-height:44px;border:1px solid var(--gqmcd-border);border-radius:14px;background:#fff;padding:10px 12px;font:inherit;color:#0f172a}.gqmcd-admin-form .gqmcd-check{margin:0}.gqmcd-inline-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.gqmcd-admin-shell .widefat{border:1px solid var(--gqmcd-border);border-radius:16px;overflow:hidden}.gqmcd-admin-shell .widefat th{font-weight:850}@media (max-width:900px){.gqmcd-grid-3{grid-template-columns:1fr}.gqmcd-admin-wrap{margin:12px 12px 0 0}}

/* v0.1.3 — compact organization + mobile-friendly tables */
.gqmcd-shell{max-width:1120px;margin:18px auto;padding:0 14px}
.gqmcd-hero{padding:18px 20px;margin-bottom:12px;border-radius:22px}
.gqmcd-hero h2{font-size:clamp(24px,3.4vw,34px);margin:4px 0 6px;letter-spacing:-.035em}
.gqmcd-hero p{font-size:14px;line-height:1.45}
.gqmcd-user-pill{padding:9px 11px;border-radius:16px;min-width:170px}
.gqmcd-user-pill>.dashicons{width:36px;height:36px;font-size:20px;border-radius:12px}
.gqmcd-nav{gap:8px;padding:8px;border-radius:18px;margin-bottom:12px}
.gqmcd-nav a{padding:9px 12px;border-radius:12px;font-size:13px}
.gqmcd-card,.gqmcd-card-mini{padding:18px;border-radius:20px;margin-bottom:12px}
.gqmcd-card-head{margin-bottom:14px;gap:12px}
.gqmcd-card-head h3{font-size:20px}
.gqmcd-card-head h3 .dashicons,.gqmcd-card-head h4 .dashicons{width:32px;height:32px;border-radius:11px;font-size:18px}
.gqmcd-stats-grid{gap:12px;margin-bottom:12px}
.gqmcd-stat{padding:14px;border-radius:18px;gap:12px}
.gqmcd-stat>.dashicons{width:40px;height:40px;font-size:22px;border-radius:13px}
.gqmcd-stat strong{font-size:24px}
.gqmcd-two-col{gap:12px}
.gqmcd-form-grid{gap:12px;margin-bottom:12px}
.gqmcd-sticky-actions{top:10px;padding:10px 12px;margin-bottom:12px;border-radius:16px}
.gqmcd-table-wrap{position:relative;overflow:auto;border:1px solid var(--gqmcd-border);border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.045);isolation:isolate;-webkit-overflow-scrolling:touch}
.gqmcd-table-wrap:before{content:"";position:absolute;inset:0;border-radius:18px;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);z-index:2}
.gqmcd-table{border-collapse:separate!important;border-spacing:0!important;margin:0!important;overflow:hidden;background:#fff}
.gqmcd-table thead th:first-child{border-top-left-radius:18px}
.gqmcd-table thead th:last-child{border-top-right-radius:18px}
.gqmcd-table th{padding:11px 12px;white-space:nowrap}
.gqmcd-table td{padding:12px;line-height:1.35}
.gqmcd-table tr:hover td{background:#fcfdff}
.gqmcd-row-actions{gap:7px;align-items:center}
.gqmcd-row-actions a{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:10px;background:#f8fafc;border:1px solid #eef2f7;font-size:12px;white-space:nowrap}
.gqmcd-row-actions a:hover{background:#eff6ff;border-color:#bfdbfe}
.gqmcd-row-actions a .dashicons{font-size:15px;width:15px;height:15px}
.gqmcd-empty-box{padding:26px;border-radius:16px}
.gqmcd-question-layout{grid-template-columns:270px minmax(0,1fr);gap:14px}
.gqmcd-question-layout aside{padding:12px;border-radius:16px}
.gqmcd-question-list{max-height:600px}
.gqmcd-answer-row{padding:10px;border-radius:14px;grid-template-columns:68px minmax(160px,1fr) 132px 38px;gap:8px}
.gqmcd-media-preview{min-height:96px;border-radius:14px}
.gqmcd-media-preview img{height:128px}
.gqmcd-media-compact .gqmcd-media-preview{min-height:54px}
.gqmcd-media-compact .gqmcd-media-preview img{height:58px}

@media (max-width:720px){
  .gqmcd-shell{margin:12px auto;padding:0 10px}
  .gqmcd-hero{padding:16px;border-radius:18px}
  .gqmcd-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .gqmcd-nav a{justify-content:center;min-height:40px}
  .gqmcd-card{padding:14px;border-radius:18px}
  .gqmcd-card-head{flex-direction:column;align-items:stretch;margin-bottom:12px}
  .gqmcd-card-head .gqmcd-btn{width:100%}
  .gqmcd-table-wrap{overflow:visible;border:0;background:transparent;box-shadow:none;border-radius:0}
  .gqmcd-table-wrap:before{display:none}
  .gqmcd-table,
  .gqmcd-table thead,
  .gqmcd-table tbody,
  .gqmcd-table th,
  .gqmcd-table td,
  .gqmcd-table tr{display:block;width:100%}
  .gqmcd-table thead{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden}
  .gqmcd-table tr{background:#fff;border:1px solid var(--gqmcd-border);border-radius:18px;box-shadow:0 10px 22px rgba(15,23,42,.055);margin:0 0 10px;padding:10px;overflow:hidden}
  .gqmcd-table td{display:grid;grid-template-columns:106px minmax(0,1fr);gap:10px;align-items:center;padding:9px 2px;border-bottom:1px solid #eef2f7;background:transparent!important}
  .gqmcd-table td:last-child{border-bottom:0;padding-bottom:2px}
  .gqmcd-table td:before{content:attr(data-label);font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:900;color:#64748b}
  .gqmcd-table td strong{font-size:14px}
  .gqmcd-table td small{font-size:11px}
  .gqmcd-row-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:2px}
  .gqmcd-row-actions a{justify-content:center;padding:9px 8px;font-size:12px}
  .gqmcd-badge{justify-self:start;min-height:26px}
  .gqmcd-sticky-actions{position:static}
  .gqmcd-answer-row{grid-template-columns:1fr;gap:8px}
  .gqmcd-answer-correct{display:flex;justify-content:flex-start;text-align:start;place-items:initial}
}
@media (max-width:430px){
  .gqmcd-nav{grid-template-columns:1fr}
  .gqmcd-table td{grid-template-columns:1fr;gap:4px;align-items:start}
  .gqmcd-row-actions{grid-template-columns:1fr}
}

/* v0.1.4 — scalable quiz/result organization + capability settings */
.gqmcd-filterbar{display:grid;grid-template-columns:minmax(180px,1.4fr) minmax(150px,1fr) minmax(130px,.8fr) minmax(150px,1fr) auto auto;gap:10px;align-items:end;margin:0 0 14px;padding:12px;border:1px solid var(--gqmcd-border);border-radius:18px;background:#f8fafc}
.gqmcd-filterbar label{display:block;margin:0}.gqmcd-filterbar label>span,.gqmcd-permission-row label>span,.gqmcd-admin-section h4{display:block;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:6px}.gqmcd-filterbar input[type=search],.gqmcd-filterbar select,.gqmcd-admin-form input[type=number]{width:100%;min-height:42px;border:1px solid var(--gqmcd-border);border-radius:13px;background:#fff;padding:9px 11px;font:inherit;color:#0f172a}.gqmcd-filterbar .gqmcd-btn{min-height:42px}.gqmcd-filterbar-attempts{grid-template-columns:minmax(180px,1.4fr) minmax(145px,.9fr) minmax(145px,.9fr) auto auto}.gqmcd-list-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:4px 0 14px;color:#64748b;font-weight:750}.gqmcd-list-summary strong{font-size:20px;color:#0f172a}.gqmcd-list-summary span{padding-inline-start:8px;border-inline-start:1px solid #cbd5e1}.gqmcd-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:14px;padding:8px}.gqmcd-pagination span{font-weight:850;color:#475569}.gqmcd-page-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 13px;border-radius:13px;border:1px solid var(--gqmcd-border);background:#fff;color:var(--gqmcd-primary);text-decoration:none;font-weight:850}.gqmcd-page-btn:hover{background:#eff6ff;border-color:#bfdbfe}.gqmcd-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gqmcd-result-card{padding:15px;border:1px solid var(--gqmcd-border);border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.045)}.gqmcd-result-card-head{display:flex;gap:12px;align-items:flex-start}.gqmcd-result-card-head>.dashicons{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:#eff6ff;color:var(--gqmcd-primary);font-size:21px}.gqmcd-result-card h4{margin:0 0 5px;font-size:16px;line-height:1.25;color:#0f172a}.gqmcd-result-card small{color:#64748b}.gqmcd-result-card .gqmcd-badge{transform:translateY(-1px);min-height:22px;padding:3px 8px}.gqmcd-result-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0}.gqmcd-result-metrics span,.gqmcd-results-summary article{display:block;padding:11px;border-radius:14px;background:#f8fafc;border:1px solid #eef2f7}.gqmcd-result-metrics strong,.gqmcd-results-summary strong{display:block;font-size:21px;line-height:1;color:#0f172a}.gqmcd-result-metrics small,.gqmcd-results-summary small{display:block;margin-top:5px;font-size:11px;font-weight:850;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.gqmcd-result-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #eef2f7;padding-top:12px}.gqmcd-results-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 14px}.gqmcd-muted{color:var(--gqmcd-muted);margin:4px 0 14px}.gqmcd-admin-section{padding:16px;margin:0 0 14px;border:1px solid var(--gqmcd-border);border-radius:18px;background:#fbfdff}.gqmcd-admin-section h4{font-size:13px;color:#0f172a;margin:0 0 12px}.gqmcd-permission-grid{display:grid;gap:10px}.gqmcd-permission-row{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(220px,1.1fr);gap:12px;align-items:center;padding:12px;border:1px solid #eef2f7;border-radius:16px;background:#fff}.gqmcd-permission-row .gqmcd-check{margin:0}.gqmcd-permission-row select{width:100%;min-height:42px;border:1px solid var(--gqmcd-border);border-radius:13px;background:#fff;padding:9px 11px}.gqmcd-results-table td:nth-child(2) small{word-break:break-word}
@media (max-width:980px){.gqmcd-filterbar{grid-template-columns:repeat(2,minmax(0,1fr))}.gqmcd-filterbar .gqmcd-btn{width:100%}.gqmcd-result-grid{grid-template-columns:1fr}.gqmcd-results-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.gqmcd-permission-row{grid-template-columns:1fr}}
@media (max-width:720px){.gqmcd-filterbar{grid-template-columns:1fr;padding:10px}.gqmcd-list-summary span{display:block;width:100%;border-inline-start:0;padding-inline-start:0}.gqmcd-result-metrics,.gqmcd-results-summary{grid-template-columns:1fr}.gqmcd-result-footer{flex-direction:column;align-items:stretch}.gqmcd-pagination{flex-wrap:wrap}.gqmcd-page-btn{width:100%}}

/* v0.1.6 import/export + question categories */
.gqmcd-import-export-box{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:12px;align-items:center;padding:13px;margin:0 0 14px;border:1px solid var(--gqmcd-border);border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc)}
.gqmcd-import-export-box strong{display:flex;align-items:center;gap:8px;color:#0f172a}.gqmcd-import-export-box small{display:block;color:#64748b;margin-top:3px}.gqmcd-inline-import{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.gqmcd-inline-import input[type=file]{padding:8px;border:1px solid var(--gqmcd-border);border-radius:12px;background:#fff}.gqmcd-top-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}
@media(max-width:720px){.gqmcd-import-export-box{grid-template-columns:1fr}.gqmcd-inline-import{display:grid;grid-template-columns:1fr}.gqmcd-inline-import input[type=file],.gqmcd-inline-import .gqmcd-btn{width:100%}.gqmcd-top-actions{justify-content:stretch}.gqmcd-top-actions .gqmcd-btn{flex:1 1 auto}}

/* v0.2.1 professional dashboard/question workflow refinements */
.gqmcd-shell{max-width:min(1520px,96vw);padding-inline:clamp(12px,2vw,28px)}
.gqmcd-card,.gqmcd-card-mini{border-radius:22px}.gqmcd-card{padding:clamp(18px,2vw,30px)}
.gqmcd-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gqmcd-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.gqmcd-question-layout{grid-template-columns:minmax(320px,380px) minmax(0,1fr);gap:22px}.gqmcd-question-layout>div{min-width:0}.gqmcd-question-layout aside{top:86px}.gqmcd-question-form textarea[name="question_text"]{min-height:170px;font-size:16px}.gqmcd-question-form textarea[name="explanation"]{min-height:120px}
.gqmcd-question-form[data-question-type="true_false"] .gqmcd-choice-fields{display:none!important}.gqmcd-question-form[data-question-type="true_false"] .gqmcd-truefalse-fields{display:block!important}.gqmcd-question-form[data-question-type="short_answer"] .gqmcd-choice-fields,.gqmcd-question-form[data-question-type="long_answer"] .gqmcd-choice-fields{display:none!important}
.gqmcd-answer-row{grid-template-columns:86px minmax(260px,1fr) minmax(180px,240px) 44px;gap:12px;padding:14px}.gqmcd-answer-text input{font-size:15px}
.gqmcd-quiz-questions-panel{background:linear-gradient(180deg,#fff,#fbfdff)}.gqmcd-quiz-question-summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.gqmcd-quiz-question-chip{display:grid;grid-template-columns:36px minmax(0,1fr);gap:8px;align-items:center;padding:13px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;text-decoration:none;color:#0f172a}.gqmcd-quiz-question-chip:hover{border-color:#93c5fd;background:#eff6ff}.gqmcd-quiz-question-chip span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#e0e7ff;color:#3730a3;font-weight:900}.gqmcd-quiz-question-chip strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gqmcd-quiz-question-chip small{grid-column:2;color:#64748b}
.gqmcd-editor-dir-rtl,.gqmcd-shell[dir="rtl"]{direction:rtl}.gqmcd-editor-dir-rtl input[type=text],.gqmcd-editor-dir-rtl input[type=search],.gqmcd-editor-dir-rtl textarea,.gqmcd-editor-dir-rtl select{direction:rtl;text-align:right}.gqmcd-editor-dir-rtl .gqmcd-card-head,.gqmcd-editor-dir-rtl .gqmcd-row-actions{direction:rtl}.gqmcd-editor-dir-rtl .dashicons{margin-inline-end:0}
@media(max-width:1100px){.gqmcd-form-grid,.gqmcd-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gqmcd-question-layout{grid-template-columns:1fr}.gqmcd-question-layout aside{position:relative;top:auto}.gqmcd-answer-row{grid-template-columns:86px minmax(0,1fr)}}
@media(max-width:720px){.gqmcd-shell{max-width:100%;padding-inline:10px}.gqmcd-form-grid,.gqmcd-media-grid,.gqmcd-answer-row{grid-template-columns:1fr}.gqmcd-card{padding:16px}.gqmcd-card-head{gap:12px}.gqmcd-card-head .gqmcd-btn{width:100%}}

.gqmcd-card-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end}.gqmcd-card-actions .gqmcd-btn{white-space:nowrap}
@media (max-width:900px){.gqmcd-card-actions{justify-content:flex-start}.gqmcd-card-actions .gqmcd-btn{flex:1}}


/* GQM Creator Dashboard UI Clean v0.2.3 */
.gqmcd-wrap{--gqmcd-radius:var(--gqm-radius,10px);--gqmcd-border:var(--gqm-border,#e5e7eb);--gqmcd-surface:var(--gqm-surface,#fff);--gqmcd-text:var(--gqm-text,#111827);--gqmcd-muted:var(--gqm-muted,#64748b);--gqmcd-primary:var(--gqm-primary,#2563eb);max-width:var(--gqm-container,1100px);margin-inline:auto;padding:clamp(12px,2vw,24px);box-sizing:border-box}
.gqmcd-card,.gqmcd-panel,.gqmcd-stat,.gqmcd-empty-box,.gqmcd-table-wrap{border-radius:var(--gqmcd-radius)!important;border:1px solid var(--gqmcd-border)!important;background:var(--gqmcd-surface)!important;box-shadow:var(--gqm-shadow,0 8px 24px rgba(15,23,42,.06))!important}
.gqmcd-card,.gqmcd-panel{padding:clamp(14px,2vw,22px)!important}.gqmcd-card-head{gap:12px!important;align-items:flex-start;flex-wrap:wrap}.gqmcd-card-head h3{font-size:clamp(18px,2.4vw,22px)!important}.gqmcd-card-head .dashicons{font-size:18px!important;width:18px!important;height:18px!important}
.gqmcd-btn,.gqmcd-link,.gqmcd-action,a.gqmcd-btn,button.gqmcd-btn{border-radius:var(--gqm-radius-sm,6px)!important;min-height:36px!important;padding:8px 12px!important;font-size:14px!important;line-height:1.25!important;gap:6px!important}.gqmcd-btn .dashicons,.gqmcd-action .dashicons,.gqmcd-link .dashicons{font-size:15px!important;width:15px!important;height:15px!important;line-height:15px!important}
.gqmcd-nav{display:flex;flex-wrap:wrap;gap:8px!important;overflow-x:auto;padding-block:6px}.gqmcd-nav a{border-radius:var(--gqm-radius-sm,6px)!important;padding:9px 12px!important;white-space:nowrap}.gqmcd-nav .dashicons{font-size:16px!important;width:16px!important;height:16px!important}
.gqmcd-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.gqmcd-table-wrap table{min-width:760px}.gqmcd-row-actions,.gqmcd-actions{display:flex;flex-wrap:wrap;gap:6px!important}.gqmcd-row-actions a{white-space:nowrap}
.gqmcd-form-grid,.gqmcd-row,.gqmcd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px!important}.gqmcd-form-grid .gqmcd-span-2,.gqmcd-full{grid-column:1/-1!important}.gqmcd-field input,.gqmcd-field select,.gqmcd-field textarea,.gqmcd-form input,.gqmcd-form select,.gqmcd-form textarea{width:100%;max-width:100%;box-sizing:border-box;border-radius:var(--gqm-radius-sm,6px)!important}
.gqmcd-question-item{border-radius:var(--gqm-radius,10px)!important;padding:14px!important;display:grid;gap:10px}.gqmcd-question-item .dashicons{font-size:16px!important;width:16px!important;height:16px!important}
@media(max-width:900px){.gqmcd-wrap{padding:12px;max-width:100%}.gqmcd-dashboard,.gqmcd-layout,.gqmcd-content{display:block!important}.gqmcd-stats,.gqmcd-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gqmcd-card-head>div{min-width:0}.gqmcd-table-wrap table{min-width:680px}}
@media(max-width:640px){.gqmcd-stats,.gqmcd-overview-grid{grid-template-columns:1fr!important}.gqmcd-card,.gqmcd-panel{padding:14px!important}.gqmcd-card-head{display:grid!important;grid-template-columns:1fr}.gqmcd-row-actions,.gqmcd-actions,.gqmcd-form-actions{display:grid!important;grid-template-columns:1fr!important}.gqmcd-btn,.gqmcd-link,.gqmcd-action{width:100%;justify-content:center;text-align:center}.gqmcd-nav{position:sticky;top:0;background:var(--gqm-bg,#f8fafc);z-index:5}.gqmcd-table-wrap{border-radius:var(--gqm-radius,10px)!important}.gqmcd-table-wrap table{font-size:13px;min-width:620px}.gqmcd-field input[type=radio],.gqmcd-field input[type=checkbox],.gqmcd-form input[type=radio],.gqmcd-form input[type=checkbox]{width:16px!important;height:16px!important;min-width:16px!important;transform:none!important}}
[dir=rtl] .gqmcd-wrap{text-align:right}.gqmcd-wrap[dir=rtl] .gqmcd-row-actions,.gqmcd-wrap[dir=rtl] .gqmcd-actions{justify-content:flex-start}
