:root{
  --bg:#f6f8fb;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --line:#e5edf7;
  --brand:#2f80ed;
  --brand-dark:#1f6fd6;
  --success:#16a34a;
  --danger:#ef4444;
  --dark:#081225;
}
*{box-sizing:border-box}
body{font-family:'Prompt',sans-serif;background:radial-gradient(circle at top left,#f8fbff 0,#f6f8fb 45%,#eef3fb 100%);color:var(--text)}
a{text-decoration:none}
.container-wide{max-width:1200px;margin:0 auto;padding:0 20px}
.site-nav{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.9)}
.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand-mark{font-size:1.45rem;font-weight:800;color:var(--text);letter-spacing:-.04em}.brand-mark span{color:var(--brand)}
.nav-links{display:flex;gap:24px}.nav-links a{font-weight:500;color:#475569}.nav-links a:hover{color:var(--brand)}
.admin-topbar{background:linear-gradient(90deg,#102a52,#0b1f3a);color:#fff;padding:12px 0;box-shadow:0 8px 30px rgba(5,16,36,.25)}
.status-dot{display:inline-block;width:10px;height:10px;background:#22c55e;border-radius:999px;box-shadow:0 0 0 6px rgba(34,197,94,.15)}
.hero-shell{padding:42px 0 18px}.hero-grid{display:grid;grid-template-columns:420px 1fr;gap:28px;align-items:stretch}
.hero-card{background:rgba(255,255,255,.86);border:1px solid rgba(226,232,240,.85);border-radius:32px;box-shadow:0 20px 50px rgba(15,23,42,.08)}
.hero-card-profile{padding:26px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-card-content{padding:40px}
.profile-orb{width:min(100%,320px);aspect-ratio:1/1;border-radius:999px;padding:8px;background:linear-gradient(180deg,#fff,#dbeafe);box-shadow:0 18px 45px rgba(49,130,206,.18)}
.profile-orb img{width:100%;height:100%;object-fit:cover;border-radius:999px;border:4px solid #fff}
.badge-zone{margin-top:22px;width:100%}.badge-label{font-size:.72rem;font-weight:800;letter-spacing:.12em;color:#94a3b8;text-align:center}
.badge-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:12px}.badge-item{width:78px;height:78px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #edf2f7;box-shadow:0 10px 28px rgba(15,23,42,.07);transition:.2s}.badge-item:hover{transform:translateY(-4px) scale(1.04)}.badge-item img{max-width:58px;max-height:58px;object-fit:contain}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#eef6ff;color:var(--brand-dark);font-weight:700;font-size:.8rem}
.hero-name{font-size:clamp(2.3rem,4vw,3.8rem);font-weight:800;letter-spacing:-.04em;line-height:1.05;margin-top:20px}.hero-subname{font-size:1.05rem;color:#64748b;margin-top:8px}.hero-role{font-size:1.45rem;font-weight:600;color:#1e293b;margin-top:14px}.hero-about{margin-top:18px;color:#475569;line-height:1.9;font-size:1.03rem}
.hero-meta{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:22px}.hero-meta span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:14px;color:#334155;font-size:.95rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.primary-cta,.secondary-cta,.action-chip,.danger-chip,.admin-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-weight:700;padding:12px 18px;transition:.2s}
.primary-cta,.action-chip,.admin-pill{background:var(--brand);color:#fff;box-shadow:0 12px 24px rgba(47,128,237,.22)}.primary-cta:hover,.action-chip:hover,.admin-pill:hover{background:var(--brand-dark)}
.secondary-cta{background:#fff;color:#334155;border:1px solid var(--line)}.secondary-cta:hover{background:#f8fafc}
.danger-chip{background:#fff1f2;color:#b91c1c;border:1px solid #fecdd3}.danger-chip:hover{background:#ffe4e6}
.ghost-icon{width:42px;height:42px;border-radius:999px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:#334155}
.section-block{padding:40px 0}.section-soft{background:linear-gradient(180deg,#f7fbff 0,#f4f7fb 100%)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:16px;margin-bottom:24px;border-bottom:1px solid var(--line)}.section-head-dark{border-color:#1e293b}.section-title{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-top:12px}
.timeline-list,.education-stack,.training-stack{display:flex;flex-direction:column;gap:22px}.timeline-card,.education-card,.training-card,.certificate-card,.project-card,.dashboard-panel,.metric-card{position:relative;background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 40px rgba(15,23,42,.06)}
.timeline-card{padding:24px 24px 24px 84px;overflow:hidden}.timeline-line{position:absolute;left:42px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#b9e1ff 0,#eef6ff 100%)}.timeline-dot{position:absolute;left:31px;top:34px;width:24px;height:24px;border-radius:999px;background:#fff;border:3px solid var(--brand)}.timeline-body{position:relative}
.card-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.card-actions{display:flex;gap:10px;flex-wrap:wrap}.icon-btn{width:42px;height:42px;border:none;border-radius:999px;background:#38bdf8;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px rgba(56,189,248,.22);cursor:pointer}.icon-btn.danger{background:#ef4444;box-shadow:0 10px 20px rgba(239,68,68,.18)}
.card-title{font-size:1.55rem;line-height:1.35;font-weight:800;color:var(--text)}.card-subtitle{margin-top:10px;display:flex;align-items:center;gap:10px;color:#475569;font-weight:600}.card-subtitle.accent{color:#0891b2}.card-copy{margin-top:16px;color:#475569;line-height:1.95}.card-footer{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line);flex-wrap:wrap}
.pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;font-size:.82rem;font-weight:800}.period-pill{background:#e8f3ff;color:#1266d4}.pill.success{background:#e7f8ed;color:#15803d}.pill.gray{background:#eef2ff;color:#4f46e5}.pill-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.resume-flag{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#334155}.resume-flag input{accent-color:var(--brand);width:18px;height:18px}.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--brand)}.text-link:hover{color:var(--brand-dark)}
.education-card{display:grid;grid-template-columns:180px 1fr;gap:22px;padding:22px;border:2px dashed #bde7f8;background:#fcfeff}.edu-side{display:flex;flex-direction:column;justify-content:center}.edu-label{font-weight:800;color:#0f172a;font-size:1.05rem}.edu-year{margin-top:8px;font-size:2.1rem;font-weight:800;color:#ef4444}.edu-content{display:flex;flex-direction:column;justify-content:center}
.training-card{display:grid;grid-template-columns:1fr 170px;gap:22px;padding:26px}.meta-row{display:flex;flex-wrap:wrap;gap:12px 26px;margin-top:18px;color:#334155}.meta-row span{font-size:.96rem}.training-badge-box{border-left:1px dashed #dbeafe;padding-left:18px;display:flex;flex-direction:column;align-items:center;justify-content:center}.training-badge-img{max-height:92px;width:auto;object-fit:contain}.training-badge-empty,.pdf-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px dashed #cbd5e1;background:#f8fafc;border-radius:18px;min-height:120px;color:#94a3b8;padding:14px;text-align:center}.pdf-preview{color:#dc2626;background:#fff5f5}
.certificate-grid,.project-grid,.dashboard-grid,.dashboard-panels{display:grid;gap:22px}.certificate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.certificate-card{padding:24px}.certificate-preview{margin-top:20px;border-radius:22px;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0;min-height:180px;display:flex;align-items:center;justify-content:center}.certificate-preview img{width:100%;height:220px;object-fit:cover}
.dark-block{background:linear-gradient(180deg,#07152d 0,#081225 100%)}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card{padding:30px;background:rgba(15,23,42,.92);border-color:#22314d;box-shadow:none}.project-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(0,0,0,.22)}.project-icon{width:68px;height:68px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#163250;color:#38bdf8;font-size:1.65rem}.project-category{margin-top:18px;color:#38bdf8;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.project-title{font-size:1.7rem;font-weight:800;color:#fff;margin-top:12px}.project-copy{margin-top:16px;color:#94a3b8;line-height:1.9}.project-link{display:inline-flex;align-items:center;gap:8px;color:#7dd3fc;font-weight:700}.project-link:hover{color:#fff}
.footer-block{padding:30px 0 50px;background:#fff;border-top:1px solid var(--line)}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}.footer-copy{color:#64748b;margin-top:8px}.footer-brand{font-size:1.25rem}
.modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.55);backdrop-filter:blur(8px);padding:16px}.modal.hidden{display:none}.modal-card{width:min(100%,960px);max-height:90vh;overflow:auto;background:#fff;border-radius:28px;padding:28px;box-shadow:0 30px 80px rgba(15,23,42,.2)}.compact-card{width:min(100%,420px)}.wide-card{width:min(100%,1020px)}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-bottom:14px;border-bottom:1px solid var(--line);margin-bottom:18px}.modal-head h3{font-size:1.4rem;font-weight:800}.modal-head button{font-size:1.4rem;color:#64748b}
.form-grid{display:grid;gap:16px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.span-2{grid-column:span 2}.form-label{display:block;font-size:.9rem;font-weight:700;color:#334155;margin-bottom:8px}.form-input{width:100%;border:1px solid #cbd5e1;border-radius:16px;padding:13px 15px;background:#fff}.form-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 4px rgba(59,130,246,.12)}.file-input{padding:11px 14px}.inline-check{display:inline-flex;align-items:center;gap:10px;font-weight:700;color:#334155}.modal-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}
.dashboard-shell{padding:40px 0 60px}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}.metric-card{padding:22px}.metric-card span{display:block;color:#64748b;font-weight:600}.metric-card strong{display:block;margin-top:8px;font-size:2.1rem;font-weight:800;color:#0f172a}.metric-card small{display:block;margin-top:10px;color:#475569}
.dashboard-panels{grid-template-columns:380px 1fr;margin-top:24px}.dashboard-panel{padding:24px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px}.panel-head h3{font-size:1.15rem;font-weight:800}.content-list{display:flex;flex-direction:column;gap:12px}.content-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fbfdff}.content-item strong{font-size:1.2rem}.table-wrap{overflow:auto}.simple-table{width:100%;border-collapse:collapse}.simple-table th,.simple-table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--line);white-space:nowrap}.simple-table th{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.simple-table td{color:#334155}
.flash-badge{position:fixed;top:22px;right:22px;z-index:130;padding:14px 18px;border-radius:16px;color:#fff;box-shadow:0 18px 40px rgba(15,23,42,.15)}.flash-success{background:#16a34a}.flash-error{background:#dc2626}
.lock-wrap{position:relative}.lock-panel{position:sticky;top:120px;z-index:20;max-width:480px;margin:10px auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 28px 80px rgba(15,23,42,.12);text-align:center}.lock-panel h3{font-size:1.7rem;font-weight:800;margin-top:12px}.lock-panel p{margin-top:12px;color:#64748b;line-height:1.8}.lock-icon{width:72px;height:72px;margin:0 auto;border-radius:999px;background:#eef6ff;color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:1.8rem}.blur-stage{filter:blur(8px);pointer-events:none;user-select:none;opacity:.5;height:780px;overflow:hidden}
.admin-outline{border:2px dashed #fbbf24}.admin-outline-dark{border:2px dashed rgba(251,191,36,.8)}
@media (max-width: 1100px){.hero-grid,.dashboard-panels,.dashboard-grid,.project-grid,.certificate-grid{grid-template-columns:1fr}.training-card{grid-template-columns:1fr}.training-badge-box{border-left:none;border-top:1px dashed #dbeafe;padding-left:0;padding-top:16px}.hero-card-profile{order:1}.hero-card-content{order:2}}
@media (max-width: 768px){.container-wide{padding:0 16px}.section-title{font-size:1.65rem}.hero-card-content{padding:28px}.hero-name{font-size:2.3rem}.education-card{grid-template-columns:1fr}.timeline-card{padding:22px 18px 22px 18px}.timeline-line,.timeline-dot{display:none}.form-grid.two{grid-template-columns:1fr}.span-2{grid-column:span 1}.card-toolbar,.card-footer,.section-head,.footer-inner{flex-direction:column;align-items:flex-start}.hero-meta{flex-direction:column}}


.experience-list{position:relative;display:flex;flex-direction:column;gap:22px}
.experience-row-card{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:stretch;gap:0}
.experience-row-line{position:relative;display:flex;justify-content:center}
.experience-row-line::before{content:"";position:absolute;top:0;bottom:0;width:4px;background:#dbeafe;border-radius:999px}
.experience-row-dot{position:relative;z-index:2;margin-top:50px;width:36px;height:36px;border-radius:999px;background:#f8fafc;border:5px solid #3b82f6;box-shadow:0 0 0 7px rgba(255,255,255,.88)}
.experience-row-main{min-width:0}
.experience-admin-bar{display:flex;justify-content:flex-end;margin-bottom:10px}
.experience-row-summary{width:100%;text-align:left;border:2px dashed #f4b000;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border-radius:28px;padding:0;overflow:hidden;cursor:pointer;box-shadow:0 8px 24px rgba(15,23,42,.04);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.experience-row-summary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,23,42,.08)}
.experience-row-card.is-open .experience-row-summary{border-color:#38bdf8;box-shadow:0 16px 34px rgba(14,165,233,.12)}
.experience-row-grid{display:grid;grid-template-columns:1.15fr 1.05fr 1.05fr 1.45fr 76px;gap:22px;align-items:center;padding:28px 26px}
.experience-col{min-width:0}
.experience-col-label{font-size:14px;line-height:1.45;color:#64748b;font-weight:800;margin-bottom:6px}
.experience-col-value{font-size:21px;line-height:1.45;color:#0f172a;font-weight:800;word-break:break-word}
.experience-time-value{color:#1d63d1}
.experience-company-value{font-size:19px;line-height:1.55}
.experience-col-toggle{display:flex;justify-content:center;align-items:center}
.experience-toggle-circle{width:54px;height:54px;border-radius:999px;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;font-size:20px;transition:all .25s ease}
.experience-row-card.is-open .experience-toggle-circle{transform:rotate(180deg);background:#dbeafe}
.experience-row-panel{max-height:0;overflow:hidden;transition:max-height .30s ease}
.experience-row-panel-inner{margin-top:12px;border-radius:22px;background:#ffffff;border:1px solid #dbeafe;box-shadow:0 8px 22px rgba(15,23,42,.05);padding:20px 22px}
.experience-detail-label{font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em}
.experience-description{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 18px}
@media (max-width:1400px){.experience-row-grid{grid-template-columns:1fr 1fr 1fr 1.3fr 70px;gap:18px;padding:24px 22px}.experience-col-value{font-size:19px}.experience-company-value{font-size:18px}}
@media (max-width:1024px){.experience-row-card{grid-template-columns:42px minmax(0,1fr)}.experience-row-dot{width:26px;height:26px;border-width:4px;margin-top:40px}.experience-row-grid{grid-template-columns:1fr 1fr;gap:16px;padding:22px 18px}.experience-col-toggle{grid-column:1 / -1;justify-content:flex-start;margin-top:2px}.experience-toggle-circle{width:48px;height:48px;font-size:18px}.experience-col-value,.experience-company-value{font-size:17px;line-height:1.5}.experience-col-label{font-size:14px;margin-bottom:6px}.experience-row-panel-inner{padding:18px}}
@media (max-width:640px){.experience-list{gap:16px}.experience-row-card{grid-template-columns:24px minmax(0,1fr)}.experience-row-line::before{width:3px}.experience-row-dot{width:18px;height:18px;border-width:3px;margin-top:32px;box-shadow:0 0 0 4px rgba(255,255,255,.9)}.experience-row-summary{border-width:2px;border-radius:20px}.experience-row-grid{grid-template-columns:1fr;gap:14px;padding:18px 16px}.experience-col-label{font-size:13px}.experience-col-value,.experience-company-value{font-size:15px;line-height:1.55}.experience-row-panel-inner{padding:16px;border-radius:18px}.experience-description{padding:14px 16px}}

