@charset "UTF-8";
/* stylelint-disable */
/* ── ACCOUNT DASHBOARD INDEPENDENT STYLES ──────────────────────────────── */
:root { --color-brand-gold: #b59c67; --color-brand-gold-text: #ffffff; --color-bg-body: #ffffff; --color-text-main: #404040; --font-brand: Neue Montreal, -apple-system, blinkmacsystemfont, Segoe UI, roboto, sans-serif; --font-main: Neue Montreal, -apple-system, blinkmacsystemfont, Segoe UI, roboto, sans-serif; --transition-base: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); --gap-standard: 20px; }

/** Common Animations */
@keyframes fadeInUp { to { opacity: 1;
		transform: translateY(0); } }

@keyframes fadeInLeft { to { opacity: 1;
		transform: translateX(0); } }

@keyframes fadeInRight { to { opacity: 1;
		transform: translateX(0); } }

/* ── REINVENTION DASHBOARD COMPONENT ── */
.reinvention-dashboard-account { background: #fff; border-radius: 12px; box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05); /* ── TABS NAVIGATION ── */ /* ── PHASE FILTER ── */ /* ── CONTENT PANELS ── */ /* ── WORKBOOK / PDF LAYOUT ── */ /* ── WORKBOOK / PDF LAYOUT ── */ /* ── GRIDS (NOTION / YOUTUBE) ── */ /* ── SESSIONS LIST ── */ /* ── BUTTON STYLES ── */ }

.reinvention-dashboard-account .dashboard-inner-padding { padding: 40px; }

@media (max-width: 480px) { .reinvention-dashboard-account .dashboard-inner-padding { padding: 15px; } }

.reinvention-dashboard-account .dashboard-inner-padding .dashboard-header-controls { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding-bottom: 5px; }

@media (max-width: 991px) { .reinvention-dashboard-account .dashboard-inner-padding .dashboard-header-controls { flex-direction: column-reverse; align-items: flex-start; gap: 20px; padding-bottom: 15px; } }

.reinvention-dashboard-account .dashboard-tabs-nav { display: flex; gap: 40px; scrollbar-width: none; -ms-overflow-style: none; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; border-bottom: 1px solid #f0f0f0; width: 100%; }

@media (max-width: 991px) { .reinvention-dashboard-account .dashboard-tabs-nav { gap: 25px; } }

.reinvention-dashboard-account .dashboard-tabs-nav::-webkit-scrollbar { display: none; }

.reinvention-dashboard-account .dashboard-tabs-nav .tab-nav-item { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #999; padding: 15px 0; cursor: pointer; position: relative; transition: all 0.3s ease; }

.reinvention-dashboard-account .dashboard-tabs-nav .tab-nav-item::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 3px; background: #b59c67; transition: width 0.3s ease; }

.reinvention-dashboard-account .dashboard-tabs-nav .tab-nav-item:hover { color: #000; }

.reinvention-dashboard-account .dashboard-tabs-nav .tab-nav-item.active { color: #000; font-weight: 800; }

.reinvention-dashboard-account .dashboard-tabs-nav .tab-nav-item.active::after { width: 100%; }

.reinvention-dashboard-account .dashboard-phase-filter { display: flex; align-items: center; }

@media (max-width: 991px) { .reinvention-dashboard-account .dashboard-phase-filter { width: 100%; justify-content: center; background: #fcfcfc; padding: 15px; border-radius: 8px; margin-bottom: 20px; } }

.reinvention-dashboard-account .dashboard-phase-filter .phase-select-input { padding: 8px 35px 8px 10px; border: 2px solid #f0f0f0; background: #fff; font-size: 13px; font-weight: 700; cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%23B59C67' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; border-radius: 4px; transition: all 0.3s ease; min-width: 180px; }

.reinvention-dashboard-account .dashboard-phase-filter .phase-select-input:focus { outline: none; border-color: #b59c67; box-shadow: 0 4px 12px rgba(181, 156, 103, 0.1); }

.reinvention-dashboard-account .dashboard-tabs-content { min-height: 400px; }

.reinvention-dashboard-account .tab-content-panel { display: none; }

.reinvention-dashboard-account .tab-content-panel.active { display: block; animation: rdFadeIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }

.reinvention-dashboard-account .documents-layout { display: block; height: auto; min-height: 200px; }

.reinvention-dashboard-account .documents-layout .documents-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 25px; background: transparent; padding: 0; overflow: visible; }

@media (max-width: 480px) { .reinvention-dashboard-account .documents-layout .documents-list { grid-template-columns: 1fr; } }

.reinvention-dashboard-account .documents-layout .documents-list .doc-item { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 30px; margin-bottom: 0; border: 1px solid #eee; border-radius: 12px; cursor: pointer; background: #fff; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); text-align: left; min-height: 180px; }

.reinvention-dashboard-account .documents-layout .documents-list .doc-item:hover { border-color: #b59c67; transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }

.reinvention-dashboard-account .documents-layout .documents-list .doc-item:hover .doc-status-label { color: #b59c67; }

.reinvention-dashboard-account .documents-layout .documents-list .doc-item .doc-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; width: 100%; }

.reinvention-dashboard-account .documents-layout .documents-list .doc-item .doc-meta .doc-icon { width: 40px; height: 40px; color: #b59c67; margin-bottom: 5px; opacity: 0.8; }

.reinvention-dashboard-account .documents-layout .documents-list .doc-item .doc-meta .doc-name { font-size: 18px; font-weight: 700; color: #000; line-height: 1.3; }

.reinvention-dashboard-account .documents-layout .documents-list .doc-item .doc-status-label { margin-top: 20px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #999; transition: color 0.3s ease; }

.reinvention-dashboard-account .documents-layout .documents-list .doc-item .doc-status-label::after { content: ' →'; font-size: 14px; }

.reinvention-dashboard-account .resources-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; }

@media (max-width: 480px) { .reinvention-dashboard-account .resources-grid { grid-template-columns: 1fr; } }

.reinvention-dashboard-account .resources-grid .video-card { background: #fff; border: 1px solid #eee; border-radius: 8px; overflow: hidden; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.reinvention-dashboard-account .resources-grid .video-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05); border-color: #e0e0e0; }

.reinvention-dashboard-account .resources-grid .video-card .video-thumb-wrap, .reinvention-dashboard-account .resources-grid .video-card .notion-icon-wrap { position: relative; width: 100%; background: #000; overflow: hidden; }

.reinvention-dashboard-account .resources-grid .video-card .video-thumb-wrap .video-thumbnail, .reinvention-dashboard-account .resources-grid .video-card .notion-icon-wrap .video-thumbnail { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; transition: all 0.5s ease; }

.reinvention-dashboard-account .resources-grid .video-card .video-thumb-wrap .video-thumb-placeholder, .reinvention-dashboard-account .resources-grid .video-card .notion-icon-wrap .video-thumb-placeholder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #1a1a1a; display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.2); }

.reinvention-dashboard-account .resources-grid .video-card .video-thumb-wrap .video-play-overlay, .reinvention-dashboard-account .resources-grid .video-card .notion-icon-wrap .video-play-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 2; }

.reinvention-dashboard-account .resources-grid .video-card .video-thumb-wrap .video-play-overlay .play-btn-circle, .reinvention-dashboard-account .resources-grid .video-card .notion-icon-wrap .video-play-overlay .play-btn-circle { width: 65px; height: 65px; background: rgba(181, 156, 103, 0.95); border-radius: 50%; display: flex; align-items: center; justify-content: center; transform: scale(0.9); transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); }

.reinvention-dashboard-account .resources-grid .video-card .video-thumb-wrap .video-play-overlay .play-btn-circle svg, .reinvention-dashboard-account .resources-grid .video-card .notion-icon-wrap .video-play-overlay .play-btn-circle svg { margin-left: 4px; width: 28px; height: 28px; }

.reinvention-dashboard-account .resources-grid .video-card .video-thumb-wrap .video-duration-badge, .reinvention-dashboard-account .resources-grid .video-card .notion-icon-wrap .video-duration-badge { position: absolute; bottom: 12px; right: 12px; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(4px); color: #fff; font-size: 10px; font-weight: 800; padding: 4px 8px; border-radius: 4px; z-index: 3; letter-spacing: 0.05em; pointer-events: none; }

.reinvention-dashboard-account .resources-grid .video-card .video-thumb-wrap { padding-top: 56.25%; }

.reinvention-dashboard-account .resources-grid .video-card .video-thumbnail, .reinvention-dashboard-account .resources-grid .video-card .video-thumb-placeholder { position: absolute; top: 0; left: 0; }

.reinvention-dashboard-account .resources-grid .video-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); border-color: #b59c67; }

.reinvention-dashboard-account .resources-grid .video-card:hover .video-thumbnail { transform: scale(1.05); opacity: 1; }

.reinvention-dashboard-account .resources-grid .video-card:hover .play-btn-circle { transform: scale(1.1); background: #000; }

.reinvention-dashboard-account .resources-grid .video-card:hover .video-cta { color: #b59c67; }

.reinvention-dashboard-account .resources-grid .video-card .video-info { padding: 25px; }

.reinvention-dashboard-account .resources-grid .video-card .video-info .video-title { font-size: 16px; font-weight: 700; color: #000; margin: 0 0 10px; line-height: 1.4; }

.reinvention-dashboard-account .resources-grid .video-card .video-info .video-cta { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #999; transition: color 0.3s ease; }

.reinvention-dashboard-account .resources-grid .video-card .video-info .video-cta::after { content: ' →'; }

.reinvention-dashboard-account .sessions-list { display: flex; flex-direction: column; gap: 20px; }

.reinvention-dashboard-account .sessions-list .session-card { background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 30px; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

@media (max-width: 480px) { .reinvention-dashboard-account .sessions-list .session-card { flex-direction: column; align-items: flex-start; gap: 25px; } }

.reinvention-dashboard-account .sessions-list .session-card:hover { border-color: #b59c67; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); }

.reinvention-dashboard-account .sessions-list .session-card .session-info .session-time { display: block; font-size: 10px; color: #b59c67; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 8px; }

.reinvention-dashboard-account .sessions-list .session-card .session-info .session-title { font-size: 20px; font-weight: 700; color: #000; margin: 0; }

.reinvention-dashboard-account .session-btn { background: #000; color: #fff; text-decoration: none; padding: 12px 28px; font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; border-radius: 0; display: inline-block; border: 1px solid #000; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); text-align: center; }

.reinvention-dashboard-account .session-btn:hover { background: transparent; color: #b59c67; border-color: #b59c67; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(181, 156, 103, 0.15); }

.reinvention-dashboard-account .notion-btn { background: transparent; color: #000; text-decoration: none; padding: 10px 24px; font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.2em; border: 1px solid #b59c67; display: inline-flex; align-items: center; gap: 8px; border-radius: 0; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }

.reinvention-dashboard-account .notion-btn::after { content: '→'; font-size: 14px; transition: transform 0.3s ease; }

.reinvention-dashboard-account .notion-btn:hover { background: #b59c67; color: #fff; transform: translateX(5px); box-shadow: -5px 5px 20px rgba(181, 156, 103, 0.2); }

.reinvention-dashboard-account .notion-btn:hover::after { transform: translateX(3px); }

.reinvention-dashboard-account .no-data-msg { text-align: center; padding: 60px 20px; color: #999; font-style: italic; }

@keyframes rdFadeIn { from { opacity: 0;
		transform: translateY(10px); }
	to { opacity: 1;
		transform: translateY(0); } }

/* ── DASHBOARD MODAL (GLOBAL) ── */
.dashboard-modal { position: fixed !important; top: 0 !important; left: 0 !important; width: 100vw !important; height: 100vh !important; z-index: 999999 !important; display: none; align-items: center; justify-content: center; box-sizing: border-box; }

.dashboard-modal.active { display: flex !important; }

.dashboard-modal.active .modal-overlay { opacity: 1; }

.dashboard-modal.active .modal-content { opacity: 1; transform: scale(1); }

.dashboard-modal .modal-overlay { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8) !important; backdrop-filter: blur(8px); opacity: 0; transition: opacity 0.3s ease; }

.dashboard-modal .modal-content { position: relative !important; background: #fff; width: 90%; max-width: 1100px; height: 85vh; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; opacity: 0; transform: scale(0.9); transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5); z-index: 10; }

@media (max-width: 480px) { .dashboard-modal .modal-content { width: 95%; height: auto; max-height: 90vh; } }

.dashboard-modal .modal-header { padding: 15px 25px; border-bottom: 1px solid #f0f0f0; display: flex; justify-content: space-between; align-items: center; background: #fff; }

.dashboard-modal .modal-header h3 { font-size: 14px; font-weight: 800; margin: 0; text-transform: uppercase; letter-spacing: 0.1em; color: #000; }

.dashboard-modal .modal-header .close-modal { background: #f5f5f5; border: none; width: 32px; height: 32px; border-radius: 50%; font-size: 20px; line-height: 32px; cursor: pointer; color: #000; display: flex; align-items: center; justify-content: center; transition: all 0.2s ease; padding: 0; }

.dashboard-modal .modal-header .close-modal:hover { background: #000; color: #fff; }

.dashboard-modal .modal-body { flex: 1; background: #000; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }

.dashboard-modal .modal-body .modal-loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 5; transition: opacity 0.3s ease; }

.dashboard-modal .modal-body .modal-loader .spinner { width: 40px; height: 40px; border: 3px solid #f3f3f3; border-top: 3px solid #b59c67; border-radius: 50%; animation: spin 1s linear infinite; margin-bottom: 15px; }

.dashboard-modal .modal-body .modal-loader p { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #999; }

.dashboard-modal .modal-body iframe, .dashboard-modal .modal-body #modal-video-container, .dashboard-modal .modal-body video { width: 100%; height: 100% !important; border: none; }

.dashboard-modal .modal-body #modal-video-container { display: flex; align-items: center; justify-content: center; background: #000; }

.dashboard-modal .modal-body #modal-video-container video { max-width: 100%; max-height: 100%; outline: none; }

@keyframes spin { 0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); } }

/* ── PREMIUM VIDEO PLAYER (PLYR CUSTOMIZATION) ── */
:root { --plyr-color-main: #B59C67; --plyr-video-background: #000; --plyr-menu-background: rgba(26, 26, 26, 0.95); --plyr-menu-color: #fff; --plyr-tooltip-background: rgba(181, 156, 103, 0.9); --plyr-tooltip-color: #fff; }

.plyr--full-ui input[type=range] { color: var(--plyr-color-main); }

.plyr__control--overlaid { background: rgba(181, 156, 103, 0.85); padding: 25px; }

.plyr__control--overlaid svg { width: 30px; height: 30px; }

.plyr__control[data-plyr="rewind"] svg, .plyr__control[data-plyr="fast-forward"] svg { width: 18px; height: 18px; opacity: 0.9; }

.plyr__control[data-plyr="rewind"]:hover svg, .plyr__control[data-plyr="fast-forward"]:hover svg { opacity: 1; }

.plyr--video .plyr__controls { padding: 20px 15px; background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); }

.plyr__control:hover { background: var(--plyr-color-main) !important; }

#modal-video-container .plyr { height: 100%; width: 100%; border-radius: 0; }

/* ── LAYOUT DEFAULTS ── */
.page-header-premium { display: none; }

.site-main.account-page-main { padding: 0; background-color: #f5f4f2; min-height: calc(100vh - 121px); }

@media (max-width: 991px) { .site-main.account-page-main { min-height: calc(100vh - 80px); } }

/* ── SECTION: ACCOUNT HERO ── */
.section-account-hero { position: relative; width: 100%; height: 460px; background: #000 no-repeat center / cover; display: flex; align-items: center; justify-content: center; overflow: hidden; color: #ffffff !important; border-top: 5px solid #b59c67; margin: 0; }

.section-account-hero .identy-container { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: center; text-align: center; }

.section-account-hero .account-hero-content { display: flex; flex-direction: column; align-items: center; text-align: center; width: 100%; gap: clamp(4px, 1.2vw, 8px); }

.section-account-hero .account-hero-title, .section-account-hero .account-hero-subtitle, .section-account-hero .account-hero-principle { color: #ffffff !important; margin: 0 !important; line-height: 1.1 !important; text-transform: none; }

.section-account-hero .account-hero-title { font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif !important; font-size: clamp(26px, 4vw, 40px) !important; font-weight: 700 !important; letter-spacing: 0 !important; }

.section-account-hero .account-hero-subtitle { font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif !important; font-size: clamp(16px, 2vw, 24px) !important; font-weight: 400 !important; line-height: 1.2 !important; letter-spacing: 0.01em !important; opacity: 0.95 !important; }

.section-account-hero .account-hero-principle { font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif !important; font-size: clamp(28px, 4vw, 40px) !important; font-weight: 400 !important; letter-spacing: -0.01em !important; }

@media (max-width: 1100px) { .section-account-hero { height: 400px; } }

@media (max-width: 768px) { .section-account-hero { min-height: 340px; padding: 80px 20px; height: auto; } }

/* ── SECTION: ACCOUNT DASHBOARD ── */
.account-dashboard-wrapper { padding: 40px 0; width: 100%; }

.account-dashboard-wrapper .account-container { max-width: 1250px; margin: auto; padding: 0 20px; }

.pms-block-container { display: inline-block; width: 100%; vertical-align: middle; }

@media (max-width: 1100px) { .pms-block-container { flex-direction: column; gap: 20px; } }

/* ── SIDEBAR NAVIGATION & DRAWER ── */
/* ── SIDEBAR NAVIGATION & DRAWER SYSTEM ── */
.sidebar-mobile-toggle { display: none; align-items: center; background: #fff; border: 1px solid #eee; color: #000000; padding: 12px 20px; cursor: pointer; margin-bottom: 25px; border-radius: 4px; width: fit-content; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.sidebar-mobile-toggle .toggle-label { display: flex; align-items: center; gap: 12px; }

.sidebar-mobile-toggle .toggle-label svg { color: #b59c67; width: 20px; height: 20px; stroke-width: 2; }

.sidebar-mobile-toggle .toggle-label span { font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; }

.sidebar-mobile-toggle:hover { border-color: #b59c67; background: #fdfcfb; transform: translateY(-2px); }

@media (max-width: 991px) { .sidebar-mobile-toggle { display: flex; } }

.sidebar-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); z-index: 9998; opacity: 0; visibility: hidden; transition: all 0.4s ease; }

.sidebar-overlay.active { opacity: 1; visibility: visible; }

.pms-account-navigation { width: 280px; flex-shrink: 0; background: #ffffff; padding: 24px; float: left; margin-right: 30px; border-radius: 12px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); }

.pms-account-navigation .drawer-header { display: none; }

@media (max-width: 991px) { .pms-account-navigation { position: fixed; top: 0; right: -320px; width: 300px; height: 100vh; z-index: 9999; margin: 0; padding: 40px 30px; background: #ffffff; box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1); border-radius: 0; transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); overflow-y: auto; float: none; }
	.pms-account-navigation.open { right: 0; }
	.pms-account-navigation .drawer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #f2f2f2; }
	.pms-account-navigation .drawer-header h3 { font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif; font-size: 16px; font-weight: 700; margin: 0; text-transform: uppercase; letter-spacing: 0.1em; color: #000000; }
	.pms-account-navigation .drawer-header .close-drawer { background: none; border: none; font-size: 26px; cursor: pointer; padding: 0; line-height: 1; color: #000000; transition: color 0.3s ease; }
	.pms-account-navigation .drawer-header .close-drawer:hover { color: #b59c67; } }

.pms-account-navigation ul { list-style: none; padding: 0; margin: 0; display: flex !important; flex-direction: column !important; width: 100%; }

.pms-account-navigation li { margin: 0; width: 100%; display: block !important; }

.pms-account-navigation li a { display: block !important; padding: 18px 10px; width: 100%; text-align: left; text-decoration: none; color: #1c1917; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; transition: all 0.3s ease; border-bottom: 1px solid #f2f2f2; }

.pms-account-navigation li a:hover { color: #b59c67; }

.pms-account-navigation li a.pms-account-navigation-link--active { color: #b59c67 !important; border-bottom-color: #b59c67; }

.pms-account-navigation li:last-child a { border-bottom: none; }

/* ── SHARED CONTENT CARD LOOK ── */
.pms-table, .pms-account-subscription-details-table, .pms-form, .pms-edit-profile-form, .pms-no-payments, .reinvention-dashboard-account { width: 100% !important; max-width: calc(100% - 310px); background: #ffffff; border-radius: 12px; box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05); border-collapse: collapse; overflow: hidden; margin-bottom: 30px; }

@media (max-width: 1100px) { .pms-table, .pms-account-subscription-details-table, .pms-form, .pms-edit-profile-form, .pms-no-payments, .reinvention-dashboard-account { max-width: 100%; } }

.pms-no-payments { padding: 24px; }

/* ── LOGIN FORM SPECIFIC (CENTERED CARD) ── */
.pms-form#pms_login { width: 100% !important; max-width: 450px; margin: 0 auto 30px; }

/* ── PAYMENTS TABLE ── */
.pms-table thead { background: #fcfcfc; border-bottom: 1px solid #eee; }

.pms-table thead th { padding: 20px; text-align: left; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #a0a090; }

.pms-table tbody tr { border-bottom: 1px solid #f2f2f2; transition: background 0.3s ease; }

.pms-table tbody tr:hover { background: #fafafa; }

.pms-table tbody tr:last-child { border-bottom: none; }

.pms-table tbody td { padding: 22px 20px; font-size: 14px; color: #1c1917; }

.pms-table tbody td.pms-payment-id { font-weight: 700; color: #888; }

.pms-table tbody td.pms-payment-amount { font-weight: 800; color: #b59c67; }

.pms-table tbody td.pms-payment-status { text-transform: uppercase; font-weight: 800; font-size: 12px; }

/* ── SUBSCRIPTION DETAILS TABLE ── */
.pms-account-subscription-details-table { /* ── ACTION LINKS (Change, Cancel, Abandon, Renew) ── */ }

.pms-account-subscription-details-table tr { border-bottom: 1px solid #f2f2f2; }

.pms-account-subscription-details-table td { padding: 30px 20px; font-size: 15px; color: #1c1917; }

.pms-account-subscription-details-table td:first-child { font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #a0a090; width: 280px; }

.pms-account-subscription-details-table td.status-active, .pms-account-subscription-details-table td[class*="status-active"] { color: #b59c67 !important; font-weight: 800; }

.pms-account-subscription-details-table .pms-account-subscription-action-link { display: inline-block; margin-right: 10px; margin-bottom: 5px; padding: 10px 20px; border-radius: 4px; text-decoration: none !important; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; transition: all 0.3s ease; cursor: pointer; background: #f5f4f2; color: #1c1917 !important; border: 1px solid #eee; }

.pms-account-subscription-details-table .pms-account-subscription-action-link:hover { background: #eee; transform: translateY(-1px); }

.pms-account-subscription-details-table .pms-account-subscription-action-link__change, .pms-account-subscription-details-table .pms-account-subscription-action-link__renew { background: #1c1917; color: #ffffff !important; border: none; }

.pms-account-subscription-details-table .pms-account-subscription-action-link__change:hover, .pms-account-subscription-details-table .pms-account-subscription-action-link__renew:hover { background: #b59c67; box-shadow: 0 5px 15px rgba(181, 156, 103, 0.2); }

.pms-account-subscription-details-table .pms-account-subscription-action-link__cancel, .pms-account-subscription-details-table .pms-account-subscription-action-link__abandon { color: #dc2626 !important; }

.pms-account-subscription-details-table .pms-account-subscription-action-link__cancel:hover, .pms-account-subscription-details-table .pms-account-subscription-action-link__abandon:hover { background: #fee2e2; color: #b91c1c !important; }

/* ── EDIT PROFILE FORM ── */
.pms-form, .pms-edit-profile-form, #loginform, .pms-login-form { padding: 24px; text-align: center; /* BUTTONS & ACTIONS */ }

.pms-form p, .pms-form .pms-field, .pms-form .login-username, .pms-form .login-password, .pms-edit-profile-form p, .pms-edit-profile-form .pms-field, .pms-edit-profile-form .login-username, .pms-edit-profile-form .login-password, #loginform p, #loginform .pms-field, #loginform .login-username, #loginform .login-password, .pms-login-form p, .pms-login-form .pms-field, .pms-login-form .login-username, .pms-login-form .login-password { margin-bottom: 25px; width: 100%; text-align: left; }

.pms-form p label, .pms-form .pms-field label, .pms-form .login-username label, .pms-form .login-password label, .pms-edit-profile-form p label, .pms-edit-profile-form .pms-field label, .pms-edit-profile-form .login-username label, .pms-edit-profile-form .login-password label, #loginform p label, #loginform .pms-field label, #loginform .login-username label, #loginform .login-password label, .pms-login-form p label, .pms-login-form .pms-field label, .pms-login-form .login-username label, .pms-login-form .login-password label { font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #a0a090; margin-bottom: 10px; display: block; }

.pms-form p input[type="text"], .pms-form p input[type="email"], .pms-form p input[type="password"], .pms-form .pms-field input[type="text"], .pms-form .pms-field input[type="email"], .pms-form .pms-field input[type="password"], .pms-form .login-username input[type="text"], .pms-form .login-username input[type="email"], .pms-form .login-username input[type="password"], .pms-form .login-password input[type="text"], .pms-form .login-password input[type="email"], .pms-form .login-password input[type="password"], .pms-edit-profile-form p input[type="text"], .pms-edit-profile-form p input[type="email"], .pms-edit-profile-form p input[type="password"], .pms-edit-profile-form .pms-field input[type="text"], .pms-edit-profile-form .pms-field input[type="email"], .pms-edit-profile-form .pms-field input[type="password"], .pms-edit-profile-form .login-username input[type="text"], .pms-edit-profile-form .login-username input[type="email"], .pms-edit-profile-form .login-username input[type="password"], .pms-edit-profile-form .login-password input[type="text"], .pms-edit-profile-form .login-password input[type="email"], .pms-edit-profile-form .login-password input[type="password"], #loginform p input[type="text"], #loginform p input[type="email"], #loginform p input[type="password"], #loginform .pms-field input[type="text"], #loginform .pms-field input[type="email"], #loginform .pms-field input[type="password"], #loginform .login-username input[type="text"], #loginform .login-username input[type="email"], #loginform .login-username input[type="password"], #loginform .login-password input[type="text"], #loginform .login-password input[type="email"], #loginform .login-password input[type="password"], .pms-login-form p input[type="text"], .pms-login-form p input[type="email"], .pms-login-form p input[type="password"], .pms-login-form .pms-field input[type="text"], .pms-login-form .pms-field input[type="email"], .pms-login-form .pms-field input[type="password"], .pms-login-form .login-username input[type="text"], .pms-login-form .login-username input[type="email"], .pms-login-form .login-username input[type="password"], .pms-login-form .login-password input[type="text"], .pms-login-form .login-password input[type="email"], .pms-login-form .login-password input[type="password"] { width: 100%; padding: 15px 20px; border: 1px solid #eee; border-radius: 8px; font-size: 14px; color: #1c1917; background: #fcfcfc; transition: all 0.3s ease; }

.pms-form p input[type="text"]:focus, .pms-form p input[type="email"]:focus, .pms-form p input[type="password"]:focus, .pms-form .pms-field input[type="text"]:focus, .pms-form .pms-field input[type="email"]:focus, .pms-form .pms-field input[type="password"]:focus, .pms-form .login-username input[type="text"]:focus, .pms-form .login-username input[type="email"]:focus, .pms-form .login-username input[type="password"]:focus, .pms-form .login-password input[type="text"]:focus, .pms-form .login-password input[type="email"]:focus, .pms-form .login-password input[type="password"]:focus, .pms-edit-profile-form p input[type="text"]:focus, .pms-edit-profile-form p input[type="email"]:focus, .pms-edit-profile-form p input[type="password"]:focus, .pms-edit-profile-form .pms-field input[type="text"]:focus, .pms-edit-profile-form .pms-field input[type="email"]:focus, .pms-edit-profile-form .pms-field input[type="password"]:focus, .pms-edit-profile-form .login-username input[type="text"]:focus, .pms-edit-profile-form .login-username input[type="email"]:focus, .pms-edit-profile-form .login-username input[type="password"]:focus, .pms-edit-profile-form .login-password input[type="text"]:focus, .pms-edit-profile-form .login-password input[type="email"]:focus, .pms-edit-profile-form .login-password input[type="password"]:focus, #loginform p input[type="text"]:focus, #loginform p input[type="email"]:focus, #loginform p input[type="password"]:focus, #loginform .pms-field input[type="text"]:focus, #loginform .pms-field input[type="email"]:focus, #loginform .pms-field input[type="password"]:focus, #loginform .login-username input[type="text"]:focus, #loginform .login-username input[type="email"]:focus, #loginform .login-username input[type="password"]:focus, #loginform .login-password input[type="text"]:focus, #loginform .login-password input[type="email"]:focus, #loginform .login-password input[type="password"]:focus, .pms-login-form p input[type="text"]:focus, .pms-login-form p input[type="email"]:focus, .pms-login-form p input[type="password"]:focus, .pms-login-form .pms-field input[type="text"]:focus, .pms-login-form .pms-field input[type="email"]:focus, .pms-login-form .pms-field input[type="password"]:focus, .pms-login-form .login-username input[type="text"]:focus, .pms-login-form .login-username input[type="email"]:focus, .pms-login-form .login-username input[type="password"]:focus, .pms-login-form .login-password input[type="text"]:focus, .pms-login-form .login-password input[type="email"]:focus, .pms-login-form .login-password input[type="password"]:focus { outline: none; border-color: #b59c67; background: #ffffff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); }

.pms-form input[type="submit"], .pms-form button[type="submit"], .pms-form #wp-submit, .pms-form .pms-view-account-link, .pms-form .pms-return-url, .pms-edit-profile-form input[type="submit"], .pms-edit-profile-form button[type="submit"], .pms-edit-profile-form #wp-submit, .pms-edit-profile-form .pms-view-account-link, .pms-edit-profile-form .pms-return-url, #loginform input[type="submit"], #loginform button[type="submit"], #loginform #wp-submit, #loginform .pms-view-account-link, #loginform .pms-return-url, .pms-login-form input[type="submit"], .pms-login-form button[type="submit"], .pms-login-form #wp-submit, .pms-login-form .pms-view-account-link, .pms-login-form .pms-return-url { display: inline-block !important; margin: 10px !important; width: auto !important; min-width: 250px; background: #b59c67; color: #ffffff !important; border: none; padding: 14px 25px; border-radius: 4px; font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; cursor: pointer; text-align: center; text-decoration: none; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); box-sizing: border-box; }

.pms-form input[type="submit"]:hover, .pms-form button[type="submit"]:hover, .pms-form #wp-submit:hover, .pms-form .pms-view-account-link:hover, .pms-form .pms-return-url:hover, .pms-edit-profile-form input[type="submit"]:hover, .pms-edit-profile-form button[type="submit"]:hover, .pms-edit-profile-form #wp-submit:hover, .pms-edit-profile-form .pms-view-account-link:hover, .pms-edit-profile-form .pms-return-url:hover, #loginform input[type="submit"]:hover, #loginform button[type="submit"]:hover, #loginform #wp-submit:hover, #loginform .pms-view-account-link:hover, #loginform .pms-return-url:hover, .pms-login-form input[type="submit"]:hover, .pms-login-form button[type="submit"]:hover, .pms-login-form #wp-submit:hover, .pms-login-form .pms-view-account-link:hover, .pms-login-form .pms-return-url:hover { background: #1c1917; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }

.pms-form .login-extra, .pms-edit-profile-form .login-extra, #loginform .login-extra, .pms-login-form .login-extra { text-align: center; }

.pms-form .pms-view-account-link, .pms-form .pms-return-url, .pms-edit-profile-form .pms-view-account-link, .pms-edit-profile-form .pms-return-url, #loginform .pms-view-account-link, #loginform .pms-return-url, .pms-login-form .pms-view-account-link, .pms-login-form .pms-return-url { background: #1c1917; }

.pms-form .pms-view-account-link:hover, .pms-form .pms-return-url:hover, .pms-edit-profile-form .pms-view-account-link:hover, .pms-edit-profile-form .pms-return-url:hover, #loginform .pms-view-account-link:hover, #loginform .pms-return-url:hover, .pms-login-form .pms-view-account-link:hover, .pms-login-form .pms-return-url:hover { background: #b59c67; }

.pms-form .login-submit, .pms-edit-profile-form .login-submit, #loginform .login-submit, .pms-login-form .login-submit { text-align: center !important; width: 100% !important; display: block !important; margin: 20px auto 0 !important; }

.pms-form .login-submit button, .pms-form .login-submit .button, .pms-form .login-submit input[type="submit"], .pms-edit-profile-form .login-submit button, .pms-edit-profile-form .login-submit .button, .pms-edit-profile-form .login-submit input[type="submit"], #loginform .login-submit button, #loginform .login-submit .button, #loginform .login-submit input[type="submit"], .pms-login-form .login-submit button, .pms-login-form .login-submit .button, .pms-login-form .login-submit input[type="submit"] { margin: 0 auto !important; float: none !important; }

.pms-form .login-remember, .pms-edit-profile-form .login-remember, #loginform .login-remember, .pms-login-form .login-remember { display: flex; align-items: center; margin-bottom: 25px; }

.pms-form .login-remember input[type="checkbox"], .pms-edit-profile-form .login-remember input[type="checkbox"], #loginform .login-remember input[type="checkbox"], .pms-login-form .login-remember input[type="checkbox"] { margin: 0; width: auto !important; accent-color: #b59c67; }

.pms-form .login-remember label, .pms-edit-profile-form .login-remember label, #loginform .login-remember label, .pms-login-form .login-remember label { margin-bottom: 0 !important; text-transform: none !important; font-weight: 400 !important; letter-spacing: normal !important; }

/* ── PMS UPGRADE / CHANGE SUBSCRIPTION FORM (Centered Card) ── */
#pms-change-subscription-form { width: 100% !important; max-width: 1000px !important; margin: 0 auto 40px !important; float: none !important; display: block; }

.pms-upgrade__groups { margin-top: clamp(20px, 4vw, 40px); text-align: left; }

.pms-upgrade__groups .pms-upgrade__message { margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #eee; }

.pms-upgrade__groups .pms-upgrade__message p { font-size: clamp(16px, 1.8vw, 18px); color: #1c1917; margin: 0; }

.pms-upgrade__groups .pms-upgrade__message p strong { color: #b59c67; font-weight: 700; }

.pms-upgrade__groups .pms-upgrade__group--change { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: stretch; }

@media (max-width: 991px) { .pms-upgrade__groups .pms-upgrade__group--change { grid-template-columns: 1fr; } }

.pms-upgrade__groups .pms-upgrade__group--change .pms-upgrade__message { grid-column: 1 / -1; }

.pms-upgrade__groups .pms-subscription-plan { position: relative; background: #fcfcfc; border: 1px solid #eee; border-radius: 12px; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); cursor: pointer; display: flex; flex-direction: column; }

.pms-upgrade__groups .pms-subscription-plan:hover { border-color: #b59c67; background: #ffffff; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); }

.pms-upgrade__groups .pms-subscription-plan label { display: flex; flex-wrap: wrap; align-items: flex-start; padding: clamp(16px, 2.5vw, 24px); width: 100%; cursor: pointer; margin-bottom: 0 !important; flex-grow: 1; }

.pms-upgrade__groups .pms-subscription-plan label input[type="radio"] { appearance: none; width: 20px; height: 20px; border: 2px solid #ddd; border-radius: 50%; margin: 4px 15px 0 0; position: relative; transition: all 0.3s ease; flex-shrink: 0; }

.pms-upgrade__groups .pms-subscription-plan label input[type="radio"]:checked { border-color: #b59c67; }

.pms-upgrade__groups .pms-subscription-plan label input[type="radio"]:checked::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; background: #b59c67; border-radius: 50%; }

.pms-upgrade__groups .pms-subscription-plan label input[type="radio"]:focus-visible { outline: 2px solid #b59c67; outline-offset: 3px; }

.pms-upgrade__groups .pms-subscription-plan label .pms-subscription-plan-name { font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif; font-size: 17px; font-weight: 700; line-height: 1.3; color: #1c1917; flex: 1; min-width: 150px; padding-right: 10px; }

.pms-upgrade__groups .pms-subscription-plan label .pms-subscription-plan-price { font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif; font-size: 20px; font-weight: 800; color: #b59c67; white-space: nowrap; text-align: right; margin-left: auto; }

@media (max-width: 480px) { .pms-upgrade__groups .pms-subscription-plan label .pms-subscription-plan-price { width: 100%; text-align: left; margin: 5px 0 0 35px; } }

.pms-upgrade__groups .pms-subscription-plan label .pms-subscription-plan-price .pms-divider { display: none; }

.pms-upgrade__groups .pms-subscription-plan label .pms-subscription-plan-price .pms-subscription-plan-currency { font-size: 14px; vertical-align: super; margin-right: 1px; }

.pms-upgrade__groups .pms-subscription-plan label .pms-subscription-plan-price .pms-duration-divider { display: inline-block; color: #ccc; margin: 0 4px; font-weight: 400; }

.pms-upgrade__groups .pms-subscription-plan label .pms-subscription-plan-price .pms-subscription-plan-duration { display: block; font-size: 12px; color: #999; font-weight: 500; text-transform: lowercase; margin-top: 2px; }

.pms-upgrade__groups .pms-subscription-plan .pms-subscription-plan-description { padding: 0 24px 24px 59px; font-size: 13px; font-style: normal; color: #666; line-height: 1.6; margin-top: -15px; text-align: left; flex-grow: 1; }

@media (max-width: 480px) { .pms-upgrade__groups .pms-subscription-plan .pms-subscription-plan-description { padding-left: 59px; } }

.pms-upgrade__groups .pms-subscription-plan.pms-checked, .pms-upgrade__groups .pms-subscription-plan:has(input:checked) { border-color: #b59c67; background: #ffffff; box-shadow: 0 10px 30px rgba(181, 156, 103, 0.12); }

.pms-upgrade__groups .pms-subscription-plan.pms-checked::before, .pms-upgrade__groups .pms-subscription-plan:has(input:checked)::before { content: 'SELECTED'; position: absolute; top: -10px; right: 15px; background: #b59c67; color: #ffffff; font-size: 9px; font-weight: 900; padding: 2px 10px; border-radius: 20px; letter-spacing: 0.12em; z-index: 2; box-shadow: 0 4px 10px rgba(181, 156, 103, 0.3); }

.pms-upgrade__groups .pms-subscription-plan-auto-renew, .pms-upgrade__groups #pms-subscription-plans-discount, .pms-upgrade__groups #pms-subscription-plans-discount-messages-wrapper { width: 100%; grid-column: 1 / -1; }

.pms-upgrade__groups .pms-subscription-plan-auto-renew { margin-top: 20px; padding: 0; background: transparent; border: none; }

.pms-upgrade__groups .pms-subscription-plan-auto-renew label { display: flex; align-items: center; font-family: "Neue Montreal", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif; font-size: 16px; font-weight: 500; color: #1c1917; margin: 0 !important; cursor: pointer; }

.pms-upgrade__groups .pms-subscription-plan-auto-renew label input { margin-right: 15px !important; width: 22px; height: 22px; min-width: 22px; cursor: pointer; }

.pms-upgrade__groups #pms-subscription-plans-discount { margin-top: 25px; display: flex; align-items: stretch; gap: 10px; padding: 0; background: transparent; }

@media (max-width: 480px) { .pms-upgrade__groups #pms-subscription-plans-discount { flex-direction: column; } }

.pms-upgrade__groups #pms-subscription-plans-discount label { display: none; }

.pms-upgrade__groups #pms-subscription-plans-discount input[type="text"] { flex: 1; height: 50px; width: 100%; padding: 15px 20px; border: 1px solid #eee; border-radius: 8px; font-size: 14px; color: #1c1917; background: #fcfcfc; transition: all 0.3s ease; border-radius: 0; margin-bottom: 0 !important; }

.pms-upgrade__groups #pms-subscription-plans-discount input[type="text"]:focus { outline: none; border-color: #b59c67; background: #ffffff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); }

@media (max-width: 480px) { .pms-upgrade__groups #pms-subscription-plans-discount input[type="text"] { width: 100%; } }

.pms-upgrade__groups #pms-subscription-plans-discount #pms-apply-discount { display: inline-block !important; font-size: 14px !important; font-weight: 600 !important; padding: 0 25px !important; margin: 0 !important; height: 50px !important; line-height: 50px !important; background: #1c1917; color: #ffffff; border: none; cursor: pointer; transition: all 0.3s ease; border-radius: 0; white-space: nowrap; width: auto !important; }

@media (max-width: 480px) { .pms-upgrade__groups #pms-subscription-plans-discount #pms-apply-discount { width: 100% !important; } }

.pms-upgrade__groups #pms-subscription-plans-discount #pms-apply-discount:hover { background: #b59c67; }

.pms-upgrade__groups #pms-subscription-plans-discount-messages-wrapper { margin-top: 10px; font-size: 13px; }

.pms-upgrade__groups #pms-subscription-plans-discount-messages-wrapper #pms-subscription-plans-discount-messages { color: #059669; font-weight: 600; }

.pms-upgrade__groups #pms-subscription-plans-discount-messages-wrapper #pms-subscription-plans-discount-messages:empty { display: none; }

.pms-field-section { margin-top: 40px; list-style: none; padding: 0; grid-column: 1 / -1; }

.pms-field-section .pms-field { margin-bottom: 30px; }

.pms-field-section .pms-field label { font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: #a0a090; margin-bottom: 12px; display: block; }

.pms-field-section .pms-field input[type="text"] { width: 100%; padding: 15px 20px; border: 1px solid #eee; border-radius: 8px; font-size: 14px; color: #1c1917; background: #fcfcfc; transition: all 0.3s ease; padding: 16px 20px; border-radius: 10px; font-size: 15px; }

.pms-field-section .pms-field input[type="text"]:focus { outline: none; border-color: #b59c67; background: #ffffff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); }

/* stylelint-enable */
