*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}img,svg{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font:inherit}.job-list,.apply-panel-body,.embedded-apply-body{scrollbar-width:thin;scrollbar-color:var(--line) transparent}.job-list::-webkit-scrollbar,.apply-panel-body::-webkit-scrollbar,.embedded-apply-body::-webkit-scrollbar{width:6px}.job-list::-webkit-scrollbar-track,.apply-panel-body::-webkit-scrollbar-track,.embedded-apply-body::-webkit-scrollbar-track{background:transparent}.job-list::-webkit-scrollbar-thumb,.apply-panel-body::-webkit-scrollbar-thumb,.embedded-apply-body::-webkit-scrollbar-thumb{background-color:var(--line);border-radius:3px}.job-list::-webkit-scrollbar-thumb:hover,.apply-panel-body::-webkit-scrollbar-thumb:hover,.embedded-apply-body::-webkit-scrollbar-thumb:hover{background-color:var(--text-3)}a{color:inherit;text-decoration:none}input,textarea,select{font:inherit}:root{--accent: #7c3aed;--accent-dim: color-mix(in srgb, var(--accent) 14%, transparent);--accent-soft: color-mix(in srgb, var(--accent) 8%, #ffffff);--gradient-from: rgb(113, 51, 163);--gradient-to: rgb(45, 20, 76);--accent-fg: #ffffff;--page-bg: #fff;--surface: #ffffff;--surface-2: #f9fafb;--text-1: #0f172a;--text-2: #4b5563;--text-3: #9ca3af;--line: #e5e7eb;--line-strong: #d1d5db;--font-sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: Georgia, "Times New Roman", Times, serif;--font-mono: ui-monospace, "Cascadia Code", Menlo, monospace;--radius-xs: .25rem;--radius-sm: .5rem;--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-2xl: 1.75rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 20px -2px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 40px -4px rgba(0, 0, 0, .08), 0 4px 8px -2px rgba(0, 0, 0, .04);--transition: .15s cubic-bezier(.4, 0, .2, 1);--ring-focus: 0 0 0 3px var(--accent-dim);--color-warning: #b45309;--wrap-max: 76rem;--gutter: 2rem;--hero-h: 22rem;--logo-size: 7.5rem;--logo-overlap: calc(var(--logo-size) / 2)}[data-theme=hackernews]{--page-bg: #f6f6ef;--surface: #fffffe;--surface-2: #f0f0e8;--text-1: #000;--text-2: #666;--text-3: #999;--line: #d8d8d0;--font-sans: Verdana, Geneva, Tahoma, sans-serif;--radius-xs: 0;--radius-sm: 2px;--radius: 2px;--radius-lg: 2px;--radius-xl: 2px;--radius-full: 2px;--color-warning: #92400e}[data-theme=notion]{--page-bg: #faf9f6;--surface: #fff;--surface-2: #f7f6f3;--text-1: #1a1a1a;--text-2: #6b6b6b;--text-3: #999;--line: #e9e7e4;--font-sans: system-ui, -apple-system, sans-serif;--radius-xs: 2px;--radius-sm: 3px;--radius: 4px;--radius-lg: 6px}.careers-page *:focus,.careers-page *:focus-visible{outline:none}.careers-page{min-height:100vh;background:var(--page-bg);font-family:var(--font-sans);color:var(--text-1);line-height:1.6;-webkit-font-smoothing:antialiased}.careers-hero{position:relative;width:100%;height:var(--hero-h);overflow:hidden;background:#1e293b}.careers-hero-image{width:100%;height:100%;object-fit:cover;object-position:center 40%}.careers-hero-gradient{width:100%;height:100%;background:linear-gradient(135deg,var(--gradient-from) 0%,var(--gradient-to) 100%)}.careers-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.25) 100%);pointer-events:none}.careers-wrap{max-width:var(--wrap-max);margin:0 auto;padding:0 var(--gutter) 6rem}.company-logo-wrap{margin-top:calc(var(--logo-overlap) * -1);margin-bottom:1.75rem;position:relative;z-index:10}.company-logo,.company-logo-placeholder{width:var(--logo-size);height:var(--logo-size);border-radius:var(--radius-lg);border:3px solid var(--surface);box-shadow:var(--shadow-md)}.company-logo{object-fit:cover;background:var(--surface)}.company-logo-placeholder{background:var(--accent);color:var(--accent-fg);display:flex;align-items:center;justify-content:center;font-size:calc(var(--logo-size) * .42);font-weight:700;line-height:1;letter-spacing:-.02em;-webkit-user-select:none;user-select:none}.careers-columns{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}.careers-left{display:flex;flex-direction:column;gap:2.5rem;min-width:0}.cp-header{display:flex;flex-direction:column;gap:0}.cp-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--text-1);letter-spacing:-.03em;line-height:1.15;margin-bottom:.5rem}.cp-tagline{font-size:1.0625rem;color:var(--text-2);line-height:1.5;margin-bottom:1rem}.cp-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.cp-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem .3rem .6rem;border-radius:var(--radius-full);background:var(--surface);border:1px solid var(--line);font-size:.8125rem;font-weight:500;color:var(--text-2);transition:border-color var(--transition),color var(--transition)}.cp-tag svg{width:.875rem;height:.875rem;flex-shrink:0;opacity:.6}.cp-tag:hover{border-color:var(--line-strong);color:var(--text-1)}.cp-socials{display:flex;align-items:center;gap:.625rem}.cp-social{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);color:var(--text-3);transition:color var(--transition),border-color var(--transition),background var(--transition)}.cp-social svg{width:.9375rem;height:.9375rem}.cp-social:hover,.cp-social:focus-visible{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.cp-social:focus-visible{box-shadow:var(--ring-focus)}.cp-section{display:flex;flex-direction:column;gap:.625rem}.cp-section--flush{gap:0}.cp-section--empty-state{padding:1.5rem 0 .5rem}.cp-empty-tagline{font-size:1rem;color:var(--text-2);line-height:1.6}.cp-section-label{font-size:.6875rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);margin-top:0}.cp-prose{font-size:.9375rem;line-height:1.8;color:var(--text-2)}.cp-prose h2,.cp-prose h3{font-weight:700;color:var(--text-1);line-height:1.3;margin-top:1.75em;margin-bottom:.5em}.cp-prose h2:first-child,.cp-prose h3:first-child{margin-top:0}.cp-prose h2{font-size:1.0625rem}.cp-prose h3{font-size:.9375rem}.cp-prose p{margin-bottom:1.25em}.cp-prose p:last-child{margin-bottom:0}.cp-prose strong{font-weight:600;color:var(--text-1)}.cp-prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.cp-prose ul,.cp-prose ol{margin-bottom:1.5em;padding-left:0;list-style:none}.cp-prose ul li{position:relative;padding-left:1.5rem;margin-bottom:.75em}.cp-prose ul li:before{content:"";position:absolute;left:0;top:.5rem;width:6px;height:6px;border-radius:50%;background-color:var(--accent);opacity:.6}.cp-prose ol li{position:relative;counter-increment:custom-counter;padding-left:1.75rem;margin-bottom:.75em}.cp-prose ol li:before{content:counter(custom-counter) ".";position:absolute;left:0;top:0;font-weight:600;color:var(--text-3);font-size:.875rem}.cp-prose-plain{font-size:.9375rem;line-height:1.8;color:var(--text-2)}.cp-cards-grid{display:flex;flex-wrap:wrap;gap:.5rem}.cp-card{display:inline-flex;align-items:center;padding:.375rem .875rem;background:var(--surface-2);border:none;border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;color:var(--text-2);line-height:1;transition:background var(--transition),color var(--transition)}.cp-card:hover{background:var(--line);color:var(--text-1);box-shadow:none}.cp-card--value{background:var(--accent-soft);color:var(--accent)}.cp-card--value:hover{background:var(--accent-dim)}.cp-gallery{display:grid;gap:.375rem;border-radius:var(--radius);overflow:hidden}.cp-gallery[data-count="1"]{grid-template-columns:1fr}.cp-gallery[data-count="2"]{grid-template-columns:1fr 1fr}.cp-gallery[data-count="3"]{grid-template-columns:3fr 2fr;grid-template-rows:1fr 1fr}.cp-gallery[data-count="3"] .cp-gallery-img[data-index="0"]{grid-row:1 / 3}.cp-gallery[data-count="4"]{grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto}.cp-gallery[data-count="4"] .cp-gallery-img[data-index="0"]{grid-column:1 / -1}.cp-gallery[data-count="5"]{grid-template-columns:3fr 2fr 2fr;grid-template-rows:auto auto}.cp-gallery[data-count="5"] .cp-gallery-img[data-index="0"]{grid-column:1;grid-row:1 / 2}.cp-gallery[data-count="5"] .cp-gallery-img[data-index="1"]{grid-column:2 / 4;grid-row:1}.cp-gallery[data-count="5"] .cp-gallery-img[data-index="2"],.cp-gallery[data-count="5"] .cp-gallery-img[data-index="3"],.cp-gallery[data-count="5"] .cp-gallery-img[data-index="4"]{grid-row:2}.cp-gallery-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:0;transition:opacity var(--transition)}.cp-gallery-img:hover{opacity:.9}.cp-gallery-img--clickable{cursor:zoom-in}.cp-testimonials{display:flex;flex-direction:column;gap:1.75rem}.cp-testimonial{position:relative;padding:0 0 0 1.25rem;background:none;border:none;box-shadow:none;border-left:2px solid var(--line)}.cp-testimonial:before{content:"“";position:absolute;top:-.5rem;left:.875rem;font-size:4rem;line-height:1;color:var(--accent);opacity:.07;font-family:Georgia,serif;pointer-events:none;z-index:0}.cp-testimonial-quote{position:relative;z-index:1;font-size:.9375rem;line-height:1.7;color:var(--text-1);font-style:normal;margin-bottom:.875rem}.cp-testimonial-footer{display:flex;align-items:center;gap:.625rem}.cp-testimonial-avatar{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:var(--radius-full);background:var(--accent-soft);border:1px solid var(--accent-dim);display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.02em;line-height:1}.cp-testimonial-photo{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:var(--radius-full);object-fit:cover;border:1px solid var(--line)}.cp-testimonial-info{display:flex;flex-direction:column;gap:.0625rem}.cp-testimonial-attr{margin-top:0;font-size:.8125rem;font-weight:600;color:var(--text-2);font-style:normal}.cp-testimonial-role{font-size:.75rem;font-weight:400;color:var(--text-3);font-style:normal}.careers-right{align-self:start;position:sticky;top:2rem;display:flex;flex-direction:column}@media (min-width: 961px){.careers-right{max-height:calc(100vh - 4rem)}}.jobs-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);display:flex;flex-direction:column}@media (min-width: 961px){.jobs-panel{max-height:calc(100vh - 4rem)}}.jobs-filters{padding:1.25rem 1.25rem 0;flex-shrink:0}.filter-search-wrap{position:relative;margin-bottom:.875rem}.filter-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:.9375rem;height:.9375rem;color:var(--text-3);pointer-events:none}.filter-search{width:100%;padding:.625rem .875rem .625rem 2.25rem;border:1px solid transparent;border-radius:var(--radius);background:var(--surface-2);color:var(--text-1);font-size:.875rem;outline:none;transition:border-color var(--transition),box-shadow var(--transition),background var(--transition)}.filter-search:focus,.filter-search:focus-visible{border-color:var(--accent);box-shadow:var(--ring-focus);background:var(--surface);outline:none}.filter-search::placeholder{color:var(--text-3)}.filter-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.05)}.filter-item{display:flex;flex-direction:column}.filter-select{padding:.5rem 1.75rem .5rem .625rem;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-2);font-size:.8125rem;outline:none;cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition),background var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239ca3af'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-select:focus,.filter-select:focus-visible{border-color:var(--accent);box-shadow:var(--ring-focus);background-color:var(--surface);outline:none}.jobs-count{padding:.625rem 1.25rem;font-size:.75rem;color:var(--text-3);flex-shrink:0;font-style:normal}.jobs-count strong{color:var(--text-2);font-weight:600;font-style:normal}.job-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:0;padding:0 .75rem .75rem}.job-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem .625rem;border-radius:var(--radius);border:1px solid transparent;color:inherit;cursor:pointer;transition:background var(--transition),border-color var(--transition),color var(--transition)}.job-card+.job-card{border-top:1px solid rgba(0,0,0,.05);border-radius:0}.job-card:first-child{border-radius:var(--radius) var(--radius) 0 0}.job-card:last-child{border-radius:0 0 var(--radius) var(--radius)}.job-card:only-child{border-radius:var(--radius)}.job-card:hover,.job-card:focus-visible{background:var(--surface-2);border-color:transparent!important;z-index:1;position:relative}.job-card:hover .job-title,.job-card:focus-visible .job-title{color:var(--accent)}.job-card:focus-visible{box-shadow:var(--ring-focus)}.job-card:hover .job-card-arrow,.job-card:focus-visible .job-card-arrow{color:var(--text-2);transform:translate(4px)}.job-card-body{flex:1;min-width:0}.job-title{font-size:1rem;font-weight:600;color:var(--text-1);line-height:1.35;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color var(--transition)}.job-meta{font-size:.8125rem;font-weight:500;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:var(--radius-full);background:var(--surface-2);font-size:.8125rem;font-weight:500;color:var(--text-2);white-space:nowrap}.job-badge--skill{background:var(--accent-soft);color:var(--accent);border:1px solid var(--accent-dim)}.job-card-arrow{flex-shrink:0;width:1rem;height:1rem;color:var(--line-strong);transition:color var(--transition),transform var(--transition)}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 2rem;text-align:center}.empty-state svg{width:2rem;height:2rem;color:var(--line-strong)}.empty-state p{font-size:.875rem;color:var(--text-3);line-height:1.5}.powered-by{padding:1.25rem 0;flex-shrink:0;display:flex}.powered-by--center{justify-content:center}.powered-by--left{justify-content:flex-start}.powered-by-widget{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-family:DM Sans,system-ui,sans-serif;color:#94a3b8;text-decoration:none}.powered-by-logo{height:2rem;width:auto;flex-shrink:0}.back-link-wrap{padding:1.5rem 0 .75rem}.back-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--text-2);transition:color var(--transition)}.back-link:hover{color:var(--text-1)}.back-link svg{width:1rem;height:1rem;transition:transform var(--transition)}.back-link:hover svg{transform:translate(-2px)}.job-header{max-width:var(--wrap-max);margin:0 auto;padding:1rem var(--gutter) 2rem}.job-header-inner{display:flex;flex-direction:column;gap:1.5rem}.job-detail-title{font-family:var(--font-sans);font-size:2.25rem;font-weight:700;color:var(--text-1);letter-spacing:-.025em;line-height:1.2}.job-deadline{margin-top:.75rem;font-size:.875rem;font-weight:600;color:var(--text-2)}.job-header-meta{margin-bottom:2.5rem}.job-meta--detail{margin-top:.75rem;margin-bottom:.25rem;font-size:.9375rem;white-space:normal}.job-body{max-width:var(--wrap-max);margin:0 auto;padding:0 var(--gutter) 3rem;display:flex;flex-direction:column;gap:2.5rem}.job-main{flex:1;min-width:0}.job-description{font-size:1rem;line-height:1.8;color:var(--text-1);max-width:65ch}.job-description h1,.job-description h2,.job-description h3,.job-description h4{font-weight:700;color:var(--text-1);line-height:1.3;margin-top:1.75em;margin-bottom:.5em}.job-description h1{font-size:1.5rem}.job-description h2{font-size:1.25rem}.job-description h3{font-size:1.125rem}.job-description p{margin-bottom:1em}.job-description ul,.job-description ol{padding-left:1.5rem;margin-bottom:1em}.job-description li{margin-bottom:.375em}.job-description ul>li::marker{color:var(--accent)}.job-description a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.job-description a:hover{opacity:.8}.job-description strong{font-weight:600}.job-description blockquote{border-left:3px solid var(--accent);padding-left:1rem;color:var(--text-2);margin:1.25em 0}.job-description code{font-family:var(--font-mono);font-size:.875em;background:var(--surface-2);border:1px solid var(--line);padding:.125em .375em;border-radius:var(--radius-xs)}.job-description pre{font-family:var(--font-mono);font-size:.875rem;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;overflow-x:auto;margin-bottom:1em}.skills-section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--line)}.skills-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);margin-bottom:.875rem}.skills-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{display:inline-block;padding:.375rem .75rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);font-size:.875rem;font-weight:500;color:var(--text-2)}.job-sidebar{width:100%}.sticky-apply-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1.25rem}.apply-card-title{font-size:.9375rem;font-weight:700;color:var(--text-1);line-height:1.4;margin-bottom:.5rem}.apply-card-meta{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1rem}.apply-btn{display:block;width:100%;padding:.8125rem 1.25rem;border-radius:var(--radius);background:var(--accent);color:var(--accent-fg);font-size:1rem;font-weight:600;text-align:center;border:1.5px solid color-mix(in srgb,var(--accent) 72%,#374151);cursor:pointer;transition:opacity var(--transition),background-color var(--transition);font-family:var(--font-sans)}.apply-btn:hover{opacity:.9}.apply-btn:focus-visible{box-shadow:var(--ring-focus);outline:none}.apply-card-divider{border:none;border-top:1px solid var(--line);margin:1rem 0}.apply-card-company{display:flex;align-items:center;gap:.75rem;margin-bottom:.625rem}.apply-card-company-logo{width:2.5rem;height:2.5rem;border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--line);background:var(--page-bg);flex-shrink:0}.apply-card-company-logo-placeholder{width:2.5rem;height:2.5rem;border-radius:var(--radius-sm);background:var(--line);display:flex;align-items:center;justify-content:center;flex-shrink:0}.apply-card-company-logo-placeholder svg{width:1.25rem;height:1.25rem;color:var(--text-3)}.apply-card-company-name{font-size:.875rem;font-weight:600;color:var(--text-1);line-height:1.3}.apply-card-tagline{font-size:.75rem;color:var(--text-2);line-height:1.5;margin-bottom:.875rem}.view-all-roles-link{display:block;text-align:center;font-size:.875rem;font-weight:500;color:var(--text-2);border:1px solid var(--line);border-radius:var(--radius);padding:.5rem 1rem;background:var(--page-bg);transition:color var(--transition),border-color var(--transition)}.view-all-roles-link:hover{color:var(--text-1);border-color:var(--line-strong)}.mobile-apply-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:color-mix(in srgb,var(--surface) 96%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:.75rem 1rem;box-shadow:0 -4px 16px #0000000f}.mobile-apply-bar .apply-btn{display:block;width:100%}.apply-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;transition:opacity .3s}.apply-panel{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:30rem;background:var(--page-bg);z-index:101;display:flex;flex-direction:column;overflow:hidden;box-shadow:-8px 0 40px #0000001f;transition:transform .3s cubic-bezier(.16,1,.3,1)}.apply-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem;border-bottom:1px solid var(--line);flex-shrink:0}.apply-panel-job-title{font-size:1.125rem;font-weight:700;color:var(--text-1);line-height:1.3}.apply-panel-company{font-size:.875rem;color:var(--text-2);margin-top:.25rem}.apply-panel-close{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--text-2);transition:background var(--transition),color var(--transition)}.apply-panel-close:hover{background:var(--line);color:var(--text-1)}.apply-panel-close:focus-visible{box-shadow:var(--ring-focus);outline:none}.apply-panel-close svg{width:1.125rem;height:1.125rem}.apply-panel-body{flex:1;overflow-y:auto;padding:1.5rem}.apply-form{display:flex;flex-direction:column;gap:1.25rem}.apply-field{display:flex;flex-direction:column;gap:.375rem}.apply-field label{font-size:.875rem;font-weight:500;color:var(--text-1)}.apply-field .field-required{color:#ef4444;margin-left:.125rem}.apply-field input[type=text],.apply-field input[type=email],.apply-field input[type=tel],.apply-field input[type=url],.apply-field textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-1);font-size:.9375rem;outline:none;transition:border-color var(--transition),box-shadow var(--transition),background var(--transition)}.apply-field input:focus,.apply-field input:focus-visible,.apply-field textarea:focus,.apply-field textarea:focus-visible{border-color:var(--accent);box-shadow:var(--ring-focus);background:var(--surface);outline:none}.apply-field textarea{resize:vertical;min-height:7rem}.apply-field .field-error{font-size:.8125rem;color:#ef4444}.apply-file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:8rem;padding:1.5rem;border:2px dashed var(--line);border-radius:var(--radius-lg);cursor:pointer;transition:border-color var(--transition),background var(--transition);background:var(--surface-2);text-align:center}.apply-file-label:hover{border-color:var(--accent);background:var(--accent-soft)}.apply-file-label svg{width:1.75rem;height:1.75rem;color:var(--text-3);flex-shrink:0;transition:color var(--transition)}.apply-file-label:hover svg{color:var(--accent)}.apply-file-label span{font-size:.9375rem;color:var(--text-2)}.apply-file-label .file-selected{color:var(--accent);font-weight:600}.apply-panel-footer{padding:1rem 1.5rem;border-top:1px solid var(--line);flex-shrink:0}.apply-submit{display:block;width:100%;padding:.8125rem 1.25rem;border-radius:var(--radius);background:var(--accent);color:var(--accent-fg);font-size:1rem;font-weight:600;text-align:center;border:1.5px solid color-mix(in srgb,var(--accent) 72%,#374151);cursor:pointer;transition:opacity var(--transition),background-color var(--transition);font-family:var(--font-sans)}.apply-submit:hover{opacity:.9}.apply-submit:focus-visible{box-shadow:var(--ring-focus);outline:none}.apply-submit:disabled{opacity:.6;cursor:not-allowed}.apply-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;height:100%;gap:1rem}.apply-success-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--accent-dim);margin-bottom:.5rem}.apply-success-icon svg{width:2rem;height:2rem;color:var(--accent)}.apply-success h3{font-size:1.375rem;font-weight:700;color:var(--text-1)}.apply-success p{font-size:.9375rem;color:var(--text-2);line-height:1.6;max-width:22rem}@media (min-width: 769px){.mobile-apply-bar{display:none!important}.job-body{flex-direction:row;align-items:flex-start;gap:3rem}.job-sidebar{width:16rem;flex-shrink:0;position:sticky;top:2rem}.job-detail-title{font-size:2.75rem}}@media (max-width: 960px){.careers-columns{grid-template-columns:1fr;gap:2rem}.careers-right{position:static}.jobs-panel{max-height:none}.filter-row{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){:root{--gutter: 1rem;--hero-h: 14rem;--logo-size: 5.5rem}.cp-cards-grid{grid-template-columns:1fr}.mobile-apply-bar{display:block}.job-page{padding-bottom:5rem}.apply-panel{max-width:100%}.job-detail-title{font-size:1.75rem}}@media (max-width: 480px){.filter-row{grid-template-columns:1fr}}.embedded-apply-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);display:flex;flex-direction:column;flex:1;min-height:0}.embedded-apply-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--line);background:var(--surface-2)}.embedded-apply-header h3{font-size:1.125rem;font-weight:700;color:var(--text-1);margin:0}.embedded-apply-body{padding:1.5rem;flex:1;overflow-y:auto}.embedded-apply-footer{padding:1rem 1.5rem;border-top:1px solid var(--line);box-shadow:0 -6px 12px -4px #00000014;flex-shrink:0}.apply-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.apply-grid{grid-template-columns:1fr 1fr}.apply-grid>*:nth-child(odd):last-child{grid-column:1 / -1}}.apply-required-note{font-size:.8125rem;color:var(--text-3);margin-top:-.5rem}.sticky-header{position:fixed;top:0;left:0;right:0;z-index:40;transform:translateY(-100%);opacity:0;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s ease;pointer-events:none}.sticky-header--visible{transform:translateY(0);opacity:1;pointer-events:auto}.sticky-header-inner{max-width:var(--wrap-max);margin:0 auto;padding:.625rem var(--gutter);display:flex;align-items:center;justify-content:space-between;background:#ffffffd9;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid var(--line)}[data-theme=hackernews] .sticky-header-inner,[data-theme=notion] .sticky-header-inner{background:#faf9f6e6}.sticky-header-brand{display:flex;align-items:center;gap:.625rem}.sticky-header-logo{width:1.75rem;height:1.75rem;border-radius:var(--radius-sm);object-fit:cover}.sticky-header-logo-placeholder{width:1.75rem;height:1.75rem;border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-fg);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;line-height:1}.sticky-header-name{font-size:.875rem;font-weight:600;color:var(--text-1)}.sticky-header-count{font-size:.8125rem;font-weight:500;color:var(--text-3)}.dept-group+.dept-group{margin-top:.25rem}.dept-group-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem .625rem .375rem}.dept-group-title{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);line-height:1}.dept-group-count{font-size:.6875rem;font-weight:600;color:var(--text-3);background:var(--surface-2);padding:.125rem .5rem;border-radius:var(--radius-full);line-height:1.4}.job-summary{font-size:.8125rem;color:var(--text-3);line-height:1.5;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-apply-bar{display:none}@media (max-width: 960px){.mobile-apply-bar{display:block;position:fixed;bottom:0;left:0;right:0;z-index:50;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));background:var(--surface);border-top:1px solid var(--line);box-shadow:0 -4px 20px -4px #0000001a}.mobile-apply-btn{width:100%;padding:.875rem 1.5rem;background:var(--accent);color:var(--accent-fg);font-size:.9375rem;font-weight:600;border-radius:var(--radius);border:none;cursor:pointer;transition:opacity var(--transition)}.mobile-apply-btn:hover{opacity:.9}.job-page .careers-wrap{padding-bottom:6rem}}
