/*
 * Pro Level Dashboard 7.0
 * Scoped premium interface for the single Campus Virtual page.
 */

.pld-app,
.pld-login,
.pld-profile-screen {
	--pld-navy: #061a3a;
	--pld-navy-2: #0a2552;
	--pld-blue: #0f5fff;
	--pld-blue-2: #003db8;
	--pld-gold: #f4bd50;
	--pld-gold-2: #d99a22;
	--pld-ink: #101828;
	--pld-muted: #667085;
	--pld-line: #e7ebf2;
	--pld-soft: #f5f7fb;
	--pld-white: #fff;
	--pld-success: #16a36a;
	--pld-danger: #c43838;
	--pld-shadow-sm: 0 8px 24px rgba(6, 26, 58, .07);
	--pld-shadow-md: 0 20px 55px rgba(6, 26, 58, .13);
	--pld-radius-sm: 12px;
	--pld-radius: 20px;
	--pld-radius-lg: 28px;
	box-sizing: border-box;
	font-family: Poppins, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
	color: var(--pld-ink);
	-webkit-font-smoothing: antialiased;
}

body.pld-campus-page .entry-title,
body.pld-campus-page .page-title { display: none; }
body.pld-campus-page .entry-content { max-width: none; }

.pld-app *,
.pld-app *::before,
.pld-app *::after,
.pld-login *,
.pld-login *::before,
.pld-login *::after,
.pld-profile-screen *,
.pld-profile-screen *::before,
.pld-profile-screen *::after { box-sizing: inherit; }

.pld-app a,
.pld-login a,
.pld-profile-screen a { text-decoration: none; }

.pld-app button,
.pld-app input,
.pld-login button,
.pld-login input,
.pld-profile-screen button,
.pld-profile-screen input { font: inherit; }

.pld-app svg,
.pld-login svg,
.pld-profile-screen svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pld-app .screen-reader-text,
.pld-login .screen-reader-text,
.pld-profile-screen .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pld-kicker {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .16em;
	color: var(--pld-blue);
}

