/* BCR Öğrenci Değerlendirme ve Takip Sistemi — yönetim paneli arayüzü */

.bcr-wrap{
	--brand:#4f46e5;--brand2:#0891b2;--ink:#0f172a;--muted:#64748b;
	--line:#e2e8f0;--bg:#f8fafc;--radius:14px;
	font-family:-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
	color:var(--ink);max-width:1180px;
}
.bcr-wrap *{box-sizing:border-box}

/* Üst başlık */
.bcr-topbar{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:14px 0 22px;flex-wrap:wrap}
.bcr-title{font-size:24px;font-weight:800;margin:0;letter-spacing:.2px}
.bcr-subtitle{margin:4px 0 0;color:var(--muted);font-size:13.5px}
.bcr-topbar-actions{display:flex;gap:8px;flex-wrap:wrap}

/* Kartlar */
.bcr-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;box-shadow:0 1px 2px rgba(2,6,23,.04);margin-bottom:18px}
.bcr-card-title{font-size:15px;font-weight:700;margin:0 0 14px}

/* Izgara */
.bcr-grid{display:grid;gap:16px;margin-bottom:6px}
.bcr-grid-2{grid-template-columns:repeat(2,1fr)}
.bcr-grid-3{grid-template-columns:repeat(3,1fr)}
.bcr-grid-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:960px){.bcr-grid-2,.bcr-grid-3,.bcr-grid-4{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.bcr-grid-2,.bcr-grid-3,.bcr-grid-4{grid-template-columns:1fr}}

/* İstatistik kartı */
.bcr-stat{display:flex;align-items:center;gap:14px;position:relative;overflow:hidden;padding:18px 20px}
.bcr-stat::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--accent,var(--brand))}
.bcr-stat-icon{font-size:26px;width:52px;height:52px;display:grid;place-items:center;border-radius:12px;background:color-mix(in srgb,var(--accent,var(--brand)) 12%,#fff)}
.bcr-stat-value{font-size:28px;font-weight:800;line-height:1}
.bcr-stat-label{color:var(--muted);font-size:12.5px;margin-top:4px}

/* Tablolar */
.bcr-table{width:100%;border-collapse:collapse;font-size:13.5px}
.bcr-table th,.bcr-table td{padding:11px 12px;border-bottom:1px solid var(--line);text-align:left}
.bcr-table th{color:var(--muted);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.4px}
.bcr-table-hover tbody tr:hover{background:#f8fafc}
.bcr-actions{white-space:nowrap}

/* Anahtar-değer */
.bcr-kv{width:100%;border-collapse:collapse;font-size:13.5px}
.bcr-kv th{text-align:left;color:var(--muted);font-weight:500;padding:7px 0;width:40%;vertical-align:top}
.bcr-kv td{padding:7px 0}

/* Rozet */
.bcr-badge{display:inline-block;padding:4px 11px;border-radius:999px;background:var(--badge,#64748b);color:#fff;font-size:12px;font-weight:600}

/* Düğmeler */
.bcr-btn{display:inline-block;border:0;border-radius:9px;padding:9px 16px;font-size:13.5px;font-weight:600;cursor:pointer;text-decoration:none;transition:.15s;line-height:1.2}
.bcr-btn-primary{background:var(--brand);color:#fff}
.bcr-btn-primary:hover{background:#4338ca;color:#fff}
.bcr-btn-soft{background:#eef2ff;color:var(--brand)}
.bcr-btn-soft:hover{background:#e0e7ff}
.bcr-btn-ghost{background:transparent;color:var(--muted);border:1px solid var(--line)}
.bcr-btn-ghost:hover{background:#f1f5f9;color:var(--ink)}

/* Formlar */
.bcr-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 18px;margin-bottom:8px}
@media(max-width:640px){.bcr-form-grid{grid-template-columns:1fr}}
.bcr-field{display:flex;flex-direction:column;gap:5px;font-size:13px}
.bcr-field.bcr-field-full{grid-column:1 / -1}
.bcr-field>span{color:var(--muted);font-weight:600;font-size:12.5px}
.bcr-field input,.bcr-field select,.bcr-field textarea{
	border:1px solid var(--line);border-radius:9px;padding:9px 11px;font-size:14px;background:#fff;width:100%
}
.bcr-field input:focus,.bcr-field select:focus,.bcr-field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(79,70,229,.12)}
.bcr-form .bcr-field-full{margin-top:10px}
.bcr-check{display:flex;align-items:center;gap:8px;font-size:13.5px;margin:8px 0}
.bcr-form-footer{margin-top:16px;display:flex;gap:10px;align-items:center}
.bcr-section-title{font-size:14px;margin:20px 0 10px;color:var(--brand);font-weight:700}
.bcr-info-strip{background:#f1f5f9;border-radius:10px;padding:11px 14px;font-size:13px;margin-top:14px}
.bcr-info-strip code{background:#e2e8f0;padding:2px 6px;border-radius:5px}
.bcr-hint{color:var(--muted);font-size:12.5px;margin:8px 0}

/* Zekâ oyunu kartı */
.bcr-game h3{margin:0 0 6px;font-size:15px}
.bcr-game-skill{color:var(--brand2);font-weight:600;font-size:13px;margin:0 0 8px}
.bcr-game-meta{color:var(--muted);font-size:12px;margin-top:10px}

/* Boş durum */
.bcr-empty{color:var(--muted);text-align:center;padding:22px;font-size:14px}

/* Alt notlar */
.bcr-footer-note{color:var(--muted);font-size:12px;margin-top:24px;text-align:center}
.bcr-credit{text-align:center;color:#94a3b8;font-size:11.5px;margin-top:4px}
.bcr-notice{border-radius:10px}


/* BCR 2.0 — öğrenci merkezli iş akışı */
.bcr-student-picker{position:sticky;top:18px;z-index:10;border:2px solid #c7d2fe}.bcr-selected-student{display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(135deg,#eef2ff,#faf5ff)}.bcr-selected-student h2{margin:5px 0}.bcr-eyebrow,.bcr-tool-category{font-size:10px;font-weight:900;letter-spacing:.12em;color:#6366f1}.bcr-tool-card{display:flex;flex-direction:column;min-height:245px;transition:.2s transform,.2s box-shadow}.bcr-tool-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,23,42,.12)}.bcr-tool-card h3{margin:8px 0}.bcr-tool-card p{color:#64748b;line-height:1.55;flex:1}.bcr-tool-icon{font-size:38px}.bcr-empty-state{text-align:center;padding:50px 20px}.bcr-timeline{position:relative;padding-left:8px}.bcr-timeline-item{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #e2e8f0}.bcr-timeline-dot{width:36px;height:36px;border-radius:12px;background:#eef2ff;display:grid;place-items:center}.bcr-timeline-item h4{margin:3px 0}.bcr-timeline-item p{margin:0;color:#64748b}@media(max-width:700px){.bcr-selected-student{align-items:flex-start;flex-direction:column}.bcr-student-picker{position:static}}

.bcr-tool-age{font-size:12px;color:#64748b;margin:8px 0 14px}.bcr-tool-card{position:relative}.bcr-tool-card h3{margin-bottom:8px}

/* BCR 2.2 — infografik sonuç ve PDF raporu */
.bcr-result-report{max-width:1100px;margin:0 auto 30px;color:#172033}
.bcr-report-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 32px;border-radius:24px;background:linear-gradient(125deg,var(--report-accent),var(--report-accent2));color:#fff;box-shadow:0 22px 45px rgba(15,23,42,.18);margin-bottom:16px;overflow:hidden;position:relative}
.bcr-report-hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-75px;top:-115px;background:rgba(255,255,255,.11)}
.bcr-report-kicker{font-size:10px;font-weight:900;letter-spacing:.16em;opacity:.82}.bcr-report-hero h1{font-size:27px;line-height:1.2;margin:7px 0}.bcr-report-hero p{margin:0;opacity:.86}
.bcr-report-level{position:relative;z-index:1;min-width:205px;padding:15px 18px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.13);border-radius:17px;backdrop-filter:blur(8px)}.bcr-report-level>span{font-size:28px;float:left;margin-right:10px}.bcr-report-level small{display:block;font-size:9px;font-weight:900;letter-spacing:.12em;opacity:.78}.bcr-report-level strong{display:block;font-size:17px;margin-top:4px}
.bcr-report-identity{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e2e8f0;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;margin-bottom:16px}.bcr-report-identity>div{background:#fff;padding:15px 17px}.bcr-report-identity small{display:block;color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.bcr-report-identity strong{font-size:13px}
.bcr-report-score-area{display:grid;grid-template-columns:300px 1fr;gap:18px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:22px;margin-bottom:16px;box-shadow:0 8px 22px rgba(15,23,42,.05)}
.bcr-score-gauge{width:220px;height:220px;border-radius:50%;margin:auto;display:grid;place-items:center;background:conic-gradient(var(--report-accent) var(--gauge),#e8edf4 0);position:relative}.bcr-score-gauge:before{content:"";position:absolute;width:164px;height:164px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #eef2f7}.bcr-score-gauge>div{position:relative;text-align:center}.bcr-score-gauge strong{display:block;font-size:43px;color:var(--report-accent);line-height:1}.bcr-score-gauge span{display:block;color:#64748b;font-size:11px;font-weight:800;margin-top:7px}
.bcr-score-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-content:center}.bcr-mini-score{display:flex;gap:12px;align-items:center;padding:16px;border:1px solid #e2e8f0;border-radius:15px;background:linear-gradient(145deg,#fff,#f8fafc)}.bcr-mini-score>span{width:42px;height:42px;display:grid;place-items:center;background:color-mix(in srgb,var(--report-accent) 10%,#fff);border-radius:12px;font-size:20px;color:var(--report-accent);font-weight:900}.bcr-mini-score small{display:block;color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase}.bcr-mini-score strong{display:block;font-size:21px;margin-top:2px}
.bcr-report-alert{display:flex;gap:13px;padding:15px 18px;border:1px solid #fde68a;background:#fffbeb;border-radius:16px;margin-bottom:16px}.bcr-report-alert>span{font-size:23px}.bcr-report-alert p{margin:4px 0 0;color:#92400e;line-height:1.55;font-size:12.5px}
.bcr-report-section{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:22px;margin-bottom:16px;box-shadow:0 8px 22px rgba(15,23,42,.045)}.bcr-section-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.bcr-section-heading>span{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;background:color-mix(in srgb,var(--report-accent) 10%,#fff);font-size:21px}.bcr-section-heading small{display:block;color:var(--report-accent);font-size:9px;font-weight:900;letter-spacing:.12em}.bcr-section-heading h2{margin:3px 0 0;font-size:17px}
.bcr-profile-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:22px}.bcr-report-chart{height:300px}.bcr-profile-list{display:grid;gap:9px;align-content:start}.bcr-profile-row{display:grid;grid-template-columns:1fr auto;gap:5px 12px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px}.bcr-profile-row strong{font-size:12px}.bcr-profile-row span{display:block;color:#64748b;font-size:10px;margin-top:2px}.bcr-profile-row b{font-size:16px;color:var(--report-accent)}.bcr-profile-track{grid-column:1/-1;height:7px;border-radius:99px;background:#e8edf4;overflow:hidden}.bcr-profile-track i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--report-accent2),var(--report-accent))}
.bcr-comment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.bcr-comment-card{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:15px;border-radius:15px;border:1px solid #dbeafe;background:#eff6ff}.bcr-comment-card>span{width:36px;height:36px;display:grid;place-items:center;background:#fff;border-radius:10px;font-size:18px}.bcr-comment-card p{margin:0;color:#334155;font-size:13px;line-height:1.65}.bcr-comment-1{background:#f0fdf4;border-color:#bbf7d0}.bcr-comment-2{background:#fff7ed;border-color:#fed7aa}.bcr-comment-3{background:#faf5ff;border-color:#e9d5ff}
.bcr-expert-note{border-left:5px solid var(--report-accent);padding:16px 18px;background:#f8fafc;border-radius:0 14px 14px 0;line-height:1.7;color:#334155}.bcr-report-disclaimer{padding:17px 19px;border-radius:16px;background:#f8fafc;border:1px dashed #cbd5e1;margin-bottom:16px}.bcr-report-disclaimer strong{font-size:13px}.bcr-report-disclaimer p{margin:5px 0 0;color:#64748b;font-size:11.5px;line-height:1.55}
.bcr-report-signatures{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:28px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;margin-bottom:12px}.bcr-report-signatures>div{text-align:center}.bcr-report-signatures span{display:block;font-size:11px;font-weight:800;color:#64748b}.bcr-report-signatures strong{display:block;margin:28px 0 6px;font-weight:400}.bcr-report-signatures small{color:#94a3b8}.bcr-report-footer{display:flex;justify-content:space-between;gap:20px;color:#94a3b8;font-size:10.5px;padding:8px 4px 20px}
@media(max-width:800px){.bcr-report-hero{align-items:flex-start;flex-direction:column}.bcr-report-level{min-width:100%;}.bcr-report-identity{grid-template-columns:1fr 1fr}.bcr-report-score-area,.bcr-profile-layout{grid-template-columns:1fr}.bcr-comment-grid{grid-template-columns:1fr}}
@media(max-width:520px){.bcr-report-identity,.bcr-score-cards,.bcr-report-signatures{grid-template-columns:1fr}.bcr-report-hero{padding:22px}.bcr-report-score-area,.bcr-report-section{padding:16px}}
@media print{
 @page{size:A4;margin:9mm}
 body{background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}
 body *{visibility:hidden!important}
 #bcr-result-report,#bcr-result-report *{visibility:visible!important}
 #bcr-result-report{position:absolute;left:0;top:0;width:100%;max-width:none;margin:0;font-size:10pt}
 .bcr-topbar,.bcr-print-result,#wpadminbar,#adminmenumain,.notice,.update-nag{display:none!important}
 #wpcontent,#wpbody-content,.wrap,.bcr-wrap{margin:0!important;padding:0!important;max-width:none!important}
 .bcr-report-hero{padding:17px 20px;border-radius:14px;margin-bottom:7px;box-shadow:none}.bcr-report-hero h1{font-size:19px}.bcr-report-level{padding:10px 12px}
 .bcr-report-identity{margin-bottom:7px;border-radius:10px}.bcr-report-identity>div{padding:8px 10px}
 .bcr-report-score-area,.bcr-report-section{padding:12px;margin-bottom:7px;border-radius:12px;box-shadow:none;break-inside:avoid-page}
 .bcr-score-gauge{width:150px;height:150px}.bcr-score-gauge:before{width:112px;height:112px}.bcr-score-gauge strong{font-size:30px}.bcr-mini-score{padding:9px}.bcr-mini-score>span{width:32px;height:32px}.bcr-mini-score strong{font-size:16px}
 .bcr-report-chart{height:220px}.bcr-comment-card{padding:10px}.bcr-comment-card p{font-size:9.5pt;line-height:1.45}
 .bcr-report-signatures{padding:16px;margin-bottom:5px}.bcr-report-signatures strong{margin:19px 0 4px}.bcr-report-footer{padding-bottom:0}
}

.bcr-dashboard-secondary{margin-top:14px}.bcr-link-card code{display:inline-block;padding:7px 10px;background:#f1f5f9;border-radius:8px;word-break:break-all}.bcr-table small{color:#64748b}

.bcr-dashboard-test-bars{display:grid;gap:14px}.bcr-dashboard-test-row>div:first-child{display:flex;justify-content:space-between;gap:14px;margin-bottom:6px}.bcr-dashboard-test-row span{color:#64748b;font-size:12px}.bcr-mini-bar{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.bcr-mini-bar i{display:block;height:100%;background:linear-gradient(90deg,#4f46e5,#8b5cf6,#db2777);border-radius:999px}

/* 2.4 Araştırma ve form tasarım modülü */
.bcr-research-card{position:relative;overflow:hidden;transition:.2s transform,.2s box-shadow}.bcr-research-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(30,41,59,.10)}.bcr-research-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;font-size:23px;background:linear-gradient(135deg,#ede9fe,#fce7f3);margin-bottom:12px}.bcr-research-card h2{margin:0 0 8px}.bcr-research-card p{min-height:42px;color:#64748b}.bcr-research-meta{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.bcr-research-meta span{font-size:11px;font-weight:750;background:#f1f5f9;color:#475569;padding:5px 9px;border-radius:999px}.bcr-help-card{background:linear-gradient(135deg,#f5f3ff,#eff6ff)}
.bcr-form-builder-list{display:grid;gap:8px}.bcr-builder-item{display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc}.bcr-builder-item small{display:block;color:#64748b;margin-top:3px}.bcr-builder-order{width:34px;height:34px;border-radius:10px;background:#ede9fe;color:#6d28d9;display:grid;place-items:center;font-weight:900}
.bcr-research-select{display:flex;flex-direction:column;gap:7px;text-decoration:none;padding:18px;border:1px solid #e2e8f0;border-radius:16px;background:linear-gradient(145deg,#fff,#faf5ff);color:#172033;transition:.2s}.bcr-research-select:hover{border-color:#a78bfa;transform:translateY(-2px)}.bcr-research-select span{font-size:12px;color:#64748b}
.bcr-survey-card{max-width:980px}.bcr-survey-head{display:flex;justify-content:space-between;gap:18px;align-items:start;padding:4px 0 22px;border-bottom:1px solid #e2e8f0}.bcr-kicker{font-size:10px;font-weight:900;letter-spacing:.12em;color:#7c3aed}.bcr-survey-count{width:82px;height:82px;border-radius:24px;background:linear-gradient(135deg,#7c3aed,#db2777);color:#fff;display:grid;place-items:center;font-size:28px;font-weight:900}.bcr-survey-count small{display:block;font-size:10px;margin-top:-25px}.bcr-survey-fields{display:grid;gap:12px;margin-top:18px}.bcr-survey-field{padding:17px;border:1px solid #e2e8f0;border-radius:15px;background:#fff}.bcr-survey-field>label{display:flex;gap:9px;align-items:center;margin-bottom:10px}.bcr-survey-field em{color:#dc2626}.bcr-question-number{width:28px;height:28px;border-radius:8px;background:#ede9fe;color:#6d28d9;display:grid;place-items:center;font-weight:900}.bcr-option-grid{display:flex;gap:8px;flex-wrap:wrap}.bcr-option{display:flex!important;gap:7px!important;align-items:center!important;padding:9px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.bcr-option input{width:auto!important}
@media(max-width:700px){.bcr-survey-head{flex-direction:column}.bcr-builder-item{grid-template-columns:36px 1fr}.bcr-builder-item>span:last-child{grid-column:2}.bcr-option-grid{display:grid}}

/* BCR 2.5 — gelişmiş yönetici görünümü */
.bcr-dashboard-detail{margin-top:18px}.bcr-page-links .bcr-link-tile{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center;padding:15px;border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(145deg,#fff,#f8fafc)}.bcr-link-tile>span{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#eef2ff;font-size:22px}.bcr-link-tile strong{display:block}.bcr-link-tile code{display:block;margin:5px 0 7px;padding:5px 8px;background:#f1f5f9;border-radius:7px;word-break:break-all}.bcr-link-tile a{font-size:12px;font-weight:800;text-decoration:none}.bcr-field input[data-bcr-auto="1"],.bcr-field select[data-bcr-auto="1"]{background:#f1f5f9;color:#475569;border-style:dashed}


/* BCR 2.6 — premium admin ve uzman arayüzü */
:root{--bcr-brand:#5b4ff2;--bcr-brand2:#8b5cf6;--bcr-accent:#06b6d4;--bcr-ink:#172033;--bcr-muted:#66758f;--bcr-surface:#ffffff;--bcr-soft:#f4f6ff;--bcr-border:#e3e8f2;--bcr-shadow:0 18px 50px rgba(45,55,90,.10)}
.bcr-wrap,.bcr-shell-main{color:var(--bcr-ink)}
.bcr-shell{background:radial-gradient(circle at 8% 0%,rgba(91,79,242,.10),transparent 27%),linear-gradient(145deg,#f6f7fb,#eef2ff 52%,#f8fafc);min-height:100vh}
.bcr-shell-top{background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.9);box-shadow:0 6px 25px rgba(15,23,42,.05);padding:16px 24px}
.bcr-shell-brand{font-size:18px;font-weight:950;letter-spacing:-.03em;color:#312e81}
.bcr-shell-user{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid var(--bcr-border);padding:7px 10px 7px 14px;border-radius:999px}
.bcr-shell-nav{background:linear-gradient(180deg,#171842,#24265c);padding:18px 12px;box-shadow:14px 0 35px rgba(15,23,42,.10)}
.bcr-nav-item{border-radius:13px;margin:4px 0;color:#d8dcff!important;font-weight:750;padding:12px 14px;transition:.2s ease}
.bcr-nav-item:hover{background:rgba(255,255,255,.10);transform:translateX(3px)}
.bcr-nav-item.active{background:linear-gradient(120deg,#6d5dfc,#8b5cf6);color:#fff!important;box-shadow:0 12px 25px rgba(109,93,252,.35)}
.bcr-card{border:1px solid rgba(226,232,240,.95)!important;border-radius:22px!important;box-shadow:var(--bcr-shadow)!important;background:rgba(255,255,255,.96)!important}
.bcr-card-title{font-size:18px!important;letter-spacing:-.025em}
.bcr-table{border-collapse:separate!important;border-spacing:0 8px!important}
.bcr-table thead th{background:transparent!important;color:#74809a!important;font-size:10px!important;text-transform:uppercase;letter-spacing:.08em;border:0!important}
.bcr-table tbody tr{background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.045)}
.bcr-table tbody td{border-top:1px solid var(--bcr-border)!important;border-bottom:1px solid var(--bcr-border)!important;padding:14px!important}
.bcr-table tbody td:first-child{border-left:1px solid var(--bcr-border)!important;border-radius:13px 0 0 13px}.bcr-table tbody td:last-child{border-right:1px solid var(--bcr-border)!important;border-radius:0 13px 13px 0}
.bcr-btn{border-radius:12px!important;font-weight:850!important;box-shadow:none;transition:transform .16s ease,box-shadow .16s ease}
.bcr-btn:hover{transform:translateY(-1px)}
.bcr-btn-primary{background:linear-gradient(120deg,var(--bcr-brand),var(--bcr-brand2))!important;box-shadow:0 10px 24px rgba(91,79,242,.25)!important}
.bcr-btn-soft{background:#eef0ff!important;color:#5145db!important;border-color:#e2e5ff!important}
.bcr-btn-danger{background:#fff1f2!important;color:#be123c!important;border:1px solid #fecdd3!important}
.bcr-btn-danger:hover{background:#ffe4e6!important;box-shadow:0 8px 20px rgba(190,18,60,.12)!important}
.bcr-stat,.bcr-metric{border-radius:18px!important;background:linear-gradient(145deg,#fff,#f8faff)!important;border:1px solid var(--bcr-border)!important;box-shadow:0 12px 30px rgba(45,55,90,.07)!important}
.bcr-form-grid input,.bcr-form-grid select,.bcr-card input,.bcr-card select,.bcr-card textarea{border-radius:12px!important;border-color:#dce3ef!important;background:#fbfcff!important}
.bcr-form-grid input:focus,.bcr-card input:focus,.bcr-card select:focus,.bcr-card textarea:focus{border-color:#8176ff!important;box-shadow:0 0 0 4px rgba(91,79,242,.11)!important;background:#fff!important}
.bcr-kv tr:nth-child(odd){background:#fafbff}.bcr-kv td{padding:11px 13px!important}
.bcr-selected-student{background:linear-gradient(125deg,#ffffff,#f3f2ff)!important;border-color:#d9d6ff!important}
@media(max-width:760px){.bcr-shell-nav{box-shadow:none}.bcr-shell-user{border-radius:14px}.bcr-table{display:block;overflow-x:auto}}

.bcr-row-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}

/* BCR 2.7 — güvenilir uygulama sonucu yazdırma */
@media print{
  html,body,#wpwrap,#wpcontent,#wpbody,#wpbody-content{background:#fff!important;margin:0!important;padding:0!important}
  #adminmenumain,#wpadminbar,.bcr-sidebar,.bcr-topbar,.bcr-page-head,.notice,.update-nag,.bcr-print-result{display:none!important}
  body *{visibility:hidden!important}
  #bcr-result-report,#bcr-result-report *{visibility:visible!important}
  #bcr-result-report{display:block!important;position:absolute!important;left:0!important;top:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  #bcr-result-report .bcr-report-section,#bcr-result-report .bcr-report-score-area,#bcr-result-report .bcr-report-identity{break-inside:avoid-page!important;page-break-inside:avoid!important}
  @page{size:A4;margin:9mm}
}

/* v2.9.0 — Mesleki belge yönetici kartı */
.bcr-document-admin-card{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#eef2ff,#f8fafc);border-color:#c7d2fe}.bcr-document-admin-card small{font-weight:900;letter-spacing:.08em;color:#6366f1}.bcr-document-admin-card h3{margin:4px 0 5px}.bcr-document-admin-card p{margin:4px 0;color:#64748b}@media(max-width:760px){.bcr-document-admin-card{align-items:flex-start;flex-direction:column}}


/* BCR 3.1 — test bazlı BCR Zekâ Oyunları, BADES ve premium PDF blokları */
.bcr-support-section{background:linear-gradient(145deg,#fff,#f4f7ff)!important;border-color:#c7d2fe!important}
.bcr-support-intro{margin:-6px 0 15px;color:#475569;font-size:13px;line-height:1.65}
.bcr-game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.bcr-game-card{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:15px;border:1px solid #dbe4ff;border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 8px 20px rgba(49,46,129,.055)}
.bcr-game-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#ede9fe,#cffafe);font-size:22px}
.bcr-game-card h3{margin:0 0 5px;font-size:14px;color:#3730a3}.bcr-game-card p{margin:0;color:#475569;font-size:12px;line-height:1.55}
.bcr-game-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.bcr-game-tags span{padding:4px 8px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:10px;font-weight:800}
.bcr-support-note{margin:13px 0 0;padding:10px 12px;border-radius:11px;background:#fff;color:#64748b;font-size:11.5px;border:1px dashed #c7d2fe}
.bcr-bades-section{background:linear-gradient(145deg,#fffdf8,#fff7ed)!important;border-color:#fed7aa!important}
.bcr-bades-callout{display:grid;grid-template-columns:58px 1fr;gap:15px;align-items:start;padding:18px;border-radius:17px;background:linear-gradient(135deg,#fff7ed,#fffbeb);border:1px solid #fdba74;border-left:7px solid #ea580c}
.bcr-bades-mark{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#ea580c,#f59e0b);color:#fff;font-size:27px;font-weight:950;box-shadow:0 10px 22px rgba(234,88,12,.22)}
.bcr-bades-callout h3{margin:0 0 6px;color:#9a3412;font-size:15px}.bcr-bades-callout p{margin:5px 0;color:#7c2d12;font-size:12.5px;line-height:1.65}
@media(max-width:700px){.bcr-game-grid{grid-template-columns:1fr}.bcr-bades-callout{grid-template-columns:1fr}.bcr-bades-mark{width:46px;height:46px}}
@media print{
 #bcr-result-report .bcr-game-grid{grid-template-columns:repeat(2,1fr)!important;gap:7px!important}
 #bcr-result-report .bcr-game-card{padding:9px!important;grid-template-columns:34px 1fr!important;box-shadow:none!important;break-inside:avoid!important}
 #bcr-result-report .bcr-game-icon{width:32px!important;height:32px!important;font-size:16px!important;border-radius:9px!important}
 #bcr-result-report .bcr-game-card h3{font-size:10pt!important;margin-bottom:2px!important}
 #bcr-result-report .bcr-game-card p{font-size:8.5pt!important;line-height:1.35!important}
 #bcr-result-report .bcr-game-tags{margin-top:4px!important}.bcr-game-tags span{font-size:7.5pt!important;padding:2px 5px!important}
 #bcr-result-report .bcr-bades-callout{padding:11px!important;grid-template-columns:38px 1fr!important;gap:9px!important;break-inside:avoid!important}
 #bcr-result-report .bcr-bades-mark{width:36px!important;height:36px!important;font-size:17px!important;border-radius:9px!important;box-shadow:none!important}
 #bcr-result-report .bcr-bades-callout h3{font-size:10pt!important}.bcr-bades-callout p{font-size:8.5pt!important;line-height:1.4!important}
}


/* BCR 3.2 — tekil, üç kanallı bilişsel destek planı */
.bcr-learning-plan{background:linear-gradient(145deg,#fff,#f5f7ff)!important;border-color:#c7d2fe!important;overflow:hidden}
.bcr-plan-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;align-items:start}
.bcr-plan-group{border:1px solid #dbe4f0;border-radius:17px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(15,23,42,.045)}
.bcr-plan-bcr{background:linear-gradient(155deg,#eef2ff,#ecfeff)}
.bcr-plan-title{display:flex;gap:10px;align-items:center;padding:13px 14px;border-bottom:1px solid #e2e8f0}.bcr-plan-title>span{font-size:23px}.bcr-plan-title small{display:block;font-size:9px;letter-spacing:.1em;color:#64748b;font-weight:900}.bcr-plan-title h3{margin:2px 0 0;font-size:14px;color:#312e81}
.bcr-compact-list{padding:4px 13px 10px}.bcr-compact-list article{display:grid;grid-template-columns:14px 1fr;gap:8px;padding:9px 0;border-top:1px dashed #dbe4ee}.bcr-compact-list article:first-child{border-top:0}.bcr-list-icon{color:#06b6d4;font-weight:900}.bcr-compact-list h4{margin:0 0 2px;font-size:12.5px;color:#0f766e}.bcr-compact-list p{margin:0;font-size:11px;line-height:1.4;color:#475569}.bcr-compact-list small{display:block;margin-top:4px;color:#64748b;font-size:9.5px}
.bcr-bades-inline{display:grid;grid-template-columns:56px 1fr;gap:14px;margin-top:14px;padding:17px;border:1px solid #fdba74;border-left:7px solid #ea580c;border-radius:17px;background:linear-gradient(135deg,#fff7ed,#fffbeb)}.bcr-bades-inline small{font-size:9px;letter-spacing:.11em;font-weight:900;color:#c2410c}.bcr-bades-inline h3{margin:3px 0 6px;color:#9a3412;font-size:15px}.bcr-bades-inline p{margin:0;color:#7c2d12;font-size:12px;line-height:1.55}.bcr-bades-steps{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.bcr-bades-steps span{padding:5px 9px;border-radius:999px;background:#fff;border:1px solid #fed7aa;color:#9a3412;font-size:9px;font-weight:850}.bcr-legal-note{margin-top:9px!important;font-size:10px!important;color:#9a3412!important}
@media(max-width:900px){.bcr-plan-columns{grid-template-columns:1fr}}
@media print{#bcr-result-report .bcr-plan-columns{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}#bcr-result-report .bcr-plan-group{box-shadow:none!important;border-radius:10px!important;break-inside:avoid!important}#bcr-result-report .bcr-plan-title{padding:6px 8px!important}#bcr-result-report .bcr-plan-title>span{font-size:14px!important}#bcr-result-report .bcr-plan-title h3{font-size:8.5pt!important}#bcr-result-report .bcr-plan-title small{font-size:6.5pt!important}#bcr-result-report .bcr-compact-list{padding:2px 7px 5px!important}#bcr-result-report .bcr-compact-list article{padding:4px 0!important;grid-template-columns:8px 1fr!important;gap:4px!important}#bcr-result-report .bcr-compact-list h4{font-size:7.8pt!important}#bcr-result-report .bcr-compact-list p{font-size:6.8pt!important;line-height:1.25!important}#bcr-result-report .bcr-compact-list small{font-size:6pt!important;margin-top:2px!important}#bcr-result-report .bcr-bades-inline{margin-top:7px!important;padding:8px!important;grid-template-columns:30px 1fr!important;gap:7px!important;break-inside:avoid!important}#bcr-result-report .bcr-bades-inline .bcr-bades-mark{width:28px!important;height:28px!important;font-size:14px!important}#bcr-result-report .bcr-bades-inline h3{font-size:8.5pt!important;margin:1px 0 3px!important}#bcr-result-report .bcr-bades-inline p{font-size:7pt!important;line-height:1.3!important}#bcr-result-report .bcr-bades-steps{margin-top:4px!important;gap:3px!important}#bcr-result-report .bcr-bades-steps span{font-size:5.8pt!important;padding:2px 4px!important}.bcr-legal-note{font-size:6pt!important;margin-top:4px!important}}


/* BCR 3.3 — yatay, kısa BADES kartı ve güvenilir baskı */
.bcr-bades-inline{grid-template-columns:54px minmax(0,1fr) auto!important;align-items:center!important;padding:12px 14px!important;gap:12px!important;margin-top:10px!important}
.bcr-bades-copy small{font-size:9px!important;letter-spacing:.08em!important}.bcr-bades-copy h3{margin:2px 0 3px!important;font-size:13px!important}.bcr-bades-copy p{font-size:11px!important;line-height:1.4!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.bcr-bades-proof{min-width:150px;text-align:center;padding:9px 12px;border-radius:13px;background:#fff;border:1px solid #fdba74;color:#9a3412}.bcr-bades-proof strong,.bcr-bades-proof span{display:block}.bcr-bades-proof strong{font-size:12px}.bcr-bades-proof span{font-size:10px;font-weight:800}.bcr-bades-proof em{display:block;margin-top:3px;font-size:8.5px;color:#c2410c;font-style:normal}
@media(max-width:760px){.bcr-bades-inline{grid-template-columns:46px 1fr!important}.bcr-bades-proof{grid-column:1/-1;min-width:0}}
@media print{#bcr-result-report .bcr-bades-inline{grid-template-columns:27px 1fr 98px!important;padding:6px 7px!important;margin-top:5px!important;gap:5px!important;border-radius:9px!important}#bcr-result-report .bcr-bades-copy small{font-size:5.8pt!important}#bcr-result-report .bcr-bades-copy h3{font-size:7.3pt!important;margin:0 0 1px!important}#bcr-result-report .bcr-bades-copy p{font-size:6.3pt!important;line-height:1.2!important;-webkit-line-clamp:2!important}#bcr-result-report .bcr-bades-proof{min-width:0!important;padding:4px!important;border-radius:7px!important}#bcr-result-report .bcr-bades-proof strong{font-size:6.5pt!important}#bcr-result-report .bcr-bades-proof span{font-size:5.8pt!important}#bcr-result-report .bcr-bades-proof em{font-size:5pt!important}}


/* BCR 3.4 — yatay karar desteği özeti ve ayrıntılandırılmış BADES */
.bcr-decision-summary{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;padding:15px 18px!important;background:linear-gradient(100deg,#eef2ff,#f0fdfa)!important;border:1px solid #c7d2fe!important;border-left:6px solid #6366f1!important}
.bcr-decision-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#fff;color:#4f46e5;font-size:21px;box-shadow:0 6px 16px rgba(79,70,229,.10)}
.bcr-decision-copy small{font-size:9px;letter-spacing:.11em;font-weight:900;color:#4f46e5}.bcr-decision-copy h2{margin:2px 0 4px!important;font-size:15px!important;color:#1e293b}.bcr-decision-copy p{margin:0!important;font-size:12px!important;line-height:1.48!important;color:#475569}
.bcr-bades-method{display:block;margin-top:5px;color:#9a3412;font-size:9.5px;line-height:1.35;font-weight:650}
.decision-summary{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;margin:14px 0;padding:13px 15px;border:1px solid #c7d2fe;border-left:6px solid #6366f1;border-radius:15px;background:linear-gradient(100deg,#eef2ff,#f0fdfa)}
.decision-summary>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#fff;font-size:18px}.decision-summary small{font-size:8px;letter-spacing:.1em;font-weight:900;color:#4f46e5}.decision-summary h3{font-size:13px;margin:2px 0 3px;color:#1e293b}.decision-summary p{font-size:11px;line-height:1.45;color:#475569;margin:0}
.bades-method{display:block;margin-top:4px;color:#9a3412;font-size:9px;line-height:1.35;font-weight:650}
@media(max-width:700px){.bcr-decision-summary{grid-template-columns:42px 1fr!important;padding:12px!important}.bcr-decision-icon{width:38px;height:38px}.decision-summary{grid-template-columns:36px 1fr}}
@media print{#bcr-result-report .bcr-decision-summary{grid-template-columns:26px 1fr!important;gap:6px!important;padding:7px 8px!important;border-radius:8px!important;break-inside:avoid!important}#bcr-result-report .bcr-decision-icon{width:24px!important;height:24px!important;border-radius:6px!important;font-size:11px!important;box-shadow:none!important}#bcr-result-report .bcr-decision-copy small{font-size:5.6pt!important}#bcr-result-report .bcr-decision-copy h2{font-size:7.8pt!important;margin:0 0 2px!important}#bcr-result-report .bcr-decision-copy p{font-size:6.5pt!important;line-height:1.25!important}.bcr-bades-method{font-size:5.6pt!important;margin-top:2px!important}.decision-summary{grid-template-columns:24px 1fr!important;padding:6px 7px!important;gap:5px!important;border-radius:8px!important;break-inside:avoid!important}.decision-summary>span{width:22px!important;height:22px!important;font-size:10px!important}.decision-summary small{font-size:5.5pt!important}.decision-summary h3{font-size:7.5pt!important;margin:0 0 1px!important}.decision-summary p{font-size:6.2pt!important;line-height:1.22!important}.bades-method{font-size:5.4pt!important;margin-top:2px!important}}


/* BCR 3.4.1 — akıcı karar özeti ve boşluksuz PDF yerleşimi */
@media print{
  html,body{margin:0!important;padding:0!important;background:#fff!important}
  #wpadminbar,#adminmenumain,#wpfooter,.notice,.update-nag,.bcr-report-actions{display:none!important}
  #wpcontent,#wpbody,#wpbody-content{margin:0!important;padding:0!important}
  #bcr-result-report{margin:0!important;padding:0!important;max-width:none!important;box-shadow:none!important}
  #bcr-result-report .bcr-report-section{margin:0 0 5px!important;padding:8px 10px!important;break-inside:auto!important;page-break-inside:auto!important}
  #bcr-result-report .bcr-report-section:empty{display:none!important}
  #bcr-result-report .bcr-report-cover,#bcr-result-report .bcr-report-identity,#bcr-result-report .bcr-report-score-area,#bcr-result-report .bcr-decision-summary,#bcr-result-report .bcr-report-alert,#bcr-result-report .bcr-mini-score,#bcr-result-report .bcr-profile-row,#bcr-result-report .bcr-plan-group,#bcr-result-report .bcr-bades-inline,#bcr-result-report .bcr-report-disclaimer{break-inside:avoid!important;page-break-inside:avoid!important}
  #bcr-result-report .bcr-learning-plan,#bcr-result-report .bcr-plan-columns,#bcr-result-report .bcr-profile-layout{break-inside:auto!important;page-break-inside:auto!important}
  #bcr-result-report .bcr-report-chart{height:150px!important;min-height:150px!important;margin:0!important}
  #bcr-result-report .bcr-section-heading{margin-bottom:5px!important}
  #bcr-result-report .bcr-decision-copy p{display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important}
  @page{size:A4;margin:7mm}
}


/* BCR 3.4.2 — rapor uygulaması seçim alanı */
.bcr-report-app-option{
 position:relative;display:flex!important;align-items:center!important;gap:12px!important;
 min-height:46px;padding:10px 12px;margin:8px 0!important;border:1px solid #dce3ef;
 border-radius:12px;background:#fbfcff;cursor:pointer!important;user-select:none;
 transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;
}
.bcr-report-app-option:hover{border-color:#a9a1ff;background:#f7f6ff}
.bcr-report-app-check{
 appearance:auto!important;-webkit-appearance:checkbox!important;position:relative!important;
 opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:3!important;
 width:20px!important;height:20px!important;min-width:20px!important;margin:0!important;
 accent-color:#5b4ff2!important;cursor:pointer!important;
}
.bcr-report-checkmark{display:none!important}
.bcr-report-app-label{display:block;line-height:1.45;cursor:pointer}
.bcr-report-app-option.is-checked{border-color:#b8b2ff;background:#f3f2ff;box-shadow:0 0 0 3px rgba(91,79,242,.08)}
.bcr-report-app-option:focus-within{outline:3px solid rgba(91,79,242,.16);outline-offset:2px}


/* BCR 3.4.3 — alt test bazında kısa yorum kartları */
.bcr-subscale-insights{background:linear-gradient(145deg,#fff,#f8fafc)!important}
.bcr-subscale-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.bcr-subscale-card{position:relative;padding:12px 13px;border:1px solid #dbe4f0;border-left:5px solid #64748b;border-radius:13px;background:#fff;box-shadow:0 5px 14px rgba(15,23,42,.045);break-inside:avoid;page-break-inside:avoid}
.bcr-subscale-card.is-strong{border-left-color:#16a34a;background:#f0fdf4}.bcr-subscale-card.is-average{border-left-color:#2563eb;background:#eff6ff}.bcr-subscale-card.is-watch{border-left-color:#d97706;background:#fffbeb}.bcr-subscale-card.is-support{border-left-color:#dc2626;background:#fef2f2}
.bcr-subscale-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:9px}.bcr-subscale-card-head h3{margin:0!important;font-size:13px!important;color:#172033}.bcr-subscale-card-head span{flex:0 0 auto;padding:3px 7px;border-radius:999px;background:rgba(255,255,255,.88);border:1px solid #dbe4f0;font-size:9px;font-weight:850;color:#475569}
.bcr-subscale-score{display:block;margin-top:5px;font-size:9.5px;font-weight:750;color:#64748b}.bcr-subscale-card p{margin:6px 0 0!important;font-size:11px!important;line-height:1.42!important;color:#475569}
@media(max-width:760px){.bcr-subscale-card-grid{grid-template-columns:1fr}}
@media print{#bcr-result-report .bcr-subscale-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}#bcr-result-report .bcr-subscale-insights{break-inside:auto!important;page-break-inside:auto!important}#bcr-result-report .bcr-subscale-card{padding:6px 7px!important;border-radius:8px!important;box-shadow:none!important}#bcr-result-report .bcr-subscale-card-head h3{font-size:7.7pt!important}#bcr-result-report .bcr-subscale-card-head span{font-size:5.7pt!important;padding:1px 4px!important}#bcr-result-report .bcr-subscale-score{font-size:5.8pt!important;margin-top:2px!important}#bcr-result-report .bcr-subscale-card p{font-size:6.4pt!important;line-height:1.22!important;margin-top:3px!important}}


/* BCR 3.4.4 — tüm alt testli testlerde Frostig benzeri görsel profil */
.bcr-visual-profile{background:linear-gradient(145deg,#fff,#f0fdfa)!important;border-color:#cbd5e1!important}
.bcr-visual-profile .bcr-profile-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}
.bcr-visual-profile .bcr-report-chart{height:360px;padding:14px;border:1px solid #dbe4f0;border-radius:20px;background:linear-gradient(145deg,#f8fafc,#ecfeff)}
.bcr-visual-profile .bcr-profile-list{display:grid;gap:10px}.bcr-visual-profile .bcr-profile-row{padding:13px 15px;border:1px solid #dbe4f0;border-radius:17px;background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.035)}
.bcr-profile-row-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:8px}.bcr-profile-row-top strong{font-size:13px;color:#172033}.bcr-profile-row-top span{display:block;font-size:10px;color:#64748b;margin-top:2px}.bcr-profile-row-top b{font-size:24px;color:#0f766e}
.bcr-visual-profile .bcr-profile-track{position:relative;height:11px;border-radius:99px;background:#e2e8f0;overflow:hidden}.bcr-visual-profile .bcr-profile-track i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#5eead4,#0f766e,#2563eb)}.bcr-visual-profile .bcr-profile-track em{position:absolute;left:50%;top:0;bottom:0;width:1px;background:#94a3b8}
.bcr-profile-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.bcr-profile-summary article{padding:15px 17px;border:1px solid #dbe4f0;border-radius:17px;background:#f8fafc}.bcr-profile-summary small{font-size:10px;font-weight:850;color:#64748b}.bcr-profile-summary strong{display:block;margin:6px 0;font-size:20px;line-height:1.15;color:#172033}.bcr-profile-summary p{margin:0;font-size:11px;line-height:1.45;color:#64748b}
@media(max-width:800px){.bcr-visual-profile .bcr-profile-layout{grid-template-columns:1fr}.bcr-profile-summary{grid-template-columns:1fr}}
@media print{#bcr-result-report .bcr-visual-profile{padding:7px!important;break-inside:auto!important}#bcr-result-report .bcr-visual-profile .bcr-profile-layout{grid-template-columns:1.05fr .95fr!important;gap:7px!important}#bcr-result-report .bcr-visual-profile .bcr-report-chart{height:185px!important;min-height:185px!important;padding:4px!important;border-radius:9px!important}#bcr-result-report .bcr-visual-profile .bcr-profile-list{gap:4px!important}#bcr-result-report .bcr-visual-profile .bcr-profile-row{padding:5px 6px!important;border-radius:7px!important;break-inside:avoid!important}#bcr-result-report .bcr-profile-row-top{margin-bottom:3px!important}#bcr-result-report .bcr-profile-row-top strong{font-size:6.8pt!important}#bcr-result-report .bcr-profile-row-top span{font-size:5.5pt!important}#bcr-result-report .bcr-profile-row-top b{font-size:9pt!important}#bcr-result-report .bcr-visual-profile .bcr-profile-track{height:5px!important}#bcr-result-report .bcr-profile-summary{gap:5px!important;margin-top:6px!important}#bcr-result-report .bcr-profile-summary article{padding:5px 6px!important;border-radius:7px!important;break-inside:avoid!important}#bcr-result-report .bcr-profile-summary small{font-size:5.3pt!important}#bcr-result-report .bcr-profile-summary strong{font-size:7.5pt!important;margin:2px 0!important}#bcr-result-report .bcr-profile-summary p{font-size:5.7pt!important;line-height:1.2!important}}

/* v3.6.0 — Deneme/Soru ders satırları (wp-admin) */
.bcr-subj-rows{display:flex;flex-direction:column;gap:8px;margin:8px 0 4px}
.bcr-subj-row{display:grid;grid-template-columns:1fr 110px 110px 70px;gap:10px;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px 12px}
.bcr-subj-row .s-name{font-weight:600;font-size:13.5px;color:#334155}
.bcr-subj-row .s-name em{color:#94a3b8;font-style:normal;font-size:12px}
.bcr-subj-row input{border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;font-size:14px}
.bcr-subj-row .s-net{font-weight:800;color:#4f46e5;text-align:center}
.bcr-total-net{margin:12px 0;font-size:16px}.bcr-total-net strong{color:#4f46e5;font-size:20px}


/* v3.7.0 — Sonucu Gör: e-posta kutusu, karşılaştırma, veli/öğretmen blokları */
.bcr-email-box{border:1px solid #c7d2fe;background:#f5f3ff}
.bcr-email-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.bcr-email-head span{font-size:26px}
.bcr-email-head strong{display:block;font-size:15px;color:#0f172a}
.bcr-email-head small{color:#64748b;font-size:12.5px}
.bcr-history-compare .bcr-compare-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:18px;align-items:center}
@media(max-width:760px){.bcr-history-compare .bcr-compare-layout{grid-template-columns:1fr}}
.bcr-history-compare .bcr-report-chart{position:relative;height:240px}
.bcr-compare-side{display:flex;flex-direction:column;gap:10px}
.bcr-compare-side article{border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;background:#fff}
.bcr-compare-side small{color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.4px}
.bcr-compare-side strong{display:block;font-size:18px;margin-top:2px}
.bcr-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:700px){.bcr-audience-grid{grid-template-columns:1fr}}
.bcr-audience-col{border:1px solid #e2e8f0;border-radius:14px;padding:16px 18px;background:#fff}
.bcr-aud-parent{border-top:4px solid #0891b2}
.bcr-aud-teacher{border-top:4px solid #7c3aed}
.bcr-audience-col-head{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.bcr-audience-col-head span{font-size:20px}
.bcr-audience-col-head h3{font-size:15px;margin:0;color:#0f172a}
.bcr-audience-col ul{margin:0;padding-left:18px;color:#334155;font-size:13.5px;line-height:1.7}
.bcr-audience-col li{margin-bottom:6px}
@media print{.bcr-email-box{display:none!important}}
