@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#111;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff;color:#111;font-family:Inter,system-ui,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app{min-height:100vh;overflow:hidden}.navbar{width:min(1180px,calc(100% - 40px));min-height:82px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{display:inline-block;color:#111;font-size:22px;font-weight:800;letter-spacing:-.8px;line-height:1}.logo span{color:#777}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{color:#666;font-size:14px;font-weight:500;transition:color .2s ease}.nav-links a:hover{color:#111}.notifications-nav-link,.home-notifications-link{position:relative;display:inline-flex;align-items:center;gap:7px}.notification-dot,.home-notifications-dot{width:8px;height:8px;flex:0 0 8px;display:inline-block;border-radius:50%;background:#111;box-shadow:0 0 0 3px #11111114}.nav-actions{display:flex;align-items:center;gap:10px}.auth-user{color:#777;font-size:12px;font-weight:500;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 18px;border:0;border-radius:12px;font-weight:600;line-height:1;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn-dark{color:#fff;background:#111}.btn-dark:hover{box-shadow:0 10px 25px #00000024}.btn-ghost{color:#222;background:transparent}.btn-ghost:hover{background:#f3f3f3}.btn-outline{color:#111;background:#fff;border:1px solid #ddd}.btn-outline:hover{border-color:#aaa;background:#fafafa}.btn-light{color:#111;background:#fff}.btn-large{min-height:52px;padding:15px 22px;border-radius:14px}.hero{width:min(1180px,calc(100% - 40px));min-height:690px;margin:0 auto;padding:80px 0 100px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:25px;color:#666;font-size:13px;font-weight:600}.eyebrow-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#111}.hero h1{max-width:700px;margin:0;font-size:clamp(48px,6vw,76px);line-height:.98;letter-spacing:-4px}.hero h1 span{color:#777}.hero-text{max-width:570px;margin:30px 0 0;color:#666;font-size:17px;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-actions .btn span{margin-left:15px}.hero-stats{display:flex;gap:35px;margin-top:55px}.hero-stats div{display:flex;flex-direction:column;gap:5px}.hero-stats strong{font-size:14px}.hero-stats span{color:#888;font-size:12px}.hero-visual{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center}.visual-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:#f1f1f1}.floating-card{position:absolute;z-index:2;border:1px solid #e8e8e8;background:#fffffff0;box-shadow:0 25px 70px #00000017;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-main{width:390px;padding:27px;border-radius:22px}.card-header,.card-meta{display:flex;justify-content:space-between;gap:15px}.card-header{color:#888;font-size:12px}.live-dot{color:#222}.card-main h3{margin:28px 0 12px;font-size:21px;line-height:1.35}.card-main p{margin:0;color:#777;font-size:13px;line-height:1.6}.card-meta{margin-top:30px;padding-top:18px;border-top:1px solid #eee;color:#555;font-size:12px}.card-small{width:230px;display:flex;align-items:center;gap:12px;padding:15px;border-radius:16px}.card-small strong,.card-small span{display:block}.card-small strong{margin-bottom:3px;font-size:12px}.card-small span{color:#888;font-size:11px}.card-top{top:65px;right:0;animation:float 5s ease-in-out infinite}.card-bottom{bottom:65px;left:0;animation:float 5s ease-in-out infinite reverse}.mini-icon,.check-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:#f1f1f1}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:110px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:55px}.section-heading.centered{display:block;max-width:650px;margin:0 auto 55px;text-align:center}.section-label{display:block;margin-bottom:13px;color:#888;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.section-heading h2,.split-card h2,.final-cta h2{margin:0;font-size:clamp(34px,4vw,52px);line-height:1.05;letter-spacing:-2.5px}.section-heading p{max-width:360px;margin:0;color:#777;line-height:1.7}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.category-card{display:grid;grid-template-columns:45px 1fr 25px;align-items:center;min-height:120px;padding:22px;text-align:left;border:1px solid #e9e9e9;border-radius:18px;background:#fff;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.category-card:hover{transform:translateY(-5px);border-color:#ccc;box-shadow:0 18px 45px #00000012}.category-number{color:#aaa;font-size:11px}.category-name{font-weight:600}.category-arrow{color:#777;font-size:20px}.how{border-top:1px solid #eee}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step{padding-top:25px;border-top:1px solid #ccc}.step>span{color:#999;font-size:12px;font-weight:700}.step h3{margin:28px 0 12px;font-size:20px}.step p{max-width:300px;margin:0;color:#777;line-height:1.7}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:15px}.split-card{min-height:380px;padding:45px;border-radius:24px;background:#111;color:#fff}.split-card.light{background:#f5f5f5;color:#111}.split-card h2{margin-bottom:20px}.split-card p{max-width:450px;margin:0 0 35px;color:#aaa;line-height:1.7}.split-card.light p{color:#777}.final-cta{width:min(1180px,calc(100% - 40px));margin:0 auto 40px;padding:90px 60px;border-radius:28px;background:#111;color:#fff;text-align:center}.final-cta .section-label{color:#999}.final-cta h2{margin-bottom:35px}.footer{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:40px 0 55px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#888;font-size:12px}.footer p{margin:8px 0 0}.footer-links{display:flex;gap:25px}.page{min-height:100vh;background:#f7f7f5;padding:32px 20px}.app-page{width:min(900px,100%);margin:0 auto}.app-page-header{max-width:700px;margin-bottom:42px}.app-page-header h1{margin:12px 0 16px;font-size:clamp(42px,7vw,72px);line-height:.98;letter-spacing:-3px}.app-page-header p{max-width:600px;margin:0;color:#666;font-size:18px;line-height:1.6}.auth-card{width:min(500px,100%);margin:50px auto;padding:42px;background:#fff;border:1px solid #e8e8e5;border-radius:28px;box-shadow:0 20px 60px #0000000f}.auth-card .logo{display:inline-block;margin-bottom:60px;font-size:26px}.auth-header h1{margin:10px 0;font-size:46px;letter-spacing:-2px}.auth-header p{color:#666;line-height:1.6}.auth-form{display:grid;gap:22px;margin-top:35px}.auth-form label,.project-form label{display:grid;gap:9px;color:#333;font-weight:600}.auth-form input,.auth-form textarea,.project-form input,.project-form textarea{width:100%;border:1px solid #ddddda;border-radius:14px;background:#fff;padding:15px 16px;outline:none;transition:border-color .2s,box-shadow .2s}.auth-form input:focus,.auth-form textarea:focus,.project-form input:focus,.project-form textarea:focus{border-color:#111;box-shadow:0 0 0 4px #0000000d}.auth-form textarea{display:block;min-width:0;max-width:100%;min-height:170px;box-sizing:border-box;color:#171717;font:inherit;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;overflow-x:hidden;resize:vertical}.auth-form input[type=file]{padding:12px;cursor:pointer}.auth-form button{border:0;margin-top:5px}.auth-error{margin:0;padding:12px 14px;border:1px solid #f0caca;border-radius:12px;background:#fff5f5;color:#b42318;font-size:14px;line-height:1.5}.auth-footer{margin:25px 0 0;text-align:center;color:#777}.auth-footer a{color:#111;font-weight:700}.account-card{width:100%;padding:34px;border:1px solid #e6e6e2;border-radius:26px;background:#fff;box-shadow:0 18px 55px #0000000e}.profile-preview{display:flex;align-items:center;gap:22px;margin-bottom:34px;padding-bottom:30px;border-bottom:1px solid #ededeb}.profile-avatar{width:96px;height:96px;flex:0 0 96px;display:block;overflow:hidden;border:4px solid #fff;border-radius:50%;background:#f0f0ee;object-fit:cover;object-position:center;box-shadow:0 0 0 1px #deded9,0 10px 25px #00000014}.profile-avatar-placeholder{display:grid;place-items:center;color:#111;background:linear-gradient(135deg,#f1f1ef,#deded9);font-size:32px;font-weight:700;text-transform:uppercase}.profile-preview h2{margin:0 0 6px;font-size:24px;letter-spacing:-.7px}.profile-preview p{margin:0;color:#777;font-size:14px}.profile-upload{display:grid;gap:12px}.profile-upload-label{color:#333;font-weight:600}.profile-upload input[type=file]{width:100%;padding:12px;border:1px dashed #cfcfca;border-radius:14px;background:#fafaf8;cursor:pointer}.profile-upload input[type=file]:hover{border-color:#999;background:#f7f7f4}.profile-upload-hint{margin:0;color:#888;font-size:12px;line-height:1.5}.profile-upload-preview{width:72px;height:72px;overflow:hidden;border:3px solid #fff;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px #ddd}.account-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.account-actions .btn{width:100%}.account-card>.auth-form{margin-top:0}.account-success{margin:0;padding:12px 14px;border:1px solid #cce8d1;border-radius:12px;background:#f1fbf3;color:#176b2c;font-size:14px}.project-form{display:grid;gap:24px;max-width:700px;padding:32px;background:#fff;border:1px solid #e8e8e5;border-radius:24px}.project-form textarea{resize:vertical;min-height:150px}.project-form button{width:fit-content;border:0}.jobs-list{display:grid;gap:18px}.job-card{padding:28px;background:#fff;border:1px solid #e8e8e5;border-radius:22px;transition:transform .2s,box-shadow .2s}.job-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #00000012}.job-card h2{margin:12px 0 10px;font-size:25px;letter-spacing:-.7px}.job-card p{margin:0 0 22px;color:#666}.job-card button{border:0}.job-details{margin-top:24px;padding-top:22px;border-top:1px solid #ecece8}.job-details>p{max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere}.job-details-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:12px;margin-top:20px}.job-details-actions .btn,.job-actions .btn{width:100%;min-width:0;min-height:48px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:normal;text-align:center;line-height:1.3}.job-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px;margin-top:20px}.job-owner-note{margin-top:16px!important;margin-bottom:0!important}.page .auth-card p{line-height:1.6}@media (max-width: 900px){.nav-links{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap}.nav-links::-webkit-scrollbar{display:none}.hero{grid-template-columns:1fr;gap:20px;padding-top:55px}.hero-visual{min-height:430px}.category-grid,.steps{grid-template-columns:1fr 1fr}}@media (max-width: 760px){.job-details-actions,.job-actions{grid-template-columns:1fr}}@media (max-width: 700px){.page{padding:16px 12px}.navbar{width:100%;min-height:0;padding:10px 4px 14px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"logo actions" "links links";gap:12px 10px;align-items:center}.navbar .logo{grid-area:logo}.navbar .nav-links{grid-area:links;width:100%;min-width:0;padding:2px 0 4px}.navbar .nav-links a{flex:0 0 auto;font-size:13px;padding:8px 0}.navbar .nav-actions{grid-area:actions;gap:6px;min-width:0}.home-notifications-link{position:relative}.home-notifications-dot{width:7px;height:7px;border-radius:50%;background:#111;display:inline-block;margin-left:2px}.auth-user{display:none}.hero,.section{width:calc(100% - 28px)}.hero{min-height:auto;padding:55px 0 70px}.hero h1{font-size:48px;letter-spacing:-2.5px}.hero-text{font-size:15px}.hero-stats{gap:18px;margin-top:40px}.hero-stats span{display:none}.hero-visual{min-height:370px;transform:scale(.9)}.card-main{width:330px}.section{padding:75px 0}.section-heading{display:block}.section-heading p{margin-top:20px}.category-grid,.steps,.split-section{grid-template-columns:1fr}.split-card{min-height:auto;padding:35px}.final-cta{width:calc(100% - 28px);padding:70px 25px}.footer{width:calc(100% - 28px);align-items:flex-start;flex-direction:column}.footer-links{flex-wrap:wrap}.account-card{padding:22px;border-radius:22px}.profile-preview{align-items:flex-start;gap:16px}.profile-avatar{width:76px;height:76px;flex-basis:76px}.profile-preview h2{font-size:20px}.account-actions{grid-template-columns:1fr}.app-page-header h1{letter-spacing:-2px}.auth-card{margin:20px auto;padding:28px 22px;border-radius:22px}.auth-card .logo{margin-bottom:45px}.auth-header h1{font-size:38px}.project-form{padding:22px;border-radius:20px}.job-card{padding:22px}}html[data-theme=dark] :is(.messages-list,.messages-empty,.messages-row,.jobs-search,.jobs-search-box,.jobs-filter,.account-mini,.ideahire-application-reject){border-color:#343431!important;background:#171716!important;color:#f3f3ef!important;box-shadow:0 16px 42px #00000042!important}html[data-theme=dark] .messages-row{border-bottom-color:#30302d!important}html[data-theme=dark] .messages-row:hover{background:#222220!important}html[data-theme=dark] :is(.messages-heading h1,.messages-empty h2,.messages-name,.messages-topline,.auth-header h1,.auth-footer a,.auth-link-button,.account-mini-name){color:#f5f5f1!important}html[data-theme=dark] :is(.messages-heading p,.messages-empty p,.messages-job,.messages-preview,.messages-date,.auth-header p,.auth-footer,.forgot-password-row,.forgot-password-row p){color:#b8b8b1!important}html[data-theme=dark] .messages-preview{color:#d0d0ca!important}html[data-theme=dark] .messages-date{color:#969690!important}html[data-theme=dark] :is(.messages-avatar,.notification-avatar,.chat-avatar,.chat-avatar-blocked,.profile-avatar-placeholder){border-color:#42423e!important;background:#2a2a27!important;color:#f2f2ee!important}html[data-theme=dark] .auth-card{border-color:#343431!important;background:#171716!important;color:#f3f3ef!important;box-shadow:0 22px 65px #00000057!important}html[data-theme=dark] .auth-card :is(p,small){color:#b8b8b1!important}html[data-theme=dark] .auth-card :is(label,.logo){color:#f3f3ef!important}html[data-theme=dark] .auth-footer a,html[data-theme=dark] .auth-link-button{text-decoration-color:#7b7b75!important}html[data-theme=dark] .auth-footer a:hover,html[data-theme=dark] .auth-link-button:hover{color:#fff!important;text-decoration-color:#fff!important}html[data-theme=dark] :is(.auth-message,.profile-upload-status){border:1px solid #3b3b37!important;background:#222220!important;color:#deded8!important}html[data-theme=dark] .auth-error{border:1px solid #63423d!important;background:#2a1d1b!important;color:#ffc2b9!important}html[data-theme=dark] :is(.jobs-search-box:focus-within,.jobs-filter:hover,.jobs-search-clear,.ideahire-country-option:hover){border-color:#50504a!important;background:#292926!important;color:#f3f3ef!important}html[data-theme=dark] .jobs-filter.active{border-color:#f1f1ed!important;background:#f1f1ed!important;color:#151514!important}html[data-theme=dark] .jobs-search-icon{color:#aaa9a3!important}html[data-theme=dark] .account-mini:hover{border-color:#50504a!important;background:#222220!important;box-shadow:0 10px 28px #00000047!important}html[data-theme=dark] :is(.notification-decision-card,.notification-accepted-card,.notification-block-card){border-color:#3b3b37!important;background:#191918!important;background-image:none!important;color:#f3f3ef!important}html[data-theme=dark] :is(.notification-person p,.notification-job small,.notification-decision-card p,.notification-block-card p){color:#b8b8b1!important}html[data-theme=dark] :is(.notification-decision-job,.notification-job h2,.notification-decision-card h2,.notification-block-card h2){color:#f3f3ef!important}html[data-theme=dark] :is(.notification-decision-icon,.notification-accepted-icon,.notification-block-icon){background:#2b2926!important;color:#e6ddd7!important}html[data-theme=dark] :is(.notification-dot,.home-notifications-dot){background:#f1f1ed!important;box-shadow:0 0 0 3px #f1f1ed21!important}html[data-theme=dark] :is(.chat-empty,.chat-person span,.chat-read-receipt){color:#aaa9a3!important}html[data-theme=dark] .chat-back{color:#deded8!important}html[data-theme=dark] :is(.profile-more-menu summary,.profile-more-dropdown,.profile-edit-skill-chip,.profile-specialty-chip){border-color:#3d3d39!important;background:#20201e!important;color:#eeeeea!important}html[data-theme=dark] .profile-more-dropdown button:hover{background:#2b2b28!important}html[data-theme=dark] :is(.ideahire-country-placeholder,.ideahire-country-selected-name,.ideahire-country-option-name,.ideahire-country-selected-code,.ideahire-country-option-code){color:#d4d4ce!important}html[data-theme=dark] .ideahire-country-empty{color:#aaa9a3!important}html[data-theme=dark] :focus-visible{outline-color:#d7d7d1}@media (max-width: 480px){.nav-actions .btn-ghost{display:inline-flex;min-height:40px;padding:9px 11px;font-size:12px}.profile-preview{flex-direction:column}.profile-avatar{width:88px;height:88px;flex-basis:88px}.hero-visual{transform:scale(.78);transform-origin:center}.card-main{width:310px}}.account-card{padding:42px;background:#fff;border:1px solid #e8e8e5;border-radius:28px;box-shadow:0 20px 60px #0000000d}.profile-preview{display:flex;align-items:center;gap:22px;padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid #eeeeeb}.profile-avatar-wrapper{width:104px;height:104px;flex:0 0 104px;padding:4px;border-radius:50%;background:#111;box-shadow:0 12px 35px #0000001f,0 0 0 1px #00000014}.profile-avatar{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover;background:#f0f0ed}.profile-avatar-placeholder{display:grid;place-items:center;color:#111;background:#f0f0ed;font-size:36px;font-weight:800}.profile-info h2{margin:0 0 6px;font-size:25px;letter-spacing:-.8px}.profile-info p{margin:0;color:#777;font-size:14px}.account-form{margin-top:0}.account-form small{display:block;margin-top:2px;color:#888;font-size:12px;font-weight:400;line-height:1.5}.profile-specialties-field,.profile-skills-field{min-width:0;margin:0;padding:20px;border:1px solid #e3e3de;border-radius:18px;background:#fafaf8}.profile-specialties-field legend,.profile-skills-field legend{padding:0 8px;color:#333;font-size:14px;font-weight:750}.profile-field-hint{margin:0 0 15px;color:#777;font-size:12px;font-weight:400;line-height:1.55}.profile-category-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.account-form .profile-category-option{width:100%;min-width:0;min-height:44px;margin:0;padding:10px 12px;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;border:1px solid #dfdfda;border-radius:12px;background:#fff;color:#555550;font:inherit;font-size:12px;font-weight:700;line-height:1.25;text-align:left;cursor:pointer;transition:border-color .18s,background .18s,color .18s,transform .18s}.account-form .profile-category-option span{width:20px;height:20px;flex:0 0 20px;display:grid;place-items:center;border-radius:50%;background:#f0f0ed;color:#777;font-size:12px}.account-form .profile-category-option:hover{border-color:#bdbdb6;transform:translateY(-1px)}.account-form .profile-category-option.is-selected{border-color:#171717;background:#171717;color:#fff}.account-form .profile-category-option.is-selected span{background:#ffffff29;color:#fff}.account-form .profile-category-option:disabled{cursor:wait;opacity:.55;transform:none}.ideahire-specialization-field{min-height:165px}.profile-skill-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}.profile-skill-entry input{min-width:0}.account-form .profile-add-skill{min-width:92px;min-height:48px;margin:0;padding:10px 16px;border:1px solid #171717;border-radius:12px;background:#171717;color:#fff;font:inherit;font-size:13px;font-weight:750;cursor:pointer}.account-form .profile-add-skill:hover{background:#30302e}.account-form .profile-add-skill:disabled{cursor:not-allowed;opacity:.5}.profile-edit-skill-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;margin-bottom:12px}.profile-edit-skill-chip{min-width:0;display:inline-flex;align-items:center;gap:7px;padding:7px 8px 7px 11px;border:1px solid #dcdcd6;border-radius:10px;background:#fff;color:#3f3f3a;font-size:12px;font-weight:700;overflow-wrap:anywhere}.account-form .profile-edit-skill-chip button{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;margin:0;padding:0;border:0;border-radius:7px;background:#f0f0ed;color:#777;font:inherit;font-size:16px;line-height:1;cursor:pointer}.account-form .profile-edit-skill-chip button:hover{background:#eee1de;color:#8e352b}.account-form input[type=file]{width:100%;padding:12px;border:1px dashed #d5d5d0;border-radius:14px;background:#fafaf8;cursor:pointer}.account-form input[type=file]:hover{border-color:#999;background:#f5f5f2}.profile-upload-status{padding:14px 16px;border-radius:12px;background:#f3f3f0;color:#555;font-size:13px}@media (max-width: 720px){.profile-category-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 440px){.profile-specialties-field,.profile-skills-field{padding:16px}.profile-category-options,.profile-skill-entry{grid-template-columns:1fr}.account-form .profile-add-skill{width:100%}}.site-preferences{position:fixed;z-index:10000;top:50%;right:14px;transform:translateY(-50%);display:grid;gap:8px;padding:7px;border:1px solid rgba(20,20,20,.11);border-radius:17px;background:#ffffffe6;box-shadow:0 14px 38px #1414141f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-theme-toggle,.site-language-toggle button{min-width:38px;height:38px;display:grid;place-items:center;margin:0;padding:0 8px;border:0;border-radius:11px;background:transparent;color:#575752;font:inherit;font-size:11px;font-weight:800;line-height:1;cursor:pointer}.site-theme-toggle{font-size:20px}.site-theme-toggle:hover,.site-language-toggle button:hover{background:#f0f0ed;color:#111}.site-language-toggle{display:grid;gap:3px;padding-top:7px;border-top:1px solid #e5e5e0}.site-language-toggle button.is-active{background:#171717;color:#fff}html[data-theme=dark]{color:#f4f4f1;background:#0b0b0a}html[data-theme=dark] body,html[data-theme=dark] #root,html[data-theme=dark] .app,html[data-theme=dark] .page,html[data-theme=dark] .account-page,html[data-theme=dark] .app-page,html[data-theme=dark] .messages-page,html[data-theme=dark] .chat-page{background:#0b0b0a!important;color:#f4f4f1}html[data-theme=dark] :is(h1,h2,h3,h4,strong,label,legend,.logo,.category-name,.profile-info,.messages-name,.notification-person){color:#f4f4f1!important}html[data-theme=dark] :is(p,small,.hero-text,.auth-user,.nav-links a,.profile-info p,.section-heading p,.messages-preview,.messages-date,.profile-field-hint){color:#aaa9a3!important}html[data-theme=dark] :is(.auth-card,.account-card,.job-card,.project-form,.category-card,.step,.floating-card,.messages-row,.chat-shell,.profile-expertise-card,.profile-content-card,.profile-stat-card,.profile-specialties-field,.profile-skills-field,.fixed-budget-note){border-color:#30302d!important;background:#171716!important;color:#f4f4f1!important;box-shadow:0 18px 48px #0000003d!important}html[data-theme=dark] :is(.chat-header,.chat-form,.notification-toolbar,.profile-more-dropdown,.ideahire-country-menu,.ideahire-country-trigger,.ideahire-country-search){border-color:#30302d!important;background:#171716!important;color:#f4f4f1!important}html[data-theme=dark] .chat-messages{background:#10100f!important}html[data-theme=dark] .chat-message.is-theirs{background:#222220!important;color:#f4f4f1!important}html[data-theme=dark] .chat-message.is-theirs p{color:#f4f4f1!important}html[data-theme=dark] .chat-message.is-mine{background:#f1f1ed!important;color:#151514!important}html[data-theme=dark] .chat-message.is-mine p{color:#151514!important}html[data-theme=dark] .chat-message.is-mine time{color:#70706b!important}html[data-theme=dark] :is(input,textarea,select,.jobs-search-box,.chat-form textarea){border-color:#3a3a36!important;background:#10100f!important;color:#f4f4f1!important}html[data-theme=dark] :is(input,textarea)::placeholder{color:#777771!important}html[data-theme=dark] input:disabled{color:#85857f!important;background:#131312!important}html[data-theme=dark] .btn-dark,html[data-theme=dark] .chat-send,html[data-theme=dark] .account-form .profile-add-skill{border-color:#f1f1ed!important;background:#f1f1ed!important;color:#151514!important}html[data-theme=dark] :is(.btn-outline,.btn-ghost,.chat-delete-button,.notification-clear-button,.jobs-clear-filters,.reset-back-button){border-color:#3a3a36!important;background:#1b1b19!important;color:#eeeeea!important}html[data-theme=dark] :is(.btn-outline,.btn-ghost,.chat-delete-button,.notification-clear-button,.jobs-clear-filters,.reset-back-button):hover{border-color:#575751!important;background:#252522!important}html[data-theme=dark] :is(.profile-specialty-chip,.profile-edit-skill-chip,.account-form .profile-category-option,.ideahire-country-option){border-color:#393935!important;background:#20201e!important;color:#e8e8e4!important}html[data-theme=dark] .account-form .profile-category-option.is-selected{border-color:#f1f1ed!important;background:#f1f1ed!important;color:#151514!important}html[data-theme=dark] .account-form .profile-category-option.is-selected span{background:#0000001f!important;color:#151514!important}html[data-theme=dark] :is(.notification-decision-card,.notification-accepted-card,.notification-block-card,.chat-block-banner,.auth-error,.auth-message,.profile-block-notice,.profile-block-message){border-color:#403b38!important;background:#211d1b!important;color:#e7c8bf!important}html[data-theme=dark] :is(.hero-stats,.profile-preview,.profile-expertise,.chat-header,.chat-form,.footer,.profile-specialties-field,.profile-skills-field,.job-details){border-color:#30302d!important}html[data-theme=dark] :is(.final-cta,.split-card:not(.light)){background:#151514!important;color:#f4f4f1!important}html[data-theme=dark] .split-card.light{border-color:#30302d!important;background:#1a1a18!important;color:#f4f4f1!important}html[data-theme=dark] .section-label{color:#8f8f89!important}html[data-theme=dark] :is(.profile-stat-value,.profile-stat-top strong,.profile-specialization-copy,.profile-about-copy){color:#f1f1ed!important}html[data-theme=dark] .site-preferences{border-color:#ffffff21;background:#161614eb;box-shadow:0 16px 44px #00000057}html[data-theme=dark] .site-theme-toggle,html[data-theme=dark] .site-language-toggle button{color:#c6c6c0}html[data-theme=dark] .site-theme-toggle:hover,html[data-theme=dark] .site-language-toggle button:hover{background:#292926;color:#fff}html[data-theme=dark] .site-language-toggle{border-color:#343431}html[data-theme=dark] .site-language-toggle button.is-active{background:#f1f1ed;color:#151514}@media (max-width: 600px){.site-preferences{top:auto;right:12px;bottom:12px;transform:none;display:flex;align-items:center;gap:5px;padding:6px}.site-language-toggle{display:flex;gap:3px;padding-top:0;padding-left:6px;border-top:0;border-left:1px solid #e5e5e0}html[data-theme=dark] .site-language-toggle{border-left-color:#343431}}.auth-message{margin:0;padding:14px 16px;border-radius:12px;background:#f3f3f0;color:#333;font-size:13px;line-height:1.5}.auth-error{margin:0;padding:14px 16px;border-radius:12px;background:#fff0f0;color:#b42318;font-size:13px}.account-actions{display:flex;gap:12px;margin-top:18px;margin-bottom:20px;flex-wrap:wrap}.account-mini{display:inline-flex;align-items:center;gap:9px;padding:5px 10px 5px 5px;border:1px solid #e5e5e1;border-radius:999px;background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.account-mini:hover{transform:translateY(-1px);border-color:#ccc;box-shadow:0 8px 25px #0000000f}.account-mini-avatar{width:32px;height:32px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#111;color:#fff;font-size:13px;font-weight:800}.account-mini-avatar img{width:100%;height:100%;display:block;object-fit:cover}.account-mini-name{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:13px;font-weight:600}@media (max-width: 700px){.account-card{padding:25px 20px;border-radius:22px}.profile-preview{align-items:flex-start}.profile-avatar-wrapper{width:82px;height:82px;flex-basis:82px}.profile-info h2{font-size:21px}.account-mini-name{display:none}.account-mini{padding-right:5px}.account-actions{flex-direction:column}.account-actions .btn{width:100%}}
