/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.fixed{
  position: fixed;
}
.inline-flex{
  display: inline-flex;
}
.hidden{
  display: none;
}
.border{
  border-width: 1px;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

:root{--ink:#17211b;--muted:#647069;--green:#2f7959;--green-dark:#225e45;--mint:#eaf5ef;--line:#e5e9e6;--cream:#f7f7f2}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',sans-serif}
button,input{font:inherit}
button,a{transition:.2s ease}
button{cursor:pointer}
.nav{height:76px;padding:0 max(5vw,32px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:5;background:rgba(255,255,255,.94)}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font-family:'Manrope';font-weight:800;font-size:22px;letter-spacing:-1px}
.brand>span:last-child>span{color:var(--green)}
.brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--green);color:white}
.nav-links{display:flex;gap:36px;height:100%;align-items:center}
.nav-links a{height:100%;display:flex;align-items:center;text-decoration:none;color:#5d6861;font-size:14px;font-weight:600;position:relative}
.nav-links a:hover,.nav-links a.active{color:var(--ink)}
.nav-links a.active:after{content:"";position:absolute;height:2px;background:var(--green);left:0;right:0;bottom:0}
.nav-actions{display:flex;align-items:center;gap:12px}.icon-button{border:0;background:#f5f6f4;border-radius:50%;width:39px;height:39px;display:grid;place-items:center;position:relative}.icon-button i{width:6px;height:6px;border-radius:50%;background:#df6d4c;position:absolute;right:7px;top:6px;border:1px solid white}
.profile-button{border:0;background:transparent;display:flex;align-items:center;gap:9px;color:var(--ink)}.profile-button>span{width:36px;height:36px;background:#efe5d6;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700}.profile-button b{font-size:13px}.profile-button svg{transform:rotate(90deg);color:#919991}
.hero{min-height:530px;background:var(--cream);padding:48px 24px 46px;text-align:center;position:relative;overflow:hidden}.hero>*:not(.hero-glow){position:relative;z-index:1}.hero-glow{position:absolute;border-radius:50%;filter:blur(4px)}.glow-one{width:460px;height:460px;background:radial-gradient(circle,rgba(162,216,185,.27),transparent 67%);left:-80px;top:-130px}.glow-two{width:500px;height:500px;background:radial-gradient(circle,rgba(240,205,154,.22),transparent 68%);right:-80px;bottom:-220px}
.eyebrow{display:inline-flex;align-items:center;gap:7px;background:#e4f0e9;color:var(--green-dark);border:1px solid #d3e4da;border-radius:99px;padding:7px 13px;font-size:12px;font-weight:700;letter-spacing:.02em}
.hero h1{font-family:'Manrope';font-size:49px;line-height:1.06;letter-spacing:-2.8px;margin:16px 0 12px}.hero h1 em{font-style:normal;color:var(--green)}.hero>p{max-width:610px;margin:0 auto;color:var(--muted);font-size:16px;line-height:1.55}
.hero-upload{width:min(690px,92vw);min-height:76px;margin:22px auto 16px;padding:11px 12px 11px 14px;background:#fff;border:1.5px dashed #b7c9be;border-radius:14px;box-shadow:0 12px 32px rgba(37,54,43,.08);display:flex;align-items:center;gap:12px;text-align:left;transition:.2s}.hero-upload.dragging{border-color:var(--green);background:#f0f8f4;transform:translateY(-2px)}.hero-upload.uploaded{border-style:solid;border-color:#a9d0ba;background:#f8fcfa}.hero-upload input{display:none}.upload-icon{width:44px;height:44px;flex:0 0 44px;border-radius:11px;background:var(--mint);color:var(--green);display:grid;place-items:center}.hero-upload>div{display:flex;flex:1;min-width:0;flex-direction:column;gap:4px}.hero-upload strong{font-family:'Manrope';font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-upload small{font-size:10px;color:#78837c}.hero-upload button{border:0;background:var(--green);color:#fff;border-radius:9px;padding:12px 17px;font-size:11px;font-weight:800;white-space:nowrap}.hero-upload button:hover{background:var(--green-dark)}
.search-shell{width:min(850px,92vw);margin:14px auto 18px;text-align:left}.search-tabs{display:flex;gap:4px;padding-left:6px}.search-tabs button{border:0;background:transparent;color:#6b746e;padding:10px 15px;display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;border-radius:9px 9px 0 0}.search-tabs button.selected{background:white;color:var(--green-dark);box-shadow:0 -4px 15px rgba(37,54,43,.04)}
.search-row{height:68px;background:#fff;border:1px solid #dfe5e1;border-radius:12px;box-shadow:0 13px 35px rgba(37,54,43,.09);display:flex;align-items:center;padding:7px 8px 7px 20px;color:#88918b}.search-row input{flex:1;border:0;outline:0;padding:0 14px;color:var(--ink);font-size:14px;min-width:100px}.search-row input::-moz-placeholder{color:#929a95}.search-row input::placeholder{color:#929a95}.search-place{border-left:1px solid var(--line);padding:0 20px;display:flex;align-items:center;gap:7px;color:#566159;font-size:13px;white-space:nowrap}.search-place b{margin-left:6px}.search-row button,.primary-button{border:0;background:var(--green);color:white;border-radius:9px;padding:15px 21px;font-size:13px;font-weight:700}.search-row button:hover,.primary-button:hover{background:var(--green-dark);transform:translateY(-1px)}
.trust-row{display:flex;justify-content:center;gap:16px;align-items:center;color:#758078;font-size:11px}.trust-row span{display:flex;align-items:center;gap:5px}.trust-row svg{color:var(--green)}.trust-row i{height:3px;width:3px;border-radius:50%;background:#aeb5b0}
.content{max-width:1160px;margin:auto;padding:75px 24px 84px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.mini-title{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.15em}.section-heading h2,.profile-copy h2,.values-heading h2{font-family:'Manrope';font-size:31px;letter-spacing:-1.2px;margin:7px 0 5px}.section-heading p{color:var(--muted);margin:0;font-size:14px}.outline-button{border:1px solid #dce2de;background:white;border-radius:8px;padding:10px 14px;display:flex;gap:8px;align-items:center;color:#405047;font-size:12px;font-weight:700}.outline-button:hover{border-color:var(--green);color:var(--green)}
.job-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.job-card{border:1px solid var(--line);border-radius:14px;padding:20px;background:white;box-shadow:0 5px 20px rgba(25,39,30,.035);transition:.25s}.job-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(25,39,30,.09);border-color:#d3ded7}.job-top{display:flex;justify-content:space-between}.company-logo{width:43px;height:43px;border-radius:10px;color:white;display:grid;place-items:center;font-weight:800}.bookmark{width:34px;height:34px;border:1px solid var(--line);background:white;border-radius:8px;display:grid;place-items:center}.bookmark svg{width:16px;fill:none;stroke:#7f8882;stroke-width:1.7}.bookmark.saved{background:var(--mint);border-color:#cde3d6}.bookmark.saved svg{fill:var(--green);stroke:var(--green)}.company-name{margin-top:17px;color:#68736c;font-size:12px;font-weight:600}.company-name span,.clean-profile h4 span{background:#dcefe5;color:var(--green);border-radius:50%;font-size:9px;padding:1px 3px;margin-left:3px}.job-card h3{font-family:'Manrope';font-size:18px;margin:5px 0 11px;letter-spacing:-.35px}.job-meta{display:flex;gap:13px;color:#77827b;font-size:11px}.job-meta span{display:flex;align-items:center;gap:4px}.tags{display:flex;gap:6px;margin:15px 0 18px;flex-wrap:wrap}.tags span{background:#f4f6f4;border-radius:6px;padding:5px 8px;font-size:10px;color:#56635b}
.match-box{background:#f0f7f3;border-radius:10px;padding:12px}.match-score{display:flex;align-items:baseline;gap:5px}.match-score strong{color:var(--green);font-size:19px}.match-score span{color:#617068;font-size:10px;font-weight:700}.score-bar{height:4px;background:#d8e5dd;border-radius:99px;margin:6px 0 8px;overflow:hidden}.score-bar i{height:100%;display:block;background:var(--green);border-radius:99px}.match-box p{font-size:10px;line-height:1.4;color:#66736b;margin:0}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.card-footer strong{font-size:13px}.card-footer small{color:#8a928d;font-weight:400}.card-footer button{border:0;background:transparent;color:var(--green);display:flex;align-items:center;font-size:11px;font-weight:800}.empty{text-align:center;padding:50px;color:var(--muted);background:var(--cream);border-radius:14px}
.profile-strip{background:#1e3e31;color:white;min-height:450px;padding:70px max(calc((100vw - 1112px)/2),24px);display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center;overflow:hidden}.profile-copy .mini-title{color:#91d1b0}.profile-copy h2{font-size:37px;margin:10px 0 15px}.profile-copy p{color:#bed0c6;line-height:1.65;font-size:14px;max-width:450px}.profile-copy .primary-button{background:#f1c980;color:#25362d;display:flex;align-items:center;gap:8px;margin-top:23px}.profile-copy .primary-button:hover{background:#f5d695}.profile-copy small{display:block;color:#9fb4a8;font-size:10px;margin-top:10px}
.profile-visual{height:310px;position:relative}.raw-doc{position:absolute;left:0;top:20px;width:210px;height:260px;background:#f7f5ef;color:#7d847e;border-radius:12px;padding:18px;transform:rotate(-5deg);box-shadow:0 20px 40px #10271e}.raw-doc span{font-size:9px;color:#505a53;font-weight:700}.raw-doc b{display:block;height:5px;background:#dcded9;border-radius:4px;margin-top:10px}.raw-doc b:nth-of-type(2),.raw-doc b:nth-of-type(6){width:70%}.raw-doc i{display:block;font-style:normal;font-size:8px;font-weight:800;margin-top:20px}
.ai-bubble{position:absolute;left:185px;top:120px;z-index:3;background:#f3c978;color:#273c31;border-radius:99px;padding:10px 14px;display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800;box-shadow:0 8px 20px #173327}.ai-bubble i{width:4px;height:4px;border-radius:50%;background:#697261;animation:pulse 1s infinite}.ai-bubble i:nth-last-child(2){animation-delay:.15s}.ai-bubble i:last-child{animation-delay:.3s}@keyframes pulse{50%{opacity:.25}}
.clean-profile{position:absolute;right:0;top:0;width:390px;height:290px;background:white;color:var(--ink);border-radius:15px;padding:23px;box-shadow:0 22px 48px #122c22}.cp-head{display:flex;align-items:center}.avatar{width:50px;height:50px;background:#e9ddcc;border-radius:50%;display:grid;place-items:center;font-weight:800;color:#715c45}.cp-head>div:nth-child(2){margin-left:12px}.cp-head h4{margin:0;font-size:15px}.cp-head p{margin:4px 0 0;color:#758078;font-size:11px}.cp-head em{font-style:normal;margin-left:auto;color:var(--green);font-size:11px;font-weight:800;background:var(--mint);padding:7px;border-radius:99px}.cp-skills{display:flex;gap:6px;margin:18px 0}.cp-skills span{background:#f1f4f2;padding:6px 8px;border-radius:5px;font-size:9px;color:#5d6961}.cp-row{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);padding-top:17px}.cp-row b{font-size:17px}.cp-row span{font-size:9px;color:#869089}.complete{display:flex;align-items:center;justify-content:space-between;background:#eef7f2;margin-top:19px;padding:11px;border-radius:8px;font-size:9px;color:var(--green)}.complete span{display:flex;align-items:center;gap:5px}.complete strong{font-size:8px;letter-spacing:.08em}
.values{padding:80px 24px 90px;max-width:1110px;margin:auto}.values-heading{text-align:center}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-top:42px}.value-icon{width:44px;height:44px;border-radius:11px;display:grid;place-items:center}.lilac{background:#eeeafa;color:#7058a3}.green{background:#e6f2eb;color:var(--green)}.orange{background:#faeee5;color:#b16b3e}.value-grid h3{font-family:'Manrope';font-size:17px;margin:16px 0 8px}.value-grid p{color:var(--muted);font-size:12px;line-height:1.65;margin:0}
footer{border-top:1px solid var(--line);max-width:1110px;margin:auto;padding:27px 0;display:flex;align-items:center;gap:20px}footer p{font-size:11px;color:var(--muted);margin:0}footer>span{margin-left:auto;color:#919a94;font-size:10px}.toast{position:fixed;z-index:100;top:88px;left:50%;transform:translateX(-50%);background:#173c2b;color:white;padding:11px 17px;border-radius:9px;display:flex;align-items:center;gap:8px;font-size:12px;box-shadow:0 8px 30px rgba(0,0,0,.2)}
@media(max-width:900px){.nav-links{display:none}.hero h1{font-size:42px}.job-grid{grid-template-columns:1fr}.profile-strip{grid-template-columns:1fr}.profile-copy{text-align:center}.profile-copy p{margin-left:auto;margin-right:auto}.profile-copy .primary-button{margin-left:auto;margin-right:auto}.profile-visual{width:min(600px,100%);margin:auto}.value-grid{gap:25px}.job-card{max-width:600px;width:100%;margin:auto}}
@media(max-width:620px){.nav{padding:0 18px;height:64px}.profile-button b,.profile-button svg{display:none}.hero{padding:38px 14px 42px;min-height:auto}.hero h1{font-size:36px;letter-spacing:-2px}.hero>p{font-size:14px}.hero-upload{width:100%;margin-top:18px;padding:10px;gap:9px}.upload-icon{width:39px;height:39px;flex-basis:39px}.hero-upload strong{font-size:12px}.hero-upload small{font-size:9px}.hero-upload button{padding:11px 12px}.search-row{height:auto;flex-wrap:wrap;padding:12px}.search-row input{height:40px;width:calc(100% - 40px)}.search-place{border-left:0;width:50%;padding:10px 4px}.search-row button{width:50%}.trust-row{flex-wrap:wrap}.trust-row i{display:none}.section-heading{align-items:start}.section-heading .outline-button{margin-top:22px;white-space:nowrap}.profile-strip{padding-top:55px;gap:30px}.profile-visual{height:280px;transform:scale(.82);transform-origin:left top;width:120%}.raw-doc{left:-10px}.clean-profile{right:0}.ai-bubble{left:130px}.value-grid{grid-template-columns:1fr;gap:34px}.values{text-align:center}footer{margin:0 20px;flex-wrap:wrap}footer p{display:none}}

