:root{--bg: #ffffff;--bg-alt: #f6f8fb;--surface: #ffffff;--surface-2: #f0f3f8;--line: #e3e8ef;--line-soft: #edf1f6;--text: #101828;--text-muted: #4b5768;--text-faint: #8a94a3;--teal: #0f9488;--teal-dark: #0b7a71;--teal-soft: rgba(15,148,136,.1);--navy: #0b1220;--chip-bg: #05070c;--nav-bg: rgba(255,255,255,.88);--radius: 14px;--radius-sm: 8px;--shadow-sm: 0 1px 2px rgba(16,24,40,.05);--shadow-md: 0 4px 16px rgba(16,24,40,.06), 0 1px 3px rgba(16,24,40,.06);--shadow-lg: 0 20px 48px rgba(16,24,40,.1), 0 2px 8px rgba(16,24,40,.06);--maxw: 1152px;--font-display: "Manrope", "Segoe UI", sans-serif;--font-body: "Inter", "Segoe UI", -apple-system, sans-serif;--select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%234b5768' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8l4 4 4-4'/%3E%3C/svg%3E")}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #0a0f1c;--bg-alt: #0f1626;--surface: #121a2b;--surface-2: #1a2337;--line: #263048;--line-soft: #1b2436;--text: #eef1f6;--text-muted: #9aa7bb;--text-faint: #67748a;--teal-dark: #5eead4;--teal-soft: rgba(45,212,196,.16);--navy: #f3f6fb;--nav-bg: rgba(10,15,28,.86);--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.35), 0 1px 3px rgba(0,0,0,.3);--shadow-lg: 0 20px 48px rgba(0,0,0,.45), 0 2px 8px rgba(0,0,0,.3);--select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%239aa7bb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8l4 4 4-4'/%3E%3C/svg%3E")}}:root[data-theme=dark]{--bg: #0a0f1c;--bg-alt: #0f1626;--surface: #121a2b;--surface-2: #1a2337;--line: #263048;--line-soft: #1b2436;--text: #eef1f6;--text-muted: #9aa7bb;--text-faint: #67748a;--teal-dark: #5eead4;--teal-soft: rgba(45,212,196,.16);--navy: #f3f6fb;--nav-bg: rgba(10,15,28,.86);--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.35), 0 1px 3px rgba(0,0,0,.3);--shadow-lg: 0 20px 48px rgba(0,0,0,.45), 0 2px 8px rgba(0,0,0,.3);--select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%239aa7bb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8l4 4 4-4'/%3E%3C/svg%3E")}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;margin:0;letter-spacing:-.015em;color:var(--navy)}p{margin:0}ul{margin:0;padding:0;list-style:none}button{font-family:inherit}::selection{background:var(--teal-soft);color:var(--navy)}:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px;position:relative;z-index:1}.eyebrow{font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--teal-dark);display:flex;align-items:center;gap:8px;margin-bottom:16px}.logo-lockup{display:inline-flex;align-items:center;gap:12px}.logo-lockup svg{flex-shrink:0}.logo-word{display:flex;flex-direction:column;line-height:1.1}.logo-word-main{font-family:var(--font-display);font-weight:800;font-size:17px;color:var(--navy);letter-spacing:-.01em}.logo-word-tag{font-size:10.5px;font-weight:600;letter-spacing:.14em;color:var(--text-faint);margin-top:2px}.site-nav{position:sticky;top:0;z-index:50;background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-nav .wrap{display:flex;align-items:center;justify-content:space-between;height:76px}.brand,.nav-right{display:flex;align-items:center}.nav-links{display:flex;gap:4px;align-items:center}.nav-links a{font-size:14.5px;font-weight:600;color:var(--text-muted);padding:9px 16px;border-radius:999px;transition:color .15s ease,background .15s ease}.nav-links a:hover{color:var(--navy);background:var(--surface-2)}.nav-links a.active{color:var(--teal-dark);background:var(--teal-soft)}.nav-cta{font-size:14.5px;font-weight:700;background:var(--chip-bg)!important;color:#fff!important;padding:10px 20px!important;margin-left:10px;border-radius:999px}.nav-cta:hover{background:var(--teal)!important;color:#fff!important}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle span{width:22px;height:2px;background:var(--navy);display:block;border-radius:2px}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--surface-2);color:var(--text-muted);cursor:pointer;margin-left:8px;flex-shrink:0;transition:background .15s ease,color .15s ease,border-color .15s ease}.theme-toggle:hover{color:var(--teal-dark);border-color:var(--teal)}.theme-toggle svg{width:18px;height:18px}.btn{font-size:14.5px;font-weight:700;display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.btn-primary{background:var(--teal);color:#fff;border-color:var(--teal);box-shadow:0 8px 20px #0f94883d}.btn-primary:hover{filter:brightness(.9);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--navy);border-color:var(--line)}.btn-ghost:hover{border-color:var(--navy);background:var(--surface-2)}.btn-row{display:flex;gap:14px;flex-wrap:wrap}.btn-arrow{transition:transform .15s ease}.btn:hover .btn-arrow{transform:translate(3px)}.hero{padding:108px 0 96px;position:relative;overflow:hidden;background:radial-gradient(560px 320px at 82% -10%,var(--teal-soft),transparent 70%),var(--bg)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.hero h1{font-size:clamp(2.5rem,4.4vw,3.5rem);line-height:1.1;color:var(--navy)}.hero h1 em{font-style:normal;color:var(--teal)}.hero-lede{margin-top:22px;font-size:18px;color:var(--text-muted);max-width:46ch}.hero .btn-row{margin-top:34px}.hero-visual{position:relative}.page-hero{padding:76px 0 64px;border-bottom:1px solid var(--line);background:radial-gradient(480px 260px at 88% -20%,var(--teal-soft),transparent 70%),var(--bg)}.page-hero h1,.page-hero .page-title{font-size:clamp(2.1rem,3.6vw,2.75rem)}.page-hero .hero-lede{margin-top:16px}.hero-panel{background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-lg);padding:28px;position:relative}.hero-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.hero-panel-head .dot-row{display:flex;gap:6px}.hero-panel-head .dot-row span{width:9px;height:9px;border-radius:50%;background:var(--line);display:block}.hero-panel-head .dot-row span:first-child{background:#f0a35b}.hero-panel-head .dot-row span:nth-child(2){background:#5cc98a}.hero-panel-head .label{font-size:12.5px;font-weight:700;color:var(--text-faint);letter-spacing:.04em;text-transform:uppercase}.hero-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero-stat{background:var(--bg-alt);border:1px solid var(--line-soft);border-radius:var(--radius-sm);padding:16px 18px}.hero-stat .n{font-family:var(--font-display);font-weight:800;font-size:26px;color:var(--navy)}.hero-stat .n em{font-style:normal;color:var(--teal-dark)}.hero-stat .l{font-size:13px;color:var(--text-muted);margin-top:4px}.hero-bar-row{margin-top:18px;display:flex;flex-direction:column;gap:12px}.hero-bar-label{font-size:12.5px;font-weight:600;color:var(--text-muted);margin-bottom:5px}.hero-bar{height:8px;border-radius:6px;background:var(--surface-2);overflow:hidden}.hero-bar>span{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,var(--teal),var(--teal-dark))}.hero-float-badge{position:absolute;bottom:-18px;right:-18px;background:var(--chip-bg);color:#fff;border-radius:var(--radius-sm);padding:14px 18px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:10px}.hero-float-badge .n{font-family:var(--font-display);font-weight:800;font-size:18px}.hero-float-badge .l{font-size:11.5px;color:#ffffffb3}section{padding:96px 0;position:relative;z-index:1;scroll-margin-top:88px}section.tight{padding:64px 0}section.alt{background:var(--bg-alt)}.section-head{max-width:62ch;margin-bottom:48px}.section-head h2{font-size:clamp(1.8rem,2.8vw,2.4rem)}.section-head p{margin-top:14px;color:var(--text-muted);font-size:17px}.border-top{border-top:1px solid var(--line)}.u-muted{color:var(--text-muted)}.u-faint{color:var(--text-faint)}.u-mt-14{margin-top:14px}.u-mt-16{margin-top:16px}.u-mt-18{margin-top:18px}.u-mt-22{margin-top:22px}.u-mt-24{margin-top:24px}.u-mt-26{margin-top:26px}.u-fit{width:fit-content}.u-small{font-size:13.5px}.u-copy{display:flex;flex-direction:column;gap:16px;font-size:17px}.split-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.center-row{display:flex;align-items:center}.eyebrow-tight{margin-bottom:14px}.h2-small{font-size:1.55rem}.roles-anchor{scroll-margin-top:88px}.card{position:relative;background:var(--surface);border:1px solid var(--line);padding:30px 28px;border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card h3{font-size:19px;margin-bottom:12px;color:var(--navy)}.card p{color:var(--text-muted);font-size:15.5px}.card .card-mono{display:inline-block;font-size:12px;font-weight:700;color:var(--teal-dark);letter-spacing:.04em;margin-bottom:14px;text-transform:uppercase;background:var(--teal-soft);padding:4px 10px;border-radius:999px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 32px}.checklist li{display:flex;align-items:flex-start;gap:12px;color:var(--text-muted);font-size:15.5px;padding:12px 0;border-bottom:1px solid var(--line-soft)}.checklist li .mark{flex-shrink:0;margin-top:1px;width:20px;height:20px;border-radius:50%;background:var(--teal-soft);color:var(--teal-dark);display:flex;align-items:center;justify-content:center;font-size:12px}.issue-list{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 32px}.issue-list li{display:flex;align-items:flex-start;gap:12px;color:var(--text-muted);font-size:15.5px;padding:12px 0;border-bottom:1px solid var(--line-soft)}.issue-list li:before{content:"";flex-shrink:0;margin-top:8px;width:6px;height:6px;border-radius:50%;background:var(--text-faint)}.step-list{display:flex;flex-direction:column}.step-item{display:flex;gap:22px;padding:28px 0;border-top:1px solid var(--line)}.step-item:first-child{border-top:none;padding-top:0}.step-item .idx{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--teal-soft);color:var(--teal-dark);font-family:var(--font-display);font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center}.step-item h4{font-family:var(--font-display);font-weight:700;font-size:18.5px;color:var(--navy);margin-bottom:6px}.step-item p{color:var(--text-muted);font-size:15.5px;max-width:60ch}.pill-group{display:flex;flex-wrap:wrap;gap:8px}.pill{font-size:13px;font-weight:600;color:var(--text-muted);border:1px solid var(--line);padding:7px 14px;border-radius:999px;background:var(--surface)}.pill.cyan{color:var(--teal-dark);border-color:#0f948847;background:var(--teal-soft)}.callout{background:var(--bg-alt);border:1px solid var(--line);border-left:4px solid var(--teal);padding:36px 40px;border-radius:var(--radius)}.callout p{font-size:19px;color:var(--navy);font-family:var(--font-display);font-weight:600;line-height:1.55}.tech-block{padding:36px 0;border-top:1px solid var(--line)}.tech-block:first-of-type{border-top:none}.tech-block-head{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:18px;flex-wrap:wrap}.tech-block-head h3{font-size:22px}.tech-block-head .tag{font-size:12.5px;font-weight:700;color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em}.tech-block p.desc{color:var(--text-muted);max-width:60ch;margin-bottom:18px}.job-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:14px;height:100%;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.job-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.job-card .job-type{font-size:11.5px;font-weight:700;color:var(--teal-dark);text-transform:uppercase;letter-spacing:.05em;background:var(--teal-soft);padding:5px 12px;border-radius:999px;width:fit-content}.job-card h3{font-size:19px}.job-card p{color:var(--text-muted);font-size:15px;flex-grow:1}.value-item{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-bottom:1px solid var(--line-soft)}.value-item .idx{font-family:var(--font-display);font-weight:800;color:var(--teal-dark);font-size:14px;padding-top:2px;width:26px;height:26px;border-radius:50%;background:var(--teal-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.value-item p{color:var(--text-muted);font-size:15.5px;padding-top:2px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.contact-card{background:var(--surface);border:1px solid var(--line);padding:28px;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.contact-card .label{font-size:12.5px;font-weight:700;color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.contact-card a{color:var(--teal-dark);font-weight:600;font-size:15.5px;word-break:break-word}.contact-card a:hover{text-decoration:underline}footer{border-top:1px solid var(--line);background:var(--chip-bg);padding:56px 0 40px;position:relative;z-index:1}footer .logo-word-main,footer .logo-word-tag{color:#fff}footer .logo-word-tag{color:#ffffff8c}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px;margin-bottom:32px}.footer-tag{color:#fff9;font-size:14.5px;max-width:34ch;margin-top:14px}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{font-size:13.5px;font-weight:600;color:#ffffffb3}.footer-links a:hover{color:#fff}.social-icons{display:flex;gap:10px}.social-icon{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:color .15s ease,border-color .15s ease,background .15s ease}.social-icon svg{width:16px;height:16px}.social-icon:hover{color:#fff;border-color:#fff6;background:#ffffff0f}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:#fff6;font-size:12.5px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}.reveal{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-visual{order:-1}.grid-2,.grid-3,.grid-4,.checklist,.contact-grid{grid-template-columns:1fr}.nav-links{position:absolute;top:76px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;padding:12px 32px 20px;display:none;box-shadow:var(--shadow-md)}.nav-links.open{display:flex}.nav-links a{width:100%;padding:12px 4px}.nav-toggle{display:flex}.nav-cta{margin-left:0;margin-top:6px}.hero-float-badge{position:static;margin-top:16px;width:fit-content}.admin-job-row{flex-direction:column;align-items:flex-start;gap:14px}.admin-header{padding:16px 20px}.admin-body{padding:32px 20px}}.admin-form,.admin-auth-form{display:flex;flex-direction:column;gap:16px}.admin-form label,.admin-auth-form label{display:flex;flex-direction:column;gap:6px;font-size:13.5px;font-weight:600;color:var(--navy)}.admin-form input,.admin-form textarea,.admin-form select,.admin-auth-form input{font-family:var(--font-body);font-size:15px;font-weight:400;color:var(--text);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);padding:11px 14px;width:100%;resize:vertical}.admin-form select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:40px;background-image:var(--select-chevron);background-repeat:no-repeat;background-position:right 14px center;background-size:16px;transition:border-color .15s ease,box-shadow .15s ease}.admin-form select:hover{border-color:var(--text-faint)}.admin-form select option{background:var(--surface);color:var(--text)}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus,.admin-auth-form input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-soft)}.admin-checkbox-row{flex-direction:row!important;align-items:center;gap:10px!important}.admin-checkbox-row input{width:auto}.admin-form-error{color:#c0392b;font-size:13.5px;font-weight:600}.rich-text-editor{background:var(--bg);border-radius:var(--radius-sm)}.rich-text-editor .ql-toolbar.ql-snow{position:sticky;top:0;z-index:5;border:1px solid var(--line);border-bottom:none;border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:var(--surface-2)}.rich-text-editor .ql-container.ql-snow{border:1px solid var(--line);border-radius:0 0 var(--radius-sm) var(--radius-sm);font-family:var(--font-body);font-size:14px;color:var(--text);background:var(--bg)}.rich-text-editor .ql-editor{min-height:220px;line-height:1.6}.rich-text-editor .ql-editor.ql-blank:before{color:var(--text-faint);font-style:normal}.rich-text-editor .ql-snow .ql-stroke{stroke:var(--text-muted)}.rich-text-editor .ql-snow .ql-fill{fill:var(--text-muted)}.rich-text-editor .ql-snow .ql-picker{color:var(--text-muted)}.rich-text-editor .ql-snow .ql-picker-options{background:var(--surface);border-color:var(--line)!important}.rich-text-editor .ql-snow .ql-picker-label{border-color:transparent}.rich-text-editor .ql-toolbar.ql-snow .ql-picker-label.ql-active,.rich-text-editor .ql-toolbar.ql-snow .ql-picker-item.ql-selected,.rich-text-editor .ql-toolbar.ql-snow button.ql-active .ql-stroke{color:var(--teal-dark);stroke:var(--teal-dark)}.rich-text-editor .ql-toolbar.ql-snow button:hover .ql-stroke{stroke:var(--teal-dark)}.rich-text-editor .ql-toolbar.ql-snow button:hover .ql-fill{fill:var(--teal-dark)}.rich-text-editor .ql-snow.ql-toolbar button:hover,.rich-text-editor .ql-snow.ql-toolbar button.ql-active{background:var(--teal-soft);border-radius:4px}.rich-text-content.ql-editor{overflow-y:visible;height:auto}.rich-text-content p{margin-bottom:14px}.rich-text-content h3,.rich-text-content h4{margin:22px 0 16px}.rich-text-content li{margin-bottom:6px}.rich-text-content strong{color:var(--navy)}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:1em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:2em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:2em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:3em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:4em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:4em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:5em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:6em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:7em}.field-label-group{display:flex;flex-direction:column;gap:6px}.field-label{font-size:13.5px;font-weight:600;color:var(--navy)}.resume-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;border:1.5px dashed var(--line);border-radius:var(--radius-sm);background:var(--bg-alt);padding:28px 16px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.resume-dropzone:hover,.resume-dropzone:focus-visible{border-color:var(--teal);background:var(--teal-soft)}.resume-dropzone.drag-over{border-color:var(--teal);background:var(--teal-soft)}.resume-dropzone p{font-size:14px;color:var(--text-muted)}.resume-dropzone p strong{color:var(--navy)}.resume-dropzone-icon{width:38px;height:38px;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--teal-dark);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.resume-dropzone-icon svg{width:18px;height:18px}.resume-file-row{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-alt);padding:12px 14px}.resume-file-icon{width:34px;height:34px;border-radius:8px;background:var(--teal-soft);color:var(--teal-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0}.resume-file-icon svg{width:17px;height:17px}.resume-file-info{flex:1;min-width:0}.resume-file-name{font-size:14px;font-weight:600;color:var(--navy);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resume-file-size{font-size:12.5px;color:var(--text-faint)}.resume-file-remove{width:28px;height:28px;border-radius:50%;border:none;background:transparent;color:var(--text-faint);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.resume-file-remove:hover{background:var(--surface-2);color:#c0392b}.resume-file-remove svg{width:15px;height:15px}.admin-auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-alt);padding:24px}.admin-auth-card{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:36px 32px;display:flex;flex-direction:column;gap:6px}.admin-auth-card h1{font-size:22px;margin-top:16px}.admin-auth-card .admin-auth-form{margin-top:18px}.admin-auth-card code{font-family:monospace;background:var(--surface-2);padding:2px 6px;border-radius:4px;font-size:12.5px}.admin-shell{min-height:100vh;background:var(--bg-alt)}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:var(--bg);border-bottom:1px solid var(--line)}.admin-header-actions{display:flex;gap:10px;align-items:center}.admin-body{max-width:860px;margin:0 auto;padding:40px 32px 80px}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.admin-toolbar h1{font-size:24px}.admin-job-list{display:flex;flex-direction:column;gap:12px}.admin-job-row{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow-sm)}.admin-job-row-main{display:flex;align-items:center;gap:14px}.admin-job-row-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-job-title{font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--navy)}.admin-danger{color:#c0392b!important;border-color:#c0392b4d!important}.status-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;background:var(--text-faint)}.status-dot.on{background:#2f9e5c}.status-dot.off{background:var(--text-faint)}.admin-app-list{display:flex;flex-direction:column;gap:14px}.admin-app-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;box-shadow:var(--shadow-sm)}.admin-app-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}
