body{background:var(--page-gradient, #fafafe);color:var(--text-primary, #000);font-family:var(--font-body, "Noto Sans", sans-serif)}.rung-shell{max-width:620px;margin:0 auto;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;padding:calc(var(--space-lg, 20px) / 2) var(--space-base, 16px) var(--space-2xl, 32px);gap:var(--space-lg, 16px)}.rung-top{position:static;margin:calc(var(--space-lg, 20px) / -2) calc(var(--space-base, 16px) * -1) 0;display:flex;flex-direction:column;gap:var(--space-sm, 8px);padding:12px 16px;background:var(--rung-red-bg, #e8eeff);border-radius:0 0 14px 14px;box-shadow:0 2px 10px #1b2c8f1a}.rung-top__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md, 12px)}.rung-top__actions{display:flex;align-items:center;gap:var(--space-sm, 8px);min-width:0}.rung-top__actions .cv-mode{transform:none;margin:0}.rung-top .cv-mode{flex-shrink:0;width:44px;height:44px}.rung-step{color:var(--rung-red, #1b2c8f);font-weight:600;font-size:var(--font-size-sm, 14px);text-align:end;max-width:62%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rung-progress{height:8px;border-radius:999px;background:var(--surface-muted, #eee);overflow:hidden}.rung-progress__bar{height:100%;border-radius:999px;background:var(--rung-red, #1b2c8f);transition:width .25s ease}.rung-body{flex:0 1 auto;display:flex;flex-direction:column;gap:var(--space-base, 16px)}.rung-shell .page-intro,.rung-card-shell .page-intro,.rung-shell .page-intro__title,.rung-card-shell .page-intro__title{margin-bottom:0}.rung-shell .rung-listen-fab,.rung-shell .rung-mic-fab,.rung-shell .rung-convo-fab{position:fixed;z-index:40;bottom:calc(var(--space-base, 16px) + env(safe-area-inset-bottom,0px));display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1.5px solid color-mix(in srgb,var(--rung-red-hover, #103fef) 30%,var(--surface-white, #fff));border-radius:50%;background:var(--surface-white, #fff);color:var(--rung-red, #1b2c8f);box-shadow:0 2px 6px #0000001f,0 6px 18px #00000014;line-height:0;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.rung-shell .rung-listen-fab:hover,.rung-shell .rung-mic-fab:hover,.rung-shell .rung-convo-fab:hover{color:var(--rung-red-hover, #103fef);border-color:var(--rung-red, #1b2c8f);background:var(--surface-hover, #f0f0f0)}.rung-shell .rung-listen-fab.is-docked,.rung-shell .rung-mic-fab.is-docked,.rung-shell .rung-convo-fab.is-docked{position:static;inset:auto;width:40px;height:40px;box-shadow:none}.rung-shell .rung-listen-fab{left:var(--space-base, 16px)}.rung-shell .rung-listen-fab[aria-pressed=true]{background:var(--rung-red, #1b2c8f);border-color:var(--rung-red, #1b2c8f);color:var(--text-inverse, #fff)}.rung-shell .rung-mic-fab{right:var(--space-base, 16px)}.rung-shell .rung-mic-fab.is-recording{background:var(--rung-red, #1b2c8f);border-color:var(--rung-red, #1b2c8f);color:var(--text-inverse, #fff);animation:rung-mic-pulse 1.3s ease-in-out infinite}@keyframes rung-mic-pulse{0%,to{box-shadow:0 0 #1b2c8f73}50%{box-shadow:0 0 0 8px #1b2c8f00}}.is-mic-target{outline:2px solid var(--rung-red, #1b2c8f);outline-offset:1px;animation:rung-mic-target-blink 1s ease-in-out infinite}@keyframes rung-mic-target-blink{0%,to{outline-color:var(--rung-red, #1b2c8f)}50%{outline-color:#1b2c8f59}}@media (prefers-reduced-motion: reduce){.is-mic-target{animation:none}}.rung-daterange.is-mic-target{outline:none;animation:none}.rung-daterange.is-mic-target .select-field__input{outline:2px solid var(--rung-red, #1b2c8f);outline-offset:1px;animation:rung-mic-target-blink 1s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.rung-daterange.is-mic-target .select-field__input{animation:none}}.rung-shell .rung-convo-fab{left:var(--space-base, 16px);z-index:41;width:52px;height:52px}.rung-shell .rung-convo-fab[data-state=speaking],.rung-shell .rung-convo-fab[data-state=thinking]{background:var(--rung-red, #1b2c8f);border-color:var(--rung-red, #1b2c8f);color:var(--text-inverse, #fff)}.rung-shell .rung-convo-fab[data-state=listening]{background:var(--rung-red-hover, #103fef);border-color:var(--rung-red-hover, #103fef);color:var(--text-inverse, #fff);animation:rung-convo-listen 1.6s ease-in-out infinite}.rung-shell .rung-convo-fab[data-state=paused]{background:var(--surface-white, #fff);color:var(--rung-red, #1b2c8f)}@keyframes rung-convo-listen{0%,to{box-shadow:0 0 #103fef73}50%{box-shadow:0 0 0 9px #103fef00}}.rung-wave__bar{transform-box:fill-box;transform-origin:center}.rung-shell .rung-convo-fab[data-state=speaking] .rung-wave__bar,.rung-shell .rung-convo-fab[data-state=listening] .rung-wave__bar,.rung-shell .rung-convo-fab[data-state=thinking] .rung-wave__bar{animation:rung-wave-bar .9s ease-in-out infinite;animation-delay:calc(var(--i) * .11s)}@keyframes rung-wave-bar{0%,to{transform:scaleY(.42)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion: reduce){.rung-shell .rung-convo-fab[data-state],.rung-shell .rung-convo-fab .rung-wave__bar{animation:none}}.rung-convo-desc{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rung-ico{flex-shrink:0;vertical-align:middle}.rung-welcome{gap:var(--space-lg, 24px)}.rung-card-shell{background:var(--surface-white, #ffffff);border:1.5px solid var(--border-light, #dde1e9);border-radius:14px;box-shadow:0 1px 4px #0000000f,0 4px 16px #0000000a;overflow:hidden;display:flex;flex-direction:column}.rung-card-shell .rung-body{padding:var(--space-xl, 28px) var(--space-xl, 28px) var(--space-lg, 20px)}.rung-info-card{background:var(--rung-red-bg, #e8eeff);border-radius:var(--radius-xl, 12px);padding:18px 20px 20px}.rung-info-card__header{display:flex;align-items:center;gap:var(--space-md, 12px);margin-bottom:14px}.rung-info-card__badge{flex-shrink:0;width:36px;height:36px;border-radius:999px;background:var(--rung-ref-color-blue-60, #3b9edd);display:inline-flex;align-items:center;justify-content:center}.rung-info-card__label{font-family:var(--font-heading, "Clash Grotesk", sans-serif);font-weight:600;font-size:17px;color:var(--text-primary, #1a1a1a)}.rung-info-card__list{margin:0;padding-inline-start:3.6em;display:flex;flex-direction:column}.rung-info-card__list li{font-size:16px;line-height:1.5;color:var(--text-primary, #1a1a1a)}.rung-body .form-field{width:100%;max-width:none}.rung-body .form-field__input,.rung-body .form-field__textarea{width:100%;box-sizing:border-box}.rung-shell .form-field__error-icon{display:none}.rung-status{min-height:22px;margin:4px 0 0;color:var(--text-muted, #666);font-size:var(--font-size-sm, 14px)}.rung-status:empty{position:absolute;min-height:0;margin:0;padding:0}.rung-foot{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-sm, 8px);margin-top:calc(-1 * var(--space-md, 12px));padding:var(--space-md, 12px) 0 calc(var(--space-base, 16px) + env(safe-area-inset-bottom,0px))}.rung-foot .btn--text{align-self:center}.rung-foot .rung-actions{margin-top:0}.rung-foot [data-role=save-actions],.rung-foot [data-role=cover-offer]{display:contents}.rung-shell--resume .rung-foot,.rung-shell--cover .rung-foot,.rung-shell--cover_job .rung-foot{max-width:806px;margin-inline:auto;width:100%}.rung-shell .btn--primary,.rung-card-shell .btn--primary{width:100%;justify-content:center}@media (prefers-reduced-motion: reduce){.rung-progress__bar{transition:none}}.rung-choices{display:flex;flex-direction:column;gap:var(--space-md, 12px)}.rung-scenarios{display:flex;flex-direction:column;gap:var(--space-2sm, 10px)}.rung-scenario{display:flex;align-items:flex-start;gap:14px;width:100%;text-align:start;padding:16px 18px;background:var(--surface-white, #fff);border:2px solid var(--border-light, #ddd);border-radius:var(--radius-xl, 12px);font-family:var(--font-ui, sans-serif);font-size:20px;color:var(--text-primary, #000);cursor:pointer;transition:border-color .15s ease,background .15s ease}@media (hover: hover) and (pointer: fine){.rung-scenario:hover{border-color:var(--rung-red, #1b2c8f)}}.rung-scenario:focus-visible{outline:2px dotted var(--focus-ring-color);outline-offset:2px}.rung-scenario__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-top:2px;flex-shrink:0;color:var(--text-primary, #000)}.rung-scenario__label{font-weight:700}.rung-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-sm, 8px);border:1px solid transparent;background:none;color:var(--rung-red, #1b2c8f);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.rung-iconbtn:hover{background:var(--rung-red-bg, #e8eeff);color:var(--rung-red-hover, #103fef)}.rung-iconbtn:focus-visible{outline:2px dotted var(--focus-ring-color);outline-offset:2px}.rung-iconbtn--danger:hover{background:var(--rung-red-bg, #fdf2f3);color:var(--rung-red-hover, #a8213a)}.rung-building-card{align-items:flex-start;gap:var(--space-xl, 28px);padding:var(--space-2xl, 40px)}.rung-build-steps{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;gap:var(--space-md, 12px)}.rung-build-step{display:flex;align-items:center;gap:var(--space-base, 14px);font-size:var(--font-size-md);color:var(--text-muted, #9aa0ac);transition:color .3s ease}.rung-build-step__mark{flex:none;width:22px;height:22px;border-radius:999px;border:2px solid var(--border-medium, #ccc);position:relative;transition:border-color .3s ease,background .3s ease}.rung-build-step.is-active{color:var(--text-primary, #1a1a1a)}.rung-build-step.is-active .rung-build-step__mark{border-color:var(--rung-red, #1b2c8f)}.rung-build-step.is-active .rung-build-step__mark:after{content:"";position:absolute;inset:4px;border-radius:999px;background:var(--rung-red, #1b2c8f);animation:rung-pulse 1.1s infinite ease-in-out}.rung-build-step.is-done{color:var(--text-secondary, #555)}.rung-build-step.is-done .rung-build-step__mark{border-color:var(--rung-red, #1b2c8f);background:var(--rung-red, #1b2c8f)}.rung-build-step.is-done .rung-build-step__mark:after{content:"";position:absolute;inset-inline-start:6px;top:3px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}@keyframes rung-pulse{0%,to{opacity:.35;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}.rung-build-tip.inline-note{margin:0;width:100%}.rung-build-tip .inline-note__body{transition:opacity .26s ease}@media (prefers-reduced-motion: reduce){.rung-build-step.is-active .rung-build-step__mark:after{animation:none}}.chip-group{margin:4px 0 8px}.rung-actions{display:flex;flex-direction:column;gap:var(--space-md, 12px);margin-top:var(--space-sm, 8px)}.rung-review__h{font-family:var(--font-heading, sans-serif);font-size:18px;margin:10px 0}.rung-review .form-field{margin-bottom:10px}.rung-doc-frame{background:var(--surface-white, #fff);border:0;border-radius:var(--rung-sys-radius-surface);padding:32px 30px;box-shadow:0 0 8px 1px #0000001f;overflow-wrap:anywhere;max-width:806px;margin-inline:auto;width:100%;min-width:0}.rung-doc-frame:has(.cv--two){padding:0;overflow:hidden}.rung-doc-frame .cv{padding:0}@media (min-width: 900px){.rung-shell--resume,.rung-shell--cover,.rung-shell--cover_job{max-width:900px}}.cv-section--ghost{opacity:.6}.cv-section--ghost h2{color:var(--muted, #595959)}.cv-ghost-hint{margin:6px 0 0;font-style:italic;font-size:.82rem;color:var(--muted, #595959)}.cv-ghost-lines{display:flex;flex-direction:column;gap:8px;margin-top:10px}.cv-ghost-bar{display:block;height:10px;border-radius:5px;max-width:100%;background:linear-gradient(90deg,var(--border-light, #ddd) 25%,var(--surface-muted, #f5f5f5) 37%,var(--border-light, #ddd) 63%);background-size:400% 100%;animation:cv-ghost-shimmer 1.4s ease-in-out infinite}.cv-section--ghost .cv-row{align-items:flex-start}.cv-section--ghost .cv-row .cv-role{flex:1 1 0%;min-width:0}.cv-ghost-bar--head{height:13px;border-radius:6px}.cv-ghost-bar--sub{height:9px;margin-top:7px;opacity:.8}.cv-ghost-bar--date{height:9px;flex:0 0 auto}.cv-ghost-bar--label{height:11px}.cv-ghost-bar--name{height:22px;border-radius:8px;margin:.18em 0}.cv-ghost-pills{display:flex;flex-wrap:wrap;gap:8px}.cv-ghost-pill{display:inline-block;height:16px;border-radius:8px;background:linear-gradient(90deg,var(--border-light, #ddd) 25%,var(--surface-muted, #f5f5f5) 37%,var(--border-light, #ddd) 63%);background-size:400% 100%;animation:cv-ghost-shimmer 1.4s ease-in-out infinite}.cv-section--ghost .cv-bullets li{margin:.5rem 0}.cv-section--ghost .cv-bullets li:before{top:50%;transform:translateY(-50%);background:var(--border-medium, #ccc)}@keyframes cv-ghost-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.cv-section--reveal{animation:cv-section-reveal .45s ease both}@keyframes cv-section-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.cv-ghost-bar,.cv-ghost-pill,.cv-section--reveal{animation:none}}[data-view-mode=dark][data-theme=rung] .rung-doc-frame{--surface-white: #FFFFFF;--surface-card: #FFFFFF;--surface-muted: #F5F5F5;--surface-hover: #EEEEEE;--text-primary: #000000;--text-secondary: #333333;--text-muted: #555555;--border-light: #DDDDDD;--border-medium: #CCCCCC;--rung-red: #1B2C8F;--rung-red-bg: #E8EEFF}[data-view-mode=dark][data-theme=rung] .rung-preview .resume-page,[data-view-mode=dark][data-theme=rung] .rung-doc-frame .resume-page{--bg: #FFFFFF;--fg: #000000;--muted: #595959;--rule: #e3e3e3}.resume-page .cv-fullname{margin:0;font-family:var(--display, "Space Grotesk", sans-serif);font-weight:600;font-size:var(--cv-name-size, 1.9rem);line-height:1.1;letter-spacing:-.01em;color:var(--cv-accent, var(--fg))}.resume-page .cv-fullname .cv-pronouns{font-family:var(--body, sans-serif);font-size:.46em;font-weight:500;letter-spacing:0;color:var(--cv-accent-light, var(--muted));margin-inline-start:.5rem;vertical-align:baseline;white-space:nowrap}.resume-page .cv-letter p{margin:0 0 .85rem}.resume-page .cv-bullets--loose li{margin:.45rem 0}@media screen{.rung-doc-frame .cv{width:860px;max-width:none;margin:0}.rung-doc-frame .resume-page{width:fit-content;max-width:none;margin:0 auto}}@media (max-width: 640px){.rung-doc-frame .cv--two{display:grid}.rung-doc-frame .cv--two>.cv-main{padding:2.1rem 1.9rem 2.4rem}.rung-doc-frame .cv--two>.cv-rail{padding:2.1rem 1.5rem 2.4rem}.rung-doc-frame .cv-skills>div{grid-template-columns:190px 1fr;gap:.4rem 1.6rem}.rung-doc-frame .cv-two-col,.rung-doc-frame .cv-two-col-band{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.rung-preview .cv-contact,.rung-doc-frame .cv-contact{row-gap:.28rem}}.rung-preview{position:fixed;z-index:60;top:0;right:0;height:100vh;height:100dvh;width:min(440px,98vw);display:flex;flex-direction:column;background:var(--surface-white, #fff);border-inline-start:1px solid var(--border-light, #ddd);box-shadow:-8px 0 28px #0000002e;transform:translate(100%);visibility:hidden;transition:transform .26s ease,visibility .26s ease}.rung-preview[hidden]{display:none}.rung-preview__head{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md, 12px);padding:12px 16px;background:var(--rung-red-bg, #e8eeff);border-radius:0 0 14px 14px;box-shadow:0 2px 10px #1b2c8f1a}.rung-preview__title{display:inline-flex;align-items:center;gap:var(--space-sm, 8px);font-family:var(--font-heading, sans-serif);font-weight:800;font-size:22px;color:var(--text-primary, #1a1a1a)}.rung-preview__alert{flex-shrink:0;display:flex;align-items:flex-start;flex-wrap:wrap;gap:var(--space-sm, 8px);margin:0;padding:12px 16px;background:var(--note-warning-surface);color:var(--text-primary, #1a1a1a);font-size:var(--font-size-2xs);line-height:1.35}.rung-preview__alert-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--note-warning-badge);color:#fff}.rung-preview__alert-badge .rung-ico{width:12px;height:12px;flex-shrink:0}.rung-preview__alert-text{flex:1 1 0;min-width:0}.rung-preview[data-mode=customize] [data-role=alert-preview],.rung-preview[data-mode=preview] [data-role=alert-customize]{display:none}.rung-preview__title .rung-ico{color:var(--rung-red, #1b2c8f)}.rung-preview__icostack{display:inline-grid}.rung-preview__ico{grid-area:1 / 1;display:inline-flex;transition:opacity .2s ease}.rung-preview[data-mode=customize] [data-role=title-ico-preview],.rung-preview[data-mode=preview] [data-role=title-ico-style]{opacity:0}.rung-preview__scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px;display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.rung-preview__doc{animation:rung-preview-in .2s ease}@keyframes rung-preview-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.rung-preview{transition:none}.rung-preview__doc{animation:none}}@media (min-width: 1024px){:root:has(.rung-preview[data-role=live-preview]:not([hidden])){scrollbar-gutter:stable}body:has(.rung-preview:not([hidden])){padding-inline-end:clamp(560px,52vw,880px)}.rung-preview{width:clamp(560px,52vw,880px)}.rung-preview{transform:none;visibility:visible;box-shadow:-1px 0 0 var(--border-light, #ddd);transition:none}}.rung-style{display:flex;flex-direction:column;gap:var(--space-lg, 18px);color:var(--text-primary)}.rung-preview .rung-style.rung-block{padding:0;background:none;box-shadow:none;border-radius:0}.rung-style__group{display:flex;flex-direction:column;gap:var(--space-sm, 8px);margin-bottom:.8rem}.rung-style__h{margin:0;font-family:var(--font-heading, sans-serif);font-weight:var(--font-weight-subhead, 700);font-size:15px;color:var(--text-primary, #1a1a1a)}.rung-style__help{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.rung-style__opts{display:flex;flex-wrap:wrap;gap:var(--space-sm, 8px)}.rung-style-opt__ico{display:inline-flex;color:var(--text-secondary, #555)}.rung-style-opt.is-on .rung-style-opt__ico,.rung-style-opt[aria-pressed=true] .rung-style-opt__ico{color:var(--rung-red, #1b2c8f)}.rung-style-opt{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;border:1.5px solid var(--border-medium, #ccc);border-radius:10px;background:var(--surface-white, #fff);color:var(--text-primary, #1a1a1a);font:500 var(--font-size-2xs)/1 var(--font-body, sans-serif);cursor:pointer;min-height:44px;transition:border-color .15s ease,background .15s ease}@media (hover: hover) and (pointer: fine){.rung-style-opt:hover{border-color:var(--rung-red, #1b2c8f);background:var(--page-pink-light, #F0F4FF)}}.rung-style-opt.is-on,.rung-style-opt[aria-pressed=true]{border-color:var(--rung-red, #1b2c8f);box-shadow:inset 0 0 0 1px var(--rung-red, #1b2c8f);background:var(--rung-ref-color-blue-100, #e7f0fa)}.rung-style-opt__label{white-space:nowrap}.rung-swatch{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.18);flex:none}.rung-style__opts--font .rung-style-opt{flex-direction:column;align-items:flex-start;gap:4px;min-width:78px}.rung-fontprev{display:flex;align-items:baseline;gap:5px;line-height:1}.rung-fontprev__h{font-size:20px;font-weight:700;color:var(--text-primary, #1a1a1a)}.rung-fontprev__b{font-size:var(--font-size-2xs);color:var(--text-secondary, #555)}.rung-style-prons .chip-group__chips{display:flex;flex-wrap:wrap;gap:var(--space-sm, 8px)}.rung-style-prons .chip-toggle{padding:10px 14px;font-size:var(--font-size-2xs);border-radius:10px;min-height:44px}.rung-style-prons .chip-toggle:hover{border-color:var(--rung-red, #1b2c8f);background:var(--page-pink-light, #F0F4FF)}.rung-style-prons .chip-toggle:has(.chip-toggle__input:checked){border-color:var(--rung-red, #1b2c8f);box-shadow:inset 0 0 0 1px var(--rung-red, #1b2c8f);background:var(--rung-ref-color-blue-100, #e7f0fa);color:var(--text-primary, #1a1a1a)}.rung-style-secs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.rung-style-sec{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--border-light, #e3e3e3);border-radius:10px;background:var(--surface-white, #fff);transition:background .3s ease,border-color .3s ease}.rung-style-sec.rung-sec-off{opacity:.7;background:#8080801a}.rung-style-sec.rung-sec-off .rung-style-sec__name{text-decoration:line-through;color:var(--text-secondary, #888)}.rung-style-sec__name{font-size:14px;flex:1}.rung-style-sec__btns{display:inline-flex;align-items:center;gap:6px;flex:none}.rung-style-sec__moves{display:inline-flex;align-items:center;gap:5px;min-width:93px;justify-content:flex-end}.rung-style-sec__btns .rung-iconbtn{flex:none;width:44px;height:44px;padding:0;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:var(--rung-red, #1b2c8f);border:0;background:var(--rung-red-bg, #e8eeff);cursor:pointer}.rung-style-sec__btns .rung-iconbtn .rung-ico{width:18px;height:18px;flex:none}.rung-style-sec__moves .rung-iconbtn .rung-ico{width:22px;height:22px}.rung-style-sec__btns button.rung-iconbtn:hover{background:var(--rung-red, #1b2c8f);color:#fff}.rung-style-sec__moves .rung-iconbtn:disabled,.rung-style-sec__eye.is-locked{background:#80808029;color:var(--border-medium, #b9b9b9);cursor:default}.rung-style-sec.just-moved{background:var(--surface-hover, #eef0fb);border-color:var(--rung-red, #1b2c8f);animation:rung-sec-flash .6s ease}@keyframes rung-sec-flash{0%{background:var(--rung-red-bg, #dfe3fb)}to{background:var(--surface-hover, #eef0fb)}}@media (prefers-reduced-motion: reduce){.rung-style-sec.just-moved{animation:none}}.rung-style__photorow{display:flex;align-items:flex-end;gap:16px;margin:2px 0 0}.rung-style__photorow+.inline-note{margin-top:8px}.rung-style__photo{margin:0;flex:none}.rung-style__photo img{width:80px;height:80px;object-fit:cover;border-radius:50%;border:1px solid var(--border-light, #e3e3e3);box-shadow:0 0 0 4px var(--surface-white, #fff),0 1px 3px #0000001f}.rung-fbtrig__heart{transform-box:fill-box;transform-origin:center}.rung-fbtrig--beat .rung-fbtrig__heart{animation:rung-heart-beat 1.15s ease-in-out 2}@keyframes rung-heart-beat{0%{transform:scale(1)}8%{transform:scale(1.3)}16%{transform:scale(1)}24%{transform:scale(1.22)}34%{transform:scale(1)}to{transform:scale(1)}}@media (prefers-reduced-motion: reduce){.rung-fbtrig--beat .rung-fbtrig__heart{animation:none}}.rung-langmenu{position:fixed;z-index:95;min-width:200px;max-width:min(88vw,320px);padding:6px;border-radius:var(--radius-md, 12px);background:var(--surface-card, #fff);color:var(--text-primary, #14161c);border:1px solid var(--border-subtle, rgba(0, 0, 0, .08));box-shadow:0 10px 30px #00000038;opacity:0;transform:translateY(-4px);transition:opacity .12s ease,transform .12s ease}.rung-langmenu.is-on{opacity:1;transform:translateY(0)}.rung-langmenu__filter{width:100%;box-sizing:border-box;margin-bottom:6px;padding:8px 10px;border-radius:var(--radius-sm, 8px);border:1px solid var(--border-medium, #cbd2e0);background:var(--surface-white, #fff);color:var(--text-primary, #14161c);font:400 var(--font-size-sm, .875rem)/1.3 var(--font-body, sans-serif)}.rung-langmenu__list{display:flex;flex-direction:column;gap:2px;max-height:min(60vh,380px);overflow-y:auto}.rung-langmenu__opt{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:0;border-radius:var(--radius-sm, 8px);background:none;color:inherit;text-align:start;cursor:pointer;font:400 var(--font-size-sm, .875rem)/1.25 var(--font-body, sans-serif)}.rung-langmenu__opt:hover{background:var(--rung-red-bg, #e8eeff)}.rung-langmenu__opt:focus-visible{outline:2px dotted var(--focus-ring-color, #103fef);outline-offset:-2px}.rung-langmenu__opt.is-on{background:var(--surface-muted, rgba(0, 0, 0, .04))}.rung-langmenu__opt-name{font-weight:var(--font-weight-semibold, 600)}.rung-langmenu__opt-sec{color:var(--text-muted, #6b7280);font-size:var(--font-size-2xs, .75rem)}.rung-langmenu__mark{width:22px;height:22px;flex-shrink:0;box-sizing:border-box;border-radius:50%;border:2px solid var(--border-medium, #cbd2e0)}.rung-langmenu__opt.is-on .rung-langmenu__mark{border:0;background:var(--rung-red, #1b2c8f);position:relative}.rung-langmenu__opt.is-on .rung-langmenu__mark:after{content:"";position:absolute;inset:0;background:#fff;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/13px no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/13px no-repeat}.rung-preview__cust{padding:4px 2px}.rung-preview[data-mode=preview] .rung-preview__cust,.rung-preview[data-mode=customize] .rung-preview__doc{display:none}@media (min-width: 1024px){body:has(.rung-preview--customize:not([hidden])){padding-inline-end:clamp(360px,32vw,460px)}.rung-preview--customize{width:clamp(360px,32vw,460px)}}.rung-polish{scroll-margin-top:76px}.rung-polish .rung-review__h{margin-bottom:4px}.rung-polish>.rung-help{margin-top:-6px}.rung-polish__more .rung-help{margin-top:10px}.rung-lines{display:flex;flex-direction:column;gap:var(--space-xs, 10px)}.rung-line{display:flex;flex-direction:column;gap:var(--space-2xs, 6px)}.rung-line__main{display:flex;align-items:flex-end;gap:var(--space-sm, 8px)}.rung-line__main>.form-field{flex:1 1 0;min-width:0}.rung-line__main>.rung-iconbtn{flex:0 0 auto;align-self:center}.rung-line__num{padding-inline-start:0;padding-inline-end:calc(44px + var(--space-sm, 8px))}.rung-addnum{display:inline-flex;align-items:center;gap:var(--space-2xs, 6px);font-size:var(--font-size-sm, 14px)}.rung-addnum.btn--text{display:flex;width:100%;justify-content:flex-start;text-align:start;align-items:center;gap:var(--space-sm, 8px);text-decoration:none!important;--gb-1: var(--intel-enrich-ink);--gb-2: var(--rung-ref-color-orange-70, #fba95b);color:var(--intel-enrich-ink);padding:13px 12px!important;font-size:20px!important;line-height:25px;font-weight:var(--font-weight-semibold, 600)}.rung-addnum.btn--text:hover,.rung-addnum.btn--text:focus-visible{background:var(--intel-enrich-surface);color:var(--intel-enrich-ink);text-decoration:none!important}.rung-addnum.btn--text:focus-visible{outline:2px dotted var(--focus-ring-color);outline-offset:2px}.rung-addnum .rung-ico{color:var(--intel-enrich-ink);flex:none}.rung-addnum.btn--text>span{flex:1 1 auto;min-width:0;text-align:start}.rung-line.is-enriched{animation:rung-line-enrich .7s ease-in-out;border-radius:var(--radius-md, 8px)}@keyframes rung-line-enrich{0%,to{box-shadow:0 0 #0000}35%{box-shadow:0 0 0 3px var(--intel-enrich-ring)}}@media (prefers-reduced-motion: reduce){.rung-line.is-enriched{animation:none}}.rung-num__help{font-size:var(--font-size-sm, 13px);color:var(--text-secondary, #444);margin:4px 0 0}.rung-num__actions{display:flex;gap:var(--space-sm, 8px);margin-top:6px}.rung-addline{align-self:flex-start;display:inline-flex;align-items:center;gap:var(--space-2xs, 6px);margin-top:6px}.rung-told{margin:2px 0 0;padding:12px;background:var(--surface-muted, #f5f5f5);border-radius:10px}.rung-told__sum{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm, 8px);font-size:var(--font-size-sm, 14px);font-weight:600;color:var(--text-primary, #1a1a1a);cursor:pointer;list-style:none}.rung-told__sum::-webkit-details-marker{display:none}.rung-told__chev{display:inline-flex;flex:none;color:var(--text-secondary, #555);transition:transform .2s ease;transform:rotate(-90deg)}.rung-told[open] .rung-told__chev{transform:rotate(0)}@media (prefers-reduced-motion: reduce){.rung-told__chev{transition:none}}.rung-told__list{margin:6px 0;padding-inline-start:18px;color:var(--text-secondary, #444);font-size:var(--font-size-sm, 14px)}.rung-told__list li{margin:2px 0}.rung-told__note{margin:4px 0 0;font-size:var(--font-size-sm, 14px);color:var(--text-secondary, #444)}.rung-polish__more{margin-top:10px;animation:cv-section-reveal .45s ease both}.rung-polish__more-label{margin-bottom:8px}@property --gb-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes rung-gb-spin{to{--gb-angle: 360deg}}.rung-polish__more .rung-suggest,.rung-suggests--found .rung-suggest,.rung-addnum.btn--text{position:relative;border:2px solid transparent;border-radius:var(--rung-sys-radius-xs, 8px);background:var(--surface-white, #fff);transition:background-color var(--transition-fast),color var(--transition-fast)}.rung-polish__more .rung-suggest:before,.rung-suggests--found .rung-suggest:before,.rung-addnum.btn--text:before{content:"";position:absolute;inset:-2px;border-radius:inherit;padding:2px;background:conic-gradient(from var(--gb-angle, 0deg),var(--gb-1),var(--gb-2),var(--gb-1));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:rung-gb-spin 4.5s linear infinite;pointer-events:none}.rung-polish__more .rung-suggest,.rung-suggests--found .rung-suggest{--gb-1: var(--rung-red);--gb-2: var(--rung-ref-color-blue-60, #3185fc);color:var(--intel-found-ink)}.rung-polish__more .rung-suggest .rung-ico,.rung-suggests--found .rung-suggest .rung-ico{color:var(--intel-found-ink)}.rung-polish__more .rung-suggest:focus-visible,.rung-suggests--found .rung-suggest:focus-visible{background:var(--intel-found-surface)}@media (hover: hover) and (pointer: fine){.rung-polish__more .rung-suggest:hover,.rung-suggests--found .rung-suggest:hover{background:var(--intel-found-surface)}}.rung-polish__more .rung-suggest:focus-visible,.rung-suggests--found .rung-suggest:focus-visible{outline:2px dotted var(--focus-ring-color);outline-offset:2px}@media (prefers-reduced-motion: reduce){.rung-polish__more,.rung-polish__more .rung-suggest:before,.rung-suggests--found .rung-suggest:before,.rung-addnum.btn--text:before{animation:none}}.rung-points{display:flex;flex-direction:column;gap:var(--space-2sm, 10px)}.rung-point-add{display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.rung-point-add>.rung-point-add__label{margin-top:var(--space-sm, 8px);margin-bottom:0}.rung-point-add>.form-field{width:100%;margin:0}.rung-point-addbtn{width:100%;justify-content:center;white-space:nowrap}.rung-point-add:not(.rung-point-add--settling):not(:focus-within):not(:has(.form-field__input:not(:placeholder-shown)))>.rung-point-addbtn{display:none}.rung-point-add .btn.rung-point-addbtn{background-image:linear-gradient(to right,transparent,var(--rung-red-bg) 25%,var(--rung-red-bg) 75%,transparent);background-repeat:no-repeat;background-position:center;background-size:calc(var(--add-fill, 0) * 130%) 100%;transition:background-size .25s ease-out,background-color .5s ease,border-color .5s ease,color .35s ease}.rung-point-add .rung-point-addbtn.is-armed{background-color:var(--rung-red-bg);border-color:var(--rung-red)}.rung-point-add .rung-point-addbtn.is-armed:hover{border-color:var(--rung-red-hover);color:var(--rung-red-hover)}@media (prefers-reduced-motion: reduce){.rung-point-add .btn.rung-point-addbtn{transition:none}}.rung-suggests{display:flex;flex-wrap:wrap;gap:var(--space-sm, 8px);margin-top:0}.rung-suggests__label{flex:0 0 100%;font-family:var(--font-body);font-size:var(--font-size-md);font-weight:600;color:var(--text-secondary);line-height:var(--line-height-normal);margin-bottom:5px}.rung-suggest{display:inline-flex;align-items:center;justify-content:flex-start;text-align:start;gap:var(--space-2xs, 6px);padding:12px 18px;border:1px dashed var(--border-strong, #999);border-radius:var(--rung-sys-radius-xs, 8px);background:var(--surface-white, #fff);color:var(--text-primary, #1a1a1a);font:inherit;font-size:18px;line-height:1.2;cursor:pointer;min-height:44px;transition:all var(--transition-fast)}@media (hover: hover) and (pointer: fine){.rung-suggest:hover{border-style:solid;border-color:var(--rung-red, #1b2c8f)}}.rung-suggest:focus-visible{outline:2px dotted var(--focus-ring-color);outline-offset:2px}.rung-suggest .rung-ico{color:var(--rung-red, #1b2c8f);flex-shrink:0}.rung-suggest>span{text-align:start}.onet-field-wrap .form-field{margin-bottom:4px}.rung-feed{gap:var(--space-base, 16px)}.rung-blocks{display:flex;flex-direction:column;gap:var(--space-lg, 24px);margin:8px 0 0}.rung-block{display:flex;flex-direction:column;gap:var(--space-sm, 8px);background:var(--surface-white, #fff);border-radius:var(--rung-sys-radius-surface);padding:var(--space-xl, 28px);box-shadow:0 0 8px 1px #0000001f;transition:box-shadow .2s ease;scroll-margin-top:76px}.rung-block--active,.rung-block--attention{position:relative}.rung-block--active:before,.rung-block--attention:before{content:"";position:absolute;inset:-2px;border-radius:inherit;padding:2px;background:conic-gradient(from var(--gb-angle, 0deg),var(--gb-1),var(--gb-2),var(--gb-1));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:rung-gb-spin 4.5s linear infinite;pointer-events:none}.rung-block--active{--gb-1: var(--rung-red);--gb-2: var(--rung-ref-color-blue-60, #3185fc);box-shadow:0 6px 18px #1b2c8f24}.rung-block--attention,.rung-block--active.rung-block--attention{--gb-1: var(--intel-enrich-ink);--gb-2: var(--rung-ref-color-orange-70, #fba95b);box-shadow:0 6px 18px #e08a1e2e}@media (prefers-reduced-motion: reduce){.rung-block--active:before,.rung-block--attention:before{animation:none}}.rung-attention-note{margin:0 0 var(--space-2, 8px);font-size:var(--font-size-sm);font-weight:600;color:#9a5b00}[data-view-mode=dark][data-theme=rung] .rung-attention-note{color:#f0b357}.rung-generate{background:none;box-shadow:none;padding:0;gap:var(--space-base, 16px)}.rung-interstitial{display:block}.rung-interstitial .inline-note{margin:0}.rung-block__q{font-size:24px;line-height:1.3;font-weight:var(--font-weight-heading, 700);margin:0}.rung-block__q+.form-field,.rung-block__q+.onet-field-wrap>.form-field:first-child{margin-top:var(--space-sm, 8px)}.rung-block__foot{margin-top:4px}.rung-block__foot>.btn{width:100%;justify-content:center}.rung-cell-next{display:none;width:100%;justify-content:center}.rung-block--active[data-cell-engaged] .rung-cell-next,.rung-block[data-cell-engaged]:focus-within .rung-cell-next{display:flex}.rung-block[data-cell-engaged] .rung-cell-skip{display:none}[data-cell=target].rung-block--active[data-cell-engaged] .rung-cell-next,[data-cell=target].rung-block[data-cell-engaged]:focus-within .rung-cell-next{display:none}[data-cell=target][data-needs-next][data-cell-engaged] .rung-cell-next{display:flex}.rung-cell-next{position:relative;--gb-1: var(--rung-red);--gb-2: var(--rung-ref-color-blue-60, #3185fc)}.rung-cell-next:before{content:"";position:absolute;inset:-2px;border-radius:inherit;padding:2px;background:conic-gradient(from var(--gb-angle, 0deg),var(--gb-1),var(--gb-2),var(--gb-1));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:rung-gb-spin 4.5s linear infinite;pointer-events:none;transition:opacity .15s ease}.rung-cell-next:hover:before,.rung-cell-next:focus:before,.rung-cell-next:focus-visible:before{opacity:0}@media (prefers-reduced-motion: reduce){.rung-cell-next:before{animation:none}}.rung-block:has(.rung-checkgroup .checkbox__input:checked) .rung-cell-skip{display:none}.rung-cell-skip{color:var(--text-muted)}.rung-cell-skip:hover{color:var(--text-secondary)}.rung-scenario.is-chosen{border-color:var(--rung-red, #1b2c8f);background:var(--rung-red-bg, #e8eeff)}.rung-scenario--chosen{cursor:default}.rung-scenario__change{align-self:flex-start;padding-inline-start:0;padding-inline-end:0}.rung-scenario__unsure{align-self:center;margin-top:var(--space-sm, 8px);color:var(--text-secondary, #667085)}.rung-startover{align-self:flex-start;margin-top:var(--space-xl, 32px);opacity:.6;font-size:14px}.rung-edu-form.employment__form{margin-top:0}.rung-edu-form .button-bar{margin-top:var(--space-lg, 24px)}@media (max-width: 768px){.rung-edu-form .button-bar{flex-direction:column-reverse;flex-wrap:nowrap;align-items:stretch;gap:var(--space-md)}.rung-edu-form .button-bar__left,.rung-edu-form .button-bar__right{width:100%;margin-inline-start:0;justify-content:center}.rung-edu-form .button-bar .btn--primary,.rung-edu-form .button-bar .btn--text{width:100%;justify-content:center;text-align:center}}.entry-list__rows>.rung-job{border-bottom:1px solid var(--border-light, #ddd)}.entry-list__rows>.rung-job:last-child{border-bottom:0}.rung-job>.entry-list__row{border-bottom:0}.rung-eng{display:flex;flex-direction:column;gap:var(--space-sm, 8px);padding:var(--space-2sm, 10px) var(--space-lg, 20px) var(--space-md, 12px) calc(var(--space-lg, 20px) + var(--space-base, 16px))}.rung-eng__row{display:flex;align-items:center;gap:var(--space-base, 16px)}.rung-eng__row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-3xs, 2px)}.rung-eng__row-primary{font-family:var(--font-body);font-size:var(--font-size-sm, 14px);font-weight:var(--font-weight-semibold, 600);color:var(--text-primary)}.rung-eng__row-secondary{font-family:var(--font-body);font-size:var(--font-size-xs, 12px);color:var(--text-secondary)}.rung-eng__row-actions{display:flex;gap:var(--space-xs, 4px);flex-shrink:0}.rung-eng__add.icon-link{align-self:flex-start;padding:var(--space-2xs, 4px) 0;min-height:0}.rung-eng-form{display:flex;flex-direction:column;gap:var(--space-md, 12px);padding-top:var(--space-sm, 8px)}.rung-eng-form .button-bar{margin-top:var(--space-md, 12px)}@media (max-width: 768px){.rung-eng-form .button-bar{flex-direction:column-reverse;flex-wrap:nowrap;align-items:stretch;gap:var(--space-md)}.rung-eng-form .button-bar__left,.rung-eng-form .button-bar__right{width:100%;margin-inline-start:0;justify-content:center}.rung-eng-form .button-bar .btn--primary,.rung-eng-form .button-bar .btn--text{width:100%;justify-content:center;text-align:center}}.rung-daterange.form-field{gap:14px}.rung-dategroup{display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.rung-dategroup__row{display:flex;gap:var(--space-2sm, 10px)}.rung-dategroup__row .select-field__wrap{flex:1 1 0;min-width:0}.rung-daterange__present{align-self:center;font-weight:600;color:var(--text-secondary, #444)}.rung-daterange.is-edit-pulse .select-field__input{animation:rung-date-pulse .7s ease-in-out 3}@keyframes rung-date-pulse{0%,to{box-shadow:0 0 #1b2c8f00}50%{box-shadow:0 0 0 3px #1b2c8f59}}@media (prefers-reduced-motion: reduce){.rung-daterange.is-edit-pulse .select-field__input{animation:none}}.rung-points-field{display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.rung-points-field>.form-field__label{font-weight:600}.rung-help{margin:0 0 8px;font-size:var(--font-size-base, 14px);line-height:1.45;color:var(--text-secondary, #444)}.rung-gen-actions{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm, 8px)}@media print{.rung-top,.rung-foot,.rung-actions,.rung-status,.rung-startover,.rung-preview,.rung-listen-fab,.rung-mic-fab,.rung-convo-fab,.rung-convo-desc,.rung-tip,.page-intro,.inline-note{display:none!important}body *{visibility:hidden!important}.resume-page,.resume-page *{visibility:visible!important}.resume-page{position:absolute;left:0;top:0;width:100%}.rung-preview .resume-page{display:none!important}.resume-page{width:auto!important;height:auto!important;overflow:visible!important;margin:0!important}.resume-page .cv{transform:none!important}}.is-hidden{display:none!important}.onet-field-wrap{position:relative}.onet-occ-slot{min-height:28px;padding-top:6px;margin-bottom:var(--space-sm, 8px)}.onet-occ-slot .rung-loading-hint,.onet-occ-slot .onet-confirmed{margin:0}.onet-listbox,.rung-ta-listbox{position:fixed;z-index:9999;background:var(--surface-card);border:1.5px solid var(--border-light);border-radius:var(--radius-sm);box-shadow:var(--shadow-dropdown);list-style:none;margin:2px 0 0;padding:4px 0;max-height:280px;overflow-y:auto}.onet-listbox__item,.rung-ta-listbox__item{padding:10px var(--space-md);font-family:var(--font-heading);font-size:var(--font-size-md);font-weight:var(--font-weight-heading, 800);color:var(--text-primary);cursor:pointer;line-height:1.3}.onet-listbox__item--active,.onet-listbox__item:hover,.rung-ta-listbox__item--active,.rung-ta-listbox__item:hover{background:var(--rung-red-bg);color:var(--rung-red)}.onet-listbox__item mark,.rung-ta-listbox__item mark{background:none;color:var(--rung-red);font-weight:var(--font-weight-heading, 800)}.rung-ta__meta,.rung-ta__mos{color:var(--text-muted, #666)}.rung-ta__xform{display:inline-flex;vertical-align:middle;margin:0 6px;color:var(--rung-red)}.rung-ta__civ{font-weight:var(--font-weight-semibold, 600);color:var(--text-primary)}.rung-provenance,.rung-polish__more-label{display:flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:var(--font-size-sm, 14px);font-weight:700;color:var(--text-secondary, #555)}.rung-provenance{margin:0 0 var(--space-sm, 8px)}.rung-provenance .rung-ico,.rung-polish__more-label .rung-ico{color:var(--rung-red);flex:none}.onet-confirmed{margin:6px 0 0;align-items:flex-start;line-height:1.5}.onet-confirmed .rung-ico{margin-top:calc((1.5em - 16px)/2)}.rung-occ-change{display:inline-flex;vertical-align:baseline;padding-inline-start:0;padding-inline-end:0;margin:0;margin-inline-start:.3em;font-size:14px;padding:0!important}.rung-body .btn--secondary{font-size:20px}.rung-body .btn--secondary:hover{border-color:var(--rung-red, #1b2c8f)}.rung-body .entry-list__rows{margin-bottom:12px}.rung-occ-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.rung-occ-foot:has(>:only-child){justify-content:center}.rung-loading-hint{display:inline-flex;align-items:center;gap:8px}.rung-exp-occpick{margin:24px 0 0}.rung-exp-occpick .form-field__label{display:block;margin-bottom:8px}.rung-exp-occpick .rung-occ-foot{margin-top:8px}.rung-exp-choosefield{display:inline-flex;padding-inline-start:0;margin-top:2px}