.pld-kicker--light { color: #9cc0ff; }

.pld-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.pld-brand__mark {
	display: grid;
	place-items: center;
	width: 43px;
	height: 43px;
	border-radius: 13px;
	background: linear-gradient(145deg, #ffd978, var(--pld-gold-2));
	box-shadow: 0 10px 24px rgba(217, 154, 34, .24);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: -.03em;
	color: var(--pld-navy);
}

.pld-brand__words { display: flex; flex-direction: column; line-height: 1.08; }
.pld-brand__words strong { font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.pld-brand__words small { margin-top: 4px; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.pld-brand--light { color: var(--pld-white); }

.pld-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 13px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.pld-button svg { width: 19px; height: 19px; transition: transform .25s ease; }
.pld-button:hover { transform: translateY(-2px); }
.pld-button:hover svg { transform: translateX(3px); }
.pld-button:focus-visible { outline: 3px solid rgba(15, 95, 255, .25); outline-offset: 3px; }
.pld-button:disabled { opacity: .72; cursor: wait; transform: none; }

.pld-button--primary {
	background: linear-gradient(135deg, var(--pld-blue), var(--pld-blue-2));
	box-shadow: 0 10px 24px rgba(15, 95, 255, .22);
	color: var(--pld-white) !important;
}
.pld-button--primary:hover { box-shadow: 0 14px 30px rgba(15, 95, 255, .3); color: var(--pld-white); }

.pld-button--gold {
	background: linear-gradient(135deg, #ffd978, var(--pld-gold));
	box-shadow: 0 12px 28px rgba(244, 189, 80, .22);
	color: var(--pld-navy) !important;
}
.pld-button--gold:hover { box-shadow: 0 15px 34px rgba(244, 189, 80, .32); color: var(--pld-navy); }
.pld-button--pay {
	background: linear-gradient(135deg, #f7c85e, #e7a62d);
	box-shadow: 0 12px 28px rgba(217, 154, 34, .25);
	color: var(--pld-navy) !important;
}
.pld-button--pay:hover { box-shadow: 0 16px 34px rgba(217, 154, 34, .36); color: var(--pld-navy); }
.pld-button--wide { width: 100%; }

.pld-alert {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 22px;
	padding: 13px 15px;
	border: 1px solid;
	border-radius: var(--pld-radius-sm);
	font-size: 13px;
}
.pld-alert > span { display: grid; flex: 0 0 22px; place-items: center; width: 22px; height: 22px; border-radius: 50%; font-weight: 800; }
.pld-alert p { margin: 1px 0 0; }
.pld-alert--error { border-color: #f2c5c5; background: #fff4f4; color: #8f2424; }
.pld-alert--error > span { background: #f7d7d7; }

/* Login */
.pld-login {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
	width: min(1180px, calc(100vw - 36px));
	min-height: 690px;
	margin: 36px auto;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 32px;
	background: var(--pld-white);
	box-shadow: 0 32px 90px rgba(6, 26, 58, .18);
}

.pld-login__story {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 48px 54px 38px;
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 24%, rgba(34, 105, 230, .36), transparent 30%),
		linear-gradient(145deg, var(--pld-navy) 0%, #071f46 54%, #0d3472 100%);
	color: var(--pld-white);
}

.pld-login__story::before,
.pld-login__story::after {
	position: absolute;
	content: "";
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	pointer-events: none;
}
.pld-login__story::before { right: -170px; bottom: -220px; width: 520px; height: 520px; }
.pld-login__story::after { right: -105px; bottom: -150px; width: 380px; height: 380px; }

.pld-login__message { position: relative; z-index: 2; margin: auto 0 34px; max-width: 530px; }
.pld-login__message h1 { margin: 14px 0 20px; color: var(--pld-white); font-size: clamp(40px, 5vw, 64px); font-weight: 750; line-height: 1.05; letter-spacing: -.055em; }
.pld-login__message p { max-width: 490px; margin: 0; color: rgba(255, 255, 255, .72); font-size: 16px; line-height: 1.75; }

.pld-login__benefits { position: relative; z-index: 2; display: grid; gap: 14px; margin: 0 0 34px; padding: 0; list-style: none; }
.pld-login__benefits li { display: flex; align-items: center; gap: 13px; }
.pld-login__benefits li > div { display: flex; flex-direction: column; }
.pld-login__benefits strong { color: var(--pld-white); font-size: 13px; font-weight: 700; }
.pld-login__benefits li span:not(.pld-check) { margin-top: 2px; color: rgba(255, 255, 255, .6); font-size: 11px; }
.pld-check { display: grid; flex: 0 0 30px; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 50%; background: rgba(255, 255, 255, .08); color: var(--pld-gold); font-size: 13px; font-weight: 900; }
.pld-login__copyright { position: relative; z-index: 2; margin: auto 0 0; color: rgba(255, 255, 255, .42); font-size: 10px; letter-spacing: .06em; }

.pld-login__panel { position: relative; z-index: 3; display: grid; place-items: center; padding: 55px clamp(35px, 5vw, 72px); background: linear-gradient(160deg, #fff 0%, #fbfcff 100%); }
.pld-login__form-wrap { width: 100%; max-width: 500px; }
.pld-auth-view { animation: pld-auth-in .38s ease both; }
.pld-auth-view--register { display: none; }
.pld-auth-view--password { display: none; }
.pld-login.is-registering .pld-auth-view--login { display: none; }
.pld-login.is-registering .pld-auth-view--register { display: block; }
.pld-login.is-password-mode .pld-auth-view--login,
.pld-login.is-password-mode .pld-auth-view--register { display: none; }
.pld-login.is-password-mode .pld-auth-view--lost { display: block; }
.pld-login.is-password-mode.is-reset-mode .pld-auth-view--lost { display: none; }
.pld-login.is-password-mode.is-reset-mode .pld-auth-view--reset { display: block; }
.pld-login__heading { margin-bottom: 30px; }
.pld-login__heading--register { margin: 17px 0 23px; }
.pld-login__heading--password { margin: 18px 0 25px; }
.pld-login__heading h2 { margin: 10px 0 8px; color: var(--pld-ink); font-size: 36px; font-weight: 750; line-height: 1.12; letter-spacing: -.04em; }
.pld-login__heading p { margin: 0; color: var(--pld-muted); font-size: 14px; line-height: 1.65; }
.pld-form { display: grid; gap: 21px; }
.pld-field { display: grid; gap: 8px; }
.pld-field label { color: #344054; font-size: 12px; font-weight: 700; }
.pld-field label span { color: #98a2b3; font-size: 9px; font-weight: 500; }
.pld-field__label-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pld-field__label-row a { color: var(--pld-blue); font-size: 11px; font-weight: 700; }
.pld-field__label-row a:hover { text-decoration: underline; }

.pld-password-sent { padding: 25px 22px; border: 1px solid #b9e9d4; border-radius: 18px; background: linear-gradient(145deg,#effbf6,#fff); text-align: center; }
.pld-password-sent__icon { display: grid; width: 58px; height: 58px; margin: 0 auto 14px; place-items: center; border-radius: 18px; background: #d7f4e7; color: #08744a; }
.pld-password-sent__icon svg { width: 29px; height: 29px; }
.pld-password-sent h3 { margin: 0 0 8px; color: var(--pld-navy); font-size: 20px; }
.pld-password-sent p { margin: 0 0 20px; color: var(--pld-muted); font-size: 12px; line-height: 1.65; }
.pld-password-help { display: flex; align-items: center; gap: 11px; margin-top: 22px; padding: 13px 15px; border: 1px solid #dce6f2; border-radius: 14px; background: #f8faff; color: var(--pld-navy) !important; transition: border-color .2s ease, transform .2s ease; }
.pld-password-help:hover { border-color: #b9cae2; transform: translateY(-1px); }
.pld-password-help > span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 10px; background: #e8f0ff; color: var(--pld-blue); font-size: 13px; font-weight: 900; }
.pld-password-help > div { display: flex; min-width: 0; flex-direction: column; }
.pld-password-help strong { font-size: 10px; }
.pld-password-help small { margin-top: 2px; color: var(--pld-muted); font-size: 8px; }
.pld-password-help b { margin-left: auto; color: var(--pld-blue); }

.pld-field__control { position: relative; display: flex; align-items: center; }
.pld-field__control input {
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 48px 0 44px;
	border: 1px solid #dce2eb;
	border-radius: 14px;
	outline: 0;
	background: #fff;
	box-shadow: 0 1px 2px rgba(16, 24, 40, .02);
	color: var(--pld-ink);
	font-size: 14px;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.pld-field__control input::placeholder { color: #a8b0bd; }
.pld-field__control input:hover { border-color: #c8d1de; }
.pld-field__control input:focus { border-color: var(--pld-blue); box-shadow: 0 0 0 4px rgba(15, 95, 255, .11); }
.pld-field__control--plain input { padding-left: 15px; }
.pld-field__icon { position: absolute; z-index: 2; left: 15px; color: #8993a4; pointer-events: none; }
.pld-field__icon svg { width: 19px; height: 19px; }
.pld-password-toggle { position: absolute; z-index: 2; right: 9px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 9px; background: transparent; color: #8993a4; cursor: pointer; }
.pld-password-toggle:hover { background: var(--pld-soft); color: var(--pld-blue); }
.pld-password-toggle:focus-visible { outline: 2px solid var(--pld-blue); }
.pld-password-toggle svg { width: 20px; height: 20px; }
.pld-eye--closed { display: none !important; }
.pld-password-toggle.is-visible .pld-eye--open { display: none; }
.pld-password-toggle.is-visible .pld-eye--closed { display: block !important; }

.pld-remember { display: inline-flex; align-items: center; gap: 9px; width: max-content; color: #526074; font-size: 12px; cursor: pointer; }
.pld-remember input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.pld-remember > span:first-of-type { position: relative; display: grid; flex: 0 0 18px; place-items: center; width: 18px; height: 18px; border: 1px solid #cbd3df; border-radius: 5px; background: #fff; }
.pld-remember input:checked + span { border-color: var(--pld-blue); background: var(--pld-blue); }
.pld-remember input:checked + span::after { width: 8px; height: 4px; margin-top: -2px; border-bottom: 2px solid #fff; border-left: 2px solid #fff; content: ""; transform: rotate(-45deg); }
.pld-remember input:focus-visible + span { box-shadow: 0 0 0 3px rgba(15, 95, 255, .15); }

.pld-login__secure { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 24px; color: #98a2b3; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.pld-login__secure svg { width: 15px; height: 15px; color: var(--pld-success); }
.pld-login__divider { display: flex; align-items: center; gap: 13px; margin: 23px 0 14px; color: #98a2b3; font-size: 10px; font-weight: 650; white-space: nowrap; }
.pld-login__divider::before,
.pld-login__divider::after { width: 100%; height: 1px; background: var(--pld-line); content: ""; }
.pld-button--register { min-height: 51px; border: 1px solid #e4c172; background: linear-gradient(135deg, #fffaf0, #fff4d8); box-shadow: 0 8px 22px rgba(217,154,34,.1); color: var(--pld-navy) !important; }
.pld-button--register:hover { border-color: var(--pld-gold-2); background: linear-gradient(135deg, #fff7e4, #ffedbd); box-shadow: 0 12px 28px rgba(217,154,34,.18); color: var(--pld-navy) !important; }
.pld-button--register svg { width: 20px; height: 20px; color: #b87913; }
.pld-login__register-help { max-width: 330px; margin: 9px auto 0; color: #8993a4; font-size: 9px; line-height: 1.5; text-align: center; }
.pld-auth-back { display: inline-flex; align-items: center; gap: 7px; color: var(--pld-blue) !important; font-size: 10px; font-weight: 750; }
.pld-auth-back:hover { text-decoration: underline; }
.pld-auth-back svg { width: 17px; height: 17px; }
.pld-register-form { gap: 16px; }
.pld-form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.pld-register-form .pld-field { gap: 6px; }
.pld-register-form .pld-field__control input { height: 49px; font-size: 12px; }
.pld-register-terms { width: 100%; align-items: flex-start; line-height: 1.5; }
.pld-register-terms__text { flex: 1; margin: 0 !important; color: #526074 !important; font-size: 10px !important; }
.pld-register-terms__text a { color: var(--pld-blue) !important; font-weight: 700; }
.pld-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.pld-login__glow { position: absolute; z-index: 1; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.pld-login__glow--one { top: -80px; right: 35%; width: 180px; height: 180px; background: rgba(15, 95, 255, .14); }
.pld-login__glow--two { right: 44%; bottom: -100px; width: 220px; height: 220px; background: rgba(244, 189, 80, .1); }

/* Dashboard shell */
.pld-app {
	position: relative;
	display: grid;
	grid-template-columns: 252px minmax(0, 1fr);
	width: min(1400px, calc(100vw - 32px));
	min-height: 820px;
	margin: 28px auto;
	overflow: hidden;
	border: 1px solid #e4e9f1;
	border-radius: 28px;
	background: var(--pld-soft);
	box-shadow: var(--pld-shadow-md);
}

.pld-sidebar {
	position: relative;
	z-index: 30;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 30px 22px 24px;
	background:
		radial-gradient(circle at 30% 3%, rgba(38, 104, 220, .34), transparent 22%),
		linear-gradient(180deg, var(--pld-navy-2), var(--pld-navy));
	color: var(--pld-white);
}
.pld-sidebar::after { position: absolute; right: -100px; bottom: 90px; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; pointer-events: none; }
.pld-nav { position: relative; z-index: 2; display: grid; gap: 7px; margin-top: 50px; }
.pld-nav__label { margin: 0 12px 10px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.pld-nav__link { display: flex; align-items: center; gap: 12px; min-height: 46px; padding: 0 13px; border: 1px solid transparent; border-radius: 12px; color: rgba(255,255,255,.67) !important; font-size: 12px; font-weight: 600; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.pld-nav__link svg { flex: 0 0 19px; width: 19px; height: 19px; }
.pld-nav__link:hover { background: rgba(255,255,255,.07); color: #fff !important; transform: translateX(2px); }
.pld-nav__link.is-active { border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.1); color: #fff !important; box-shadow: inset 3px 0 0 var(--pld-gold); }
.pld-nav__count { display: grid; place-items: center; min-width: 22px; height: 22px; margin-left: auto; padding: 0 6px; border-radius: 20px; background: rgba(244,189,80,.14); color: var(--pld-gold); font-size: 10px; font-weight: 800; }
.pld-sidebar__support { position: relative; z-index: 2; display: flex; align-items: flex-start; gap: 11px; margin: auto 0 18px; padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.055); }
.pld-sidebar__support-icon { display: grid; flex: 0 0 27px; place-items: center; width: 27px; height: 27px; border-radius: 9px; background: rgba(244,189,80,.13); color: var(--pld-gold); font-size: 12px; font-weight: 800; }
.pld-sidebar__support > div { display: flex; flex-direction: column; }
.pld-sidebar__support strong { font-size: 10px; }
.pld-sidebar__support span:not(.pld-sidebar__support-icon) { margin-top: 3px; color: rgba(255,255,255,.48); font-size: 9px; line-height: 1.45; }
.pld-nav__logout { position: relative; z-index: 2; margin-top: 0; }

.pld-main { min-width: 0; background: #f7f9fc; }
.pld-topbar { position: relative; display: grid; grid-template-columns: minmax(140px,.65fr) minmax(250px,1.15fr) auto; align-items: center; gap: 24px; min-height: 108px; padding: 0 38px; border-bottom: 1px solid var(--pld-line); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.pld-topbar__brand { display: flex; flex-direction: column; gap: 3px; }
.pld-topbar p { margin: 0; color: var(--pld-muted); font-size: 11px; }
.pld-topbar__welcome { display: flex; min-width: 0; flex-direction: column; padding: 0 0 0 26px; border-left: 1px solid var(--pld-line); line-height: 1.15; }
.pld-topbar__welcome > span { color: var(--pld-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pld-topbar__welcome > strong { margin-top: 5px; overflow: hidden; color: var(--pld-ink); font-size: clamp(18px,2vw,24px); font-weight: 800; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.pld-topbar__welcome > small { margin-top: 5px; overflow: hidden; color: var(--pld-muted); font-size: 9px; text-overflow: ellipsis; text-transform: capitalize; white-space: nowrap; }
.pld-topbar__actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.pld-profile { display: flex; align-items: center; gap: 12px; padding: 7px 8px 7px 14px; border: 1px solid var(--pld-line); border-radius: 16px; background: #fff; box-shadow: 0 7px 20px rgba(6,26,58,.06); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.pld-profile:hover { border-color: #cdd7e5; box-shadow: 0 11px 26px rgba(6,26,58,.1); transform: translateY(-2px); }
.pld-profile__text { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.25; }
.pld-profile__text strong { max-width: 110px; overflow: hidden; color: var(--pld-ink); font-size: 13px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.pld-profile__text span { margin-top: 3px; color: var(--pld-muted); font-size: 9px; }
.pld-profile img { width: 46px; height: 46px; object-fit: cover; border: 2px solid #fff; border-radius: 14px; box-shadow: 0 0 0 1px #dfe5ee; }
.pld-main__content { padding: 28px clamp(22px, 3.2vw, 44px) 50px; }

.pld-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr); min-height: 292px; overflow: hidden; border-radius: 24px; background:
	linear-gradient(115deg, rgba(6,26,58,.98) 0%, rgba(8,38,84,.96) 58%, rgba(13,61,135,.94) 100%);
	box-shadow: 0 18px 45px rgba(6,26,58,.17); color: #fff; }
.pld-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 32px 32px; content: ""; mask-image: linear-gradient(90deg, #000, transparent); }
.pld-hero__content { position: relative; z-index: 3; align-self: center; padding: 42px clamp(30px, 5vw, 64px); }
.pld-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #b8ceef; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.pld-hero__eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--pld-gold); box-shadow: 0 0 0 5px rgba(244,189,80,.1); }
.pld-hero h1 { margin: 15px 0 12px; color: #fff; font-size: clamp(32px, 4vw, 49px); font-weight: 750; line-height: 1.06; letter-spacing: -.05em; }
.pld-hero h1 span { display: inline-block; font-size: .78em; transform-origin: bottom center; animation: pld-wave 2.5s ease-in-out 1; }
.pld-hero h1 span[data-pld-hero-greeting] { font-size: 1em; }
.pld-hero__name { color: var(--pld-gold); font-weight: 850; text-shadow: 0 10px 35px rgba(244,189,80,.16); }
.pld-hero__content > p { max-width: 610px; margin: 0 0 25px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.pld-hero__visual { position: relative; min-height: 292px; }
.pld-hero__monogram { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; place-items: center; width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.16); border-radius: 36px; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.035)); box-shadow: 0 22px 45px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.2); color: var(--pld-gold); font-size: 33px; font-weight: 900; letter-spacing: -.05em; transform: translate(-50%, -50%) rotate(-5deg); backdrop-filter: blur(7px); }
.pld-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: translate(-50%, -50%); }
.pld-orbit--one { width: 230px; height: 230px; }
.pld-orbit--two { width: 330px; height: 330px; }
.pld-float-card { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.1); box-shadow: 0 10px 25px rgba(0,0,0,.1); color: rgba(255,255,255,.8); font-size: 9px; font-weight: 700; backdrop-filter: blur(8px); }
.pld-float-card b { color: var(--pld-gold); }
.pld-float-card--top { top: 55px; right: 20px; }
.pld-float-card--bottom { right: 52px; bottom: 50px; }

.pld-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 15px; margin: 20px 0 38px; }
.pld-stat { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 17px 18px; border: 1px solid var(--pld-line); border-radius: 16px; background: #fff; box-shadow: var(--pld-shadow-sm); }
.pld-stat__icon { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border-radius: 12px; }
.pld-stat__icon svg { width: 21px; height: 21px; }
.pld-stat__icon--blue { background: #edf4ff; color: var(--pld-blue); }
.pld-stat__icon--gold { background: #fff7e6; color: #c88a19; }
.pld-stat__icon--green { background: #ebfaf4; color: var(--pld-success); }
.pld-stat > div { display: flex; min-width: 0; flex-direction: column; line-height: 1.2; }
.pld-stat strong { overflow: hidden; color: var(--pld-ink); font-size: 17px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.pld-stat span:not(.pld-stat__icon) { margin-top: 5px; color: var(--pld-muted); font-size: 9px; }

.pld-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 0 0 18px; }
.pld-section-heading h2 { margin: 6px 0 0; color: var(--pld-ink); font-size: 27px; font-weight: 750; line-height: 1.15; letter-spacing: -.035em; }
.pld-section-heading__meta { padding: 7px 11px; border: 1px solid var(--pld-line); border-radius: 999px; background: #fff; color: var(--pld-muted); font-size: 9px; font-weight: 700; }
.pld-course-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.pld-course-card { min-width: 0; overflow: hidden; border: 1px solid var(--pld-line); border-radius: 20px; background: #fff; box-shadow: var(--pld-shadow-sm); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.pld-course-card:hover { border-color: #d5ddea; box-shadow: 0 20px 45px rgba(6,26,58,.12); transform: translateY(-4px); }
.pld-course-card__media { position: relative; display: grid; place-items: center; height: 155px; overflow: hidden; background:
	linear-gradient(135deg, rgba(15,95,255,.96), rgba(6,26,58,.96)); }
.pld-course-card__media::before { position: absolute; inset: 0; background: radial-gradient(circle at 78% 30%, rgba(255,255,255,.2), transparent 26%); content: ""; }
.pld-course-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pld-course-card:hover .pld-course-card__media img { transform: scale(1.04); }
.pld-course-card__media.has-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(6,26,58,.45)); content: ""; }
.pld-course-card__letters { position: relative; z-index: 2; color: rgba(255,255,255,.94); font-size: 42px; font-weight: 900; letter-spacing: -.06em; text-shadow: 0 12px 30px rgba(0,0,0,.2); }
.pld-course-card__status { position: absolute; z-index: 3; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(6,26,58,.55); color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.pld-course-card__status::before { width: 6px; height: 6px; border-radius: 50%; background: #4ee5a4; box-shadow: 0 0 0 4px rgba(78,229,164,.12); content: ""; }
.pld-course-card__body { padding: 24px; }
.pld-course-card__type { color: var(--pld-blue); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.pld-course-card h3 { margin: 8px 0 9px; color: var(--pld-ink); font-size: 20px; font-weight: 750; line-height: 1.25; letter-spacing: -.025em; }
.pld-course-card__body > p { min-height: 40px; margin: 0; color: var(--pld-muted); font-size: 11px; line-height: 1.65; }
.pld-progress { margin: 21px 0 17px; }
.pld-progress__meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 8px; color: var(--pld-muted); font-size: 9px; }
.pld-progress__meta strong { color: var(--pld-ink); font-size: 10px; }
.pld-progress__track { height: 7px; overflow: hidden; border-radius: 999px; background: #e9edf3; }
.pld-progress__fill { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--pld-blue), #4c8cff); box-shadow: 0 0 12px rgba(15,95,255,.22); transition: width .9s cubic-bezier(.2,.75,.25,1); }
.pld-next-lesson { display: flex; align-items: center; gap: 10px; min-width: 0; margin: 0 0 20px; padding: 10px 12px; border-radius: 10px; background: var(--pld-soft); }
.pld-next-lesson span { flex: 0 0 auto; color: var(--pld-muted); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.pld-next-lesson strong { overflow: hidden; color: #344054; font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.pld-course-card__actions { display: flex; align-items: center; gap: 18px; }
.pld-course-card__actions .pld-button { min-height: 43px; padding: 0 16px; font-size: 11px; }
.pld-text-link { color: var(--pld-blue) !important; font-size: 10px; font-weight: 700; }
.pld-text-link:hover { text-decoration: underline; }

.pld-empty { display: grid; place-items: center; min-height: 330px; padding: 50px 25px; border: 1px dashed #ccd5e2; border-radius: 20px; background: #fff; text-align: center; }
.pld-empty__icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 15px; border-radius: 18px; background: #edf4ff; color: var(--pld-blue); font-size: 24px; font-weight: 800; }
.pld-empty__icon svg { width: 29px; height: 29px; }
.pld-empty h3 { margin: 0 0 8px; color: var(--pld-ink); font-size: 20px; font-weight: 750; letter-spacing: -.025em; }
.pld-empty p { max-width: 500px; margin: 0 0 22px; color: var(--pld-muted); font-size: 12px; line-height: 1.65; }
.pld-footer { display: flex; justify-content: space-between; gap: 20px; padding: 20px 44px; border-top: 1px solid var(--pld-line); background: #fff; color: #98a2b3; font-size: 9px; }
.pld-mobile-toggle,
.pld-sidebar-overlay { display: none; }

/* Version 3.0 interactions */
.pld-live-time { display: flex; align-items: center; gap: 7px; height: 42px; padding: 0 12px; border: 1px solid var(--pld-line); border-radius: 13px; background: #fff; color: var(--pld-navy); }
.pld-live-time__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pld-success); box-shadow: 0 0 0 5px rgba(22,163,106,.1); animation: pld-pulse 2s ease-in-out infinite; }
.pld-live-time strong { min-width: 43px; font-size: 11px; font-weight: 800; letter-spacing: .02em; }
.pld-progress-ring { --pld-ring-value: 0; position: relative; display: grid; flex: 0 0 46px; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: conic-gradient(var(--pld-blue) calc(var(--pld-ring-value) * 1%), #e8edf4 0); box-shadow: inset 0 0 0 1px rgba(6,26,58,.03); }
.pld-progress-ring::before { position: absolute; inset: 5px; border-radius: inherit; background: #fff; content: ""; }
.pld-progress-ring span { position: relative; z-index: 2; color: var(--pld-navy); font-size: 9px; font-weight: 850; }
.pld-particles { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.pld-particles--hero { opacity: .75; }
.pld-particles--login { opacity: .6; }
.pld-hero__content { z-index: 4; }
.pld-hero__visual { z-index: 3; --pld-parallax-x: 0px; --pld-parallax-y: 0px; transform: translate3d(var(--pld-parallax-x),var(--pld-parallax-y),0); transition: transform .2s ease-out; will-change: transform; }
.pld-course-card { --pld-tilt-x: 0deg; --pld-tilt-y: 0deg; --pld-card-lift: 0px; transform: perspective(1100px) rotateX(var(--pld-tilt-x)) rotateY(var(--pld-tilt-y)) translateY(var(--pld-card-lift)); transform-style: preserve-3d; will-change: transform; }
.pld-course-card:hover { --pld-card-lift: -5px; transform: perspective(1100px) rotateX(var(--pld-tilt-x)) rotateY(var(--pld-tilt-y)) translateY(var(--pld-card-lift)); }
.pld-js .pld-course-card[data-pld-reveal] { transform: perspective(1100px) rotateX(var(--pld-tilt-x)) rotateY(var(--pld-tilt-y)) translateY(13px); }
.pld-js .pld-course-card[data-pld-reveal].is-visible { transform: perspective(1100px) rotateX(var(--pld-tilt-x)) rotateY(var(--pld-tilt-y)) translateY(var(--pld-card-lift)); }
.pld-course-card.is-tilting { box-shadow: 0 24px 58px rgba(6,26,58,.16); transition: box-shadow .2s ease, border-color .2s ease; }
.pld-course-card.is-tilting .pld-course-card__media,
.pld-course-card.is-tilting .pld-course-card__body { transform: translateZ(12px); }
.pld-course-card__media,
.pld-course-card__body { transition: transform .22s ease; }
.pld-welcome-toast { position: absolute; z-index: 80; right: 25px; bottom: 25px; display: flex; align-items: center; gap: 11px; width: min(330px,calc(100% - 30px)); padding: 14px 13px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 20px 50px rgba(6,26,58,.2); opacity: 0; pointer-events: none; transform: translateY(18px) scale(.98); transition: opacity .32s ease, transform .32s ease; backdrop-filter: blur(14px); }
.pld-welcome-toast.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.pld-welcome-toast__icon { display: grid; flex: 0 0 36px; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: #eafaf3; color: var(--pld-success); font-size: 14px; font-weight: 900; }
.pld-welcome-toast > div { display: flex; min-width: 0; flex-direction: column; }
.pld-welcome-toast strong { color: var(--pld-ink); font-size: 11px; }
.pld-welcome-toast > div span { margin-top: 3px; overflow: hidden; color: var(--pld-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.pld-welcome-toast button { display: grid; flex: 0 0 28px; place-items: center; width: 28px; height: 28px; margin-left: auto; padding: 0; border: 0; border-radius: 8px; background: transparent; color: #98a2b3; font-size: 18px; cursor: pointer; }
.pld-welcome-toast button:hover { background: var(--pld-soft); color: var(--pld-ink); }

@keyframes pld-pulse {
	0%,100% { opacity: 1; transform: scale(1); }
	50% { opacity: .55; transform: scale(.82); }
}

@keyframes pld-auth-in {
	from { opacity: 0; transform: translateY(9px); }
	to { opacity: 1; transform: translateY(0); }
}

.pld-js [data-pld-reveal] { opacity: 0; transform: translateY(13px); transition: opacity .55s ease var(--pld-delay, 0ms), transform .55s ease var(--pld-delay, 0ms); }
.pld-js [data-pld-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes pld-wave {
	0%, 60%, 100% { transform: rotate(0); }
	70% { transform: rotate(16deg); }
	80% { transform: rotate(-8deg); }
	90% { transform: rotate(10deg); }
}

@media (max-width: 1100px) {
	.pld-login { grid-template-columns: .9fr 1.1fr; }
	.pld-login__story { padding: 42px 38px 34px; }
	.pld-login__benefits li:nth-child(3) { display: none; }
	.pld-app { grid-template-columns: 220px minmax(0,1fr); }
	.pld-sidebar { padding-right: 16px; padding-left: 16px; }
	.pld-topbar { grid-template-columns: minmax(210px,1fr) auto; }
	.pld-topbar__brand { display: none; }
	.pld-topbar__welcome { padding-left: 0; border-left: 0; }
	.pld-live-time { display: none; }
	.pld-course-grid { grid-template-columns: 1fr; }
}

@media (max-width: 850px) {
	.pld-login { grid-template-columns: 1fr; width: min(620px, calc(100vw - 28px)); min-height: 0; }
	.pld-login__story { min-height: 300px; padding: 34px; }
	.pld-login__message { margin: 70px 0 0; }
	.pld-login__message h1 { font-size: 40px; }
	.pld-login__benefits,
	.pld-login__copyright { display: none; }
	.pld-login__panel { padding: 44px 34px 50px; }

	.pld-app { display: block; width: min(100%, calc(100vw - 20px)); margin: 10px auto; border-radius: 22px; }
	.pld-sidebar { position: fixed; top: 0; bottom: 0; left: 0; z-index: 1000; width: min(285px, 86vw); padding: 30px 22px 24px; box-shadow: 20px 0 50px rgba(6,26,58,.25); transform: translateX(-105%); transition: transform .3s ease; }
	.pld-sidebar.is-open { transform: translateX(0); }
	.pld-sidebar-overlay { position: fixed; z-index: 999; inset: 0; display: block; background: rgba(6,26,58,.5); opacity: 0; pointer-events: none; transition: opacity .3s ease; backdrop-filter: blur(3px); }
	.pld-sidebar-overlay.is-open { opacity: 1; pointer-events: auto; }
	.pld-mobile-toggle { position: absolute; z-index: 50; top: 22px; left: 20px; display: grid; place-content: center; gap: 4px; width: 42px; height: 42px; padding: 0; border: 1px solid var(--pld-line); border-radius: 12px; background: #fff; box-shadow: var(--pld-shadow-sm); cursor: pointer; }
	.pld-mobile-toggle > span:not(.screen-reader-text) { width: 18px; height: 2px; border-radius: 2px; background: var(--pld-navy); }
	.pld-topbar { grid-template-columns: minmax(0,1fr) auto; gap: 12px; min-height: 96px; padding: 0 18px 0 76px; }
	.pld-topbar__welcome > strong { font-size: 20px; }
	.pld-progress-ring { display: none; }
	.pld-profile { padding: 6px; border-radius: 14px; }
	.pld-profile img { width: 43px; height: 43px; border-radius: 11px; }
	.pld-main__content { padding: 20px 18px 42px; }
	.pld-hero { grid-template-columns: 1fr; }
	.pld-hero__visual { position: absolute; right: -10px; bottom: -35px; width: 260px; opacity: .35; }
	.pld-hero__content { padding: 45px 32px; }
	.pld-stats { grid-template-columns: 1fr; }
	.pld-stat { padding: 14px 16px; }
	.pld-footer { padding: 18px 22px; }
}

@media (max-width: 520px) {
	.pld-login { width: min(100%, calc(100vw - 16px)); margin: 8px auto; border-radius: 22px; }
	.pld-login__story { min-height: 248px; padding: 26px 24px; }
	.pld-login__message { margin-top: 50px; }
	.pld-login__message h1 { margin-bottom: 12px; font-size: 34px; }
	.pld-login__message p { font-size: 13px; }
	.pld-login__panel { padding: 36px 23px 42px; }
	.pld-login__heading h2 { font-size: 30px; }
	.pld-field__control input { height: 52px; }
	.pld-form-row { grid-template-columns: 1fr; }
	.pld-login.is-registering .pld-login__panel { padding-top: 30px; }

	.pld-profile__text { display: none; }
	.pld-topbar__welcome > span { font-size: 8px; }
	.pld-topbar__welcome > strong { font-size: 18px; }
	.pld-topbar__welcome > small { max-width: 175px; }
	.pld-topbar { padding-right: 17px; }
	.pld-main__content { padding-right: 12px; padding-left: 12px; }
	.pld-hero { min-height: 340px; border-radius: 19px; }
	.pld-hero__content { align-self: start; padding: 38px 23px; }
	.pld-hero h1 { font-size: 34px; }
	.pld-hero__content > p { font-size: 12px; }
	.pld-hero__visual { right: -52px; bottom: -75px; }
	.pld-section-heading h2 { font-size: 24px; }
	.pld-course-card__body { padding: 21px; }
	.pld-course-card__actions { align-items: stretch; flex-direction: column; gap: 12px; }
	.pld-course-card__actions .pld-button { width: 100%; }
	.pld-text-link { text-align: center; }
	.pld-footer { flex-direction: column; gap: 4px; }
	.pld-welcome-toast { position: fixed; right: 10px; bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
	.pld-app *, .pld-app *::before, .pld-app *::after,
	.pld-login *, .pld-login *::before, .pld-login *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	[data-pld-reveal] { opacity: 1; transform: none; }
	.pld-live-time__dot { animation: none; }
	.pld-hero__visual,
	.pld-course-card,
	.pld-js .pld-course-card[data-pld-reveal],
	.pld-js .pld-course-card[data-pld-reveal].is-visible { transform: none !important; }
}

/* Version 7.0: flexible plans and subscription management. */
.pld-payment-panel { width: min(700px,100%); }
.pld-payment-step { display: flex; align-items: center; gap: 11px; margin: 22px 0 10px; }
.pld-payment-step > span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 9px; background: linear-gradient(145deg,var(--pld-navy),#154c9d); color: #fff; font-size: 10px; font-weight: 900; box-shadow: 0 7px 16px rgba(6,26,58,.16); }
.pld-payment-step > div { display: flex; min-width: 0; flex-direction: column; }
.pld-payment-step strong { color: var(--pld-navy); font-size: 14px; }
.pld-payment-step small { margin-top: 2px; color: var(--pld-muted); font-size: 12px; }
.pld-plan-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.pld-plan-option { position: relative; display: flex; min-width: 0; min-height: 116px; padding: 18px 18px 15px; overflow: visible; flex-direction: column; align-items: flex-start; border: 1px solid #dce5f0; border-radius: 18px; background: linear-gradient(145deg,#fff,#f9fbff); box-shadow: 0 8px 22px rgba(6,26,58,.05); color: var(--pld-ink); font-family: inherit; text-align: left; cursor: pointer; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.pld-plan-option:hover { border-color: #9dbaf0; transform: translateY(-2px); }
.pld-plan-option.is-selected { border-color: var(--pld-blue); background: linear-gradient(145deg,#f4f8ff,#fff); box-shadow: 0 12px 28px rgba(15,95,255,.13),inset 0 0 0 1px rgba(15,95,255,.12); }
.pld-plan-option__check { position: absolute; top: 14px; right: 14px; display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid #cbd6e5; border-radius: 50%; background: #fff; color: transparent; font-size: 10px; font-weight: 900; }
.pld-plan-option.is-selected .pld-plan-option__check { border-color: var(--pld-blue); background: var(--pld-blue); color: #fff; }
.pld-plan-option__badge { position: absolute; top: -9px; left: 17px; padding: 4px 8px; border-radius: 20px; background: linear-gradient(135deg,#f3bc4c,#ffd878); box-shadow: 0 5px 12px rgba(180,121,0,.2); color: var(--pld-navy); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.pld-plan-option > strong { margin-top: 3px; color: var(--pld-navy); font-size: 16px; }
.pld-plan-option__amount { margin-top: 9px; color: var(--pld-blue); font-size: 22px; font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.pld-plan-option__amount small { color: var(--pld-muted); font-size: 11px; letter-spacing: .04em; }
.pld-plan-option > small { margin-top: 8px; color: var(--pld-muted); font-size: 12px; }
.pld-payment-methods { margin-top: 0; }
.pld-payment-method__paypal-head > span:first-child { display: flex; flex-direction: column; align-items: flex-start; }
.pld-payment-method__renewal { margin: 2px 0 0 11px; color: #52677f; font-size: 11px; font-style: normal; font-weight: 700; }
.pld-payment-panel__consent { margin: 15px 3px 0; padding: 10px 12px; border: 1px solid #d8e5fb; border-radius: 11px; background: #f3f7ff; color: #53657d; font-size: 12px; line-height: 1.55; }
.pld-payment-panel__legal { margin-top: 11px; }
.pld-subscription-card { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 15px; margin: 0 0 22px; padding: 18px 20px; border: 1px solid #d8e5f2; border-radius: 18px; background: linear-gradient(135deg,#fff,#f7faff); box-shadow: var(--pld-shadow-sm); }
.pld-subscription-card.is-active { border-color: #bddcca; background: linear-gradient(135deg,#f7fffb,#fff); }
.pld-subscription-card__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: #eaf7f0; color: var(--pld-success); font-size: 21px; font-weight: 800; }
.pld-subscription-card__copy h2 { margin: 3px 0 4px; color: var(--pld-navy); font-size: 15px; letter-spacing: -.02em; }
.pld-subscription-card__copy p { margin: 0; color: var(--pld-muted); font-size: 12px; }
.pld-subscription-card__cancel { min-height: 38px; padding: 0 13px; border: 1px solid #d9e1eb; border-radius: 11px; background: #fff; color: #5d6878; font-family: inherit; font-size: 12px; font-weight: 800; cursor: pointer; transition: border-color .2s ease,color .2s ease; }
.pld-subscription-card__cancel:hover { border-color: #e29c9c; color: #a83232; }
.pld-subscription-card__cancel:disabled { opacity: .55; cursor: wait; }
.pld-subscription-card__status { grid-column: 2 / -1; min-height: 0; color: var(--pld-success); font-size: 12px; }

@media (max-width: 620px) {
	.pld-plan-options { grid-template-columns: 1fr; }
	.pld-plan-option { min-height: 104px; }
	.pld-subscription-card { grid-template-columns: auto minmax(0,1fr); padding: 17px; }
	.pld-subscription-card__cancel { grid-column: 1 / -1; width: 100%; }
	.pld-subscription-card__status { grid-column: 1 / -1; }
}

/* Version 4.0: official trial enrollment, countdown and saved progress */
.pld-trial-banner {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(260px, 1fr) auto;
	align-items: center;
	gap: 20px;
	margin: 20px 0 0;
	padding: 23px 25px 30px;
	overflow: hidden;
	border: 1px solid #dbe6f8;
	border-radius: 20px;
	background: linear-gradient(125deg, #fff 0%, #f6f9ff 58%, #eef5ff 100%);
	box-shadow: var(--pld-shadow-sm);
}
.pld-trial-banner::before { position: absolute; top: -90px; right: -50px; width: 230px; height: 230px; border-radius: 50%; background: rgba(15,95,255,.06); content: ""; }
.pld-trial-banner.is-expired { grid-template-columns: auto minmax(260px, 1fr) auto; border-color: #f0d89f; background: linear-gradient(125deg, #fffdf8, #fff9eb); }
.pld-trial-banner__icon { position: relative; display: grid; flex: 0 0 52px; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(145deg, var(--pld-blue), #174fae); box-shadow: 0 12px 26px rgba(15,95,255,.22); color: #fff; }
.pld-trial-banner.is-expired .pld-trial-banner__icon { background: linear-gradient(145deg, #f4bd50, #d99a22); box-shadow: 0 12px 26px rgba(217,154,34,.2); color: var(--pld-navy); }
.pld-trial-banner__icon svg { width: 25px; height: 25px; }
.pld-trial-banner__copy { position: relative; min-width: 0; }
.pld-trial-banner__copy h2 { margin: 5px 0 3px; color: var(--pld-navy); font-size: 18px; line-height: 1.25; letter-spacing: -.025em; }
.pld-trial-banner__copy p { margin: 0; color: var(--pld-muted); font-size: 10px; line-height: 1.6; }
.pld-trial-clock { position: relative; display: flex; align-items: center; gap: 7px; padding: 10px 13px; border: 1px solid #dce7f6; border-radius: 15px; background: rgba(255,255,255,.86); box-shadow: 0 8px 22px rgba(6,26,58,.06); }
.pld-trial-clock > div { display: flex; min-width: 42px; flex-direction: column; align-items: center; }
.pld-trial-clock strong { color: var(--pld-navy); font-size: 20px; font-weight: 850; line-height: 1; font-variant-numeric: tabular-nums; }
.pld-trial-clock span { margin-top: 5px; color: var(--pld-muted); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pld-trial-clock i { align-self: flex-start; margin-top: 2px; color: #a3b1c6; font-size: 16px; font-style: normal; font-weight: 800; }
.pld-trial-timebar { position: absolute; right: 25px; bottom: 12px; left: 98px; height: 4px; overflow: hidden; border-radius: 99px; background: #e0e8f3; }
.pld-trial-timebar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--pld-blue), #72a2ff); transition: width 1s linear; }
.pld-trial-banner__end { position: absolute; right: 25px; bottom: 14px; display: none; color: var(--pld-muted); font-size: 8px; }

.pld-course-card.is-trial { border-color: #cfdcf2; }
.pld-course-card.is-expired { border-color: #ebd59f; }
.pld-course-card.is-expired .pld-course-card__media img { filter: saturate(.7) brightness(.72); }
.pld-course-card.is-expired .pld-course-card__media::after { background: linear-gradient(180deg, rgba(6,26,58,.15), rgba(6,26,58,.72)); }
.pld-course-card.is-expired .pld-course-card__status::before { background: var(--pld-gold); box-shadow: 0 0 0 4px rgba(244,189,80,.14); }
.pld-course-card__lock { position: absolute; z-index: 4; right: 16px; bottom: 15px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 13px; background: rgba(6,26,58,.65); color: #fff; backdrop-filter: blur(7px); }
.pld-course-card__lock svg { width: 20px; height: 20px; }

.pld-course-progress { margin: 22px 0 19px; padding: 16px 17px 13px; border: 1px solid #e3eaf4; border-radius: 16px; background: linear-gradient(145deg, #f8faff, #fff); }
.pld-course-progress__heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.pld-course-progress__heading > div { display: flex; min-width: 0; flex-direction: column; }
.pld-course-progress__heading span { color: var(--pld-navy); font-size: 10px; font-weight: 800; }
.pld-course-progress__heading strong { margin-top: 3px; color: var(--pld-muted); font-size: 8px; font-weight: 600; }
.pld-course-progress__heading > b { color: var(--pld-blue); font-size: 25px; font-weight: 900; line-height: 1; letter-spacing: -.05em; }
.pld-course-progress__heading > b small { margin-left: 2px; font-size: 11px; letter-spacing: 0; }
.pld-course-card.is-expired .pld-course-progress__heading > b { color: #c78311; }
.pld-course-progress__track { position: relative; height: 11px; border: 1px solid #dce4ef; border-radius: 999px; background: #e8edf4; box-shadow: inset 0 2px 5px rgba(6,26,58,.06); }
.pld-course-progress__fill { position: relative; z-index: 2; display: block; min-width: 0; height: 100%; overflow: hidden; border-radius: inherit; background: linear-gradient(90deg, #0957e8, #3f85ff 62%, #73a5ff); box-shadow: 0 0 14px rgba(15,95,255,.24); transition: width 1.05s cubic-bezier(.2,.75,.25,1); }
.pld-course-progress__fill::after { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.42) 45%, transparent 70%); content: ""; transform: translateX(-100%); animation: pld-progress-shine 2.7s ease-in-out infinite; }
.pld-course-card.is-expired .pld-course-progress__fill { background: linear-gradient(90deg, #d3921d, #f4bd50); box-shadow: 0 0 14px rgba(217,154,34,.22); }
.pld-course-progress__track > i { position: absolute; z-index: 3; top: 50%; width: 2px; height: 17px; background: rgba(255,255,255,.8); box-shadow: 0 0 0 1px rgba(6,26,58,.05); transform: translate(-1px,-50%); }
.pld-course-progress__scale { display: flex; justify-content: space-between; margin-top: 7px; color: #98a2b3; font-size: 6px; font-weight: 700; letter-spacing: .03em; }
.pld-saved-progress { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; padding: 10px 12px; border: 1px solid #f0dda9; border-radius: 11px; background: #fff9ea; }
.pld-saved-progress > span { display: grid; flex: 0 0 25px; place-items: center; width: 25px; height: 25px; border-radius: 8px; background: #f8e5b8; color: #a56b08; font-size: 10px; font-weight: 900; }
.pld-saved-progress p { display: flex; margin: 0; flex-direction: column; color: #846a36; font-size: 8px; }
.pld-saved-progress strong { margin-bottom: 2px; color: #61420b; font-size: 9px; }

.pld-trial-offer { position: relative; display: grid; grid-template-columns: minmax(220px,.72fr) minmax(280px,1.15fr) minmax(220px,.7fr); min-height: 330px; overflow: hidden; border: 1px solid #dbe4f1; border-radius: 24px; background: #fff; box-shadow: var(--pld-shadow-md); }
.pld-trial-offer__media { position: relative; display: grid; place-items: center; min-height: 330px; overflow: hidden; background: linear-gradient(145deg, #0f5fff, #061a3a); }
.pld-trial-offer__media::after { position: absolute; inset: 0; background: linear-gradient(160deg, transparent 35%, rgba(6,26,58,.62)); content: ""; }
.pld-trial-offer__media img { width: 100%; height: 100%; object-fit: cover; }
.pld-trial-offer__media > span { color: rgba(255,255,255,.9); font-size: 55px; font-weight: 900; letter-spacing: -.08em; }
.pld-trial-offer__badge { position: absolute; z-index: 3; right: 16px; bottom: 17px; display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; background: rgba(6,26,58,.75); color: #fff; backdrop-filter: blur(8px); }
.pld-trial-offer__badge strong { color: var(--pld-gold); font-size: 28px; line-height: 1; }
.pld-trial-offer__badge span { font-size: 7px; font-weight: 800; line-height: 1.25; letter-spacing: .1em; }
.pld-trial-offer__body { align-self: center; padding: 36px clamp(26px,4vw,52px); }
.pld-trial-offer__body h3 { margin: 9px 0 10px; color: var(--pld-navy); font-size: 25px; line-height: 1.2; letter-spacing: -.035em; }
.pld-trial-offer__body > p { margin: 0; color: var(--pld-muted); font-size: 11px; line-height: 1.7; }
.pld-trial-offer__body ul { display: grid; gap: 10px; margin: 21px 0 0; padding: 0; list-style: none; }
.pld-trial-offer__body li { display: flex; align-items: center; gap: 9px; color: #344054; font-size: 9px; font-weight: 650; }
.pld-trial-offer__body li span { display: grid; flex: 0 0 22px; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #eafaf3; color: var(--pld-success); font-size: 8px; font-weight: 900; }
.pld-trial-offer__action { display: flex; flex-direction: column; justify-content: center; padding: 28px; border-left: 1px solid #e8edf4; background: linear-gradient(160deg, #f7f9fd, #fff); text-align: center; }
.pld-trial-offer__action > div { display: flex; flex-direction: column; align-items: center; margin-bottom: 19px; }
.pld-trial-offer__action > div span { color: var(--pld-muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.pld-trial-offer__action > div strong { margin: 4px 0 3px; color: var(--pld-navy); font-size: 38px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.pld-trial-offer__action > div small { color: var(--pld-success); font-size: 8px; font-weight: 700; }
.pld-trial-offer__action > p { margin: 10px 0 0; color: #98a2b3; font-size: 7px; line-height: 1.45; }
.pld-trial-offer__action button.is-loading { opacity: .72; cursor: wait; }

@keyframes pld-progress-shine { 0%,45% { transform: translateX(-110%); } 75%,100% { transform: translateX(110%); } }

@media (max-width: 1100px) {
	.pld-trial-banner { grid-template-columns: auto 1fr; }
	.pld-trial-clock { grid-column: 2; justify-self: start; }
	.pld-trial-banner.is-expired .pld-button { grid-column: 2; justify-self: start; }
	.pld-trial-timebar { left: 97px; }
	.pld-trial-offer { grid-template-columns: minmax(190px,.65fr) 1fr; }
	.pld-trial-offer__action { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 25px; border-top: 1px solid #e8edf4; border-left: 0; }
	.pld-trial-offer__action > div { flex: 0 0 auto; margin: 0; }
	.pld-trial-offer__action .pld-button { width: auto; }
	.pld-trial-offer__action > p { max-width: 160px; margin: 0; text-align: left; }
}

@media (max-width: 700px) {
	.pld-trial-banner,
	.pld-trial-banner.is-expired { grid-template-columns: auto 1fr; padding: 20px 19px 29px; }
	.pld-trial-banner__copy h2 { font-size: 16px; }
	.pld-trial-clock { grid-column: 1 / -1; justify-self: stretch; justify-content: center; }
	.pld-trial-banner.is-expired .pld-button { grid-column: 1 / -1; justify-self: stretch; }
	.pld-trial-timebar { right: 19px; bottom: 12px; left: 19px; }
	.pld-trial-offer { grid-template-columns: 1fr; }
	.pld-trial-offer__media { min-height: 210px; }
	.pld-trial-offer__body { padding: 29px 25px; }
	.pld-trial-offer__action { grid-column: auto; flex-direction: column; gap: 16px; padding: 25px; }
	.pld-trial-offer__action .pld-button { width: 100%; }
	.pld-trial-offer__action > p { max-width: none; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
	.pld-course-progress__fill::after { animation: none; }
}

/* Version 5.1: profile, security, support, sky state and JPL constellation */
.pld-brand__mark { font-size: 13px; }
.pld-button--soft { border: 1px solid #dfe6f0; background: #fff; box-shadow: 0 8px 20px rgba(6,26,58,.06); color: var(--pld-navy) !important; }
.pld-button--soft:hover { border-color: #cfd9e7; box-shadow: 0 12px 26px rgba(6,26,58,.1); }
.pld-button--outline { border: 1px solid #cfd9e7; background: #fff; color: var(--pld-blue) !important; }
.pld-button--outline:hover { border-color: var(--pld-blue); background: #f3f7ff; }
.pld-alert--success { border-color: #b9e9d4; background: #effbf6; color: #08744a; }
.pld-alert--success > span { background: #d7f4e7; }
.pld-alert--success p strong { margin-right: 4px; }
.pld-alert--info { border-color: #bfd5fa; background: #f0f6ff; color: #164d9b; }
.pld-alert--info > span { background: #dceaff; }

/* Version 6.0: secure Bold and PayPal checkout */
body.pld-payment-open { overflow: hidden; }
.pld-payment-modal { position: fixed; z-index: 5000; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .24s ease; }
.pld-payment-modal.is-open { opacity: 1; pointer-events: auto; }
.pld-payment-modal__backdrop { position: absolute; inset: 0; background: rgba(3,17,39,.72); backdrop-filter: blur(8px); }
.pld-payment-panel { position: relative; width: min(620px,100%); max-height: calc(100vh - 40px); overflow: auto; padding: 36px; border: 1px solid rgba(255,255,255,.82); border-radius: 28px; background: linear-gradient(155deg,#fff 0%,#f7faff 100%); box-shadow: 0 32px 90px rgba(2,15,36,.36); transform: translateY(20px) scale(.975); transition: transform .28s cubic-bezier(.2,.8,.2,1); }
.pld-payment-modal.is-open .pld-payment-panel { transform: translateY(0) scale(1); }
.pld-payment-panel__close { position: absolute; top: 17px; right: 17px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; color: #536174; font-size: 24px; line-height: 1; cursor: pointer; transition: transform .2s ease,border-color .2s ease,color .2s ease; }
.pld-payment-panel__close:hover { border-color: #b8c8df; color: var(--pld-navy); transform: rotate(5deg); }
.pld-payment-panel__heading { display: flex; align-items: flex-start; gap: 16px; padding-right: 35px; }
.pld-payment-panel__shield { display: grid; flex: 0 0 52px; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: linear-gradient(145deg,var(--pld-navy),#154c9d); box-shadow: 0 12px 28px rgba(6,26,58,.2); color: var(--pld-gold); }
.pld-payment-panel__shield svg { width: 25px; height: 25px; }
.pld-payment-panel__heading h2 { margin: 5px 0 5px; color: var(--pld-navy); font-size: 25px; line-height: 1.2; letter-spacing: -.035em; }
.pld-payment-panel__heading p { margin: 0; color: var(--pld-muted); font-size: 10px; line-height: 1.6; }
.pld-payment-test { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 22px 0 0; padding: 10px 13px; border: 1px solid #efd496; border-radius: 12px; background: #fff8e8; color: #865b0a; font-size: 9px; }
.pld-payment-test strong { padding: 4px 7px; border-radius: 7px; background: #f4bd50; color: var(--pld-navy); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.pld-payment-methods { display: grid; gap: 13px; margin-top: 24px; }
.pld-payment-method { position: relative; width: 100%; min-height: 82px; padding: 15px 17px; border: 1px solid #dce4ef; border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(6,26,58,.055); color: var(--pld-ink); text-align: left; }
button.pld-payment-method { display: grid; grid-template-columns: 68px minmax(0,1fr) auto 28px; align-items: center; gap: 13px; cursor: pointer; transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
button.pld-payment-method:hover { border-color: #9dbaf0; box-shadow: 0 15px 34px rgba(15,95,255,.13); transform: translateY(-2px); }
button.pld-payment-method:disabled { opacity: .65; cursor: wait; transform: none; }
.pld-payment-method__brand { display: inline-grid; place-items: center; min-height: 40px; padding: 0 11px; border-radius: 11px; background: #071d42; color: #fff; font-size: 18px; font-weight: 900; letter-spacing: -.04em; }
.pld-payment-method--bold .pld-payment-method__brand { background: #111; color: #fff; }
.pld-payment-method--paypal .pld-payment-method__brand { min-height: 32px; background: #fff; color: #003087; font-size: 19px; font-style: italic; }
.pld-payment-method__copy { display: flex; min-width: 0; flex-direction: column; }
.pld-payment-method__copy strong { color: var(--pld-navy); font-size: 12px; }
.pld-payment-method__copy small { margin-top: 3px; color: var(--pld-muted); font-size: 8px; }
.pld-payment-method__price { color: var(--pld-navy); font-size: 16px; font-weight: 850; white-space: nowrap; }
.pld-payment-method__price small { margin-left: 2px; color: var(--pld-muted); font-size: 8px; letter-spacing: .05em; }
.pld-payment-method__arrow { color: var(--pld-blue); font-size: 20px; font-weight: 800; }
.pld-payment-method--paypal { padding: 15px 17px 9px; }
.pld-payment-method__paypal-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 8px; }
.pld-payment-method--paypal [data-pld-paypal-buttons] { min-height: 42px; }
.pld-payment-status { display: none; margin-top: 15px; padding: 12px 14px; border: 1px solid #cbdcf7; border-radius: 12px; background: #f2f7ff; color: #164d9b; font-size: 9px; line-height: 1.5; }
.pld-payment-status.is-visible { display: block; }
.pld-payment-status.is-error { border-color: #f0c4c4; background: #fff3f3; color: #932a2a; }
.pld-payment-status.is-success { border-color: #b9e9d4; background: #effbf6; color: #08744a; }
.pld-payment-panel__legal { display: flex; align-items: flex-start; gap: 7px; margin: 18px 4px 0; color: #8491a3; font-size: 7.5px; line-height: 1.55; }

@media (max-width: 620px) {
	.pld-payment-modal { align-items: end; padding: 10px; }
	.pld-payment-panel { width: 100%; max-height: calc(100vh - 20px); padding: 28px 18px 22px; border-radius: 24px; }
	.pld-payment-panel__heading { gap: 12px; padding-right: 28px; }
	.pld-payment-panel__shield { flex-basis: 44px; width: 44px; height: 44px; border-radius: 13px; }
	.pld-payment-panel__heading h2 { font-size: 21px; }
	button.pld-payment-method { grid-template-columns: 58px minmax(0,1fr) auto; min-height: 76px; padding: 13px; }
	.pld-payment-method__brand { min-height: 36px; padding: 0 8px; font-size: 15px; }
	.pld-payment-method__price { font-size: 13px; }
	.pld-payment-method__arrow { display: none; }
}

.pld-sidebar__support { color: #fff !important; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.pld-sidebar__support:hover { border-color: rgba(244,189,80,.3); background: rgba(255,255,255,.1); transform: translateY(-2px); }
.pld-sidebar__support > div { min-width: 0; }
.pld-sidebar__support small { margin-top: 4px; color: var(--pld-gold); font-size: 8px; font-weight: 750; }
.pld-sidebar__support > b { align-self: center; margin-left: auto; color: var(--pld-gold); font-size: 16px; transition: transform .2s ease; }
.pld-sidebar__support:hover > b { transform: translateX(3px); }

.pld-sky-state { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 6px 10px 6px 7px; border: 1px solid var(--pld-line); border-radius: 14px; background: linear-gradient(145deg,#fff,#f7f9fd); box-shadow: 0 7px 20px rgba(6,26,58,.05); }
.pld-sky-state > span { display: grid; flex: 0 0 31px; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: #edf4ff; font-size: 18px; line-height: 1; }
.pld-sky-state > div { display: flex; flex-direction: column; line-height: 1.15; }
.pld-sky-state strong { color: var(--pld-navy); font-size: 8px; font-weight: 800; white-space: nowrap; }
.pld-sky-state small { max-width: 88px; margin-top: 3px; overflow: hidden; color: var(--pld-muted); font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.pld-sky-state.is-night > span { background: #edf0ff; box-shadow: inset 0 0 0 1px rgba(74,80,160,.08); }
.pld-login__sky { position: absolute; z-index: 5; top: 47px; right: 50px; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.08); box-shadow: none; backdrop-filter: blur(8px); }
.pld-login__sky > span { background: rgba(255,255,255,.1); }
.pld-login__sky strong { color: #fff; }
.pld-login__sky small { color: rgba(255,255,255,.55); }

.pld-constellation { position: absolute; top: 50%; left: 50%; width: 360px; height: 300px; transform: translate(-50%,-50%); }
.pld-constellation__lines { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.pld-constellation__lines path { fill: none; stroke: rgba(155,195,255,.18); stroke-width: 1; stroke-dasharray: 4 7; animation: pld-constellation-flow 12s linear infinite; }
.pld-constellation .pld-orbit { animation: pld-orbit-breathe 6s ease-in-out infinite; }
.pld-constellation .pld-orbit--two { animation-delay: -3s; }
.pld-constellation .pld-hero__monogram { width: 112px; height: 112px; border-radius: 34px; font-size: 30px; animation: pld-jpl-pulse 5s ease-in-out infinite; }
.pld-skill-node { --pld-node-delay: 0s; position: absolute; z-index: 5; display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(8,34,74,.72); box-shadow: 0 10px 26px rgba(0,0,0,.14); color: rgba(255,255,255,.84); font-size: 8px; font-weight: 750; letter-spacing: .02em; backdrop-filter: blur(9px); animation: pld-node-float 4.5s ease-in-out var(--pld-node-delay) infinite; }
.pld-skill-node i { width: 6px; height: 6px; border-radius: 50%; background: var(--pld-gold); box-shadow: 0 0 0 4px rgba(244,189,80,.1), 0 0 14px rgba(244,189,80,.5); }
.pld-skill-node--ipa { top: 28px; left: 38px; --pld-node-delay: -1s; }
.pld-skill-node--grammar { top: 29px; right: 11px; --pld-node-delay: -2.5s; }
.pld-skill-node--reading { top: 132px; right: -12px; --pld-node-delay: -.5s; }
.pld-skill-node--listening { right: 27px; bottom: 18px; --pld-node-delay: -3.6s; }
.pld-skill-node--writing { bottom: 17px; left: 36px; --pld-node-delay: -1.8s; }
.pld-skill-node--speaking { top: 132px; left: -12px; --pld-node-delay: -3s; }

@keyframes pld-constellation-flow { to { stroke-dashoffset: -110; } }
@keyframes pld-orbit-breathe { 0%,100% { opacity: .55; transform: translate(-50%,-50%) scale(.98) rotate(0); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.035) rotate(8deg); } }
@keyframes pld-jpl-pulse { 0%,100% { box-shadow: 0 22px 45px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.2), 0 0 0 0 rgba(244,189,80,0); } 50% { box-shadow: 0 22px 45px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.2), 0 0 34px 5px rgba(244,189,80,.09); } }
@keyframes pld-node-float { 0%,100% { transform: translate3d(0,0,0); } 35% { transform: translate3d(3px,-5px,0); } 70% { transform: translate3d(-3px,3px,0); } }

.pld-profile-screen { width: min(1240px,calc(100vw - 32px)); min-height: 780px; margin: 28px auto; overflow: hidden; border: 1px solid #e3e9f1; border-radius: 28px; background: #f5f7fb; box-shadow: var(--pld-shadow-md); }
.pld-profile-screen__topbar { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 92px; padding: 0 36px; border-bottom: 1px solid var(--pld-line); background: rgba(255,255,255,.96); }
.pld-profile-screen__top-actions { display: flex; align-items: center; gap: 12px; }
.pld-profile-screen__top-actions .pld-button { min-height: 44px; padding: 0 16px; font-size: 10px; }
.pld-profile-screen__content { padding: 30px clamp(20px,4vw,48px) 48px; }
.pld-profile-hero { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 23px; min-height: 190px; margin-bottom: 22px; padding: 34px 40px; overflow: hidden; border-radius: 23px; background: radial-gradient(circle at 82% 25%,rgba(47,111,226,.35),transparent 27%), linear-gradient(135deg,var(--pld-navy),#0d3472); box-shadow: 0 18px 44px rgba(6,26,58,.16); color: #fff; }
.pld-profile-hero::after { position: absolute; right: -65px; bottom: -150px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.pld-profile-hero__avatar { position: relative; z-index: 3; width: 104px; height: 104px; }
.pld-profile-hero__avatar img { width: 100%; height: 100%; object-fit: cover; border: 4px solid rgba(255,255,255,.9); border-radius: 29px; box-shadow: 0 15px 34px rgba(0,0,0,.23); }
.pld-profile-hero__avatar span { position: absolute; right: -5px; bottom: -5px; display: grid; place-items: center; width: 29px; height: 29px; border: 3px solid var(--pld-navy); border-radius: 50%; background: var(--pld-success); color: #fff; font-size: 9px; font-weight: 900; }
.pld-profile-hero__copy { position: relative; z-index: 3; min-width: 0; }
.pld-profile-hero__copy h1 { margin: 7px 0 5px; overflow: hidden; color: #fff; font-size: clamp(28px,4vw,43px); font-weight: 820; line-height: 1.1; letter-spacing: -.045em; text-overflow: ellipsis; white-space: nowrap; }
.pld-profile-hero__copy p { margin: 0; color: rgba(255,255,255,.63); font-size: 11px; }
.pld-profile-hero__badge { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-end; padding: 13px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.08); backdrop-filter: blur(7px); }
.pld-profile-hero__badge span { color: var(--pld-gold); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.pld-profile-hero__badge strong { margin-top: 3px; font-size: 13px; letter-spacing: .03em; }

.pld-profile-form { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 22px; align-items: start; }
.pld-profile-form__aside { display: grid; gap: 16px; }
.pld-profile-photo-card { padding: 25px 22px; border: 1px solid var(--pld-line); border-radius: 20px; background: #fff; box-shadow: var(--pld-shadow-sm); text-align: center; }
.pld-profile-photo-card__image { position: relative; width: 112px; height: 112px; margin: 0 auto 17px; }
.pld-profile-photo-card__image img { width: 100%; height: 100%; object-fit: cover; border: 4px solid #fff; border-radius: 31px; box-shadow: 0 0 0 1px #dfe6ef,0 12px 28px rgba(6,26,58,.14); }
.pld-profile-photo-card__image > span { position: absolute; right: -4px; bottom: -4px; display: grid; place-items: center; width: 34px; height: 34px; border: 3px solid #fff; border-radius: 12px; background: var(--pld-blue); color: #fff; }
.pld-profile-photo-card__image svg { width: 16px; height: 16px; }
.pld-profile-photo-card h2 { margin: 0 0 6px; color: var(--pld-navy); font-size: 16px; }
.pld-profile-photo-card p { margin: 0 0 17px; color: var(--pld-muted); font-size: 9px; line-height: 1.55; }
.pld-profile-photo-card .pld-button { min-height: 42px; padding: 0 13px; font-size: 9px; }
.pld-profile-photo-card small { display: block; margin-top: 10px; color: #98a2b3; font-size: 7px; }
.pld-profile-support { display: flex; align-items: center; gap: 11px; padding: 16px; border: 1px solid #bde7d1; border-radius: 17px; background: linear-gradient(145deg,#effbf5,#fff); box-shadow: 0 8px 22px rgba(22,163,106,.08); color: #144f38 !important; transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.pld-profile-support:hover { border-color: #7fd1a7; box-shadow: 0 13px 28px rgba(22,163,106,.14); transform: translateY(-2px); }
.pld-profile-support__icon { display: grid; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #d7f4e5; color: #0c8b57; }
.pld-profile-support__icon svg { width: 19px; height: 19px; }
.pld-profile-support > div { display: flex; min-width: 0; flex-direction: column; }
.pld-profile-support strong { font-size: 10px; }
.pld-profile-support span:not(.pld-profile-support__icon) { margin-top: 2px; color: #5c806f; font-size: 8px; }
.pld-profile-support small { margin-top: 3px; color: #0c8b57; font-size: 8px; font-weight: 750; }
.pld-profile-support > b { margin-left: auto; color: #0c8b57; }

.pld-profile-form__main { overflow: hidden; border: 1px solid var(--pld-line); border-radius: 20px; background: #fff; box-shadow: var(--pld-shadow-sm); }
.pld-profile-section { padding: 27px 30px 30px; border-bottom: 1px solid var(--pld-line); }
.pld-profile-section__heading { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.pld-profile-section__heading > span { display: grid; flex: 0 0 40px; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: #edf4ff; color: var(--pld-blue); }
.pld-profile-section__heading svg { width: 20px; height: 20px; }
.pld-profile-section__heading h2 { margin: 0; color: var(--pld-navy); font-size: 16px; letter-spacing: -.02em; }
.pld-profile-section__heading p { margin: 3px 0 0; color: var(--pld-muted); font-size: 8px; }
.pld-profile-fields { display: grid; gap: 15px; margin-top: 16px; }
.pld-profile-fields:first-of-type { margin-top: 0; }
.pld-profile-fields--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.pld-profile-fields--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pld-profile-form .pld-field { gap: 7px; }
.pld-profile-form .pld-field label { font-size: 9px; }
.pld-profile-form .pld-field__control input { height: 50px; font-size: 11px; }
.pld-field--locked label > span { margin-left: 5px; padding: 3px 5px; border-radius: 5px; background: #edf1f6; color: #708095; font-size: 6px; letter-spacing: .08em; }
.pld-field--locked .pld-field__control input { padding-right: 45px; background: #f5f7fa; color: #697386; cursor: not-allowed; }
.pld-field--locked .pld-field__control > b { position: absolute; right: 14px; color: #8d99aa; }
.pld-field--locked .pld-field__control > b svg { width: 17px; height: 17px; }
.pld-field--locked > small { color: #8d99aa; font-size: 7px; }
.pld-profile-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 30px; background: #fafbfc; }
.pld-profile-form__footer > div { display: flex; align-items: center; gap: 10px; }
.pld-profile-form__footer > div > span { display: grid; flex: 0 0 28px; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: #eafaf3; color: var(--pld-success); font-size: 9px; font-weight: 900; }
.pld-profile-form__footer p { display: flex; margin: 0; flex-direction: column; color: var(--pld-muted); font-size: 7px; }
.pld-profile-form__footer p strong { margin-bottom: 2px; color: #344054; font-size: 9px; }
.pld-profile-form__footer .pld-button { min-height: 46px; padding: 0 18px; font-size: 10px; }
.pld-profile-form__footer .pld-button.is-loading { opacity: .7; cursor: wait; }
.pld-password-panel { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 28px; margin-top: 22px; padding: 30px; border: 1px solid #dce5f0; border-radius: 20px; background: linear-gradient(145deg,#fff,#f8faff); box-shadow: var(--pld-shadow-sm); }
.pld-password-panel__intro { display: flex; align-items: flex-start; gap: 14px; }
.pld-password-panel__icon { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: linear-gradient(145deg,#eaf2ff,#fff); box-shadow: inset 0 0 0 1px #d7e4f5; color: var(--pld-blue); }
.pld-password-panel__icon svg { width: 24px; height: 24px; }
.pld-password-panel__intro h2 { margin: 6px 0 6px; color: var(--pld-navy); font-size: 18px; letter-spacing: -.025em; }
.pld-password-panel__intro p { margin: 0; color: var(--pld-muted); font-size: 9px; line-height: 1.65; }
.pld-password-panel__form { min-width: 0; }
.pld-password-panel__fields { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.pld-password-panel .pld-field { gap: 7px; }
.pld-password-panel .pld-field label { font-size: 9px; }
.pld-password-panel .pld-field__control input { height: 50px; font-size: 10px; }
.pld-password-panel__footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
.pld-password-panel__footer p { display: flex; align-items: center; gap: 7px; margin: 0; color: var(--pld-muted); font-size: 8px; }
.pld-password-panel__footer p span { display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border-radius: 8px; background: #eafaf3; color: var(--pld-success); font-weight: 900; }
.pld-password-panel__footer .pld-button { min-height: 44px; padding: 0 17px; font-size: 9px; }
.pld-password-panel__footer .pld-button.is-loading { opacity: .7; cursor: wait; }
.pld-profile-screen__footer { display: flex; justify-content: space-between; gap: 20px; padding: 20px 38px; border-top: 1px solid var(--pld-line); background: #fff; color: #98a2b3; font-size: 8px; }
.pld-profile-screen__footer a { color: var(--pld-blue) !important; font-weight: 700; }

@media (max-width: 1120px) {
	.pld-sky-state small { max-width: 70px; }
	.pld-sky-state { padding-right: 7px; }
	.pld-profile-form { grid-template-columns: 220px minmax(0,1fr); }
	.pld-password-panel { grid-template-columns: 230px minmax(0,1fr); }
	.pld-password-panel__fields { grid-template-columns: 1fr; }
}

@media (max-width: 850px) {
	.pld-sky-state { display: none; }
	.pld-constellation { right: -20px; left: auto; transform: translateY(-50%) scale(.9); }
	.pld-profile-screen { width: min(100%,calc(100vw - 20px)); margin: 10px auto; border-radius: 22px; }
	.pld-profile-screen__topbar { min-height: 82px; padding: 0 22px; }
	.pld-profile-screen__top-actions .pld-sky-state { display: none; }
	.pld-profile-form { grid-template-columns: 1fr; }
	.pld-profile-form__aside { grid-template-columns: minmax(220px,.8fr) 1.2fr; }
	.pld-profile-support { align-self: stretch; }
	.pld-login__sky { top: 31px; right: 30px; }
	.pld-password-panel { grid-template-columns: 1fr; }
	.pld-password-panel__fields { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 620px) {
	.pld-login__sky { top: 25px; right: 22px; }
	.pld-profile-screen__topbar { padding: 0 17px; }
	.pld-profile-screen__top-actions .pld-button { width: 44px; padding: 0; overflow: hidden; color: transparent !important; gap: 0; }
	.pld-profile-screen__top-actions .pld-button svg { flex: 0 0 18px; color: var(--pld-navy); }
	.pld-profile-screen__content { padding: 18px 12px 35px; }
	.pld-profile-hero { grid-template-columns: auto 1fr; gap: 16px; min-height: 165px; padding: 27px 21px; }
	.pld-profile-hero__avatar { width: 78px; height: 78px; }
	.pld-profile-hero__avatar img { border-radius: 23px; }
	.pld-profile-hero__copy h1 { font-size: 26px; }
	.pld-profile-hero__copy p { font-size: 8px; }
	.pld-profile-hero__badge { display: none; }
	.pld-profile-form__aside { grid-template-columns: 1fr; }
	.pld-profile-section { padding: 24px 19px 27px; }
	.pld-profile-fields--two,
	.pld-profile-fields--three { grid-template-columns: 1fr; }
	.pld-profile-form__footer { align-items: stretch; padding: 19px; flex-direction: column; }
	.pld-profile-form__footer .pld-button { width: 100%; }
	.pld-password-panel { gap: 22px; padding: 23px 19px; }
	.pld-password-panel__fields { grid-template-columns: 1fr; }
	.pld-password-panel__footer { align-items: stretch; flex-direction: column; }
	.pld-password-panel__footer .pld-button { width: 100%; }
	.pld-profile-screen__footer { padding: 18px 20px; }
}

@media (prefers-reduced-motion: reduce) {
	.pld-profile-screen *, .pld-profile-screen *::before, .pld-profile-screen *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.pld-constellation__lines path,
	.pld-constellation .pld-orbit,
	.pld-constellation .pld-hero__monogram,
	.pld-skill-node { animation: none; }
}

/* Final 7.0 payment refinements must follow the inherited 6.0 rules. */
.pld-payment-panel { width: min(700px,100%); }
.pld-payment-method__copy strong { font-size: 14px; }
.pld-payment-method__copy small { font-size: 11px; }
.pld-payment-method__price small { font-size: 11px; }
.pld-payment-status { font-size: 12px; }
.pld-payment-panel__legal { font-size: 11px; }
