/*
Theme Name: NDCP 2026 Portal
Author: Youth Media Network Pakistan
Description: Companion theme for the NextGen Digital Challenge Pakistan 2026 portal. It carries the same 3D glass design as the portal so the whole website looks like one product. Installed and activated automatically by the NDCP 2026 Portal plugin.
Version: 3.0.0
Requires at least: 5.8
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: ndcp-2026
Tags: dark, one-column, custom-colors, full-width-template, education
*/

/* The plugin ships the full design system in assets/ndcp.css. The rules below
   only style ordinary WordPress content (pages, posts, search, archives) so it
   matches the portal instead of looking like a default theme. */

:root{
	--ndcp-bg:#060A14;
	--ndcp-panel:#0E1526;
	--ndcp-ink:#F3F7FF;
	--ndcp-muted:#93A2BD;
	--ndcp-acc:#A3E635;
	--ndcp-line:rgba(255,255,255,.10);
}

html,body{margin:0;padding:0;background:var(--ndcp-bg);color:var(--ndcp-ink);}

body.ndcp-body,body.ndcp-theme{
	font-family:var(--fb,"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);
	line-height:1.65;
	-webkit-font-smoothing:antialiased;
}

h1,h2,h3,h4,h5{font-family:var(--fh,"Sora","Inter",sans-serif);letter-spacing:-.02em;line-height:1.15;}

a{color:var(--ndcp-acc);}
img{max-width:100%;height:auto;}

.ndcp-theme-doc{max-width:860px;margin:0 auto;padding:48px 22px 80px;}

.ndcp-theme-card{
	background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
	border:1px solid var(--ndcp-line);
	border-radius:22px;
	padding:34px;
	box-shadow:0 30px 80px rgba(0,0,0,.45);
	backdrop-filter:blur(14px);
}
.ndcp-theme-card + .ndcp-theme-card{margin-top:22px;}
.ndcp-theme-card h1{margin:0 0 10px;font-size:2rem;}
.ndcp-theme-meta{color:var(--ndcp-muted);font-size:.86rem;margin:0 0 18px;}

.ndcp-theme-back{
	display:inline-block;margin-top:26px;padding:12px 22px;border-radius:999px;
	background:var(--ndcp-acc);color:#14181C;font-weight:700;text-decoration:none;
}

.ndcp-theme-doc blockquote{
	margin:18px 0;padding:14px 18px;border-left:3px solid var(--ndcp-acc);
	background:rgba(255,255,255,.04);border-radius:0 14px 14px 0;color:var(--ndcp-muted);
}

.ndcp-theme-doc table{width:100%;border-collapse:collapse;margin:18px 0;}
.ndcp-theme-doc th,.ndcp-theme-doc td{border-bottom:1px solid var(--ndcp-line);padding:10px 12px;text-align:left;}

.screen-reader-text{position:absolute !important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);}
