.passport-page{--teal:#14B8A6;--teal-dark:#0d9488;--orange:#f97316;--navy:#0f172a;--cream:#FFFEF9;--white:#ffffff;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-500:#6b7280;--gray-800:#1f2937;--radius:16px;--shadow:0 4px 24px rgba(0,0,0,0.07);--font-main:inherit;--font-display:inherit}.passport-page .navbar{display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:64px;background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100}.passport-page .nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.passport-page .logo-icon{width:38px;height:38px;background:linear-gradient(135deg,#f97316,#3b82f6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;font-weight:800;font-size:18px}.passport-page .logo-icon.sm{width:30px;height:30px;font-size:14px}.passport-page .logo-text{font-size:20px;font-weight:700;color:var(--navy);letter-spacing:-.5px}.passport-page .logo-text span{color:#3b82f6}.passport-page .logo-text .plus{color:var(--orange)}.passport-page .nav-links{display:flex;gap:32px}.passport-page .nav-links a{text-decoration:none;color:var(--gray-500);font-size:15px;font-weight:500;transition:color .2s}.passport-page .nav-links a:hover{color:var(--navy)}.passport-page .nav-actions{display:flex;gap:12px}.passport-page .icon-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:4px;opacity:.7;transition:opacity .2s}.passport-page .icon-btn:hover{opacity:1}.passport-page .hero-section{padding:40px 60px 0;background:var(--white);position:relative}.passport-page .employer-view-button{position:absolute;top:40px;right:60px;display:flex;gap:10px}.passport-page .toggle-switch{position:relative;width:52px;height:28px}.passport-page .toggle-switch input{opacity:0;width:0;height:0}.passport-page .slider{position:absolute;inset:0;background:#ccc;border-radius:28px;cursor:pointer;transition:.3s}.passport-page .slider:before{content:"";position:absolute;width:22px;height:22px;left:3px;bottom:3px;background:white;border-radius:50%;transition:.3s}.passport-page input:checked+.slider{background:var(--teal)}.passport-page input:checked+.slider:before{transform:translateX(24px)}.passport-page .toggle-label{font-size:14px;color:var(--teal-dark);font-weight:500}.passport-page .greeting{font-family:var(--font-display);font-size:48px;color:var(--navy);margin-bottom:32px}.passport-page .profile-card{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.passport-page .profile-left{display:flex;gap:24px;align-items:flex-start}.passport-page .avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:10px}.passport-page .avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid var(--gray-200)}.passport-page .verified-badge{background:#d1fae5;color:var(--teal-dark);padding:4px 14px;border-radius:20px;font-size:13px;font-weight:600;white-space:nowrap}.passport-page .profile-info h2{font-size:26px;font-weight:700;color:var(--navy);margin-bottom:6px}.passport-page .profile-meta{color:var(--gray-500);margin-bottom:8px}.passport-page .profile-role{font-size:15px;font-weight:500;color:var(--gray-800);margin-bottom:4px}.passport-page .profile-id{font-size:14px;color:var(--gray-500);margin-bottom:20px}.passport-page .qr-row{display:flex;gap:20px;align-items:flex-start}.passport-page .qr-box{display:flex;flex-direction:column;align-items:center;gap:6px}.passport-page .qr-placeholder{width:70px;height:70px;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;display:flex;align-items:center;justify-content:center}.passport-page .qr-grid{width:50px;height:50px;background:repeating-linear-gradient(0deg,#333,#333 4px,transparent 0,transparent 8px),repeating-linear-gradient(90deg,#333,#333 4px,transparent 0,transparent 8px);opacity:.5}.passport-page .qr-label{font-size:11px;color:var(--gray-500)}.passport-page .doc-meta p{font-size:13px;color:var(--gray-500);margin-bottom:4px}.passport-page .doc-meta p strong{color:var(--gray-800)}.passport-page .doc-actions{display:flex;gap:8px;margin-top:12px}.passport-page .doc-btn{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--gray-200);cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;transition:background .2s}.passport-page .doc-btn:hover{background:var(--gray-100)}.passport-page .profile-right{display:flex;flex-direction:column;align-items:center;gap:16px;min-width:220px}.passport-page .gauge-wrap{position:relative;width:200px}.passport-page .gauge{width:100%}.passport-page .gauge-arc{display:block}.passport-page .gauge-ticks line{stroke:rgba(255,255,255,.92);stroke-linecap:round;stroke-width:2}.passport-page .gauge-score{position:absolute;bottom:0;left:50%;transform:translateX(-50%);text-align:center}.passport-page .score-num{font-size:44px;font-weight:800;color:var(--navy);line-height:1}.passport-page .score-denom{font-size:14px;color:var(--gray-500)}.passport-page .advance-btn{background:var(--orange);border-radius:24px;font-weight:600;font-family:var(--font-main);transition:background .2s,transform .1s}.passport-page .advance-btn:hover{background:#ea6c00;transform:translateY(-1px)}.passport-page .profile-tabs{gap:0;margin-top:32px;border-bottom:2px solid var(--gray-200)}.passport-page .tab{text-decoration:none;font-size:14px;color:var(--gray-500);padding:12px 16px;white-space:nowrap;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;font-weight:500}.passport-page .tab:hover{color:var(--navy)}.passport-page .tab.active{color:var(--teal-dark);border-bottom-color:var(--teal-dark)}.passport-page .breakdown-section{padding:60px;background:var(--cream)}.passport-page .breakdown-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.passport-page .skill-radar h2,.score-breakdown h2{font-family:var(--font-display);font-size:32px;color:var(--navy);margin-bottom:20px}.passport-page .breakdown-card{background:var(--teal);border-radius:var(--radius);padding:28px 24px}.passport-page .total-score{font-size:22px;font-weight:700;text-align:right;margin-bottom:20px}.passport-page .score-row{margin-bottom:16px}.passport-page .score-label{font-size:14px;font-weight:700;display:block}.passport-page .score-val{color:rgba(255,255,255,.85);display:flex;justify-content:flex-end;margin-bottom:6px}.passport-page .score-val em{opacity:.75;margin-left:4px;font-style:normal}.passport-page .bar-track{height:8px;background:rgba(255,255,255,.25);border-radius:4px;overflow:hidden}.passport-page .bar-fill{height:100%;background:white;border-radius:4px;transition:width 1s ease}.passport-page .radar-card{background:white;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.passport-page .radar-legend{display:flex;gap:16px;justify-content:flex-end;font-size:13px;margin-bottom:8px}.passport-page .legend-current{color:var(--teal-dark);font-weight:600}.passport-page .legend-max{color:var(--orange)}.passport-page .radar-svg{width:100%;max-height:280px}.passport-page .radar-label{font-family:var(--font-main);font-size:11px;fill:var(--gray-500)}.passport-page .radar-summary{display:flex;justify-content:space-around;margin-top:12px;color:var(--gray-500)}.passport-page .green{color:var(--teal-dark)}.passport-page .orange{color:var(--orange)}.passport-page .next-steps-section{padding:0 60px 60px;background:var(--cream)}.passport-page .next-steps-section h2{margin:0;font-size:32px;font-weight:800;color:var(--navy);line-height:1.1}.passport-page .next-steps-card{background:white;border-radius:var(--radius);padding:36px;box-shadow:var(--shadow)}.passport-page .language-section{padding-top:18px}.passport-page .language-loading{margin:22px 0}.passport-page .language-empty-card{margin:24px 0 28px;max-width:760px}.passport-page .language-empty-card h3{margin:0 0 10px;color:var(--navy);font-size:22px;font-weight:900}.passport-page .language-empty-card p{margin:0;color:#64748b;font-size:15px;line-height:1.7}.passport-page .language-quick-grid{display:grid;grid-template-columns:minmax(300px,370px) minmax(360px,1fr);gap:24px;align-items:start;margin:30px 0 56px}.passport-page .language-status-grid{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:20px;align-content:start;align-self:start}.passport-page .language-status-card{min-height:138px;aspect-ratio:1.08/1;border-radius:18px;background:#14b8a6;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 14px 28px rgba(20,184,166,.16)}.passport-page .language-status-card strong{font-size:42px;line-height:1;font-weight:900;letter-spacing:0}.passport-page .language-status-card span{margin-top:8px;color:rgba(255,255,255,.88);font-size:15px;font-weight:700}.passport-page .language-status-card em{margin-top:6px;color:white;font-size:14px;font-style:normal;font-weight:900}.passport-page .language-upload-card{min-height:280px;border-radius:18px;background:white;border:1px solid #eef2f7;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:34px}.passport-page .language-upload-icon{width:54px;height:54px;border:4px solid #14b8a6;border-radius:18px;color:#14b8a6;display:grid;place-items:center;font-size:32px;line-height:1;font-weight:900;margin-bottom:20px}.passport-page .language-upload-card h3{margin:0 0 12px;color:#14b8a6;font-size:28px;font-weight:900}.passport-page .language-upload-card p{max-width:460px;margin:0;color:#475569;font-size:14px;line-height:1.7}.passport-page .language-upload-card span{margin-top:14px;color:#f97316;font-size:13px;font-weight:900}.passport-page .language-declare-card{align-items:flex-start;justify-content:flex-start;text-align:left;min-height:unset;padding:28px 32px;overflow-y:auto}.passport-page .language-declare-card h3{margin:0 0 18px;color:#14b8a6;font-size:20px;font-weight:800}.passport-page .language-declare-card form{width:100%}.passport-page .language-certificate-upload{width:100%;margin:0 0 18px;padding:14px;border:1px solid #dbeafe;border-radius:14px;background:#f8fafc}.passport-page .language-certificate-upload strong{display:block;color:#0f172a;font-size:15px;font-weight:900;margin-bottom:4px}.passport-page .language-certificate-upload p{max-width:none;color:#64748b;font-size:13px;line-height:1.55}.passport-page .language-file-drop{margin-top:12px;min-height:82px;background:white}.passport-page .language-file-icon{width:38px;height:38px;border-radius:12px;display:inline-grid;place-items:center;background:#ccfbf1;color:#0f766e!important;font-size:12px!important;font-weight:900!important;margin:0!important;flex-shrink:0}.passport-page .language-extract-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px}.passport-page .language-extract-actions span{margin:0!important;color:#64748b!important;font-size:12px!important;font-weight:700!important}.passport-page .language-extract-primary{min-height:38px;border:0;border-radius:10px;padding:0 18px;background:linear-gradient(135deg,#14b8a6,#2563eb);color:white;font-size:13px;font-weight:900;box-shadow:0 10px 20px rgba(20,184,166,.22);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.passport-page .language-extract-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 24px rgba(37,99,235,.22)}.passport-page .language-extract-primary:focus-visible{outline:3px solid rgba(20,184,166,.28);outline-offset:2px}.passport-page .language-extract-primary:disabled{opacity:.6;cursor:not-allowed}.passport-page .language-extraction-review{margin-top:12px;padding:10px 12px;border-radius:12px;border:1px solid #a7f3d0;background:#ecfdf5}.passport-page .language-tef-context{display:grid;gap:4px;margin-top:8px;color:#0f766e;font-size:12px;line-height:1.45}.passport-page .language-tef-context span{margin:0!important;color:#0f766e!important;font-size:12px!important;font-weight:700!important}.passport-page .language-extraction-review strong{color:#047857;margin:0 0 4px}.passport-page .language-extraction-review p{margin:0;color:#065f46}.passport-page .language-extraction-review small{display:block;margin-top:6px;color:#64748b;font-size:11px;font-weight:700}.passport-page .language-extraction-review ul{margin:10px 0 0 18px;padding:0;color:#92400e;font-size:12px;line-height:1.5}.passport-page .language-attest-label{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#374151;margin:18px 0 12px;cursor:pointer}.passport-page .language-attest-label input[type=checkbox]{width:16px;height:16px;accent-color:#14b8a6;cursor:pointer}.passport-page .language-attested-notice{font-size:13px;color:#14b8a6;font-weight:600;margin:-8px 0 16px}.passport-page .language-save-success{font-size:13px;color:#14b8a6;font-weight:700;margin:8px 0}.passport-page .language-save-error{margin:8px 0}.passport-page .lang-score-range{font-weight:400;color:#94a3b8;font-size:11px;margin-left:2px}.passport-page .language-section-title{margin-top:48px!important;margin-bottom:28px!important}.passport-page .language-results-card{display:grid;grid-template-columns:170px 260px minmax(320px,1fr);gap:28px;align-items:stretch;padding:22px;overflow:hidden}.passport-page .language-test-menu{border-radius:14px;overflow:hidden;border:1px solid #dbeafe}.passport-page .language-test-menu button{min-height:72px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:0 20px;color:#14b8a6;background:white;border:0;border-left:3px solid transparent;width:100%;font-size:20px;font-weight:900;cursor:pointer;text-align:left}.passport-page .language-test-menu button:not(.inactive){border-left-color:#14b8a6;justify-content:flex-start}.passport-page .language-test-menu button.inactive{background:#14b8a6;color:white;flex-direction:column;gap:4px;justify-content:center}.passport-page .language-test-menu button+button{border-top:1px solid rgba(255,255,255,.16)}.passport-page .language-tab-indicator{font-size:12px;line-height:1;flex-shrink:0}.passport-page .language-test-menu em{display:block;color:inherit;opacity:.76;font-size:10px;font-style:normal;font-weight:800;line-height:1;text-transform:uppercase}.passport-page .language-score-panel{border-right:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:center;gap:16px;padding-right:28px}.passport-page .language-score-pair{display:grid;grid-template-columns:1fr 104px;align-items:center;gap:16px}.passport-page .language-score-pair span{color:#1e293b;font-size:17px;font-weight:700;line-height:1.25}.passport-page .language-score-pair strong{border:2px solid #14b8a6;border-radius:4px;min-height:72px;display:grid;place-items:center;color:var(--navy);font-size:38px;font-weight:900}.passport-page .language-score-pair-filled strong{background:#14b8a6;color:white}.passport-page .language-score-panel p{margin:0;color:#64748b;font-size:12px;font-weight:700}.passport-page .language-component-list{display:flex;flex-direction:column;justify-content:center;gap:22px}.passport-page .language-test-empty{grid-column:span 2;min-height:250px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;display:flex;flex-direction:column;justify-content:center;padding:34px}.passport-page .language-test-empty h3{margin:0 0 10px;color:var(--navy);font-size:22px;font-weight:900}.passport-page .language-test-empty p{max-width:560px;margin:0;color:#64748b;font-size:14px;line-height:1.7;font-weight:700}.passport-page .language-component-header{display:grid;grid-template-columns:120px 1fr 70px;align-items:center;gap:14px;margin-bottom:8px}.passport-page .language-component-header strong{color:#1e293b;font-size:16px;font-weight:900}.passport-page .language-component-header em,.passport-page .language-component-header span{color:#475569;font-size:13px;font-style:normal;font-weight:700}.passport-page .language-component-header em{color:#1e293b;text-align:right}.passport-page .language-bar-track{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}.passport-page .language-bar-fill{height:100%;border-radius:999px;background:#14b8a6;transition:width .8s ease}.passport-page .language-expiry{width:fit-content;margin:24px 0 0;display:inline-flex;align-items:center;gap:8px;border:1px solid #bae6fd;background:#f0f9ff;color:#0369a1;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:900}.passport-page .language-expiry-warning{border-color:#fed7aa;background:#fff7ed;color:#ea580c}.passport-page .language-expiry-expired{border-color:#fecaca;background:#fef2f2;color:#dc2626}.passport-page .language-source-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.passport-page .language-source-badge{border:1px solid #e2e8f0;border-radius:999px;padding:7px 12px;color:#64748b;background:white;font-size:12px;font-weight:900}.passport-page .language-source-badge-active{border-color:#99f6e4;background:#f0fdfa;color:#0f766e}.passport-page .language-next-card h3{margin:0 0 12px;color:#14b8a6;font-size:30px;font-weight:900}.passport-page .language-next-note{margin:0 0 22px;color:#f97316;font-size:15px;font-weight:900}.passport-page .language-step-icon{background:#ccfbf1!important;color:#0f766e!important}.passport-page .language-next-card .step-text span:last-child{display:block;margin-top:4px;color:#475569;font-size:13px;font-weight:700}@media (max-width:1024px){.passport-page .language-quick-grid,.passport-page .language-results-card{grid-template-columns:1fr}.passport-page .language-score-panel{border-right:0;border-bottom:1px solid #e5e7eb;padding-right:0;padding-bottom:24px}.passport-page .language-test-menu{display:grid;grid-template-columns:repeat(3,1fr)}.passport-page .language-test-menu button{min-height:58px;flex-direction:column;justify-content:center;gap:4px;padding:0 12px;border-left:0;border-top:3px solid transparent}.passport-page .language-test-menu button:not(.inactive){border-left-color:transparent;border-top-color:#14b8a6;justify-content:center}.passport-page .language-test-empty{grid-column:auto}}@media (max-width:640px){.passport-page .language-status-grid{grid-template-columns:1fr}.passport-page .language-component-header{grid-template-columns:1fr;gap:4px}.passport-page .language-component-header em{text-align:left}.passport-page .language-score-pair{grid-template-columns:1fr}}.passport-page .immigration-section{padding-top:32px}.passport-page .immigration-header-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:8px}.passport-page .immigration-eyebrow{font-size:12px;color:#0f766e;font-weight:800;text-transform:uppercase;letter-spacing:1.4px;margin-bottom:6px}.passport-page .immigration-lead{max-width:720px;color:#536277;font-size:15px;line-height:1.55;margin:8px 0 0}.passport-page .immigration-private-pill{flex:0 0 auto;padding:12px 16px;border-radius:999px;border:1px solid #d8e7e5;background:#fff;color:#0f766e;font-weight:800;font-size:13px;white-space:nowrap}.passport-page .immigration-nonscore{margin:18px 0 22px;padding:14px 18px;border-radius:18px;background:linear-gradient(90deg,#effbf8,#fff);border:1px solid #d6e9e6;display:flex;justify-content:space-between;gap:20px;color:#35615d;font-size:14px;flex-wrap:wrap}.passport-page .immigration-nonscore strong{color:#176c63}.passport-page .immigration-hero{display:grid;grid-template-columns:minmax(300px,340px) minmax(460px,1fr);gap:28px;margin-top:28px;margin-bottom:24px}.passport-page .immigration-status-panel,.passport-page .immigration-summary-panel{border-radius:28px;overflow:hidden;min-height:330px}.passport-page .immigration-status-panel{position:relative;background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),url(/images/canada-flag.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;color:#fff;padding:36px 30px 58px;display:flex;flex-direction:column;justify-content:space-between;min-height:430px;border-radius:20px;box-shadow:0 12px 30px rgba(0,0,0,.15)}.passport-page .immigration-status-panel:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 16%,rgba(255,255,255,.08),transparent 16%),linear-gradient(135deg,rgba(255,255,255,.06),transparent 32%);opacity:.45}.passport-page .immigration-status-panel>*{position:relative;z-index:1}.passport-page .immigration-status-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;opacity:.9;margin-bottom:14px;color:rgba(255,255,255,.88)}.passport-page .immigration-status-value{font-size:40px;line-height:1.02;font-weight:900;margin-bottom:18px;letter-spacing:-.03em}.passport-page .immigration-status-time{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);font-size:13px;font-weight:700;color:white;margin-bottom:18px}.passport-page .immigration-status-meta{color:rgba(255,255,255,.82);font-size:14px;margin-bottom:22px;line-height:1.55}.passport-page .immigration-meta-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;position:relative;z-index:1}.passport-page .immigration-meta-chip{padding:8px 12px;background:rgba(255,255,255,.14)}.passport-page .immigration-meta-chip,.passport-page .immigration-status-badge{border-radius:999px;border:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:700}.passport-page .immigration-status-badge{position:absolute;bottom:24px;left:24px;display:inline-flex;align-items:center;gap:10px;padding:12px 18px;background:rgba(255,255,255,.12);color:white}.passport-page .immigration-summary-panel{background:white;padding:34px 34px 30px;display:flex;flex-direction:column;justify-content:space-between;position:relative;box-shadow:0 18px 40px rgba(15,23,42,.06)}.passport-page .summary-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:26px}.passport-page .summary-heading{font-size:30px;font-weight:900;color:#0f172a;margin:0}.passport-page .immigration-panel-subtitle{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.5}.passport-page .summary-pill{background:#fef3c7;border:1px solid #fcd34d;color:#9a3412;border-radius:999px;padding:10px 18px;font-size:12px;font-weight:800;white-space:nowrap}.passport-page .immigration-facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:8px 0 24px}.passport-page .immigration-fact{border:1px solid #e5eaf0;border-radius:16px;padding:16px 18px;background:#fbfcfe}.passport-page .immigration-fact-label{font-size:11px;color:#728197;text-transform:uppercase;letter-spacing:1px;font-weight:800}.passport-page .immigration-fact-value{font-size:16px;font-weight:800;margin-top:6px;color:#0f172a}.passport-page .immigration-actions-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:auto}.passport-page .immigration-dark-btn{border:0;border-radius:999px;padding:12px 22px;font-weight:700;cursor:pointer;background:#0f172a;color:#fff}.passport-page .summary-row{grid-template-columns:1fr auto;align-items:center;gap:18px;margin-bottom:18px}.passport-page .summary-label{font-size:13px;color:#334155;font-weight:700}.passport-page .summary-value{font-size:15px;color:#0f172a;font-weight:800;text-align:right}.passport-page .immigration-summary-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:26px 0 28px}.passport-page .status-chip{display:flex;gap:16px;align-items:flex-start;padding:22px 24px;border-radius:24px;background:#f8fafc;color:#0f172a}.passport-page .status-chip span{width:32px;height:32px;min-width:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#dcfce7;color:#047857;font-size:14px}.passport-page .status-chip-title{font-size:14px;font-weight:700;margin-bottom:4px}.passport-page .status-chip-copy{font-size:13px;color:#475569;line-height:1.6}.passport-page .immigration-summary-footer{display:flex;align-items:center;gap:16px;flex-wrap:wrap;border-top:1px solid #e5e7eb;padding-top:20px}.passport-page .privacy-icon{font-size:18px}.passport-page .immigration-ghost-btn{border:1px solid #14b8a6;background:white;color:#0f766e;border-radius:10px;padding:10px 18px;font-weight:700;cursor:pointer}.passport-page .immigration-journey-section{margin-top:40px}.passport-page .journey-header-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:32px}.passport-page .immigration-crs-btn{flex-shrink:0;align-self:flex-start}.passport-page .journey-header-row h3{margin:0;font-size:32px;font-weight:900;line-height:1.05;color:#0f172a}.passport-page .journey-header-row p{margin:0;color:#334155;font-size:15px;line-height:1.7;max-width:680px}.passport-page .journey-card{position:relative;background:white;border-radius:32px;box-shadow:0 24px 60px rgba(15,23,42,.08);padding:34px 34px 32px}.passport-page .crs-pill{position:absolute;top:28px;right:28px;background:#f97316;color:white;border-radius:20px;padding:10px 18px;font-size:13px;font-weight:700;white-space:nowrap;box-shadow:0 6px 20px rgba(249,115,22,.18)}.passport-page .journey-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin-bottom:34px}.passport-page .journey-overview-label{text-transform:uppercase;font-size:11px;letter-spacing:1.3px;color:#0f766e;font-weight:700;margin-bottom:10px}.passport-page .journey-overview-value{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:8px}.passport-page .journey-overview-note{font-size:13px;color:#475569}.passport-page .status-warning{color:#f97316}.passport-page .journey-timeline{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:center;justify-items:center;position:relative;margin-bottom:22px}.passport-page .journey-timeline:before{content:"";position:absolute;top:24%;left:0;right:0;height:3px;background:linear-gradient(90deg,#14b8a6,#14b8a6 64%,#d7f3ed 0,#d7f3ed);transform:translateY(-50%);z-index:0}.passport-page .timeline-step{display:flex;flex-direction:column;gap:8px;position:relative;text-align:center;align-items:center;z-index:1}.passport-page .timeline-marker{width:44px;height:44px;border-radius:50%;background:#14b8a6;border:3px solid white;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 16px 30px rgba(20,184,166,.18)}.passport-page .timeline-step-pending .timeline-marker{background:#d7f3ed;border-color:#d7f3ed;box-shadow:none}.passport-page .timeline-icon{font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;color:white;width:22px;height:22px;object-fit:contain}.passport-page .timeline-icon-flag{color:#dc2626}.passport-page .timeline-step-pending .timeline-icon{color:#14b8a6}.passport-page .timeline-step-title{font-size:13px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.passport-page .timeline-step-date{font-size:12px;color:#475569}.passport-page .journey-footer-note{display:flex;align-items:center;gap:10px;color:#0f766e;font-size:13px;margin-top:26px}.passport-page .immigration-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:32px;margin-bottom:32px}.passport-page .immigration-pathway-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.passport-page .immigration-pathway-card{background:white;border:1px solid #edf0f3;border-radius:24px;padding:22px;min-height:190px;box-shadow:0 12px 34px rgba(11,24,52,.06);display:flex;flex-direction:column}.passport-page .immigration-pathway-ico{width:42px;height:42px;border-radius:14px;background:#eef8f6;display:grid;place-items:center;font-size:20px;margin-bottom:18px}.passport-page .immigration-pathway-label{font-size:11px;color:#0f766e;font-weight:800;text-transform:uppercase;letter-spacing:1.2px}.passport-page .immigration-pathway-title{font-size:18px;font-weight:900;margin:7px 0 8px;color:#0f172a}.passport-page .immigration-pathway-copy{font-size:13px;color:#6a788c;line-height:1.45;flex:1}.passport-page .immigration-pathway-action{margin-top:14px;border:0;background:transparent;color:#d96d00;font-size:13px;font-weight:800;padding:0;cursor:pointer;text-align:left}.passport-page .immigration-cec-note{margin:8px 0 20px;padding:14px 18px;border-radius:16px;background:#f4fbf9;border:1px solid #d2ece7;color:#2d6760;font-size:13px}.passport-page .immigration-timeline-card{margin-top:12px;margin-bottom:24px;background:linear-gradient(135deg,#fff,#f8fbfc);border:1px solid #e9eef2;border-radius:28px;padding:26px;box-shadow:0 12px 34px rgba(11,24,52,.05)}.passport-page .immigration-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.passport-page .immigration-step{position:relative;padding-right:12px}.passport-page .immigration-step:not(:last-child):after{content:"";position:absolute;top:17px;left:36px;right:0;height:2px;background:#dbe4eb}.passport-page .immigration-step-dot{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#dfe8ef;color:#54677e;font-weight:800;position:relative;z-index:2}.passport-page .immigration-step.done .immigration-step-dot{background:#14b8a6;color:white}.passport-page .immigration-step.current .immigration-step-dot{background:#f97316;color:white}.passport-page .immigration-step-title{font-size:13px;font-weight:800;margin-top:11px;color:#0f172a}.passport-page .immigration-step-copy{font-size:12px;color:#7a8798;margin-top:4px;line-height:1.4}.passport-page .immigration-crs-banner{margin-top:20px;padding:14px 16px;border-radius:16px;background:#f4fbf9;border:1px solid #d2ece7;color:#2d6760;font-size:13px}.passport-page .immigration-crs-result{margin-top:14px;padding:16px 18px;border-radius:16px;background:#fff7e6;border:1px solid #f5d798;color:#725522;font-size:13px}.passport-page .immigration-crs-result p{margin:8px 0 0}.passport-page .immigration-notice{margin:24px 0;padding:18px 20px;border-radius:20px;background:#f8fafc;border:1px solid #e4e9ef;font-size:12px;color:#6d7a8b;line-height:1.55}.passport-page .immigration-notice strong{color:#3f4f63}.passport-page .immigration-profile-form{margin-top:24px}.passport-page .metric-card{background:white;border-radius:24px;box-shadow:var(--shadow);padding:24px 26px;min-height:164px}.passport-page .metric-label{font-size:12px;color:#475569;margin-bottom:12px;text-transform:uppercase;letter-spacing:.8px;font-weight:700}.passport-page .metric-value{font-size:22px;font-weight:800;color:#0f766e;margin-bottom:10px}.passport-page .metric-note{font-size:13px;color:#64748b;line-height:1.6}.passport-page .privacy-protection-card{background:white;border-radius:24px;box-shadow:var(--shadow);padding:26px 28px;margin-bottom:40px}.passport-page .privacy-protection-label{font-size:18px;font-weight:800;color:var(--navy);margin-bottom:12px;position:relative;padding-left:36px}.passport-page .privacy-protection-label:before{content:"🛡";position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:18px}.passport-page .privacy-protection-copy{color:#475569;line-height:1.75;margin-bottom:22px;max-width:860px}.passport-page .privacy-protection-actions{display:flex;flex-wrap:wrap;gap:16px}.passport-page .immigration-ghost-btn,.passport-page .primary-btn,.passport-page .secondary-btn{border-radius:999px;padding:12px 22px;font-weight:700;cursor:pointer}.passport-page .primary-btn{background:#0f766e;color:white;border:none}.passport-page .secondary-btn{background:white;color:#0f766e;border:1px solid #0f766e}.passport-page .immigration-hero,.passport-page .immigration-metrics-grid,.passport-page .journey-header-row,.passport-page .journey-overview-grid,.passport-page .privacy-protection-actions{position:relative}@media (max-width:1024px){.passport-page .immigration-hero{grid-template-columns:1fr}.passport-page .immigration-header-row{flex-direction:column;align-items:flex-start}.passport-page .journey-overview-grid,.passport-page .journey-timeline{grid-template-columns:1fr}.passport-page .immigration-facts-grid,.passport-page .immigration-metrics-grid,.passport-page .immigration-pathway-grid,.passport-page .immigration-steps{grid-template-columns:1fr 1fr}.passport-page .immigration-step:not(:last-child):after{display:none}.passport-page .journey-header-row{flex-direction:column;align-items:stretch}.passport-page .crs-pill{justify-self:start}}@media (max-width:640px){.passport-page .immigration-status-panel,.passport-page .immigration-summary-panel{min-height:auto}.passport-page .immigration-facts-grid,.passport-page .immigration-metrics-grid,.passport-page .immigration-nonscore,.passport-page .immigration-pathway-grid,.passport-page .immigration-steps{grid-template-columns:1fr}.passport-page .immigration-nonscore{flex-direction:column}.passport-page .timeline-step:before{display:none}.passport-page .timeline-step{align-items:flex-start;text-align:left}}.passport-page .licensing-card{padding:28px}.passport-page .licensing-section{padding-bottom:0}.passport-page .licensing-banner{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.passport-page .licensing-banner-inner{display:grid;gap:10px}.passport-page .licensing-grid{display:grid;grid-template-columns:1.1fr 1.9fr;gap:24px;margin-bottom:24px}.passport-page .licensing-status-card{background:#ffecd9;border-left:none;box-shadow:0 6px 18px rgba(16,24,40,.06);border-radius:12px;min-height:200px;display:flex;flex-direction:column;justify-content:center}.passport-page .licensing-score-title,.passport-page .licensing-status-label{font-size:11px;letter-spacing:1.2px;font-family:arial,sans-serif;color:var(--teal-dark);font-weight:700;margin-bottom:14px}.passport-page .licensing-status-value{display:flex;align-items:center;gap:12px;margin-bottom:22px}.passport-page .licensing-status-dot{width:14px;height:14px;border-radius:999px;background:#f97316;box-shadow:0 0 0 4px rgba(249,115,22,.12)}.passport-page .licensing-status-text{font-size:24px;font-weight:800;color:var(--navy)}.passport-page .licensing-status-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.passport-page .licensing-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:#effaf9;color:var(--teal-dark);font-size:13px;font-weight:700;white-space:nowrap}.passport-page .licensing-status-copy{margin:0 0 24px;color:var(--gray-600);line-height:1.7}.passport-page .licensing-info-list{display:grid;gap:12px;color:var(--gray-700);font-size:14px}.passport-page .licensing-info-row{gap:12px;align-items:baseline}.passport-page .licensing-chip-label,.passport-page .licensing-info-term{color:var(--gray-600);font-size:13px;font-weight:700}.passport-page .licensing-chip-value,.passport-page .licensing-info-value{color:var(--navy);font-weight:700;text-align:right}.passport-page .licensing-regulatory-card h3{margin:0;font-size:24px;line-height:1.2;color:#ffffff}.passport-page .licensing-next-step-copy,.passport-page .licensing-regulatory-copy,.passport-page .licensing-timeline-item-copy{margin:0;color:var(--gray-600);line-height:1.75}.passport-page .licensing-regulatory-copy{margin:14px 0 0;color:#94a3b8;font-size:12px;line-height:1.4}.passport-page .licensing-chip-grid,.passport-page .licensing-chips-grid,.passport-page .licensing-metrics-grid{display:grid;gap:16px}.passport-page .licensing-chip-grid{margin-top:22px}.passport-page .licensing-chip-grid,.passport-page .licensing-regulatory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.passport-page .licensing-chip{background:var(--cream);border-radius:12px;padding:14px}.passport-page .licensing-chip-label{display:block;font-size:11px;letter-spacing:1.1px;text-transform:uppercase;color:var(--gray-500);font-weight:700}.passport-page .licensing-chip-value{margin-top:10px;font-size:17px;font-weight:700;color:var(--navy)}.passport-page .licensing-exam-card,.passport-page .licensing-next-step-card,.passport-page .licensing-score-card,.passport-page .licensing-timeline-card{min-height:240px}.passport-page .licensing-exam-header,.passport-page .licensing-score-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px}.passport-page .licensing-score-total{font-size:50px;font-weight:800;color:var(--navy);line-height:1}.passport-page .licensing-score-denom{color:var(--gray-500);font-size:18px;margin-left:8px}.passport-page .licensing-score-copy{color:var(--gray-600);font-weight:600;margin-top:4px}.passport-page .licensing-section{padding-top:34px}.passport-page .licensing-section h2{margin:0 0 28px;padding-top:0}.passport-page .licensing-dashboard-grid{display:grid;grid-template-columns:360px 1fr;gap:28px;align-items:start;margin-bottom:20px}.passport-page .licensing-left-column,.passport-page .licensing-right-column{display:flex;flex-direction:column;gap:20px}.passport-page .licensing-row-1{display:grid;grid-template-columns:360px 1fr;gap:28px;margin-bottom:32px}.passport-page .licensing-regulatory-card-wrapper,.passport-page .licensing-status-card-wrapper{display:block}.passport-page .licensing-status-card{background:#fff7ed;border:1px solid #fed7aa;box-shadow:0 12px 28px rgba(15,23,42,.08)}.passport-page .licensing-status-label{font-family:arial,sans-serif;font-size:13px;letter-spacing:.9px;text-transform:uppercase;color:#9a3412;font-weight:700;margin-bottom:14px}.passport-page .licensing-status-content{display:block;margin-bottom:18px}.passport-page .licensing-status-main{font-size:30px;font-weight:800;color:#0f172a;line-height:1.1;margin:0 0 12px}.passport-page .licensing-status-badge-pill{background:#fed7aa;color:#b45309;padding:10px 16px;border-radius:999px;font-size:14px;font-weight:700;white-space:nowrap}.passport-page .licensing-status-copy{color:#475569;font-size:15px;line-height:1.6;margin:0}.passport-page .licensing-milestone-value{display:inline-flex;align-items:baseline;gap:8px;background:white;border:1px solid #fed7aa;border-radius:12px;padding:10px 12px;margin-bottom:18px}.passport-page .licensing-milestone-value span{color:#ea580c;font-size:22px;font-weight:800}.passport-page .licensing-milestone-value small{color:#64748b;font-size:12px;font-weight:700}.passport-page .licensing-info-list{display:flex;flex-direction:column;gap:10px}.passport-page .licensing-info-row{display:flex;justify-content:space-between;font-size:13px}.passport-page .licensing-info-term{color:#6b7280;font-weight:600}.passport-page .licensing-info-value{color:var(--navy);font-weight:700}.passport-page .licensing-regulatory-card{background:white;color:#0f172a;border:1px solid #e5e7eb;border-top:4px solid #14b8a6;box-shadow:0 14px 32px rgba(15,23,42,.08)}.passport-page .licensing-regulatory-label{text-transform:uppercase;font-size:12px;letter-spacing:.8px;color:#0d9488;font-weight:700;margin-bottom:12px}.passport-page .licensing-regulatory-title{margin:0 0 8px;font-size:24px;font-weight:800;color:#0f172a;line-height:1.1}.passport-page .licensing-regulatory-subtitle{margin:0 0 24px;color:#64748b;font-size:14px;line-height:1.6}.passport-page .licensing-form-help,.passport-page .licensing-pathway-source{margin:-8px 0 18px;color:#64748b;font-size:12px;line-height:1.5}.passport-page .licensing-form-help{margin:8px 0 0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.passport-page .licensing-regulatory-card .cred-form-row{gap:18px}.passport-page .licensing-regulatory-card .cred-form-field{margin-bottom:18px}.passport-page .licensing-regulatory-card .cred-form-label{color:#1f2937;font-size:13px;margin-bottom:8px}.passport-page .licensing-regulatory-card .cred-form-input,.passport-page .licensing-regulatory-card .cred-form-select{min-height:46px;border-color:#dbe3ea;background:#fbfdff;border-radius:10px;font-size:14px}.passport-page .licensing-regulatory-card .cred-form-input:focus,.passport-page .licensing-regulatory-card .cred-form-select:focus{border-color:#14b8a6;box-shadow:0 0 0 3px rgba(20,184,166,.16);outline:none}.passport-page .licensing-save-btn{min-height:46px;padding:12px 24px!important;border-radius:999px!important;background:#f97316!important;color:white!important;box-shadow:0 10px 20px rgba(249,115,22,.24);font-size:14px!important;font-weight:800!important}.passport-page .licensing-save-btn:hover:not(:disabled){background:#ea580c!important;transform:translateY(-1px)}.passport-page .licensing-save-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.passport-page .licensing-regulatory-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.passport-page .licensing-reg-col{text-align:center}.passport-page .licensing-col-label{text-transform:uppercase;font-size:11px;letter-spacing:.7px;color:rgba(255,255,255,.7);font-weight:700;margin-bottom:8px}.passport-page .licensing-col-value{font-size:16px;font-weight:700;color:white}.passport-page .licensing-row-2{display:none;grid-template-columns:360px 1fr;gap:28px;margin-bottom:32px;margin-top:0}.passport-page .licensing-timeline-wrapper{display:block}.passport-page .licensing-row-2 .licensing-timeline-wrapper{display:none}.passport-page .licensing-exams-wrapper{grid-column:2}.passport-page .licensing-timeline-card{position:relative;padding:28px;border:1px solid #e5e7eb;box-shadow:0 14px 32px rgba(15,23,42,.08)}.passport-page .licensing-timeline-card:before{content:"";position:absolute;left:38px;top:98px;bottom:34px;width:2px;background:#e2e8f0}.passport-page .licensing-timeline-header{margin-bottom:28px}.passport-page .licensing-timeline-list{display:flex;flex-direction:column;gap:18px;margin-left:0}.passport-page .licensing-timeline-item{display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start;position:relative}.passport-page .licensing-timeline-marker{width:18px;height:18px;border-radius:999px;border:3px solid white;box-shadow:0 0 0 2px #e2e8f0;margin-top:0;flex-shrink:0}.passport-page .licensing-timeline-item.complete .licensing-timeline-marker{background:#22c55e;border-color:white;box-shadow:0 0 0 2px #22c55e}.passport-page .licensing-timeline-item.current .licensing-timeline-marker{background:#f97316;border-color:white;box-shadow:0 0 0 2px #f97316}.passport-page .licensing-timeline-item.pending .licensing-timeline-marker{background:transparent;border:3px solid #cbd5e1}.passport-page .licensing-timeline-item-body{display:flex;flex-direction:column;gap:7px;padding:12px 14px;border:1px solid #eef2f7;border-radius:12px;background:white}.passport-page .licensing-timeline-item.complete .licensing-timeline-item-body{background:#f0fdf4;border-color:#bbf7d0}.passport-page .licensing-timeline-item.current .licensing-timeline-item-body{background:#fff7ed;border-color:#fed7aa}.passport-page .licensing-timeline-item-meta{display:flex;justify-content:space-between;align-items:center;gap:12px}.passport-page .licensing-timeline-item-title{margin:0;font-weight:700;color:var(--navy);font-size:14px}.passport-page .licensing-timeline-item-date{color:var(--gray-500);font-size:13px;white-space:nowrap}.passport-page .licensing-timeline-item-footer{display:flex;align-items:center;gap:8px}.passport-page .licensing-timeline-pill{border-radius:999px;padding:4px 9px;font-size:11px;font-weight:600;text-transform:capitalize;white-space:nowrap}.passport-page .licensing-timeline-pill.complete{background:#dcfce7;color:#166534}.passport-page .licensing-timeline-pill.current{background:#fff7ed;color:#c2410c}.passport-page .licensing-timeline-pill.pending{background:#e2e8f0;color:#475569}.passport-page .licensing-timeline-item-copy{margin:0;color:#6b7280;font-size:12px;line-height:1.5}.passport-page .licensing-exams-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:24px}.passport-page .licensing-exam-card{padding:28px;background:white;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 14px 32px rgba(15,23,42,.08)}.passport-page .licensing-exam-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;border-bottom:1px solid #f3f4f6;padding-bottom:16px}.passport-page .licensing-score-title{text-transform:uppercase;font-size:11px;letter-spacing:.7px;color:#9ca3af;font-weight:700;margin-bottom:4px}.passport-page .licensing-exam-title{margin:0;font-size:22px;font-weight:700;color:var(--navy);line-height:1.3}.passport-page .licensing-exam-empty-list{display:grid;gap:12px;margin-bottom:18px}.passport-page .licensing-exam-empty-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.passport-page .licensing-exam-empty-item strong{display:block;color:#0f172a;font-size:15px;margin-bottom:4px}.passport-page .licensing-exam-empty-item p{margin:0;color:#64748b;font-size:13px}.passport-page .licensing-exam-empty-item span{background:#fef3c7;color:#92400e;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700}.passport-page .licensing-exam-empty-state{display:grid;place-items:center;min-height:230px;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:28px}.passport-page .licensing-exam-empty-state h4{margin:0 0 10px;color:#0f172a;font-size:18px;font-weight:800}.passport-page .licensing-exam-empty-state p{max-width:420px;margin:0 0 18px;color:#64748b;font-size:14px;line-height:1.6}.passport-page .licensing-exam-empty-state button{border:1px solid #cbd5e1;background:white;color:#94a3b8;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:700;cursor:not-allowed}.passport-page .licensing-exam-badge-group{display:flex;gap:12px;align-items:center}.passport-page .licensing-pill{border-radius:999px;padding:7px 14px;font-size:12px;font-weight:700;white-space:nowrap}.passport-page .licensing-pill.preparing{background:#fef3c7;color:#92400e}.passport-page .licensing-pill.passed{background:#d1fae5;color:#166534}.passport-page .licensing-pill.pending{background:#fef3c7;color:#92400e}.passport-page .licensing-pill.failed{background:#fee2e2;color:#b91c1c}.passport-page .licensing-exam-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.passport-page .licensing-exam-stat{background:#f9fafb;border-radius:8px;padding:14px;text-align:center}.passport-page .licensing-stat-label{text-transform:uppercase;font-size:10px;letter-spacing:.5px;color:#9ca3af;font-weight:700;margin-bottom:6px}.passport-page .licensing-stat-value{font-size:18px;font-weight:700;color:var(--navy)}.passport-page .licensing-exam-score-badge-container{display:flex;justify-content:center;margin-bottom:20px}.passport-page .licensing-score-badge-large{background:var(--teal);color:white;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-weight:800;font-size:32px}.passport-page .licensing-exam-note{background:#f8fafc;border-radius:8px;padding:14px;margin-bottom:16px;flex-grow:1}.passport-page .licensing-exam-note-text{margin:0;color:#6b7280;font-size:13px;line-height:1.5}.passport-page .licensing-exam-actions{display:flex;gap:12px}.passport-page .licensing-row-3{margin-bottom:0}.passport-page .licensing-next-step-card{padding:32px;background:white;border:1px solid #f0f0f0}.passport-page .licensing-next-step-content{display:flex;justify-content:space-between;align-items:center;gap:32px}.passport-page .licensing-next-step-text{flex:1}.passport-page .licensing-next-step-title{font-weight:800;line-height:1.2;margin:8px 0 12px}.passport-page .licensing-next-step-copy{margin:0;color:#6b7280;font-size:14px;line-height:1.6}@media (max-width:1080px){.passport-page .licensing-dashboard-grid,.passport-page .licensing-exams-wrapper,.passport-page .licensing-row-1,.passport-page .licensing-row-2{grid-template-columns:1fr}.passport-page .licensing-row-2 .licensing-exams-wrapper{grid-column:1}.passport-page .licensing-regulatory-columns{grid-template-columns:1fr}}@media (max-width:768px){.passport-page .licensing-row-1,.passport-page .licensing-row-2{gap:16px}.passport-page .licensing-status-card{padding:18px}.passport-page .licensing-regulatory-card{padding:24px}.passport-page .licensing-exam-card,.passport-page .licensing-timeline-card{padding:18px}.passport-page .licensing-next-step-card{padding:24px}.passport-page .licensing-next-step-content{flex-direction:column;align-items:flex-start}}.passport-page .licensing-grid,.passport-page .licensing-layout,.passport-page .licensing-regulatory-grid,.passport-page .licensing-score-card{display:none}.passport-page .licensing-left,.passport-page .licensing-right{display:flex;flex-direction:column;gap:20px}.passport-page .licensing-exam-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:12px}.passport-page .licensing-status-card{padding:28px}.passport-page .licensing-regulatory-card{padding:32px}@media (max-width:1080px){.passport-page .licensing-exam-grid,.passport-page .licensing-layout{grid-template-columns:1fr}}.passport-page .licensing-next-step-title{margin:0;font-size:24px;line-height:1.15;color:var(--navy)}.passport-page .licensing-empty-state{min-height:240px;display:grid;place-content:center;text-align:center}.passport-page .licensing-empty-state h3{margin:0 0 16px;font-size:20px;color:var(--navy)}.passport-page .licensing-empty-state p{margin:0 0 20px;color:var(--gray-600);line-height:1.7;max-width:560px}@media (max-width:1080px){.passport-page .licensing-chip-grid,.passport-page .licensing-grid,.passport-page .licensing-metrics-grid,.passport-page .licensing-next-step-grid{grid-template-columns:1fr}}@media (max-width:768px){.passport-page .next-steps-section{padding:0 24px 40px}.passport-page .licensing-timeline-card:before{left:24px;top:84px}.passport-page .licensing-timeline-item{grid-template-columns:28px 1fr}.passport-page .licensing-status-value{flex-direction:column;align-items:flex-start}.passport-page .licensing-exam-header,.passport-page .licensing-score-header{justify-content:flex-start}}.passport-page .reach-title{font-weight:700;color:var(--teal-dark);margin-bottom:28px}.passport-page .step-item{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--gray-100)}.passport-page .step-item:last-of-type{border-bottom:none}.passport-page .step-icon{width:40px;height:40px;background:#d1fae5;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.passport-page .step-text{flex:1}.passport-page .step-action{font-size:15px;color:var(--teal-dark);font-weight:600}.passport-page .step-desc{font-size:15px;color:var(--gray-800)}.passport-page .step-pts{font-size:20px;font-weight:800;color:var(--navy)}.passport-page .step-total{margin-top:24px;text-align:center;font-size:16px;color:var(--orange);font-weight:600}.passport-page .step-total strong{color:var(--orange)}.passport-page .quick-status-section{display:flex;gap:40px;padding:60px;background:white;align-items:center}.passport-page .status-left{flex:1}.passport-page .status-left h2{font-family:var(--font-display);font-size:32px;color:var(--navy);margin-bottom:24px}.passport-page .status-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.passport-page .status-card{background:var(--teal);border-radius:var(--radius);padding:24px;color:white}.passport-page .status-num{font-size:40px;font-weight:800;line-height:1;margin-bottom:6px}.passport-page .status-num span{font-size:20px;font-weight:500}.passport-page .status-label{font-size:15px;font-weight:600}.passport-page .status-sub{font-size:13px;opacity:.85}.passport-page .status-right{flex:1}.passport-page .status-image-wrap{position:relative;display:inline-block}.passport-page .status-img{width:100%;max-width:400px;border-radius:20px;object-fit:cover;display:block}.passport-page .status-badge-trust{position:absolute;top:20px;left:-20px;background:white;padding:10px 16px;border-radius:12px;font-size:15px;box-shadow:var(--shadow);line-height:1.3}.passport-page .status-badge-trust strong{color:var(--orange)}.passport-page .status-badge-learn{position:absolute;bottom:20px;right:-10px;background:var(--navy);color:white;padding:10px 20px;border-radius:24px;font-size:15px}.passport-page .status-badge-learn strong{color:var(--orange)}.passport-page .history-section{padding:60px;background:var(--cream)}.passport-page .history-section h2{font-family:var(--font-display);font-size:32px;color:var(--navy);margin-bottom:24px}.passport-page .history-card{background:white;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}.passport-page .history-header{display:flex;justify-content:space-between;margin-bottom:24px}.passport-page .history-range{color:var(--orange);font-weight:600;font-size:16px}.passport-page .history-gain{color:var(--navy);font-weight:700;font-size:16px}.passport-page .line-chart{width:100%;height:200px}.passport-page .chart-labels{display:flex;justify-content:space-between;padding:8px 30px 0;font-size:13px;color:var(--gray-500)}.passport-page .footer{background:var(--navy);color:rgba(255,255,255,.7);padding:60px 60px 0}.passport-page .footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.passport-page .footer-brand .footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.passport-page .footer-brand .logo-text{color:white;font-size:18px}.passport-page .footer-brand p{font-size:14px;line-height:1.7;max-width:220px}.passport-page .footer-col h4{font-size:11px;letter-spacing:2px;color:var(--orange);font-weight:700;margin-bottom:16px}.passport-page .footer-col a{display:block;text-decoration:none;color:rgba(255,255,255,.7);font-size:14px;margin-bottom:10px;transition:color .2s}.passport-page .footer-col a:hover{color:white}.passport-page .footer-col .green-link{color:var(--teal)}.passport-page .footer-col .green-link:hover{color:var(--teal-dark)}.passport-page .eco-cat{font-size:10px;letter-spacing:1.5px;color:rgba(255,255,255,.35);margin:12px 0 4px;font-weight:600}.passport-page .footer-col p:first-child{margin-top:0}.passport-page .email-input{display:flex;margin-top:12px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.passport-page .email-input input{flex:1;padding:10px 14px;background:rgba(255,255,255,.07);border:none;color:white;font-family:var(--font-main);font-size:14px;outline:none}.passport-page .email-input input::placeholder{color:rgba(255,255,255,.3)}.passport-page .email-input button{padding:10px 16px;background:var(--teal);border:none;color:white;font-size:18px;cursor:pointer;transition:background .2s}.passport-page .email-input button:hover{background:var(--teal-dark)}.passport-page .footer-bottom{padding:20px 0;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:rgba(255,255,255,.3);letter-spacing:.5px;flex-wrap:wrap;gap:8px}.passport-page .footer-links{display:flex;gap:20px}.passport-page .footer-links a{text-decoration:none;color:rgba(255,255,255,.4);font-size:11px;letter-spacing:1px;transition:color .2s}.passport-page .footer-links a:hover{color:white}.passport-page section{animation:fadeUp .5s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.passport-page .breakdown-grid{grid-template-columns:1fr}.passport-page .quick-status-section{flex-direction:column}.passport-page .footer-inner{grid-template-columns:1fr 1fr}.passport-page .profile-card{flex-direction:column}.passport-page .hero-section{padding:40px 24px 0}.breakdown-section,.next-steps-section,.passport-page .footer,.passport-page .history-section,.quick-status-section{padding-left:24px;padding-right:24px}.passport-page .navbar{padding:0 20px}.passport-page .nav-links{display:none}}.passport-page .passport-card-header{margin-bottom:24px}.passport-page .passport-card-name{margin-bottom:4px}.passport-page .passport-card-role{margin-bottom:20px}.passport-page .passport-card-score{font-size:56px;margin-bottom:8px}.passport-page .passport-card-score span{font-size:22px}.passport-page .passport-card-id{font-size:13px;opacity:.5;margin-bottom:24px}.passport-page .passport-card-footer{font-size:11px;opacity:.4;padding-top:16px}.passport-page .alert-bar{padding:12px 60px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:16px}.passport-page .alert-info{background:#eff6ff;color:#1d4ed8}.alert-warning{background:#fffbeb;color:#92400e}.alert-danger{background:#fef2f2;color:#991b1b}.passport-page .alert-action{color:inherit;font-weight:700;text-decoration:underline}.passport-page .advance-btn{margin-top:16px}.passport-page{min-height:100vh;padding-top:80px}.passport-page .assessment-cta-banner{background:linear-gradient(135deg,rgba(255,251,235,.76),rgba(255,247,237,.82));border:1px solid rgba(253,186,116,.38);border-radius:16px;margin:24px clamp(24px,5vw,72px) 0;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:14px;color:#7c2d12;box-shadow:0 12px 28px rgba(251,146,60,.07)}.passport-page .assessment-cta-copy{display:grid;gap:4px;min-width:0}.passport-page .assessment-cta-copy strong{color:#111827;font-size:16px;font-weight:800}.passport-page .assessment-cta-copy span{color:#7c2d12;font-size:13px;font-weight:500;line-height:1.45}.passport-page .assessment-cta-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.passport-page .assessment-cta-banner a,.passport-page .assessment-cta-banner button{min-height:36px;border-radius:999px;padding:8px 15px;font:inherit;font-size:13px;font-weight:750;white-space:nowrap;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.passport-page .assessment-cta-banner a{background:linear-gradient(135deg,#f97316,#fb923c);color:white;border:1px solid rgba(249,115,22,.84);text-decoration:none;box-shadow:0 8px 18px rgba(249,115,22,.14)}.passport-page .assessment-cta-banner button{background:#ffffff;color:#7c2d12;border:1px solid rgba(253,186,116,.54)}.passport-page .assessment-cta-banner a:focus-visible,.passport-page .assessment-cta-banner a:hover,.passport-page .assessment-cta-banner button:focus-visible,.passport-page .assessment-cta-banner button:hover{transform:translateY(-1px);outline:none}.passport-page .assessment-cta-banner button:focus-visible,.passport-page .assessment-cta-banner button:hover{border-color:rgba(249,115,22,.48);color:#9a3412}@media (max-width:900px){.passport-page .assessment-cta-banner{align-items:flex-start;flex-direction:column;margin:22px 20px 0}.passport-page .assessment-cta-actions{flex-wrap:wrap;width:100%}.passport-page .assessment-cta-banner a,.passport-page .assessment-cta-banner button{flex:1 1 220px;text-align:center}}@media (max-width:560px){.passport-page .assessment-cta-banner{margin:18px 14px 0;padding:14px}.passport-page .assessment-cta-actions{flex-direction:column}.passport-page .assessment-cta-banner a,.passport-page .assessment-cta-banner button{width:100%}}.passport-page .passport-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#6b7280}.passport-page .loading-spinner{width:44px;height:44px;border:4px solid #e5e7eb;border-top-color:#34d399;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.passport-page .profile-id{color:#94a3b8;font-size:13px;margin:4px 0}.passport-page .advance-btn{background:linear-gradient(135deg,#10b981,#3b82f6);color:white;border:none;padding:12px 28px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s;margin-top:8px}.passport-page .advance-btn:hover{opacity:.9}.passport-page .passport-card-preview{background:linear-gradient(135deg,#0f172a,#1e3a5f);border-radius:20px;padding:32px;color:white;box-shadow:0 20px 60px rgba(15,23,42,.4)}.passport-page .passport-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.passport-page .passport-card-logo{font-weight:800;font-size:16px}.passport-page .passport-card-tier{padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;color:white}.passport-page .passport-card-name{font-size:26px;font-weight:800;margin-bottom:2px}.passport-page .passport-card-role{font-size:13px;opacity:.7;margin-bottom:8px}.passport-page .passport-card-score{font-size:52px;font-weight:800;line-height:1;color:#34d399;margin-bottom:4px}.passport-page .passport-card-score span{font-size:20px;color:rgba(255,255,255,.3)}.passport-page .passport-card-id{font-family:monospace;font-size:12px;opacity:.4;letter-spacing:1px}.passport-page .passport-card-footer{display:flex;justify-content:space-between;font-size:10px;opacity:.35;text-transform:uppercase;letter-spacing:1px;border-top:1px solid rgba(255,255,255,.1);padding-top:14px;margin-top:10px}@keyframes passportFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.passport-page .breakdown-section,.passport-page .history-section,.passport-page .next-steps-section,.passport-page .quick-status-section{animation:passportFadeIn .25s ease forwards}.passport-page .privacy-settings-section{padding:56px 60px 64px;background:var(--cream)}.passport-page .privacy-settings-section h2{font-family:var(--font-display);width:min(100%,1060px);margin:0 0 10px;font-size:clamp(34px,3.2vw,44px);font-weight:900;line-height:1.1;color:var(--navy);letter-spacing:0}.passport-page .privacy-settings-helper{width:min(100%,1060px);max-width:1060px;color:#475569;font-size:14px;line-height:1.6;margin:0 0 28px}.passport-page .privacy-content{width:min(100%,1060px);margin:0;display:grid;gap:24px}.passport-page .passport-tab-content-narrow{width:min(100%,1060px);margin:0}.passport-page .activity-log-section .next-steps-card{width:100%}.passport-page .privacy-card{background:white;border:1px solid #e5edf5;border-radius:14px;padding:28px;box-shadow:0 14px 34px rgba(15,23,42,.08)}.passport-page .privacy-controls-card{padding:28px 30px 8px}.passport-page .privacy-public-card{padding:28px 30px}.passport-page .privacy-public-main{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.passport-page .privacy-public-main p{color:#64748b;font-size:14px;line-height:1.55;margin:8px 0 0}.passport-page .privacy-public-footer{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px}.passport-page .privacy-action-header,.passport-page .privacy-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.passport-page .privacy-card h3{font-size:21px;line-height:1.2;color:var(--navy);margin:0;font-weight:800}.passport-page .privacy-action-card p,.passport-page .privacy-card-heading p,.passport-page .privacy-muted-note{color:#64748b;font-size:14px;line-height:1.55;margin:8px 0 0}.passport-page .privacy-save-status{display:inline-flex;align-items:center;min-height:28px;padding:5px 12px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:900;white-space:nowrap}.passport-page .privacy-save-status-saving{color:#0369a1;background:#e0f2fe}.passport-page .privacy-save-status-saved{color:#047857;background:#d1fae5}.passport-page .privacy-save-status-error{color:#b91c1c;background:#fee2e2}.passport-page .privacy-control-list{display:grid;margin-top:18px}.passport-page .privacy-control-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0;border-top:1px solid #edf2f7}.passport-page .privacy-control-row:first-child{border-top:0}.passport-page .privacy-control-title{display:block;color:var(--navy);font-size:18px;font-weight:800;line-height:1.25}.passport-page .privacy-control-desc{display:block;color:#475569;font-size:15px;line-height:1.45;margin-top:5px}.passport-page .privacy-toggle{position:relative;display:inline-flex;width:50px;height:28px;flex:0 0 auto}.passport-page .privacy-toggle input{opacity:0;width:0;height:0}.passport-page .privacy-toggle span{position:absolute;inset:0;cursor:pointer;background:#c7c7c7;border-radius:999px;transition:background .2s}.passport-page .privacy-toggle span:before{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;background:white;border-radius:50%;box-shadow:0 1px 4px rgba(15,23,42,.2);transition:transform .2s}.passport-page .privacy-toggle input:checked+span{background:#10bfa8}.passport-page .privacy-toggle input:checked+span:before{transform:translateX(22px)}.passport-page .privacy-toggle input:disabled+span{cursor:wait;opacity:.68}.passport-page .privacy-url-field{margin-top:18px}.passport-page .privacy-url-field label{display:block;color:var(--navy);font-size:13px;font-weight:800;margin-bottom:8px}.passport-page .privacy-url-input{display:flex;align-items:center;border:1px solid var(--gray-200);border-radius:10px;overflow:hidden;background:#f8fafc}.passport-page .privacy-url-input span{padding:11px 12px;color:#64748b;font-size:12px;white-space:nowrap;border-right:1px solid var(--gray-200)}.passport-page .privacy-url-input input{min-width:0;flex:1;border:0;outline:none;padding:11px 12px;background:white;color:var(--navy);font-size:13px}.passport-page .privacy-preview-link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:36px;margin-top:18px;padding:8px 16px;border-radius:999px;color:white;background:#0aa18f;font-size:13px;font-weight:800;text-decoration:none}.passport-page .privacy-action-grid{display:grid;grid-template-columns:minmax(0,420px);gap:18px}.passport-page .privacy-action-card{min-height:190px}.passport-page .public-passport-card{grid-column:span 1}.passport-page .privacy-action-kicker{display:block;color:#0f9f90;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.passport-page .privacy-danger-btn,.passport-page .privacy-outline-btn,.passport-page .privacy-primary-btn{min-height:34px;border-radius:999px;font-family:var(--font-main);font-size:14px;font-weight:800;cursor:pointer}.passport-page .privacy-primary-btn{width:fit-content;margin-top:18px;padding:0 18px;color:white;background:#0aa18f;border:1px solid #0aa18f}.passport-page .privacy-outline-btn{color:#10bfa8;background:white;border:1.5px solid #10bfa8}.passport-page .privacy-outline-btn:disabled{opacity:.8;cursor:not-allowed}.passport-page .privacy-wide-btn{grid-column:1/-1}.passport-page .privacy-danger-btn{width:100%;color:#ef4444;background:white;border:1.5px solid #ef4444;cursor:not-allowed}.passport-page .privacy-save-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:24px}.passport-page .privacy-error{color:#dc2626;font-size:13px;font-weight:700}.passport-page .privacy-modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;height:100dvh;padding:20px;overflow-y:auto;overscroll-behavior:contain;background:rgba(15,23,42,.45)}.passport-page .privacy-modal{width:min(560px,100%);max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow-y:auto;background:white;border-radius:14px;padding:28px;box-shadow:0 24px 80px rgba(15,23,42,.28)}.passport-page .privacy-modal h3{color:var(--navy);font-size:22px;margin:0 0 12px}.passport-page .privacy-modal p{color:#64748b;line-height:1.6;margin-bottom:18px}.passport-page .privacy-consent-box{background:#f8fafc;border:1px solid var(--gray-200);border-radius:8px;padding:14px;color:#475569;font-size:13px;line-height:1.7;margin-bottom:18px}@media (max-width:1000px){.passport-page .privacy-action-grid{grid-template-columns:1fr}}@media (max-width:640px){.passport-page .privacy-settings-section{padding:40px 24px}.passport-page .privacy-settings-section h2{font-size:34px}.passport-page .privacy-card{padding:24px 20px}.passport-page .privacy-action-header,.passport-page .privacy-card-heading,.passport-page .privacy-public-main{display:grid;gap:14px}.passport-page .privacy-control-row,.passport-page .privacy-url-input{align-items:flex-start}.passport-page .privacy-url-input{display:block}.passport-page .privacy-url-input span{display:block;border-right:0;border-bottom:1px solid var(--gray-200)}.passport-page .privacy-url-input input{width:100%}}.passport-page.public-passport-page{padding-top:80px;background:var(--cream)}.passport-page .public-hero-section{padding-top:56px;padding-bottom:40px}.passport-page .public-profile-card{max-width:1180px;margin:0 auto}.passport-page .public-title{font-size:38px;line-height:1.1;color:var(--navy);margin:0 0 10px}.passport-page .public-band{display:inline-flex;align-items:center;min-height:28px;padding:5px 12px;border-radius:999px;color:white;font-size:12px;font-weight:800;letter-spacing:.5px}.passport-page .public-avatar-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f766e,#2563eb);color:white;font-size:30px;font-weight:800}.passport-page .public-verification-section{padding-top:44px;padding-bottom:44px}.passport-page .public-indicator-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.passport-page .public-indicator-card{min-height:78px;display:flex;align-items:center}.passport-page.public-passport-page .breakdown-card{background:white;border:1px solid var(--gray-200);box-shadow:var(--shadow)}.passport-page.public-passport-page .score-label{color:var(--navy)}.passport-page.public-passport-page .score-val{color:#334155}.passport-page.public-passport-page .score-val em{color:#475569;opacity:1}.passport-page.public-passport-page .bar-track{background:#e5e7eb}.passport-page.public-passport-page .bar-fill{background:var(--teal)}.passport-page.public-passport-page .radar-label{fill:#334155;font-weight:700}.passport-page.public-passport-page .public-indicator-card{background:var(--teal);color:white}.passport-page .public-detail-section{padding:0 60px 48px;background:var(--cream)}.passport-page .public-detail-section h2{font-family:var(--font-display);font-size:32px;color:var(--navy);margin-bottom:22px}.passport-page .public-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:16px}.passport-page .public-detail-card{background:white;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.passport-page .public-detail-card-wide{grid-column:1/-1}.passport-page .public-detail-card h3{color:var(--navy);font-size:22px;line-height:1.25;margin:4px 0 8px}.passport-page .public-detail-card p{color:var(--gray-500);font-size:14px;line-height:1.6}.passport-page .public-card-kicker{display:block;color:var(--teal-dark);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.passport-page .public-hidden-card{opacity:.72}.passport-page .public-empty-state,.passport-page .public-muted{color:var(--gray-500);font-size:14px;line-height:1.6}.passport-page .public-warning{color:#c2410c!important;font-weight:700}.passport-page .public-timeline{display:grid;gap:10px;margin:18px 0}.passport-page .public-timeline-item{display:flex;align-items:center;gap:10px;color:var(--gray-500);font-size:14px}.passport-page .public-timeline-item span{width:12px;height:12px;border-radius:50%;background:var(--gray-200);flex:0 0 auto}.passport-page .public-timeline-item.complete span{background:var(--teal)}.passport-page .public-timeline-item.current span{background:var(--orange)}.passport-page .public-disclaimer-section{background:white;border-top:1px solid var(--gray-200);padding:24px 60px 36px}.passport-page .public-disclaimer-section p{max-width:960px;margin:0 auto;color:var(--gray-500);font-size:14px;line-height:1.6}.passport-page.public-passport-page{padding-top:0;background:#fffef9;color:#142035}.passport-page.public-passport-page .public-hero-section{padding:54px clamp(24px,5vw,72px) 38px;background:radial-gradient(circle at 82% 28%,rgba(20,184,166,.08),transparent 28%),linear-gradient(180deg,#ffffff,#fffef9)}.passport-page.public-passport-page .public-profile-card{max-width:1180px;margin:0 auto;align-items:center;gap:clamp(36px,8vw,120px);padding:18px 0 28px}.passport-page.public-passport-page .profile-left{align-items:center;gap:clamp(22px,3vw,38px)}.passport-page.public-passport-page .avatar{width:116px;height:116px;border:6px solid #eef6f5;box-shadow:0 16px 34px rgba(15,23,42,.08)}.passport-page.public-passport-page .verified-badge{min-height:28px;padding:6px 14px;border:1px solid rgba(20,184,166,.25);border-radius:999px;background:#ccfbf1;color:#0f766e;font-size:12px;font-weight:900;white-space:nowrap}.passport-page.public-passport-page .public-title{margin:0 0 8px;color:#0f172a;font-size:clamp(30px,3vw,42px);font-weight:900;letter-spacing:0}.passport-page.public-passport-page .profile-meta,.passport-page.public-passport-page .profile-role{margin:0 0 7px;color:#334155;font-size:14px;font-weight:800}.passport-page.public-passport-page .public-profile-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.passport-page.public-passport-page .public-profile-line span{display:inline-flex;align-items:center}.passport-page.public-passport-page .public-profile-line span+span:before{content:"•";margin-right:8px;color:#64748b;font-weight:900}.passport-page.public-passport-page .public-profile-line-2{color:#0f172a;font-size:15px;font-weight:900}.passport-page.public-passport-page .profile-id{margin:9px 0 0;color:#0f172a;font-size:15px;font-weight:900}.passport-page.public-passport-page .public-band,.passport-page.public-passport-page .public-gauge-band{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 22px;border-radius:999px;color:#fff;box-shadow:0 12px 26px rgba(245,158,11,.24);font-size:13px;font-weight:900;letter-spacing:0;text-transform:none}.passport-page.public-passport-page .profile-right{min-width:310px}.passport-page.public-passport-page .gauge-wrap{width:clamp(280px,26vw,390px);display:flex;flex-direction:column;align-items:center;filter:drop-shadow(0 18px 28px rgba(15,23,42,.08))}.passport-page.public-passport-page .gauge{width:100%;height:auto}.passport-page.public-passport-page .public-gauge-band{margin-top:0}.passport-page.public-passport-page .public-visible-score-label{margin-top:-8px;margin-bottom:16px;color:#64748b;font-size:12px;font-weight:900;letter-spacing:.02em}.passport-page.public-passport-page .breakdown-section{padding:48px clamp(24px,5vw,72px) 42px}.passport-page.public-passport-page .breakdown-grid{max-width:1180px;margin:0 auto;grid-template-columns:minmax(320px,.92fr) minmax(340px,1.08fr);gap:clamp(28px,4vw,52px)}.passport-page.public-passport-page .next-steps-section h2,.passport-page.public-passport-page .public-detail-section h2,.passport-page.public-passport-page .score-breakdown h2,.passport-page.public-passport-page .skill-radar h2{color:#142035;font-size:clamp(28px,3vw,40px);font-weight:900;line-height:1.08;letter-spacing:0}.passport-page.public-passport-page .breakdown-card{min-height:440px;border:0;border-radius:20px;padding:30px 28px;background:linear-gradient(145deg,rgba(20,184,166,.98),rgba(13,148,136,.96)),#14b8a6;box-shadow:0 22px 44px rgba(20,184,166,.18)}.passport-page.public-passport-page .total-score{margin-bottom:24px;color:#fff;font-size:28px;font-weight:900;text-align:right}.passport-page.public-passport-page .score-row{margin-bottom:20px}.passport-page.public-passport-page .score-row-top{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:9px}.passport-page.public-passport-page .score-label,.passport-page.public-passport-page .score-val{color:#fff}.passport-page.public-passport-page .score-label{font-size:15px;font-weight:900}.passport-page.public-passport-page .score-val{font-size:13px;font-weight:900;text-align:right}.passport-page.public-passport-page .score-val em{margin-left:4px;color:rgba(255,255,255,.68);font-style:normal}.passport-page.public-passport-page .bar-track{height:10px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.22)}.passport-page.public-passport-page .bar-fill{border-radius:999px;background:linear-gradient(90deg,#ffffff,#ecfeff)}.passport-page.public-passport-page .radar-card{min-height:440px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(226,232,240,.9);border-radius:20px;padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.92)),#fff;box-shadow:0 18px 42px rgba(15,23,42,.08)}.passport-page.public-passport-page .radar-legend{gap:22px;margin-bottom:12px;color:#64748b;font-weight:800}.passport-page.public-passport-page .radar-svg{width:min(100%,545px);max-height:390px;margin:0 auto;overflow:visible}.passport-page.public-passport-page .radar-label{fill:#475569;font-size:9.6px;font-weight:800}.passport-page.public-passport-page .radar-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;padding-top:18px;border-top:1px solid #eef2f7;color:#475569;font-size:13px;font-weight:800;text-align:center}.passport-page.public-passport-page .next-steps-section,.passport-page.public-passport-page .public-detail-section,.passport-page.public-passport-page .public-verification-section{max-width:1180px;margin:0 auto;padding:34px clamp(24px,5vw,72px);background:#fffef9}.passport-page.public-passport-page .public-verification-section{display:block}.passport-page.public-passport-page .status-left h2{margin:0 0 22px;color:#142035;font-size:clamp(28px,3vw,40px);font-weight:900}.passport-page.public-passport-page .public-detail-grid,.passport-page.public-passport-page .public-indicator-grid{gap:18px}.passport-page.public-passport-page .public-indicator-card{min-height:78px;border:0;border-radius:14px;background:linear-gradient(145deg,#14b8a6,#0f9488);box-shadow:0 16px 30px rgba(20,184,166,.14);color:#fff}.passport-page.public-passport-page .status-label{font-size:14px;font-weight:900}.passport-page.public-passport-page .public-detail-section h2{margin:0 0 22px}.passport-page.public-passport-page .public-privacy-note{max-width:640px;margin:-12px 0 22px;color:#64748b;font-size:14px;font-weight:700;line-height:1.6}.passport-page.public-passport-page .public-detail-card{border:1px solid rgba(226,232,240,.9);border-radius:14px;padding:24px;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.06)}.passport-page.public-passport-page .public-detail-card h3{color:#142035;font-size:21px;font-weight:900}.passport-page.public-passport-page .public-card-kicker{color:#0d9488;font-size:11px;font-weight:900;letter-spacing:.12em}.passport-page.public-passport-page .public-hidden-card{background:#f8fafc;opacity:1}.passport-page.public-passport-page .public-timeline-item span{box-shadow:0 0 0 4px rgba(20,184,166,.1)}.passport-page.public-passport-page .next-steps-section{padding-top:44px;padding-bottom:62px}.passport-page.public-passport-page .next-steps-section h2{margin:0 0 22px}.passport-page.public-passport-page .next-steps-card{max-width:none;border:1px solid rgba(226,232,240,.9);border-radius:20px;padding:34px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.08)}.passport-page.public-passport-page .step-icon{width:42px;height:42px;border:1.5px solid #99f6e4;border-radius:14px;background:#ecfeff;color:#0f766e;font-size:0;position:relative}.passport-page.public-passport-page .step-icon:before{content:"";width:15px;height:15px;display:block;border-radius:5px;background:linear-gradient(135deg,#14b8a6,#0d9488);box-shadow:9px 0 0 rgba(20,184,166,.18),0 9px 0 rgba(20,184,166,.18)}.passport-page.public-passport-page .step-action{color:#142035;font-size:16px;font-weight:900}.passport-page.public-passport-page .step-desc{color:#64748b;font-size:13px;font-weight:700}.passport-page.public-passport-page .step-pts{color:#f97316;font-size:22px;font-weight:900}.passport-page.public-passport-page .public-disclaimer-section{border-top:1px solid #e2e8f0;background:#fff;padding:22px clamp(24px,5vw,72px) 30px}.passport-page.public-passport-page .public-disclaimer-section p{max-width:960px;color:#64748b;font-size:13px;font-weight:700;text-align:center}@media (max-width:900px){.passport-page .public-title{font-size:30px}.passport-page.public-passport-page .profile-left,.passport-page.public-passport-page .public-profile-card{flex-direction:column;align-items:flex-start}.passport-page.public-passport-page .profile-right{align-self:center}.passport-page.public-passport-page .breakdown-grid,.passport-page.public-passport-page .radar-summary{grid-template-columns:1fr}.passport-page .public-detail-section,.passport-page .public-disclaimer-section{padding-left:24px;padding-right:24px}}.passport-page .endorsement-confirmation-section{min-height:calc(100vh - 80px);display:flex;align-items:flex-start;justify-content:center;padding-left:24px;padding-right:24px}.passport-page .endorsement-panel{width:min(680px,100%);background:white;border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);padding:32px}.passport-page .endorsement-form{display:grid;gap:16px;margin-top:24px}.passport-page .endorsement-form label,.passport-page .endorsement-form legend{display:grid;gap:7px;color:var(--navy);font-size:13px;font-weight:800}.passport-page .endorsement-form input,.passport-page .endorsement-form textarea{width:100%;border:1px solid var(--gray-200);border-radius:10px;padding:11px 12px;color:#334155;font-size:14px;font-weight:500;background:white}.passport-page .endorsement-form input[readonly]{background:#f8fafc;color:#475569}.passport-page .endorsement-form textarea{resize:vertical;line-height:1.5}.passport-page .endorsement-form fieldset{border:0;padding:0;margin:0}.passport-page .endorsement-rating-options{display:flex;gap:8px;flex-wrap:wrap;margin-top:7px}.passport-page .endorsement-rating-options label{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.passport-page .endorsement-rating-options input{position:absolute;opacity:0;pointer-events:none}.passport-page .endorsement-rating-options span{min-width:42px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);border-radius:10px;background:white;color:#1e293b;font-size:15px;font-weight:800;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.passport-page .endorsement-rating-options label:hover span{border-color:var(--teal);color:#0f766e;background:#ecfdf5}.passport-page .endorsement-rating-options input:focus-visible+span{outline:3px solid rgba(20,184,166,.28);outline-offset:2px}.passport-page .endorsement-rating-options input:checked+span{border-color:#0f766e;background:#0f766e;color:#ffffff!important;box-shadow:0 8px 20px rgba(15,118,110,.24)}.passport-page .endorsement-rating-options input:checked:focus-visible+span,.passport-page .endorsement-rating-options label:hover input:checked+span{border-color:#115e59;background:#115e59;color:#ffffff!important}.passport-page .endorsement-error{color:#dc2626;font-size:13px;font-weight:700;margin:0}@media (max-width:640px){.passport-page .endorsement-panel{padding:24px 20px}}.passport-page .cred-upload-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:16px;padding:24px 32px;border-radius:12px;margin-bottom:40px;font-size:20px;font-weight:800;color:white;background:#14B8A6;border:none;cursor:pointer;transition:background .2s,transform .1s;font-family:inherit}.passport-page .cred-upload-btn:hover{background:#0d9488;transform:translateY(-1px)}.passport-page .cred-upload-icon{font-size:28px}.passport-page .cred-form-panel{margin-bottom:40px;border-top:3px solid #14b8a6;border-radius:0 0 16px 16px}.passport-page .cred-form-title{font-size:16px;font-weight:700;color:#0d9488;margin-bottom:20px}.passport-page .cred-form-field{margin-bottom:16px}.passport-page .cred-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.passport-page .cred-form-label{font-size:13px;font-weight:700;color:#374151;display:block;margin-bottom:6px}.passport-page .cred-form-input,.passport-page .cred-form-select{padding:10px 14px}.passport-page .cred-form-input,.passport-page .cred-form-select,.passport-page .cred-form-textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#0f172a;background:white;box-sizing:border-box;font-family:inherit}.passport-page .cred-form-textarea{padding:12px 14px;resize:vertical;min-height:80px;line-height:1.5}.passport-page .cred-form-textarea:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px rgba(20,184,166,.15)}.passport-page .cred-form-select{cursor:pointer}.passport-page .cred-form-file-notice{background:#f3f4f6;border:1px dashed #e5e7eb;border-radius:8px;padding:16px 20px;margin-bottom:20px;font-size:13px;color:#6b7280;text-align:center}.passport-page .cred-form-error{color:#ef4444;font-size:13px;margin-bottom:12px}.passport-page .cred-form-actions{display:flex;gap:12px;align-items:center}.passport-page .cred-save-btn{background:#14B8A6!important;margin-top:0!important}.passport-page .cred-cancel-btn{background:none;border:1.5px solid #e5e7eb;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;transition:border-color .2s}.passport-page .cred-cancel-btn:hover{border-color:#0f172a;color:#0f172a}.passport-page .cred-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:40px}@media (max-width:900px){.passport-page .cred-form-row,.passport-page .cred-top-grid{grid-template-columns:1fr}}.passport-page .cred-score-title{font-size:18px}.passport-page .cred-gauge-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.passport-page .cred-boost-title{font-size:13px;font-weight:600;color:#14B8A6;margin-bottom:8px}.passport-page .cred-boost-pts{font-size:14px}.passport-page .cred-eca-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:16px}.passport-page .cred-wes-card{background:#14B8A6;border-radius:16px;padding:24px;margin-bottom:16px}.passport-page .cred-wes-row{display:flex;gap:16px}.passport-page .cred-wes-logo{width:64px;height:64px;background:white;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#14B8A6;flex-shrink:0;letter-spacing:-.5px}.passport-page .cred-wes-details{flex:1}.passport-page .cred-wes-name{font-size:15px;font-weight:700;color:white;margin-bottom:10px}.passport-page .cred-wes-field{display:flex;justify-content:space-between;font-size:13px;margin-bottom:5px;color:white}.passport-page .cred-wes-field-label{opacity:.8}.passport-page .cred-wes-field-value{font-weight:700}.passport-page .cred-wes-badge{display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,.2);border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700;color:white;margin-top:8px}.passport-page .cred-wes-empty{background:#f3f4f6;border:2px dashed #e5e7eb;border-radius:12px;padding:28px 24px;text-align:center;color:#94a3b8;margin-bottom:16px}.passport-page .cred-wes-empty-icon{font-size:32px;margin-bottom:8px}.passport-page .cred-wes-empty-text{font-size:14px;margin-bottom:4px;font-weight:600}.passport-page .cred-wes-empty-sub{font-size:13px}.passport-page .cred-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.passport-page .cred-section-title{font-size:28px;font-weight:800;color:#0f172a}.passport-page .cred-add-btn{background:none;border:1.5px solid #0f172a;border-radius:20px;padding:5px 18px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit;color:#0f172a}.passport-page .cred-add-btn:hover{background:#f3f4f6}.passport-page .cred-list-card{margin-bottom:40px;padding:0}.passport-page .cred-edu-item{display:flex;gap:20px;align-items:flex-start;padding:24px 36px;border-bottom:1px solid #f1f5f9}.passport-page .cred-edu-item-last{border-bottom:none}.passport-page .cred-edu-left{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0;width:80px}.passport-page .cred-logo-box{width:64px;height:64px;border-radius:8px;border:1px solid #e5e7eb;background:#f8fafc;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.passport-page .cred-logo-text{font-size:11px;font-weight:800;color:#374151;text-align:center;line-height:1.2;padding:4px}.passport-page .cred-logo-emoji{font-size:24px}.passport-page .cred-edu-content{flex:1}.passport-page .cred-edu-name{font-size:16px;font-weight:700;color:#14B8A6;margin-bottom:6px}.passport-page .cred-edu-detail{font-size:13px;color:#374151;margin-bottom:3px;line-height:1.5}.passport-page .cred-edu-skills{font-size:12px;color:#6b7280;margin-top:6px;margin-bottom:6px;line-height:1.5}.passport-page .cred-edu-right{flex-shrink:0}.passport-page .cred-cert-btn{background:none;border:1.5px solid #e5e7eb;border-radius:20px;padding:6px 16px;font-size:12px;font-weight:600;color:#374151;cursor:pointer;white-space:nowrap;text-decoration:none;display:inline-block;transition:border-color .2s,color .2s;font-family:inherit}.passport-page .cred-cert-btn:hover{border-color:#14B8A6;color:#14B8A6}.passport-page .cred-badge{display:inline-flex;align-items:center;gap:4px;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;border:1px solid;white-space:nowrap}.passport-page .cred-badge-declared{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.passport-page .cred-badge-consent{background:#f8fafc;color:#64748b;border-color:#e2e8f0}.passport-page .cred-badge-verified{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.passport-page .cred-ai-pending{font-size:11px;font-weight:600;color:#f97316;display:block;margin-top:6px}.passport-page .cred-ai-valid{font-size:11px;font-weight:600;color:#10b981;display:block;margin-top:6px}.passport-page .cred-ai-invalid{font-size:11px;font-weight:600;color:#ef4444;display:block;margin-top:6px}.passport-page .cred-empty{text-align:center;padding:40px 16px;color:#94a3b8}.passport-page .cred-empty-icon{font-size:40px;margin-bottom:12px}.passport-page .cred-empty-text{font-size:14px;margin-bottom:6px;font-weight:600}.passport-page .cred-empty-sub{font-size:13px}.passport-page .cred-loading{text-align:center;padding:32px;color:#6b7280}.passport-page .cred-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;color:#dc2626;font-size:14px;margin-bottom:24px}.passport-page .cred-next-title{font-size:22px;font-weight:800;color:#14B8A6;margin-bottom:6px}.passport-page .cred-next-subtitle{font-size:13px;font-weight:600;color:#f97316;margin-bottom:20px}.passport-page .cred-step-icon{background:#f0fdf4!important;color:#14B8A6!important;border:1.5px solid #14b8a6!important;font-size:14px!important;font-weight:700!important}.passport-page .cred-step-action{color:#14B8A6!important}.passport-page .cred-step-desc{color:#6b7280!important}.passport-page .cred-section-heading{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:16px}.passport-page .cred-left-col{display:flex;flex-direction:column}.passport-page .cred-score-card{flex:1}.passport-page .cred-score-title{font-size:22px;font-weight:700;color:#14B8A6;margin-bottom:20px}.passport-page .cred-boost-row{display:flex;align-items:center;gap:16px;padding:6px 0;border-bottom:1px solid #f1f5f9}.passport-page .cred-boost-row:last-child{border-bottom:none}.passport-page .cred-boost-pts{font-size:15px;font-weight:700;color:#14B8A6;min-width:36px}.passport-page .cred-boost-label{font-size:14px;color:#374151}.passport-page .cred-right-col{display:flex;flex-direction:column;gap:0}.passport-page .cred-grad-banner{border-radius:12px;flex:1;min-height:140px;margin-top:16px;background-image:url(/images/graduation.jpg);background-size:cover;background-position:center 60%;overflow:hidden}@media (max-width:768px){.passport-page .next-steps-section{padding:0 24px 40px}.passport-page .cred-upload-btn{padding:18px 20px;font-size:16px;margin-bottom:24px}.passport-page .cred-edu-item{flex-wrap:wrap;padding:20px;gap:12px}.passport-page .cred-edu-left{flex-direction:row;width:100%;justify-content:flex-start;gap:12px}.passport-page .cred-edu-right{width:100%;align-items:flex-start}.passport-page .cred-section-title{font-size:20px}.passport-page .cred-list-card{padding:0}.passport-page .cred-form-row{grid-template-columns:1fr}}.passport-page .cred-file-drop{border:2px dashed #e5e7eb;border-radius:10px;padding:24px;cursor:pointer;transition:border-color .2s,background .2s;background:#fafafa}.passport-page .cred-file-drop:hover{border-color:#14B8A6;background:#f0fdf4}.passport-page .cred-file-placeholder{display:flex;flex-direction:column;align-items:center;gap:4px}.passport-page .cred-file-prompt{font-size:14px;font-weight:600;color:#374151}.passport-page .cred-file-hint{font-size:12px;color:#9ca3af}.passport-page .cred-file-selected{display:flex;align-items:center;gap:12px}.passport-page .cred-file-name{font-size:13px;font-weight:600;color:#0f172a;margin-bottom:2px}.passport-page .cred-file-size{font-size:12px;color:#6b7280}.passport-page .cred-file-remove{margin-left:auto;background:none;border:1px solid #e5e7eb;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;color:#6b7280;flex-shrink:0}.passport-page .cred-file-remove:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.passport-page .cred-divider{display:flex;align-items:center;justify-content:center;margin:40px 0 32px;gap:12px;padding:0 40px}.passport-page .cred-divider-line{flex:1;height:1.5px;background:#f97316;opacity:.45}.passport-page .cred-divider-dot{width:8px;height:8px;background:#f97316;border-radius:50%;flex-shrink:0;opacity:.7}.passport-page .cred-deco-right{position:absolute;right:-8px;top:42%;display:flex;flex-direction:column;gap:10px;pointer-events:none;z-index:1}.passport-page .cred-deco-bar{width:22px;height:80px;background:#f97316;border-radius:3px;transform:skewY(-15deg)}.passport-page .cred-deco-bar:first-child{opacity:.9}.passport-page .cred-deco-bar:last-child{opacity:.5;height:60px}.passport-page .intv-score-card{display:flex;align-items:center;gap:40px;margin-bottom:32px}.passport-page .intv-score-left{flex-shrink:0}.passport-page .intv-gauge-wrap{display:flex;flex-direction:column;align-items:center;gap:4px}.passport-page .intv-gauge-label{font-size:14px;font-weight:600;color:#f97316;text-align:center}.passport-page .intv-score-right{flex:1}.passport-page .intv-score-title{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:8px}.passport-page .intv-score-change{font-size:36px;font-weight:800;margin-bottom:20px}.passport-page .intv-change-pos{color:#14B8A6}.passport-page .intv-change-neg{color:#ef4444}.passport-page .intv-change-label{font-size:18px;font-weight:500;color:#6b7280}.passport-page .intv-score-stats{display:flex;flex-direction:column;gap:12px}.passport-page .intv-stat-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f1f5f9}.passport-page .intv-stat-row:last-child{border-bottom:none}.passport-page .intv-stat-label{font-size:15px;color:#374151;font-weight:500}.passport-page .intv-stat-value{font-size:16px;color:#0f172a;font-weight:700}.passport-page .intv-streak-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px;align-items:stretch}.passport-page .intv-streak-card{padding:28px;height:100%;box-sizing:border-box}.passport-page .intv-photo-wrap{height:100%}.passport-page .intv-section-title{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:20px}.passport-page .intv-streak-count{display:flex;align-items:center;gap:10px;font-size:28px;margin-bottom:16px}.passport-page .intv-streak-num{font-size:24px;font-weight:800;color:#0f172a}.passport-page .intv-streak-dots{display:flex;gap:8px;margin-bottom:16px}.passport-page .intv-streak-dot{width:36px;height:8px;border-radius:4px}.passport-page .intv-streak-dot-on{background:#14B8A6}.passport-page .intv-streak-dot-off{background:#e5e7eb}.passport-page .intv-streak-sub{font-size:14px;color:#374151;line-height:1.5;white-space:pre-line}.passport-page .intv-photo-wrap{border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#0f766e,#1e40af)}.passport-page .intv-photo{min-height:200px}.passport-page .intv-photo-fallback{min-height:220px;display:flex;align-items:center;justify-content:center;font-size:48px}.passport-page .intv-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}.passport-page .intv-breakdown-card{background:#14B8A6;padding:28px}.passport-page .intv-bar-row{margin-bottom:20px}.passport-page .intv-bar-row:last-child{margin-bottom:0}.passport-page .intv-bar-header{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.passport-page .intv-bar-label{font-size:15px;font-weight:700;color:white;flex:1}.passport-page .intv-bar-sub{font-size:12px;color:rgba(255,255,255,.75)}.passport-page .intv-bar-pct{font-size:15px;font-weight:700;color:white;margin-left:auto}.passport-page .intv-bar-track{height:8px;background:rgba(255,255,255,.25);border-radius:4px;overflow:hidden}.passport-page .intv-bar-fill{height:100%;background:white;border-radius:4px}.passport-page .intv-insight-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:16px 20px;margin-top:16px}.passport-page .intv-insight-title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:8px;display:flex;align-items:center;gap:8px}.passport-page .intv-insight-dot{width:8px;height:8px;border-radius:50%;background:#14B8A6;flex-shrink:0;display:inline-block}.passport-page .intv-insight-text{font-size:13px;color:#374151;line-height:1.6}.passport-page .intv-filters{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:12px}.passport-page .intv-type-tabs{display:flex;background:#f3f4f6;border-radius:10px;padding:4px;gap:2px}.passport-page .intv-type-tab{padding:8px 16px;border-radius:8px;border:none;background:none;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;transition:all .2s}.passport-page .intv-type-tab-active{background:#14B8A6;color:white}.passport-page .intv-sort-tabs{display:flex;align-items:center;gap:8px}.passport-page .intv-sort-label{font-size:13px;color:#6b7280;font-weight:500}.passport-page .intv-sort-tab{padding:7px 16px;border-radius:8px;border:1.5px solid #e5e7eb;background:white;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit;transition:all .2s}.passport-page .intv-sort-tab-active{background:#14B8A6;color:white;border-color:#14B8A6}.passport-page .intv-session-row{display:flex;align-items:center;gap:20px;padding:24px 28px;border-bottom:1px solid #f1f5f9}.passport-page .intv-session-last{border-bottom:none}.passport-page .intv-session-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.passport-page .intv-session-icon-ai{background:#f0fdf4}.passport-page .intv-session-icon-live{background:#f0f9ff}.passport-page .intv-session-info{min-width:180px;flex-shrink:0}.passport-page .intv-session-title{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:2px}.passport-page .intv-session-type{font-size:12px;color:#6b7280}.passport-page .intv-session-feedback{flex:1;font-size:13px;color:#374151;line-height:1.5}.passport-page .intv-session-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.passport-page .intv-session-score{font-size:18px;font-weight:800;display:flex;align-items:center;gap:8px}.passport-page .intv-session-tag{font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px}.passport-page .intv-session-date{font-size:12px;color:#6b7280}.passport-page .intv-feedback-btn{background:none;border:1.5px solid #e5e7eb;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:600;color:#374151;cursor:pointer;font-family:inherit;transition:border-color .2s,color .2s;margin-top:4px}.passport-page .intv-feedback-btn:hover{border-color:#14B8A6;color:#14B8A6}.passport-page .intv-load-more{width:100%;padding:16px;background:none;border:1.5px solid #f97316;border-radius:0 0 16px 16px;color:#f97316;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}.passport-page .intv-load-more:hover{background:#fff7ed}.timeline-canada-flag{font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}@media (max-width:900px){.passport-page .intv-score-card{flex-direction:column;gap:20px}.passport-page .intv-bottom-grid,.passport-page .intv-streak-grid{grid-template-columns:1fr}.passport-page .intv-session-row{flex-wrap:wrap;gap:12px}.passport-page .intv-session-feedback{display:none}.passport-page .intv-session-info{min-width:unset}.passport-page .intv-filters{flex-direction:column;align-items:flex-start}}.passport-page .intv-streak-grid{align-items:stretch!important}.passport-page .intv-photo-wrap{min-height:240px}.passport-page .intv-photo{width:100%;height:100%;object-fit:cover;display:block}.passport-page .sk-section-title{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:16px}.passport-page .sk-sub-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:12px}.passport-page .sk-score-card{display:flex;gap:48px;align-items:flex-start;margin-bottom:8px}.passport-page .sk-score-left{flex-shrink:0}.passport-page .sk-gauge-wrap{display:flex;justify-content:center}.passport-page .sk-score-right{flex:1;display:flex;flex-direction:column;gap:24px}.passport-page .sk-badges-title{font-size:16px;font-weight:700;color:#14B8A6;margin-bottom:12px}.passport-page .sk-badges-row{display:flex;flex-wrap:wrap;gap:10px}.passport-page .sk-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 14px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid}.passport-page .sk-badge-empty{font-size:13px;color:#9ca3af;font-style:italic}.passport-page .sk-recommended-title{font-size:16px;font-weight:700;color:#14B8A6;margin-bottom:12px}.passport-page .sk-recommended-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.passport-page .sk-recommended-list{display:flex;flex-direction:column;gap:8px}.passport-page .sk-recommended-item{display:flex;align-items:center;justify-content:space-between;padding:4px 0}.passport-page .sk-recommended-name{font-size:14px;font-weight:600;color:#0f172a}.passport-page .sk-recommended-arrow{color:#14B8A6;font-size:16px;font-weight:700}.passport-page .sk-recommended-hint{display:flex;flex-direction:column;gap:12px}.passport-page .sk-recommended-hint p{font-size:13px;color:#6b7280;line-height:1.5}.passport-page .sk-view-courses-btn{display:inline-block;border:1.5px solid #14b8a6;border-radius:20px;padding:6px 18px;font-size:13px;font-weight:600;color:#14B8A6;text-decoration:none;transition:background .2s;width:fit-content}.passport-page .sk-view-courses-btn:hover{background:#f0fdf4}.passport-page .sk-inprogress-card{margin-bottom:12px;padding:24px 28px}.passport-page .sk-inprogress-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.passport-page .sk-inprogress-title{font-size:16px;font-weight:600;color:#0f172a;flex:1}.passport-page .sk-inprogress-pct{font-size:14px;color:#6b7280;white-space:nowrap}.passport-page .sk-continue-btn{background:#14B8A6;color:white;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;white-space:nowrap;display:inline-block;font-family:inherit;transition:background .2s}.passport-page .sk-continue-btn:hover{background:#0d9488}.passport-page .sk-progress-track{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.passport-page .sk-progress-fill{height:100%;background:#14B8A6;border-radius:4px}.passport-page .sk-completed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;margin-top:24px}.passport-page .sk-view-all-btn{background:none;border:none;color:#14B8A6;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px}.passport-page .sk-completed-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.passport-page .sk-completed-card{padding:20px 24px}.passport-page .sk-completed-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.passport-page .sk-completed-title{font-size:15px;font-weight:700;color:#0f172a;flex:1}.passport-page .sk-see-detail{font-size:12px;color:#14B8A6;text-decoration:none;font-weight:600;white-space:nowrap;display:flex;align-items:center;gap:4px}.passport-page .sk-completed-divider{height:1px;background:#f1f5f9;margin-bottom:12px}.passport-page .sk-completed-bottom{display:flex;justify-content:space-between;align-items:center}.passport-page .sk-completed-date-label{font-size:12px;color:#9ca3af;margin-bottom:2px}.passport-page .sk-completed-date{font-size:13px;font-weight:600;color:#0f172a}.passport-page .sk-score-badge{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:white;flex-shrink:0}.passport-page .sk-empty-card{padding:32px;text-align:center;margin-bottom:12px}.passport-page .sk-empty-text{font-size:14px;color:#9ca3af;margin-bottom:16px}.passport-page .sk-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:40px}.passport-page .sk-sim-chart-wrap{display:flex;flex-direction:column;gap:16px}.passport-page .sk-sim-legend{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.passport-page .sk-sim-legend-item{display:flex;align-items:flex-start;gap:8px}.passport-page .sk-sim-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:4px}.passport-page .sk-sim-legend-title{font-size:13px;font-weight:600;color:#0f172a;margin-bottom:2px}.passport-page .sk-sim-legend-score{font-size:12px;color:#6b7280}.passport-page .sk-competency-title{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:12px}.passport-page .sk-competency-divider{height:1px;background:#e5e7eb;margin-bottom:20px}.passport-page .sk-competency-row{margin-bottom:16px}.passport-page .sk-competency-row:last-child{margin-bottom:0}.passport-page .sk-competency-header{display:flex;justify-content:space-between;margin-bottom:6px}.passport-page .sk-competency-label{font-size:14px;font-weight:500;color:#374151}.passport-page .sk-competency-pct{font-size:14px;font-weight:700;color:#0f172a}.passport-page .sk-competency-track{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.passport-page .sk-competency-fill{height:100%;background:#14B8A6;border-radius:4px}@media (max-width:900px){.passport-page .sk-score-card{flex-direction:column;gap:24px}.passport-page .sk-bottom-grid,.passport-page .sk-completed-grid,.passport-page .sk-recommended-grid{grid-template-columns:1fr}.passport-page .sk-sim-chart-wrap{flex-direction:column}.passport-page .sk-inprogress-header{flex-wrap:wrap}}.passport-page{--font-main:Arial,Helvetica,sans-serif;--font-display:Arial,Helvetica,sans-serif;--overview-card-shadow:0 18px 42px rgba(15,23,42,0.08);--overview-soft-border:1px solid rgba(226,232,240,0.9);font-family:var(--font-main);color:var(--navy);background:var(--cream)}.passport-page .hero-section{padding:46px clamp(24px,5vw,72px) 0;background:radial-gradient(circle at 82% 24%,rgba(20,184,166,.08),transparent 28%),linear-gradient(180deg,#ffffff,#fffef9)}.passport-page .greeting{max-width:1180px;margin:0 auto 38px;font-size:clamp(38px,4.2vw,56px);font-weight:900;line-height:1;letter-spacing:0}.passport-page .employer-view-button{top:44px;right:clamp(24px,5vw,72px);display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 16px;border:1px solid rgba(20,184,166,.34);border-radius:999px;background:rgba(255,255,255,.88);color:#0f766e;box-shadow:0 12px 28px rgba(15,23,42,.08);backdrop-filter:blur(10px);font-size:13px;font-weight:900;line-height:1;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease}.passport-page .employer-view-button svg{color:#0f766e}.passport-page .employer-view-button:focus-visible,.passport-page .employer-view-button:hover{border-color:rgba(13,148,136,.62);background:#0f766e;color:#ffffff;box-shadow:0 16px 32px rgba(13,148,136,.18);outline:none;transform:translateY(-1px)}.passport-page .employer-view-button:focus-visible svg,.passport-page .employer-view-button:hover svg{color:#ffffff}.passport-page .employer-view-message{display:inline-flex;margin:-20px 0 28px;padding:8px 14px;border:1px solid #fde68a;border-radius:999px;background:#fffbeb;color:#92400e;font-size:13px;font-weight:800}.passport-page .profile-card{max-width:1180px;margin:0 auto;align-items:center;gap:clamp(28px,7vw,100px);padding:28px 0 42px}.passport-page .profile-left{align-items:center;gap:clamp(22px,3vw,38px)}.passport-page .avatar{width:118px;height:118px;border:6px solid #eef6f5;box-shadow:0 16px 34px rgba(15,23,42,.08)}.passport-page .verified-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(20,184,166,.25);background:#ccfbf1;color:#0f766e;font-size:12px;font-weight:900}.passport-page .verified-badge:before{content:"";width:7px;height:7px;border-radius:999px;background:#14b8a6}.passport-page .profile-info h2{margin:0 0 8px;color:#0f172a;font-size:clamp(26px,2.8vw,36px);font-weight:900;letter-spacing:0}.passport-page .profile-meta{margin:0 0 7px;color:#334155;font-size:14px;font-weight:700}.passport-page .profile-id{margin:8px 0 24px;color:#0f172a;font-size:15px;font-weight:800}.passport-page .qr-row{gap:26px}.passport-page .qr-placeholder{width:86px!important;height:86px!important;background:white!important;border:1px solid #e2e8f0;box-shadow:0 10px 24px rgba(15,23,42,.07)}.passport-page .doc-meta p,.passport-page .qr-label{color:#64748b;font-weight:700}.passport-page .doc-btn{width:36px;height:36px;border:0;color:#14b8a6;background:white;box-shadow:0 8px 20px rgba(15,23,42,.08);text-decoration:none}.passport-page .doc-btn:hover{color:white;background:#14b8a6}.passport-page .profile-right{min-width:300px}.passport-page .gauge-wrap{width:clamp(230px,24vw,330px);filter:drop-shadow(0 18px 28px rgba(15,23,42,.08))}.passport-page .gauge-arc,.passport-page .gauge-inner-line,.passport-page .gauge-track{fill:none;stroke-linecap:round}.passport-page .gauge-track{stroke:#eeeeec;stroke-width:32}.passport-page .gauge-arc{stroke-width:32;stroke-dasharray:var(--gauge-active) 100;animation:passportGaugeGrow 1.1s ease-out both}.passport-page .gauge-inner-line{stroke:rgba(255,255,255,.5);stroke-width:1.2}.passport-page .score-num{color:#142035;font-size:clamp(48px,5.1vw,72px);font-weight:900;letter-spacing:0}.passport-page .score-denom{display:block;margin-top:4px;color:#142035;font-size:20px;font-weight:500}.passport-page .profile-right>div:last-child span{display:inline-flex;align-items:center;min-height:38px;padding:8px 24px!important;border-radius:999px!important;background:#f59e0b!important;box-shadow:0 12px 26px rgba(245,158,11,.24);font-size:14px!important;font-weight:900!important}.passport-page .profile-tabs{max-width:none;margin:0 calc(clamp(24px, 5vw, 72px) * -1);padding:0 clamp(24px,5vw,72px);box-shadow:inset 0 1px 0 rgba(226,232,240,.8)}.passport-page .tab{padding:18px 16px 16px;color:#52687f;font-size:13px;font-weight:800}.passport-page .tab.active{color:#0d9488;border-bottom-color:#14b8a6}.passport-page .overview-shell{background:#fffef9}.passport-page .overview-shell h2{color:#142035;font-size:clamp(30px,3.2vw,44px);font-weight:900;line-height:1.05;letter-spacing:0}.passport-page .breakdown-section{padding:58px clamp(24px,5vw,72px) 32px}.passport-page .breakdown-grid{max-width:1180px;margin:0 auto;grid-template-columns:minmax(320px,.96fr) minmax(320px,1.04fr);gap:clamp(28px,4vw,52px);align-items:stretch}.passport-page .score-breakdown,.passport-page .skill-radar{display:flex;flex-direction:column}.passport-page .score-breakdown h2,.passport-page .skill-radar h2{margin-bottom:22px}.passport-page .breakdown-card{flex:1;border-radius:20px;padding:30px 28px;background:linear-gradient(145deg,rgba(20,184,166,.98),rgba(13,148,136,.96)),#14b8a6;box-shadow:0 22px 44px rgba(20,184,166,.18)}.passport-page .total-score{margin-bottom:24px;color:white;font-size:28px;font-weight:900}.passport-page .breakdown-empty{padding:28px 10px;text-align:center}.passport-page .breakdown-empty p{margin:0 0 10px;color:rgba(255,255,255,.9);font-size:16px;font-weight:900}.passport-page .breakdown-empty span{display:block;color:rgba(255,255,255,.68);font-size:14px;font-weight:700;line-height:1.7}.passport-page .score-row{margin-bottom:18px}.passport-page .score-row-top{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:9px}.passport-page .score-label{color:white;font-size:15px;font-weight:900}.passport-page .score-val{color:rgba(255,255,255,.94);font-size:13px;font-weight:900;text-align:right}.passport-page .score-val em{display:block;margin-left:0;color:rgba(255,255,255,.62);font-size:11px;font-weight:800}.passport-page .bar-track{height:10px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.22);border-radius:999px}.passport-page .bar-fill{background:linear-gradient(90deg,#ffffff,#ecfeff);border-radius:999px;transform-origin:left center;animation:passportBarGrow .9s ease-out both}.passport-page .radar-card{flex:1;border:var(--overview-soft-border);border-radius:20px;padding:28px;box-shadow:var(--overview-card-shadow)}.passport-page .radar-legend{gap:22px;margin-bottom:12px;color:#64748b;font-weight:800}.passport-page .legend-current:before,.passport-page .legend-max:before{content:"";display:inline-block;width:10px;height:10px;margin-right:7px;border-radius:999px;vertical-align:-1px}.passport-page .legend-current:before{background:#14b8a6}.passport-page .legend-max:before{background:#f97316}.passport-page .radar-label{fill:#334155;font-size:10px;font-weight:900}.passport-page .radar-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid #eef2f7;color:#475569;font-size:13px;font-weight:800}.passport-page .overview-history-section,.passport-page .overview-status-section{display:grid;grid-template-columns:minmax(340px,.95fr) minmax(320px,1.05fr);gap:clamp(28px,5vw,66px);align-items:center;padding:30px clamp(24px,5vw,72px);background:#fffef9}.passport-page .overview-section-heading{grid-column:1/-1;width:min(1180px,100%);margin:0 auto -6px}.passport-page .overview-section-heading h2{margin:0 0 8px}.passport-page .overview-section-heading p{margin:0;color:#64748b;font-size:15px;font-weight:700}.passport-page .overview-status-grid{width:min(540px,100%);justify-self:end;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.passport-page .overview-status-card{min-height:142px;border-radius:20px;padding:22px;color:white;box-shadow:var(--overview-card-shadow);display:flex;flex-direction:column;justify-content:center}.passport-page .overview-status-card span{margin-bottom:12px;color:rgba(255,255,255,.82);font-size:13px;font-weight:900;text-transform:uppercase}.passport-page .overview-status-card strong{font-size:clamp(30px,3vw,42px);line-height:1;font-weight:900}.passport-page .overview-status-card em{margin-top:9px;color:rgba(255,255,255,.84);font-size:13px;font-style:normal;font-weight:800}.passport-page .overview-status-teal{background:linear-gradient(145deg,#14b8a6,#0f9488)}.passport-page .overview-status-navy{background:linear-gradient(145deg,#142035,#263c58)}.passport-page .overview-status-orange{background:linear-gradient(145deg,#f97316,#f59e0b)}.passport-page .overview-status-sky{background:linear-gradient(145deg,#0284c7,#14b8a6)}.passport-page .overview-status-cta{position:relative;width:min(430px,100%);min-height:270px;justify-self:start;border:var(--overview-soft-border);border-radius:28px;background:linear-gradient(135deg,rgba(20,184,166,.09),transparent 42%),linear-gradient(145deg,white,#f8fafc);box-shadow:var(--overview-card-shadow);padding:42px 38px;overflow:hidden}.passport-page .overview-status-cta:after,.passport-page .overview-status-cta:before{content:"";position:absolute;border-radius:999px;pointer-events:none}.passport-page .overview-status-cta:before{width:170px;height:170px;right:-46px;top:-42px;border:20px solid rgba(249,115,22,.12)}.passport-page .overview-status-cta:after{width:260px;height:260px;right:-98px;bottom:-112px;background:rgba(20,184,166,.08)}.passport-page .overview-status-cta span{position:relative;z-index:1;display:inline-flex;margin-bottom:22px;padding:12px 18px;border-radius:16px;background:white;color:#142035;box-shadow:0 14px 30px rgba(15,23,42,.08);font-size:16px;font-weight:900}.passport-page .overview-status-cta p,.passport-page .overview-status-cta strong{position:relative;z-index:1;display:block}.passport-page .overview-status-cta strong{max-width:260px;color:#142035;font-size:30px;line-height:1.08;font-weight:900}.passport-page .overview-status-cta p{max-width:310px;margin:16px 0 0;color:#64748b;font-size:15px;line-height:1.6;font-weight:700}.passport-page .overview-history-card{grid-column:1/-1;max-width:1180px;margin:0 auto;border:var(--overview-soft-border);border-radius:20px;box-shadow:var(--overview-card-shadow)}.passport-page .overview-history-chart{padding:0 2px}.passport-page .overview-history-meta{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px}.passport-page .overview-history-meta span{color:#f97316;font-size:15px;font-weight:900}.passport-page .overview-history-meta strong{color:#142035;font-size:16px;font-weight:900}.passport-page .overview-history-svg{width:100%;height:250px;display:block;overflow:visible}.passport-page .overview-history-grid-line{stroke:rgba(20,184,166,.12);stroke-width:1}.passport-page .overview-history-line{stroke:#14b8a6;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 14px rgba(20,184,166,.18));animation:passportHistoryLine .9s ease-out both}.passport-page .overview-history-dot{fill:#14b8a6;stroke:white;stroke-width:3}.passport-page .overview-history-labels{display:flex;justify-content:space-between;gap:10px;padding:0 10px;color:#142035;font-size:13px;font-weight:900}.passport-page .overview-empty-state{min-height:156px;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc;display:flex;flex-direction:column;justify-content:center;padding:28px;text-align:center}.passport-page .overview-empty-state strong{color:#142035;font-size:18px;font-weight:900}.passport-page .overview-empty-state span{margin-top:8px;color:#64748b;font-size:14px;font-weight:700}.passport-page .next-steps-section{padding:34px clamp(24px,5vw,72px) 72px}.passport-page .next-steps-section h2{max-width:1180px;margin:0 auto 22px;font-size:clamp(30px,3.2vw,44px);font-weight:900}.passport-page .next-steps-card{max-width:1180px;margin:0 auto;border:var(--overview-soft-border);border-radius:20px;padding:34px;box-shadow:var(--overview-card-shadow)}.passport-page .reach-title{margin:0 0 18px;color:#14b8a6;font-size:28px;font-weight:900}.passport-page .step-item{min-height:68px;padding:18px 0}.passport-page .step-icon{width:44px;height:44px;border:1px solid #99f6e4;border-radius:14px;background:#ecfeff;color:#0f766e;font-size:13px;font-weight:900}.passport-page .step-action{color:#142035;font-size:16px;font-weight:900}.passport-page .step-pts{color:#f97316;font-size:22px}@keyframes passportGaugeGrow{0%{stroke-dasharray:0 100}to{stroke-dasharray:var(--gauge-active) 100}}@keyframes passportBarGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes passportHistoryGrow{0%{transform:scaleY(0);transform-origin:bottom}to{transform:scaleY(1);transform-origin:bottom}}@keyframes passportHistoryLine{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.passport-page .bar-fill,.passport-page .gauge-arc,.passport-page .overview-history-line,.passport-page section{animation:none!important;transition:none!important}}@media (max-width:1024px){.passport-page .overview-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-self:stretch;width:100%}.passport-page .overview-status-section{grid-template-columns:1fr}.passport-page .overview-status-cta{justify-self:stretch;width:100%}.passport-page .profile-card{align-items:flex-start}}@media (max-width:900px){.passport-page .profile-card,.passport-page .profile-left{flex-direction:column;align-items:flex-start}.passport-page .profile-right{align-self:center}.passport-page .employer-view-button{position:static;width:fit-content;margin:0 0 22px auto}.passport-page .breakdown-grid,.passport-page .radar-summary{grid-template-columns:1fr}}@media (max-width:640px){.passport-page .hero-section{padding-top:28px}.passport-page .employer-view-button{min-height:36px;padding:8px 12px;font-size:12px;box-shadow:0 8px 18px rgba(15,23,42,.07)}.passport-page .greeting{margin-bottom:24px}.passport-page .qr-row{flex-direction:column}.passport-page .overview-status-grid{grid-template-columns:1fr}.passport-page .score-row-top{align-items:flex-start;flex-direction:column;gap:6px}.passport-page .score-val{text-align:left}}.passport-page .passport-tab-panel:not(.passport-tab-panel-overview) .next-steps-section{padding:60px;background:var(--cream)}.passport-page .passport-tab-panel:not(.passport-tab-panel-overview) .next-steps-section h2{max-width:none;margin:0 0 20px;font-size:32px;line-height:1.1}.passport-page .passport-tab-panel:not(.passport-tab-panel-overview) .next-steps-card{max-width:none;margin:0;border:0;border-radius:var(--radius);padding:36px;box-shadow:var(--shadow)}.passport-page .passport-tab-panel:not(.passport-tab-panel-overview) .step-item{min-height:auto;padding:16px 0}.passport-page .passport-tab-panel:not(.passport-tab-panel-overview) .step-icon{width:40px;height:40px;border:0;border-radius:10px;background:#d1fae5;color:inherit;font-size:18px}.passport-page .passport-tab-panel:not(.passport-tab-panel-overview) .step-action{color:var(--teal-dark);font-size:15px;font-weight:600}.passport-page .passport-tab-panel:not(.passport-tab-panel-overview) .step-pts{color:var(--navy);font-size:20px}.passport-page .passport-tab-panel:not(.passport-tab-panel-overview) .bar-fill{animation:none}.passport-page .profile-card{padding-top:18px;padding-bottom:36px}.passport-page .profile-info h2{font-size:clamp(24px,2.4vw,32px)}.passport-page .profile-meta{font-size:13px}.passport-page .qr-row{align-items:center;gap:22px}.passport-page .doc-actions{margin-top:10px}.passport-page .doc-btn{width:32px;height:32px;font-size:13px}.passport-page .gauge-wrap{width:clamp(300px,27vw,400px)}.passport-page .gauge-score-number{fill:#142035;font-size:76px;font-weight:900;letter-spacing:0;dominant-baseline:middle}.passport-page .gauge-score-denom-svg{fill:#374151;font-size:22px;font-weight:600;dominant-baseline:middle}.passport-page .profile-right>div:last-child span{min-height:32px;padding:6px 20px!important}.passport-page.public-passport-page .profile-right>div:last-child .public-visible-score-label{min-height:0;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none;color:#64748b;font-size:12px!important;font-weight:800!important}.passport-page .overview-shell .breakdown-section{padding-top:52px}.passport-page .overview-shell .breakdown-grid{grid-template-columns:minmax(320px,.92fr) minmax(340px,1.08fr)}.passport-page .overview-shell .radar-card{min-height:520px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.92)),white}.passport-page .overview-shell .radar-svg{width:min(100%,545px);max-height:405px;margin:0 auto;overflow:visible}.passport-page .overview-shell .radar-summary{margin-top:16px;padding:18px 0 0;text-align:center}.passport-page .overview-shell .radar-summary span{padding:0 12px}.passport-page .overview-status-section{max-width:1180px;margin:0 auto;padding-top:42px;padding-bottom:42px}.passport-page .overview-status-section .overview-section-heading{margin-bottom:2px}.passport-page .overview-status-cta{min-height:330px;padding:0;background:white}.passport-page .overview-status-cta>img{width:100%;height:100%;min-height:330px;object-fit:cover;display:block}.passport-page .overview-status-cta:after,.passport-page .overview-status-cta:before{display:none}.passport-page .overview-status-cta-copy{position:absolute;inset:0;padding:28px;pointer-events:none}.passport-page .overview-status-cta-copy span{margin-bottom:160px;font-size:15px}.passport-page .overview-status-cta-copy strong{max-width:260px;padding:13px 20px;border-radius:18px;color:white;background:#142035;box-shadow:0 16px 30px rgba(15,23,42,.18);font-size:21px}.passport-page .overview-status-cta-copy p{display:none}.passport-page .overview-shell .next-steps-section{padding-top:40px;padding-bottom:48px}.passport-page .overview-shell .next-steps-card{border-radius:24px}.passport-page .overview-shell .step-icon{border:1.5px solid #99f6e4;background:#ecfeff;color:transparent;position:relative}.passport-page .overview-shell .step-icon span{color:#0f766e;font-size:0}.passport-page .overview-shell .step-icon span:before{content:"";width:15px;height:15px;display:block;border-radius:5px;background:linear-gradient(135deg,#14b8a6,#0d9488);box-shadow:9px 0 0 rgba(20,184,166,.18),0 9px 0 rgba(20,184,166,.18)}.passport-page .overview-shell .bar-fill{animation:passportBarGrow 1.05s cubic-bezier(.16,1,.3,1) both;will-change:transform}.passport-page .overview-shell .radar-label{fill:#475569;font-size:9.6px;font-weight:800}.passport-page .overview-shell .radar-card .legend-current,.passport-page .overview-shell .radar-card .legend-max{font-size:13px;font-weight:900}.passport-page .overview-shell .radar-card .legend-current{color:#14b8a6}.passport-page .overview-shell .radar-card .legend-max{color:#f97316}.passport-page .overview-shell .step-total{margin-top:24px;padding-top:18px;border-top:1px solid #eef2f7;color:#f97316;font-size:16px;font-weight:900}.passport-page .overview-history-section{max-width:1180px;margin:0 auto 60px;display:block;padding-top:36px;padding-bottom:0}.passport-page .overview-history-section .overview-section-heading{margin-bottom:20px}.passport-page .overview-history-card{width:100%;max-width:none;padding:clamp(28px,4vw,44px)}.passport-page .overview-history-svg{height:310px}@media (max-width:1024px){.passport-page .overview-shell .breakdown-grid{grid-template-columns:1fr}}@media (max-width:900px){.passport-page .passport-tab-panel:not(.passport-tab-panel-overview) .next-steps-section{padding:40px 24px}}@media (max-width:640px){.passport-page .overview-status-cta-copy{padding:24px}.passport-page .overview-status-cta-copy span{margin-bottom:142px}.passport-page .overview-history-svg{height:240px}.passport-page .overview-history-labels{overflow-x:auto}}.passport-page .overview-status-section .overview-status-cta{position:relative;width:min(650px,100%);min-height:545px;justify-self:center;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.passport-page .overview-status-photo-frame{position:absolute;top:38px;left:92px;width:500px;height:455px;margin:0;overflow:hidden;border:11px solid #fff;border-radius:38px;background:#fff;box-shadow:0 26px 54px rgba(15,23,42,.16);transform:rotate(3deg)}.passport-page .overview-status-photo-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:rotate(-3deg) scale(1.06)}.passport-page .overview-status-section .overview-status-cta:before{content:"";position:absolute;top:-6px;right:-4px;width:150px;height:150px;display:block;border:20px solid rgba(255,152,0,.14);border-radius:999px;background:transparent;box-shadow:none;z-index:0}.passport-page .overview-status-learning-badge,.passport-page .overview-status-trust-badge{position:absolute;z-index:3;font-weight:900;letter-spacing:0;box-shadow:0 18px 36px rgba(15,23,42,.16)}.passport-page .overview-status-trust-badge{top:150px;left:28px;min-width:232px;padding:24px 38px;border-radius:30px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px)}.passport-page .overview-status-trust-badge span,.passport-page .overview-status-trust-badge strong{display:block;margin:0;padding:0;border-radius:0;background:transparent;box-shadow:none;font-size:27px;font-weight:900;line-height:1.08}.passport-page .overview-status-trust-badge span{color:#f97316}.passport-page .overview-status-trust-badge strong{color:#142035}.passport-page .overview-status-learning-badge{right:-58px;bottom:130px;min-width:252px;padding:28px 34px;border-radius:30px;background:#142035;color:#fff;font-size:25px;line-height:1;text-align:center}.passport-page .overview-status-learning-badge span{margin:0;color:#fff}.passport-page .overview-status-learning-badge span,.passport-page .overview-status-learning-badge strong{display:inline;padding:0;border-radius:0;background:transparent;box-shadow:none;font-size:25px;font-weight:900;line-height:1}.passport-page .overview-status-learning-badge strong{margin-left:6px;color:#ff9800}@media (max-width:900px){.passport-page .overview-status-section .overview-status-cta{min-height:470px}.passport-page .overview-status-photo-frame{top:34px;left:50%;width:min(500px,calc(100% - 76px));height:400px;transform:translateX(-50%) rotate(3deg)}.passport-page .overview-status-trust-badge{left:max(0px,calc(50% - 270px))}.passport-page .overview-status-learning-badge{right:max(-18px,calc(50% - 315px))}}@media (max-width:560px){.passport-page .overview-status-section .overview-status-cta{min-height:390px}.passport-page .overview-status-photo-frame{top:34px;left:50%;width:calc(100% - 30px);height:330px;border-width:9px;border-radius:26px;transform:translateX(-50%) rotate(3deg)}.passport-page .overview-status-trust-badge{top:52px;left:8px;min-width:150px;padding:12px 16px;border-radius:18px}.passport-page .overview-status-trust-badge span,.passport-page .overview-status-trust-badge strong{font-size:18px;line-height:1.05}.passport-page .overview-status-learning-badge{font-size:20px;right:-2px;bottom:72px;min-width:180px;padding:18px 22px;border-radius:22px}.passport-page .overview-status-learning-badge span,.passport-page .overview-status-learning-badge strong{font-size:20px}}.passport-page .passport-identity-card{display:grid;max-width:1360px;grid-template-columns:minmax(640px,1fr) minmax(340px,430px);column-gap:clamp(56px,8vw,140px);align-items:center}.passport-page .passport-identity{align-items:flex-start;gap:clamp(42px,4.8vw,70px)}.passport-page .passport-identity-card .passport-identity{justify-content:flex-start;width:100%}.passport-page .passport-identity-card .profile-right{justify-self:end}.passport-page .passport-identity .avatar-wrap{gap:14px;flex:0 0 auto;margin-top:-8px}.passport-page .passport-photo-frame{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}.passport-page .passport-photo-actions{position:absolute;right:4px;bottom:36px;display:flex;gap:6px;z-index:5}.passport-page .passport-photo-actions-compact{bottom:8px}.passport-page .passport-photo-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff;color:#0f172a;box-shadow:0 8px 18px rgba(15,23,42,.12);cursor:pointer}.passport-page .passport-photo-action:focus-visible,.passport-page .passport-photo-action:hover{background:#f8fafc;outline:none}.passport-page .passport-photo-action:disabled{opacity:.6;cursor:wait}.passport-page .passport-photo-action-danger{color:#b91c1c}.passport-page .passport-photo-input{display:none}.passport-page .passport-photo-hint{margin:0;max-width:148px;text-align:center;color:#64748b;font-size:11px;line-height:1.35}.passport-page .passport-photo-error{margin:0;max-width:160px;text-align:center;color:#b91c1c;font-size:12px;line-height:1.35}.passport-page .passport-card-photo-panel{display:grid;gap:8px;margin-bottom:4px}.passport-page .passport-card-photo-panel h4{margin:0;color:#0f172a;font-size:15px;font-weight:800}.passport-page .passport-card-photo-panel>p{margin:0;color:#64748b;font-size:13px;line-height:1.45}.passport-page .passport-card-photo-panel .passport-photo-controls{align-items:flex-start}.passport-page .passport-card-photo-panel .avatar{width:96px;height:96px}.passport-page .passport-card-photo-panel .passport-photo-actions{bottom:34px}.passport-page .passport-card-photo-panel .passport-photo-hint{max-width:none;text-align:left}.passport-page .passport-identity .avatar{width:148px;height:148px;border:6px solid #eef6f5;border-radius:50%;object-fit:cover;object-position:center;display:block;box-shadow:0 18px 38px rgba(15,23,42,.1)}.passport-page .passport-identity .verified-badge{min-height:28px;padding:6px 16px;border:1px solid rgba(20,184,166,.26);border-radius:999px;background:#ccfbf1;color:#0f766e;font-size:13px;font-weight:900;box-shadow:0 10px 20px rgba(20,184,166,.1)}.passport-page .passport-identity .verified-badge:before{content:"";width:8px;height:8px;margin-right:7px;border-radius:999px;background:#14b8a6}.passport-page .passport-identity .profile-info h2,.passport-page.public-passport-page .public-title{margin:0 0 8px;color:#0f172a;font-size:clamp(28px,2.8vw,40px);font-weight:850;line-height:1;letter-spacing:0}.passport-page .passport-identity .profile-info{min-width:0;max-width:620px}.passport-page .passport-identity-line,.passport-page.public-passport-page .public-profile-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 9px;color:#334155;font-size:15px;font-weight:850;line-height:1.35}.passport-page .passport-identity-icon-line{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 8px;color:#334155;font-size:13px;font-weight:700;line-height:1.25}.passport-page .passport-identity-icon-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.passport-page .passport-identity-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#475569}.passport-page .passport-identity-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.passport-page .passport-identity-detail-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 8px;color:#0f172a;font-size:14px;font-weight:800;line-height:1.25}.passport-page .passport-identity-detail-line span+span:before{content:"•";margin-right:8px;color:#0f172a;font-weight:900}.passport-page .passport-identity-line span,.passport-page.public-passport-page .public-profile-line span{display:inline-flex;align-items:center}.passport-page .passport-identity-line span+span:before,.passport-page.public-passport-page .public-profile-line span+span:before{content:"•";margin-right:8px;color:#64748b;font-weight:900}.passport-page .passport-identity-line-2,.passport-page.public-passport-page .public-profile-line-2{color:#0f172a;font-size:17px;font-weight:900}.passport-page .passport-identity .profile-id,.passport-page.public-passport-page .profile-id{margin:9px 0 0;color:#0f172a;font-size:15px;font-weight:850;letter-spacing:.01em}.passport-page .passport-identity-qr{align-items:center;gap:28px;margin-top:30px}.passport-page .passport-identity .qr-placeholder{width:84px;height:84px;border:1px solid #e2e8f0;border-radius:13px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.08)}.passport-page .passport-identity .qr-image{width:76px;height:76px;image-rendering:pixelated}.passport-page .passport-identity .qr-label{color:#334155;font-size:13px;font-weight:800}.passport-page .passport-identity .doc-meta{padding-top:2px}.passport-page .passport-identity .doc-meta p{margin:0 0 5px;color:#475569;font-size:13px;font-weight:700}.passport-page .passport-identity .doc-meta p strong{color:#142035;font-weight:900}.passport-page .passport-identity .doc-actions{gap:12px;margin-top:18px}.passport-page .passport-identity .doc-btn{width:38px;height:38px;border:1px solid #ccfbf1;color:#0f766e;background:#f0fdfa;box-shadow:0 10px 22px rgba(15,23,42,.11);transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.passport-page .passport-identity .doc-btn:focus-visible,.passport-page .passport-identity .doc-btn:hover{color:#fff;background:#14b8a6;border-color:#14b8a6;transform:translateY(-1px);outline:none}.passport-page.public-passport-page .passport-identity .avatar{background:linear-gradient(135deg,#0f766e,#2563eb)}.passport-page.public-passport-page .passport-identity .public-avatar-fallback{display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:54px;font-weight:800;line-height:1;letter-spacing:0}.passport-page.public-passport-page .passport-identity .profile-id{margin-bottom:0}@media (max-width:900px){.passport-page .passport-identity-card{display:flex;align-items:flex-start}.passport-page .passport-identity-card .profile-right{justify-self:auto}.passport-page .passport-identity{align-items:flex-start}.passport-page .passport-identity-card .passport-identity{justify-content:flex-start}.passport-page .passport-identity .avatar{width:128px;height:128px}}@media (max-width:560px){.passport-page .passport-identity{flex-direction:column;gap:18px}.passport-page .passport-identity .avatar-wrap{margin-top:0}.passport-page .passport-identity .avatar{width:112px;height:112px}.passport-page .passport-identity .profile-info h2,.passport-page.public-passport-page .public-title{font-size:32px}.passport-page .passport-identity-qr{flex-direction:column;align-items:flex-start}}.passport-page .profile-tabs{min-height:56px;display:flex;align-items:center;justify-content:center;gap:clamp(4px,.55vw,9px);overflow-x:auto;overflow-y:hidden;padding:0 clamp(12px,3vw,44px);border-bottom:0;background:#edf6fb;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;scroll-padding-inline:clamp(12px,3vw,44px)}.passport-page .profile-tabs::-webkit-scrollbar{display:none}.passport-page .profile-tabs .tab{flex:0 1 auto;display:inline-flex;align-items:center;min-height:38px;padding:0 clamp(9px,.85vw,14px);border:0;border-radius:12px;color:#52687f;font-size:clamp(12px,.75vw,14px);font-weight:800;line-height:1;text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease}.passport-page .profile-tabs .tab:hover{color:#0d9488;background:rgba(20,184,166,.08)}.passport-page .profile-tabs .tab.active{color:#fff;background:#14b8a6;box-shadow:0 10px 20px rgba(20,184,166,.18)}.passport-page .profile-tabs .tab:focus-visible{outline:3px solid rgba(20,184,166,.35);outline-offset:2px}@media (max-width:1280px){.passport-page .profile-tabs{justify-content:flex-start}}@media (max-width:760px){.passport-page .profile-tabs{min-height:54px;padding-inline:14px;scroll-snap-type:x proximity;mask-image:linear-gradient(90deg,transparent 0,#000 22px,#000 calc(100% - 38px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 22px,#000 calc(100% - 38px),transparent)}.passport-page .profile-tabs .tab{flex:0 0 auto;scroll-snap-align:start}}@media (max-width:640px){.passport-page{overflow-x:hidden}.passport-page .assessment-cta-banner{margin:14px 12px 0;padding:12px;gap:12px;border-radius:14px;box-shadow:0 8px 18px rgba(251,146,60,.06)}.passport-page .assessment-cta-copy{gap:3px}.passport-page .assessment-cta-copy strong{font-size:14px}.passport-page .assessment-cta-copy span{font-size:12px;line-height:1.35}.passport-page .assessment-cta-actions{gap:8px}.passport-page .assessment-cta-banner a,.passport-page .assessment-cta-banner button{flex:0 0 auto;min-height:34px;height:auto;padding:7px 12px;font-size:12px}.passport-page .profile-tabs{position:relative;gap:8px;padding-inline:16px 28px}.passport-page .profile-tabs .tab{min-height:36px;padding:0 12px;font-size:12px}.passport-page .overview-history-section{width:100%;max-width:100%;margin-bottom:42px;padding-inline:16px}.passport-page .overview-history-card{padding:18px 14px;overflow:hidden}.passport-page .overview-history-meta{align-items:flex-start;flex-direction:column;gap:4px;margin-bottom:10px}.passport-page .overview-history-meta span,.passport-page .overview-history-meta strong{font-size:12px}.passport-page .overview-history-chart{min-width:0;overflow:hidden}.passport-page .overview-history-svg{width:100%;height:auto;max-height:190px;overflow:visible}.passport-page .overview-history-labels{gap:6px;overflow:hidden;padding:0 2px;font-size:10px}.passport-page .language-section{padding-inline:14px}.passport-page .language-quick-grid{gap:16px}.passport-page .language-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.passport-page .language-status-card{min-height:112px;padding:14px 10px;align-items:center;justify-content:center}.passport-page .language-status-card strong{font-size:clamp(30px,11vw,42px);line-height:.95}.passport-page .language-status-card span{margin-top:6px;font-size:12px}.passport-page .language-status-card em{margin-top:2px;font-size:11px}.passport-page .language-declare-card,.passport-page .language-next-card,.passport-page .language-results-card{padding:18px 14px;border-radius:18px}.passport-page .language-declare-card h3,.passport-page .language-section-title{font-size:20px}.passport-page .language-certificate-upload{padding:12px}.passport-page .language-file-drop{min-height:auto;align-items:flex-start;padding:12px}.passport-page .language-extract-actions{align-items:stretch;flex-direction:column}.passport-page .language-extract-primary{width:100%}.passport-page .language-extraction-review,.passport-page .language-name-mismatch,.passport-page .language-save-error,.passport-page .language-save-success{overflow-wrap:anywhere}.passport-page .language-test-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.passport-page .language-score-panel{gap:12px}}@media (max-width:380px){.passport-page .language-status-grid{grid-template-columns:1fr}.passport-page .language-status-card{min-height:88px;display:grid;grid-template-columns:auto 1fr;column-gap:14px;text-align:left}.passport-page .language-status-card strong{grid-row:span 2;font-size:34px}.passport-page .language-status-card em,.passport-page .language-status-card span{margin-top:0}}.passport-page .passport-card-tab{padding:56px 64px 80px}.passport-page .passport-card-title-row{max-width:1180px;margin:0 auto 36px}.passport-page .passport-card-title-row h2{margin:0;color:#0f172a;font-size:clamp(40px,5vw,58px);font-weight:900;line-height:1.02;letter-spacing:0}.passport-page .passport-card-title-row p{margin:12px 0 0;color:#64748b;font-size:16px;font-weight:600}.passport-page .passport-card-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:48px;align-items:start}.passport-page .passport-card-stage{display:grid;gap:24px}.passport-page .passport-card-view-label{justify-self:start;display:inline-flex;align-items:center;min-height:36px;padding:8px 18px;border-radius:999px;background:#14b8a6;color:#fff;font-size:16px;font-weight:900;box-shadow:0 12px 24px rgba(20,184,166,.18)}.passport-page .passport-card-view-label-back{margin-top:24px}.passport-page .digital-passport-card{position:relative;overflow:hidden;min-height:360px;border-radius:24px;padding:34px 38px;color:#fff;background:radial-gradient(circle at 8% 0,rgba(96,165,250,.38),transparent 32%),radial-gradient(circle at 78% 18%,rgba(245,158,11,.12),transparent 34%),linear-gradient(135deg,#244872,#0f1f35 42%,#020617);box-shadow:0 24px 54px rgba(15,23,42,.26)}.passport-page .digital-passport-card:after{content:"";position:absolute;inset:1px;pointer-events:none;border:1px solid rgba(255,255,255,.08);border-radius:inherit}.passport-page .digital-card-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px}.passport-page .digital-card-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:19px;font-weight:900}.passport-page .digital-card-brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:linear-gradient(135deg,#ff6b00,#14b8a6);color:#fff;font-size:20px;font-weight:950}.passport-page .digital-card-tier{display:inline-flex;align-items:center;border-radius:999px;padding:9px 20px;color:#fff;font-size:15px;font-weight:900;box-shadow:0 10px 20px rgba(245,158,11,.24)}.passport-page .digital-card-holder{position:relative;z-index:1;margin-top:70px;display:grid;gap:10px}.passport-page .digital-card-holder-main{display:flex;align-items:center;gap:18px}.passport-page .digital-card-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.35);box-shadow:0 10px 24px rgba(15,23,42,.28)}.passport-page .digital-card-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.14);color:#fff;font-size:22px;font-weight:900;letter-spacing:.04em}.passport-page .digital-card-holder-copy{display:grid;gap:10px;min-width:0}.passport-page .digital-back-header span,.passport-page .digital-card-holder span,.passport-page .digital-card-holder-copy span,.passport-page .digital-card-meta span,.passport-page .digital-card-score-block span{color:rgba(255,255,255,.58);font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.passport-page .digital-card-holder strong,.passport-page .digital-card-holder-copy strong{color:#fff;font-size:clamp(30px,4vw,42px);font-weight:900;line-height:1}.passport-page .digital-card-holder em,.passport-page .digital-card-holder-copy em{color:rgba(255,255,255,.86);font-size:18px;font-style:normal;font-weight:700;letter-spacing:.01em}.passport-page .digital-card-bottom{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:28px;margin-top:74px}.passport-page .digital-card-score-block{display:grid;gap:12px}.passport-page .digital-card-score-block strong{color:#12c8b5;font-size:clamp(52px,7vw,74px);font-weight:950;line-height:.9}.passport-page .digital-card-score-block small{margin-left:8px;color:rgba(255,255,255,.84);font-size:18px;font-weight:700}.passport-page .digital-card-qr-wrap{width:126px;min-height:126px;flex:0 0 auto;border-radius:12px;background:rgba(255,255,255,.95);padding:10px;box-shadow:0 18px 34px rgba(2,6,23,.28)}.passport-page .digital-card-qr{display:block;width:100%;height:auto;border-radius:6px}.passport-page .digital-card-qr-empty{display:grid;min-height:106px;place-items:center;text-align:center;color:#475569;font-size:11px;font-weight:800;line-height:1.35}.passport-page .digital-passport-card-back{min-height:340px}.passport-page .digital-back-header{position:relative;z-index:1;display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:42px}.passport-page .digital-back-header strong{color:#12c8b5;font-size:24px;font-weight:900}.passport-page .digital-breakdown-bars{position:relative;z-index:1;display:grid;grid-template-columns:repeat(8,minmax(56px,1fr));gap:16px;align-items:end}.passport-page .digital-breakdown-item{display:grid;justify-items:center;gap:10px;min-width:0}.passport-page .digital-breakdown-pill{display:flex;align-items:end;width:54px;height:136px;padding:0;overflow:hidden;border-radius:999px;background:rgba(20,184,166,.25)}.passport-page .digital-breakdown-pill span{width:100%;border-radius:999px;background:linear-gradient(180deg,#12c8b5,#0fb7a8);box-shadow:inset 0 1px 0 rgba(255,255,255,.26)}.passport-page .digital-breakdown-item strong{max-width:86px;min-height:30px;color:rgba(255,255,255,.9);font-size:11px;font-weight:800;line-height:1.15;text-align:center}.passport-page .digital-breakdown-item em{color:rgba(255,255,255,.48);font-size:10px;font-style:normal;font-weight:700}.passport-page .digital-card-meta{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr 2fr;gap:22px;margin-top:32px;padding-top:22px;border-top:1px solid rgba(255,255,255,.24)}.passport-page .digital-card-meta div{display:grid;gap:8px;min-width:0}.passport-page .digital-card-meta strong{overflow:hidden;color:rgba(255,255,255,.94);font-size:15px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.passport-page .digital-card-verify{text-align:right}.passport-page .passport-card-management h3{margin:0 0 28px;color:#172033;font-size:30px;font-weight:900}.passport-page .passport-card-management-panel{display:grid;gap:18px;padding:34px;border:1px solid rgba(226,232,240,.85);border-radius:24px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.09)}.passport-page .passport-card-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;width:100%;border:1px solid #14b8a6;border-radius:14px;background:#fff;color:#0f9f93;text-decoration:none;font-size:16px;font-weight:900;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.passport-page .passport-card-action:focus-visible,.passport-page .passport-card-action:hover{background:#f0fdfa;transform:translateY(-1px);outline:none}.passport-page .passport-card-action-primary{border-color:transparent;background:#0f9f93;color:#fff;box-shadow:0 14px 24px rgba(20,184,166,.2)}.passport-page .passport-card-action-primary:focus-visible,.passport-page .passport-card-action-primary:hover{background:#0d9488}.passport-page .passport-card-action:disabled{cursor:not-allowed;border-color:#cbd5e1;background:#f8fafc;color:#94a3b8;box-shadow:none;transform:none}.passport-page .passport-card-enable-note{padding:12px 14px;border:1px solid #fde68a;border-radius:14px;background:#fffbeb;color:#92400e;font-size:13px;font-weight:800;line-height:1.4}.passport-page .passport-card-action-status{margin:0;color:#0f766e;font-size:13px;font-weight:800;text-align:center}.passport-page .passport-card-action-divider{height:1px;margin:16px 0 2px;background:#e2e8f0}.passport-page .passport-card-action-footnote{margin:0;color:#64748b;font-size:13px;font-weight:700;line-height:1.45;text-align:center}@media (max-width:1080px){.passport-page .passport-card-layout{grid-template-columns:1fr}.passport-page .passport-card-management{max-width:520px}}@media (max-width:760px){.passport-page .passport-card-tab{padding:36px 20px 60px}.passport-page .digital-passport-card{padding:26px 22px}.passport-page .digital-card-bottom,.passport-page .digital-card-meta{display:grid;grid-template-columns:1fr}.passport-page .digital-card-verify{text-align:left}.passport-page .digital-breakdown-bars{grid-template-columns:repeat(4,minmax(58px,1fr));row-gap:22px}}@media print{@page{size:A4 portrait;margin:12mm}body.passport-card-print-mode{margin:0!important;padding:0!important;background:#fff!important}body.passport-card-print-mode>:not(#passport-card-print-root){display:none!important}body.passport-card-print-mode #passport-card-print-root{display:block!important;width:100%!important;margin:0!important;padding:0!important;overflow:visible!important;background:#fff!important}body.passport-card-print-mode #passport-card-print-root .passport-card-print-area{display:block!important;position:static!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important}body.passport-card-print-mode #passport-card-print-root .passport-card-view-label{display:inline-flex!important;margin:0 0 4mm!important;padding:2mm 5mm!important;color:#0f172a!important;background:transparent!important;box-shadow:none!important;border:1px solid #cbd5e1!important;font-size:11pt!important}body.passport-card-print-mode #passport-card-print-root .digital-passport-card{display:block!important;position:relative!important;box-sizing:border-box!important;width:145mm!important;max-width:100%!important;min-width:0!important;height:96mm!important;min-height:0!important;margin:0 auto 7mm!important;padding:9mm!important;break-inside:avoid!important;page-break-inside:avoid!important;overflow:hidden!important;border-radius:10mm!important;color:#fff!important;background:radial-gradient(circle at 8% 0,rgba(96,165,250,.38),transparent 32%),radial-gradient(circle at 78% 18%,rgba(245,158,11,.12),transparent 34%),linear-gradient(135deg,#244872,#0f1f35 42%,#020617)!important;box-shadow:none!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}body.passport-card-print-mode #passport-card-print-root .digital-passport-card:after{content:"";position:absolute;inset:1px;border:1px solid rgba(255,255,255,.08);border-radius:inherit}body.passport-card-print-mode #passport-card-print-root .digital-back-header,body.passport-card-print-mode #passport-card-print-root .digital-card-bottom,body.passport-card-print-mode #passport-card-print-root .digital-card-top{position:relative!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:space-between!important}body.passport-card-print-mode #passport-card-print-root .digital-card-bottom{align-items:end!important}body.passport-card-print-mode #passport-card-print-root .digital-card-brand{display:inline-flex!important;align-items:center!important;gap:3mm!important;color:#fff!important;font-size:13pt!important;font-weight:900!important}body.passport-card-print-mode #passport-card-print-root .digital-card-brand-mark{display:grid!important;width:8mm!important;height:8mm!important;place-items:center!important;border-radius:2mm!important;background:linear-gradient(135deg,#ff6b00,#14b8a6)!important;color:#fff!important;font-weight:950!important}body.passport-card-print-mode #passport-card-print-root .digital-card-tier{display:inline-flex!important;border-radius:999px!important;padding:2mm 5mm!important;color:#fff!important;font-size:10pt!important;font-weight:900!important}body.passport-card-print-mode #passport-card-print-root .digital-back-header,body.passport-card-print-mode #passport-card-print-root .digital-breakdown-bars,body.passport-card-print-mode #passport-card-print-root .digital-card-bottom,body.passport-card-print-mode #passport-card-print-root .digital-card-holder,body.passport-card-print-mode #passport-card-print-root .digital-card-meta{writing-mode:horizontal-tb!important}body.passport-card-print-mode #passport-card-print-root .digital-card-top{gap:6mm!important}body.passport-card-print-mode #passport-card-print-root .digital-card-holder{position:relative!important;z-index:1!important;display:grid!important;margin-top:12mm!important;gap:3mm!important}body.passport-card-print-mode #passport-card-print-root .digital-card-holder-main{display:flex!important;align-items:center!important;gap:4mm!important}body.passport-card-print-mode #passport-card-print-root .digital-card-avatar{width:16mm!important;height:16mm!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important}body.passport-card-print-mode #passport-card-print-root .digital-card-avatar-fallback{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:rgba(255,255,255,.14)!important;color:#fff!important;font-size:12pt!important;font-weight:900!important}body.passport-card-print-mode #passport-card-print-root .digital-card-holder-copy{display:grid!important;gap:3mm!important;min-width:0!important}body.passport-card-print-mode #passport-card-print-root .digital-back-header span,body.passport-card-print-mode #passport-card-print-root .digital-card-holder span,body.passport-card-print-mode #passport-card-print-root .digital-card-meta span,body.passport-card-print-mode #passport-card-print-root .digital-card-score-block span{color:rgba(255,255,255,.58)!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important}body.passport-card-print-mode #passport-card-print-root .digital-card-bottom{margin-top:10mm!important;gap:8mm!important}body.passport-card-print-mode #passport-card-print-root .digital-card-holder strong{font-size:24pt!important;color:#fff!important;font-weight:900!important;line-height:1!important}body.passport-card-print-mode #passport-card-print-root .digital-card-holder em{color:rgba(255,255,255,.86)!important;font-size:11pt!important;font-style:normal!important;font-weight:700!important}body.passport-card-print-mode #passport-card-print-root .digital-card-score-block strong{font-size:31pt!important;color:#12c8b5!important}body.passport-card-print-mode #passport-card-print-root .digital-card-score-block small{color:rgba(255,255,255,.84)!important;font-size:8pt!important}body.passport-card-print-mode #passport-card-print-root .digital-card-qr-wrap{width:22mm!important;min-height:22mm!important;padding:1.5mm!important;border-radius:3mm!important;background:rgba(255,255,255,.95)!important}body.passport-card-print-mode #passport-card-print-root .digital-card-qr,body.passport-card-print-mode #passport-card-print-root .digital-card-qr-empty{width:100%!important}body.passport-card-print-mode #passport-card-print-root .digital-back-header{margin-bottom:8mm!important}body.passport-card-print-mode #passport-card-print-root .digital-back-header strong{color:#12c8b5!important;font-size:15pt!important;font-weight:900!important}body.passport-card-print-mode #passport-card-print-root .digital-breakdown-bars{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:2.5mm!important}body.passport-card-print-mode #passport-card-print-root .digital-breakdown-item{display:grid!important;justify-items:center!important;gap:2mm!important;min-width:0!important}body.passport-card-print-mode #passport-card-print-root .digital-breakdown-pill{display:flex!important;align-items:end!important;width:9mm!important;height:27mm!important;overflow:hidden!important;border-radius:999px!important;background:rgba(20,184,166,.25)!important}body.passport-card-print-mode #passport-card-print-root .digital-breakdown-pill span{width:100%!important;border-radius:999px!important;background:linear-gradient(180deg,#12c8b5,#0fb7a8)!important}body.passport-card-print-mode #passport-card-print-root .digital-breakdown-item strong{max-width:14mm!important;min-height:7mm!important;color:rgba(255,255,255,.9)!important;font-size:6.5pt!important;font-weight:800!important;line-height:1.05!important;text-align:center!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}body.passport-card-print-mode #passport-card-print-root .digital-breakdown-item em{color:rgba(255,255,255,.48)!important;font-size:6pt!important;font-style:normal!important;font-weight:700!important}body.passport-card-print-mode #passport-card-print-root .digital-card-meta{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:1fr 1fr 2fr!important;gap:4mm!important;margin-top:7mm!important;padding-top:5mm!important;border-top:1px solid rgba(255,255,255,.24)!important}body.passport-card-print-mode #passport-card-print-root .digital-card-meta div{display:grid!important;gap:2mm!important;min-width:0!important}body.passport-card-print-mode #passport-card-print-root .digital-card-meta span{font-size:7pt!important}body.passport-card-print-mode #passport-card-print-root .digital-card-meta strong{font-size:8pt!important;white-space:nowrap!important}body.passport-card-print-mode #passport-card-print-root .digital-card-verify strong{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}body.passport-card-print-mode #passport-card-print-root .passport-card-view-label-back{break-before:page!important;page-break-before:always!important;margin-top:0!important}}.passport-page .experience-crs-form{display:block;padding:28px 32px 32px}.passport-page .immigration-permit-card{display:block;margin-top:20px;padding:28px 32px 32px;background:#fff;border:1px solid #e2e8f0;border-radius:20px}.passport-page .immigration-permit-card h3{margin:0 0 8px;font-size:20px;font-weight:800;color:#0f172a}.passport-page .experience-crs-form .cred-form-title{font-size:18px;font-weight:800;color:#0f172a}.passport-page .crs-required,.passport-page .experience-crs-form .crs-required{color:#dc2626;font-weight:800;margin-left:2px}.passport-page .experience-crs-form .crs-field-error{margin:6px 0 0;font-size:12px;font-weight:600;color:#dc2626}.passport-page .experience-crs-form .crs-input-invalid,.passport-page .experience-crs-form .exp-input-invalid{border-color:#fca5a5!important;background:#fff7f7;box-shadow:0 0 0 3px rgba(248,113,113,.12)}.passport-page .experience-upload-banner{width:100%;height:125px;background:#14b8a6;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-top:24px;margin-bottom:40px;box-shadow:0 10px 25px rgba(20,184,166,.25),0 4px 12px rgba(0,0,0,.08);cursor:pointer;transition:all .25s ease}.passport-page .experience-upload-banner:hover{transform:translateY(-2px)}.passport-page .experience-upload-content{display:flex;align-items:center;gap:24px}.passport-page .experience-upload-icon{display:flex;align-items:center;justify-content:center;color:white}.passport-page .experience-upload-icon svg{width:58px;height:58px}.passport-page .experience-upload-title{color:white;font-size:42px;font-weight:800;line-height:1}.passport-page .experience-work-history{margin-top:40px}.passport-page .experience-work-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.passport-page .experience-canada-badge{color:#c2410c;font-weight:700}.passport-page .experience-edit-btn{margin-left:auto;border:1px solid #f59e0b;background:white;border-radius:999px;padding:8px 18px;cursor:pointer}.passport-page .experience-history-card{position:relative;background:white;border-radius:24px;padding:40px;box-shadow:0 10px 25px rgba(0,0,0,.08)}.passport-page .experience-timeline-line{position:absolute;left:49px;top:112px;bottom:345px;width:4px;background:#14B8A6}.passport-page .experience-job-row{display:grid;grid-template-columns:40px 90px 1fr 170px;gap:24px;align-items:flex-start;position:relative;padding:32px 0}.passport-page .experience-timeline-node{width:24px;height:24px;border-radius:50%;margin-top:40px;z-index:2}.passport-page .experience-company-logo{width:72px;height:72px;object-fit:contain;background:white;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.passport-page .experience-status-badge{margin-top:10px;padding:6px 10px;border-radius:999px;font-size:12px;text-align:center}.passport-page .experience-status-badge.verified{background:#dcfce7;color:#166534}.passport-page .experience-status-badge.pending{background:#e5e7eb;color:#475569}.passport-page .experience-status-badge.incomplete{background:#fef3c7;color:#92400e}.passport-page .experience-job-content h3{color:#14B8A6;margin:0;font-size:32px;font-weight:800;overflow-wrap:break-word}.passport-page .experience-job-content h4{margin:4px 0 12px;font-weight:700;color:#0f172a}.passport-page .experience-job-content ul{margin-top:10px}.passport-page .experience-job-content li{margin-bottom:6px}.passport-page .experience-reference-btn{border:1px solid #14b8a6;color:#14B8A6;border-radius:999px;padding:10px 16px;height:fit-content;text-align:center;font-weight:700}.experience-edit-btn{border:1px solid #f59e0b;color:#f59e0b;background:#fff;transition:all .2s ease}.experience-edit-btn:hover{background:#f59e0b;color:#fff}.experience-reference-btn{border:1px solid #14b8a6;color:#14b8a6;background:#fff;transition:.2s ease}.experience-reference-btn:hover{background:#14b8a6;color:#fff}.timeline-node{width:28px;height:28px;border-radius:50%;z-index:2;margin-left:-2px}.timeline-node-open{background:#fff;border:3px solid #14b8a6}.timeline-node-filled{background:#14b8a6}.experience-timeline-line{position:absolute;left:61px;top:40px;bottom:40px;width:4px;background:#14b8a6}.experience-company-logo{width:64px;height:64px}.experience-job-content h3{font-size:32px;font-weight:800;color:#14b8a6;line-height:1.2;margin-bottom:8px}.experience-history-card{border-radius:24px;background:#fff;padding:40px;box-shadow:0 10px 30px rgba(0,0,0,.08);position:relative}.experience-timeline-node{width:28px;height:28px;border-radius:50%;position:relative;z-index:2}.experience-timeline-node-open{background:#ffffff;border:3px solid #14b8a6}.experience-timeline-node-filled{background:#14B8A6;border:3px solid #14b8a6}.passport-page .experience-job-content{min-width:0}.passport-page .experience-job-content h3{font-size:38px;line-height:1.1;word-break:normal}.passport-page .experience-job-content h4{font-size:24px;line-height:1.3}.passport-page .experience-job-content li,.passport-page .experience-job-content p{font-size:18px;line-height:1.6}.experience-volunteer-section{margin-top:60px}.experience-volunteer-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.experience-volunteer-node{width:24px;height:24px;border-radius:50%;background:#14B8A6;justify-self:center;align-self:flex-start;position:relative;margin-top:45px}.experience-volunteer-section .experience-history-card{position:relative}.experience-history-card{overflow:hidden}.experience-volunteer-job-row{display:grid;grid-template-columns:60px 150px 1fr 180px;gap:24px;align-items:start;position:relative;padding:32px 0}.experience-volunteer-job-row .experience-job-content{min-width:0;width:100%}.experience-volunteer-header h2{font-size:32px}.experience-volunteer-job-row .experience-job-content h3{font-size:48px;line-height:1.1;color:#14B8A6;white-space:normal;word-break:normal}.experience-volunteer-job-row .experience-job-content h4{font-size:28px;margin-top:6px}.experience-volunteer-job-row .experience-reference-btn{width:170px;justify-self:end}.experience-volunteer-job-row .experience-logo-col{width:90px}.experience-skills-section{margin-top:70px}.experience-skills-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:start;margin-top:52px}.experience-hard-card{background:#18B8AE;border-radius:24px;padding:34px 36px;box-shadow:0 16px 30px rgba(0,0,0,.08)}.experience-skill-item{margin-bottom:28px}.experience-skill-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.experience-skill-name{font-size:23px;font-weight:800;color:white}.experience-skill-level strong{font-weight:700}.experience-skill-level{display:flex;align-items:center;gap:8px;color:#E8FFFF;font-size:14px}.experience-skill-percent{font-size:20px;font-weight:800;color:white}.experience-skill-track{height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.75);overflow:hidden;background:transparent}.experience-skill-fill{height:100%;border-radius:999px;background:#ffffff}.experience-hard-column h2,.experience-soft-column h2{font-size:56px;font-weight:900;color:#172554;line-height:1;letter-spacing:-1px;margin-bottom:0}.experience-soft-card{background:#ffffff;border-radius:24px;padding:28px 32px;box-shadow:0 10px 28px rgba(0,0,0,.08)}.experience-soft-text{font-size:17px;line-height:1.9;color:#334155;font-weight:700;margin:0}.experience-soft-card ul{margin:0;padding-left:18px}.experience-soft-card li{margin-bottom:10px;font-size:18px;color:#334155}.experience-soft-image{width:100%;height:360px;object-fit:cover;border-radius:24px;margin-top:24px;display:block}.experience-skills-section h2{font-size:54px;font-weight:900;color:#172554;margin-bottom:22px;letter-spacing:-1px}.experience-hard-column,.experience-soft-column{display:flex;flex-direction:column;gap:22px}.experience-skill-item:last-child{margin-bottom:0}@media (max-width:1100px){.experience-skills-grid{grid-template-columns:1fr}.experience-soft-image{height:260px}}.experience-next-section{margin-top:70px}.experience-next-title{font-size:54px;font-weight:900;color:#172554;margin-bottom:28px}.experience-next-card{background:#fff;border-radius:28px;padding:42px;box-shadow:0 14px 32px rgba(0,0,0,.08)}.experience-next-heading{font-size:54px;color:#14B8A6;font-weight:900;line-height:1.1;margin-bottom:26px}.experience-next-subtitle{color:#EA580C;font-size:28px;font-weight:800;margin-bottom:42px}.experience-next-item{display:flex;align-items:center;gap:22px;padding:18px 0}.experience-next-dot{width:22px;height:22px;border-radius:50%;background:#14B8A6;flex-shrink:0;position:relative}.experience-next-dot:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:white;border-radius:50%}.experience-next-text{font-size:24px;color:#475569}.experience-next-text strong{color:#14B8A6;font-weight:800}.experience-next-divider{height:1px;background:#E5E7EB;margin:6px 0}.passport-page .experience-tab .experience-tab-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.passport-page .experience-tab .experience-tab-header h2{margin-bottom:6px}.passport-page .experience-tab .experience-tab-subtitle{margin:0;max-width:42rem;font-size:14px;line-height:1.55;color:#64748b}.passport-page .experience-tab .experience-primary-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border:none;border-radius:12px;background:#0f766e;color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(15,118,110,.22);transition:background .2s ease,transform .2s ease}.passport-page .experience-tab .experience-primary-cta:hover{background:#0d9488;transform:translateY(-1px)}.passport-page .experience-tab .experience-primary-cta-sm{margin-top:14px;padding:10px 14px;font-size:13px;box-shadow:none}.passport-page .experience-tab .experience-work-history{margin-top:0}.passport-page .experience-tab .experience-work-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.passport-page .experience-tab .experience-work-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.passport-page .experience-tab .experience-work-title{margin:0;font-size:18px;font-weight:800;color:#0f172a}.passport-page .experience-tab .experience-work-count{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700}.passport-page .experience-tab .experience-history-card{padding:24px 28px}.passport-page .experience-tab .experience-inline-form{padding:22px 24px 24px;margin-bottom:20px;border:1px solid #e2e8f0;border-radius:18px;background:linear-gradient(180deg,#f8fafc,#ffffff 48%);box-shadow:0 10px 28px rgba(15,23,42,.05)}.passport-page .experience-tab .experience-form-header{margin-bottom:8px}.passport-page .experience-tab .experience-form-help{margin-top:4px;margin-bottom:8px}.passport-page .experience-tab .experience-form-section{margin-top:18px;padding-top:16px;border-top:1px solid #e2e8f0}.passport-page .experience-tab .experience-form-section-last{margin-bottom:8px}.passport-page .experience-tab .experience-form-section-label{margin-bottom:12px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.passport-page .experience-tab .experience-responsibilities-field{margin-top:2px}.passport-page .experience-tab .experience-responsibilities-hint{margin:0 0 10px;font-size:13px;line-height:1.45;color:#64748b}.passport-page .experience-tab .experience-responsibilities-input{min-height:132px;padding:14px 16px;border:1px solid #cbd5e1;border-radius:12px;background:#ffffff;font-size:14px;line-height:1.6;color:#0f172a;box-shadow:inset 0 1px 2px rgba(15,23,42,.04)}.passport-page .experience-tab .experience-responsibilities-input::placeholder{color:#94a3b8;line-height:1.55}.passport-page .experience-tab .experience-responsibilities-input:focus{border-color:#14b8a6;background:#f8fffd;box-shadow:0 0 0 3px rgba(20,184,166,.14)}.passport-page .experience-tab .exp-required{color:#dc2626;font-weight:800;margin-left:2px}.passport-page .experience-tab .exp-field-error{margin:6px 0 0;font-size:12px;font-weight:600;color:#dc2626}.passport-page .experience-tab .exp-input-invalid{border-color:#fca5a5!important;background:#fff7f7;box-shadow:0 0 0 3px rgba(248,113,113,.12)}.passport-page .experience-tab .experience-timeline-card{padding:28px 28px 20px;border:1px solid #e2e8f0;box-shadow:0 10px 28px rgba(15,23,42,.05)}.passport-page .experience-tab .experience-job-row{grid-template-columns:28px 72px minmax(0,1fr) auto;gap:18px 20px;padding:24px 0;align-items:flex-start;border-bottom:1px solid #e2e8f0}.passport-page .experience-tab .experience-job-row-last,.passport-page .experience-tab .experience-job-row:last-child{border-bottom:none;padding-bottom:8px}.passport-page .experience-tab .experience-empty-row{grid-template-columns:28px minmax(0,1fr)}.passport-page .experience-tab .experience-timeline-line{left:39px;top:52px;bottom:52px;width:2px;background:linear-gradient(180deg,#14b8a6,#99f6e4 55%,#e2e8f0);border-radius:999px}.passport-page .experience-tab .experience-timeline-node{margin-top:22px;width:18px;height:18px;border:3px solid #14b8a6;background:#ffffff;box-shadow:0 0 0 4px rgba(20,184,166,.12);z-index:2}.passport-page .experience-tab .experience-timeline-node-open{background:#14b8a6;box-shadow:0 0 0 5px rgba(20,184,166,.16)}.passport-page .experience-tab .experience-timeline-node-filled{background:#ccfbf1;border-color:#0f766e}.passport-page .experience-tab .experience-logo-col{display:flex;flex-direction:column;align-items:center;gap:2px;padding-top:2px}.passport-page .experience-tab .experience-company-avatar{width:56px;height:56px;border-radius:14px;background:linear-gradient(145deg,#ecfdf5,#ccfbf1);color:#0f766e;font-weight:800;font-size:16px;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;border:1px solid #99f6e4;box-shadow:0 4px 12px rgba(15,118,110,.08)}.passport-page .experience-tab .experience-status-badge{margin-top:8px;padding:4px 10px;font-size:11px;font-weight:700;white-space:nowrap}.passport-page .experience-tab .experience-job-heading{margin-bottom:8px}.passport-page .experience-tab .experience-job-content h3{margin:0;font-size:18px;line-height:1.3;font-weight:800;color:#0f766e;letter-spacing:-.01em}.passport-page .experience-tab .experience-job-content h4{font-size:14px;margin:4px 0 0;font-weight:600;line-height:1.4;color:#334155}.passport-page .experience-tab .experience-job-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;margin-bottom:12px;font-size:13px;color:#64748b}.passport-page .experience-tab .experience-job-meta-period{font-weight:600;color:#475569}.passport-page .experience-tab .experience-job-meta span+span:before{content:"·";margin-right:12px;color:#cbd5e1}.passport-page .experience-tab .experience-job-duties{margin-top:2px;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.passport-page .experience-tab .experience-job-duties strong{display:block;margin-bottom:6px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.passport-page .experience-tab .experience-job-duties ul{margin:0;padding-left:1.1rem}.passport-page .experience-tab .experience-job-content li,.passport-page .experience-tab .experience-job-content p{font-size:14px;line-height:1.55;color:#475569}.passport-page .experience-tab .experience-job-content li+li{margin-top:4px}.passport-page .experience-tab .experience-empty-state{padding:12px 8px 8px}.passport-page .experience-tab .experience-empty-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;background:#f0fdfa;color:#0f766e;border:1px solid #ccfbf1}.passport-page .experience-tab .experience-empty-state h3{margin:0 0 6px;font-size:18px;color:#0f172a}.passport-page .experience-tab .experience-empty-state p{margin:0;max-width:28rem;font-size:14px;color:#64748b}.passport-page .experience-tab .experience-job-actions{display:flex;flex-direction:column;gap:8px;min-width:96px;padding-top:2px}.passport-page .experience-tab .experience-job-actions .experience-edit-btn,.passport-page .experience-tab .experience-job-actions .experience-reference-btn{display:inline-flex;align-items:center;justify-content:center;font-size:13px;padding:8px 12px;cursor:pointer}.passport-page .experience-tab .experience-canada-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;color:#c2410c;font-size:12px;font-weight:700}.passport-page .experience-overview-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:28px}.passport-page .experience-overview-strip-3{grid-template-columns:repeat(3,minmax(0,1fr))}.passport-page .experience-overview-stat{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px 20px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.passport-page .experience-overview-label{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:8px}.passport-page .experience-overview-value{display:block;font-size:28px;font-weight:800;line-height:1.1;color:#0f766e}.passport-page .experience-overview-value-sm{font-size:18px;line-height:1.3}.passport-page .experience-overview-sep{margin:0 6px;color:#cbd5e1;font-weight:600}.passport-page .experience-overview-max{font-size:18px;font-weight:700;color:#94a3b8}.passport-page .experience-overview-note{display:block;margin-top:6px;font-size:12px;font-style:normal;color:#64748b}.passport-page .experience-overview-stat-score .experience-overview-value{color:#ea580c}@media (max-width:900px){.passport-page .experience-overview-strip-3{grid-template-columns:1fr 1fr}}@media (max-width:720px){.passport-page .experience-tab .experience-job-row{grid-template-columns:22px minmax(0,1fr);gap:10px 14px;padding:20px 0}.passport-page .experience-tab .experience-logo-col{display:none}.passport-page .experience-tab .experience-timeline-line{left:10px;top:36px;bottom:36px;display:block}.passport-page .experience-tab .experience-timeline-node{display:block;margin-top:8px;width:14px;height:14px;border-width:2px;box-shadow:0 0 0 3px rgba(20,184,166,.12)}.passport-page .experience-tab .experience-empty-row{grid-template-columns:1fr}.passport-page .experience-tab .experience-empty-row .experience-timeline-node{display:none}.passport-page .experience-tab .experience-timeline-card:has(.experience-empty-row) .experience-timeline-line{display:none}.passport-page .experience-tab .experience-job-actions{grid-column:2/-1;flex-direction:row;flex-wrap:wrap;min-width:0}.passport-page .experience-tab .experience-job-content h3{font-size:17px}.passport-page .experience-tab .experience-inline-form{padding:18px 16px 20px}.passport-page .experience-tab .experience-history-card,.passport-page .experience-tab .experience-timeline-card{padding:18px 16px}.passport-page .experience-tab .experience-responsibilities-input{min-height:120px;padding:12px 14px}}@media (max-width:640px){.passport-page .experience-overview-strip,.passport-page .experience-overview-strip-3{grid-template-columns:1fr}.passport-page .experience-tab .experience-tab-header{flex-direction:column;align-items:stretch}.passport-page .experience-tab .experience-primary-cta{justify-content:center}}