@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Montserrat:wght@700&display=swap";.header{text-align:center;margin:2rem 0}.header h1{font-size:2rem;font-weight:700}.header p{color:#555}.card{width:390px;border:1px solid #ddd;border-radius:8px;padding:1.5rem;background-color:#f2efe8;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.card:hover{color:#fff;background-color:#202c39;transition:color,background-color .5s ease}.card:hover button{background-color:#fff;color:#202c39;border:1px solid #202C39;transition:color,background-color .5s ease}.card:hover .pricing-header h3,.card:hover .pricing-header h5{color:#fff}.card h2{font-size:1.5rem;margin-bottom:.5rem}.card ul{list-style:none;padding:0;margin-bottom:1rem}.card ul li{margin:.5rem 0}.card .note{margin-bottom:1.5rem}.card-button-container{text-align:center;padding-top:1rem}@media (max-width: 768px){.card{width:70vw;height:auto;padding:1rem}}@media (max-width: 480px){.card{width:90vw;padding:.75rem}.card h2{font-size:1.25rem}.card .price{font-size:1.75rem}}.pricing-content-container{margin:0 1.5rem;display:flex;flex-direction:column;justify-content:center;width:calc(100% - 3rem);min-width:280px;max-width:400px}@media (max-width: 768px){.pricing-content-container{margin:0 1rem;width:calc(100% - 2rem);min-width:unset}}.pricing-content-container .hr{margin:1rem 0;border:1px solid var(--border-color);width:100%}.pricing-content-container header{text-align:left;padding:10px 0}@media (max-width: 480px){.pricing-content-container header{font-size:16px;line-height:22px}}.pricing-content-container .content{flex:1;display:flex;flex-direction:column}.pricing-content-container .price{font-family:Roboto,sans-serif;text-align:left}@media (max-width: 768px){.pricing-content-container .price{font-size:28px}}@media (max-width: 480px){.pricing-content-container .price{font-size:24px}}.pricing-content-container .ul-style{list-style-type:disc;padding-left:1.5rem;margin:1rem 0}@media (max-width: 480px){.pricing-content-container .ul-style{padding-left:1.25rem}}.pricing-content-container ul{list-style:none;padding:0;margin:1rem 0;width:100%}.pricing-content-container .star-primary{display:flex;align-items:center;font-size:18px;min-width:20px}@media (max-width: 480px){.pricing-content-container .star-primary{font-size:16px}}.pricing-content-container .pricing-items{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.09px;margin-bottom:.75rem}@media (max-width: 768px){.pricing-content-container .pricing-items{font-size:15px;line-height:22px}}@media (max-width: 480px){.pricing-content-container .pricing-items{font-size:14px;line-height:20px}}.pricing-content-container .pricing-items__star{display:flex;gap:8px;margin-left:6px;align-items:flex-start;margin-bottom:12px}@media (max-width: 480px){.pricing-content-container .pricing-items__star{gap:6px;margin-left:4px}}.card-button-container{width:100%;padding:1.5rem 0 .5rem;display:flex;justify-content:center}@media (max-width: 768px){.card-button-container{padding:1rem 0 .5rem}}:global(.card){width:100%;max-width:400px;margin:0 auto}@media (max-width: 768px){:global(.card){max-width:500px}}.button{height:38px;padding:9px 24px;border-radius:20px;border:none;cursor:pointer;font-weight:400;font-family:Roboto,sans-serif}.button.primary{background-color:var(--button-bg);color:var(--button-fg)}.button.secondary{background-color:var(--button-fg);color:var(--button-bg);border:1px solid var(--button-bg)}.button:hover{opacity:.9}.calendly-floating-btn{position:fixed;right:32px;bottom:32px;z-index:1000;background:var(--button-bg);color:var(--button-fg);border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000026;cursor:pointer;transition:background .2s}.calendly-floating-btn:hover{filter:brightness(.9)}.contact-section-container{width:100%;display:flex;justify-content:center;align-items:center;padding:2rem 0}.contact-section{display:flex;justify-content:space-between;align-items:center;max-width:1200px;width:100%;padding:2rem;background-color:var(--bg-secondary);border-radius:10px}.left-content{flex:1;padding-right:2rem}.right-content{display:flex;justify-content:center}@media (max-width: 768px){.contact-section{flex-direction:column;text-align:center;padding:1.5rem}.left-content{padding-right:0;margin-bottom:1rem}.right-content{justify-content:center}}@media (max-width: 480px){.contact-section-container{padding:1rem 0}.contact-section{padding:1rem}}.pricing-container{margin:0 auto;padding:2rem 1rem}@media (max-width: 768px){.pricing-container{padding:1.5rem}}@media (max-width: 480px){.pricing-container{padding:1rem}}.pricing-list{display:flex;list-style:none;padding:0;margin:0;gap:20px}@media (max-width: 1024px){.pricing-list{gap:1.5rem}}@media (max-width: 768px){.pricing-list{flex-direction:column;align-items:center;margin:1.5rem auto}}.pricing-section{display:flex;gap:2rem;justify-content:center;margin:2rem auto;flex-wrap:wrap}@media (max-width: 1024px){.pricing-section{gap:1.5rem}}@media (max-width: 768px){.pricing-section{flex-direction:column;align-items:center;max-width:500px;margin:1.5rem auto}}html,body{height:100%;margin:0}#root{display:flex;flex-direction:column;min-height:100vh}.footer{margin-top:auto;background-color:var(--button-bg);color:var(--button-fg)}.footer-container{margin:0 auto;display:flex;flex-direction:column;gap:1rem;padding:20px}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--bg-primary);text-decoration:none;font-size:1rem;transition:color .3s ease}.footer-links a:hover{opacity:.9}.footer-description{font-size:.9rem;line-height:1.5}.footer-socials{display:flex;gap:1.5rem;align-items:center}.footer-socials a{transition:transform .3s ease;display:flex;align-items:center}.footer-socials a:hover{transform:scale(1.2)}.footer-separator{border:none;height:1px;background-color:#fff3;margin:0}.footer-copyright{text-align:center;font-size:.875rem;padding:1rem 0}@media (max-width: 768px){.footer-container{padding:1.5rem;gap:1.5rem}.footer-row{flex-direction:column;align-items:center;gap:1.5rem}.footer-brand{font-size:1.5rem}.footer-links{flex-wrap:wrap}.footer-description{max-width:100%}.footer-socials{width:100%;justify-content:center}}@media (max-width: 480px){.footer{padding:1.5rem 0}.footer-container{padding:1rem;gap:1.25rem}.footer-brand{font-size:1.25rem}.footer-logo img{height:20px}.footer-links{gap:1rem;width:100%;justify-content:center}.footer-links a{font-size:.9rem}.footer-description{font-size:.85rem;text-align:center}.footer-socials{gap:1.25rem}.footer-socials svg{width:18px;height:18px}.footer-copyright{font-size:.8rem;padding:1rem 0}}.footer-main-row{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:3rem}.footer-info-columns{display:flex;flex-direction:row;gap:3rem}.footer-info-section{display:flex;flex-direction:column;gap:1.2rem;min-width:180px}.footer-heading{color:var(--bg-primary, #fff);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.footer-info-section .footer-links{display:flex;flex-direction:column;gap:.2rem}.footer-info-section .footer-links a{color:var(--bg-primary, #fff);font-size:1rem;text-decoration:none;margin-bottom:.3rem;display:block;transition:color .3s}.footer-info-section .footer-links a:hover{color:var(--button-fg, #e0e0e0)}.footer-brand-section{display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem;min-width:220px;padding-top:.2rem}.footer-main-row>*{margin-top:0;margin-bottom:0}@media (max-width: 900px){.footer-main-row{flex-direction:column;gap:2rem}.footer-info-columns{flex-direction:column;gap:1.5rem}.footer-brand-section{align-items:flex-start;min-width:unset}}@media (max-width: 600px){.footer-main-row,.footer-info-columns{flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;width:100%}.footer-info-section{align-items:center;text-align:center;width:100%}.footer-heading{margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.footer-info-section .footer-links{align-items:center;text-align:center;width:100%;gap:.5rem}.footer-info-section .footer-links a,.footer-info-section .footer-links span{width:100%;display:block;font-size:1rem;padding:.25rem 0}.footer-brand-section{align-items:center;text-align:center;margin-top:1.5rem;width:100%}}.footer-info-columns .footer-info-section:nth-child(2){flex:1}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;cursor:pointer;text-decoration:none}.navbar-logo a{text-decoration:none;display:flex;align-items:center;gap:4px}.navbar-logo img{height:24px;width:24px}.logo-text{text-decoration:none;font-family:Montserrat,sans-serif;color:var(--text-primary)}.rating-wrapper .rating{display:flex;gap:.05rem;align-items:center;line-height:1;height:20px}.rating-wrapper .star{position:relative;display:inline-flex;align-items:center;font-size:.9rem;line-height:1;color:#ddd;width:20px;height:14px}.rating-wrapper .star.full{color:#ff9800}.rating-wrapper .star.half{color:#ddd}.rating-wrapper .star.half:before{content:"★";position:absolute;left:0;top:50%;transform:translateY(-50%);width:50%;color:#ff9800;overflow:hidden;z-index:1}.filter-toggle{display:none;width:100%;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;font-size:.9rem;color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center}.filter-toggle .filter-count{background:var(--bg-primary);padding:.25rem .5rem;border-radius:16px;font-size:.8rem;color:var(--text-secondary)}@media (max-width: 768px){.filter-toggle{display:flex}}.filter-section{width:260px;min-width:260px;flex-shrink:0;background:var(--bg-secondary);border-radius:12px;padding:1.25rem;height:fit-content;border:1px solid var(--border-color);margin-right:1rem}.filter-section .filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filter-section .filter-header h3{font-size:1rem;color:var(--text-primary);margin:0;font-weight:600}.filter-section .filter-header .close-filters{display:none;background:none;border:none;font-size:1.2rem;color:var(--text-secondary);cursor:pointer;padding:.5rem;margin:-.5rem}.filter-section .filter-group{margin-bottom:1.5rem}.filter-section .filter-group:last-child{margin-bottom:0}.filter-section .filter-group .filter-title{font-size:.9rem;color:var(--text-secondary);margin-bottom:.75rem}.filter-section .filter-group .filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-section .filter-group .filter-options label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-primary);cursor:pointer;min-height:24px}.filter-section .filter-group .filter-options label input[type=checkbox]{width:16px;height:16px;border:1px solid var(--border-color);border-radius:4px;cursor:pointer;margin-top:1px}.filter-section .filter-group .salary-range{display:flex;gap:1rem;align-items:center}.filter-section .filter-group .salary-range input{width:80px;padding:.5rem;border:1px solid var(--border-color);border-radius:4px;font-size:.9rem}.filter-section .filter-group .salary-range span{color:var(--text-secondary)}.filter-section .filter-group .rating-options{display:flex;flex-direction:column;gap:.75rem}.filter-section .filter-group .rating-options .rating-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s;min-height:20px}.filter-section .filter-group .rating-options .rating-label:hover{background-color:var(--bg-secondary-light)}.filter-section .filter-group .rating-options .rating-label input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer;border:1px solid var(--border-color);border-radius:4px}.filter-section .filter-group .rating-options .rating-label input[type=checkbox]:checked{accent-color:#ff9800}.filter-section .filter-group .rating-options .rating-label .stars{display:flex;align-items:center;min-width:80px;height:20px}.filter-section .filter-group .rating-options .rating-label .rating-text{font-size:.9rem;color:var(--text-secondary);line-height:1;display:flex;align-items:center;height:20px}@media (max-width: 768px){.filter-section{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;border-radius:0;z-index:1000;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease-in-out;background:var(--bg-secondary);margin-right:0}.filter-section.visible{transform:translate(0)}.filter-section .filter-header{position:sticky;top:0;background:var(--bg-secondary);padding:1rem 0;margin-bottom:1rem;z-index:1}.filter-section .filter-header .close-filters{display:block}}.sort-container{position:relative}.sort-container .sort-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;font-size:.875rem;font-weight:400;transition:all .2s ease;height:32px;white-space:nowrap;min-width:100px}.sort-container .sort-button:hover{background:var(--bg-secondary-light)}.sort-container .sort-button .sort-label{color:var(--text-primary)}.sort-container .sort-button .icon{font-size:14px;width:14px;height:14px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);margin-top:-1px;background:transparent;line-height:1;padding:0;border:none;box-shadow:none}.sort-container .sort-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;box-shadow:0 2px 8px #00000014;z-index:100;min-width:180px;overflow:hidden}.sort-container .sort-dropdown button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.625rem .75rem;text-align:left;border:none;background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;font-size:.875rem;transition:background-color .2s}.sort-container .sort-dropdown button:hover{background:var(--bg-secondary-light)}.sort-container .sort-dropdown button.active{background:var(--bg-secondary-light);font-weight:500}.sort-container .sort-dropdown button .check{color:var(--text-secondary);font-size:.875rem}.sort-container .sort-dropdown button:not(:last-child){border-bottom:1px solid var(--border-color)}@media (max-width: 768px){.sort-container .sort-button{min-width:32px;width:32px;padding:0;justify-content:center}.sort-container .sort-button .sort-label{display:none}.sort-container .sort-button .icon{margin:0}}.top-developer-badge{margin-left:auto;background:var(--text-primary);color:var(--bg-primary);padding:4px 8px;border-radius:4px;font-size:.8rem;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;height:auto}.top-developer-badge svg{font-size:.8rem}.image-placeholder{display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:2px dashed var(--border-color);color:var(--text-secondary);font-weight:600}.image-placeholder.small{width:40px;height:40px;border-radius:8px;font-size:14px}.image-placeholder.small svg{width:16px;height:16px;opacity:.5}.image-placeholder.medium{width:100%;height:100%;border-radius:12px;font-size:36px}.image-placeholder.medium svg{width:48px;height:48px;opacity:.5}.image-placeholder.large{width:200px;height:200px;border-radius:12px;font-size:48px}.image-placeholder.large svg{width:64px;height:64px;opacity:.5}.profile-image{object-fit:cover;background:var(--bg-secondary)}.profile-image.small{width:40px;height:40px;border-radius:8px}.profile-image.medium{width:150px;height:150px;border-radius:12px}.profile-image.large{width:200px;height:200px;border-radius:12px}.company-logos{margin-top:16px;border-top:1px solid var(--border-color);padding-top:16px}.company-logos h4{color:var(--text-secondary);font-size:.9rem;margin:0 0 8px;font-weight:400}.company-logos .logo-list{display:flex;gap:12px;align-items:center;list-style:none;padding:0;margin:0;flex-wrap:wrap}.company-logos .logo-list li{position:relative;cursor:pointer}.company-logos .logo-list li:after{content:attr(title);position:absolute;top:-30px;left:50%;transform:translate(-50%);background:var(--bg-primary);color:var(--text-primary);padding:4px 8px;border-radius:4px;font-size:.75rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;box-shadow:0 2px 4px #0000001a;z-index:10;pointer-events:none;min-width:100px;text-align:center}.company-logos .logo-list li:hover:after{opacity:1;visibility:visible}.company-logos .logo-list li .company-logo{height:24px;width:auto;opacity:.8;transition:opacity .2s}.company-logos .logo-list li .company-logo:hover{opacity:1}.developer-cards-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2rem;padding:2rem;width:100%;max-width:1200px;margin:0 auto}.developer-card{display:flex;flex-direction:column;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;text-decoration:none;color:var(--text-primary);transition:transform .2s,box-shadow .2s}.developer-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.developer-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.developer-card .card-header .developer-image{flex-shrink:0}.developer-card .card-header .developer-info h3{font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.developer-card .card-header .developer-info p{font-size:.875rem;color:var(--text-secondary);margin:0}.developer-card .card-content .rating-section{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.developer-card .card-content .rating-section .rating-value{font-size:.875rem;color:var(--text-primary)}.developer-card .card-content .stats{display:flex;gap:1rem;margin-bottom:1rem}.developer-card .card-content .stats .stat{flex:1;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:.75rem}.developer-card .card-content .stats .stat .label{display:block;font-size:.75rem;color:var(--text-secondary);margin-bottom:.25rem}.developer-card .card-content .stats .stat .value{font-size:.875rem;font-weight:500;color:var(--text-primary)}.developer-card .card-content .skills{display:flex;flex-wrap:wrap;gap:.5rem}.developer-card .card-content .skills .skill-tag{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;padding:.375rem .75rem;font-size:.75rem;color:var(--text-primary)}.developer-card .card-content .skills .more-skills{font-size:.75rem;color:var(--text-secondary);align-self:center}article.developer-card{padding:0;text-align:left;transition:transform .2s ease-in-out;position:relative;background:var(--bg-secondary);border-radius:12px;overflow:hidden;width:100%;max-width:360px;border:2px solid transparent;box-shadow:0 4px 6px #0000000d;cursor:pointer}article.developer-card:nth-child(3n+1){border-color:#2563eb}article.developer-card:nth-child(3n+2){border-color:#7c3aed}article.developer-card:nth-child(3n+3){border-color:#059669}article.developer-card:hover{transform:translateY(-2px);box-shadow:0 8px 12px #0000001a}article.developer-card.skeleton{pointer-events:none}article.developer-card.skeleton .skeleton-photo{width:100%;height:100%;background:linear-gradient(90deg,#e2e5e7,#f2f5f7 50%,#e2e5e7);background-size:1000px 100%;animation:shimmer 2s infinite linear}article.developer-card.skeleton .skeleton-price{position:absolute;bottom:-1px;left:16px;transform:translateY(50%);width:80px;height:32px;border-radius:100px;background:linear-gradient(90deg,#e2e5e7,#f2f5f7 50%,#e2e5e7);background-size:1000px 100%;animation:shimmer 2s infinite linear}article.developer-card.skeleton .skeleton-name{width:70%;height:24px;margin-bottom:8px;background:linear-gradient(90deg,#e2e5e7,#f2f5f7 50%,#e2e5e7);background-size:1000px 100%;animation:shimmer 2s infinite linear}article.developer-card.skeleton .skeleton-title{width:90%;height:16px;background:linear-gradient(90deg,#e2e5e7,#f2f5f7 50%,#e2e5e7);background-size:1000px 100%;animation:shimmer 2s infinite linear}article.developer-card.skeleton .skeleton-rating{width:120px;height:20px;background:linear-gradient(90deg,#e2e5e7,#f2f5f7 50%,#e2e5e7);background-size:1000px 100%;animation:shimmer 2s infinite linear}article.developer-card.skeleton .skeleton-skills{display:flex;gap:8px;margin:12px 0;flex-wrap:wrap}article.developer-card.skeleton .skeleton-skills .skeleton-skill{width:60px;height:16px;border-radius:4px;background:linear-gradient(90deg,#e2e5e7,#f2f5f7 50%,#e2e5e7);background-size:1000px 100%;animation:shimmer 2s infinite linear}article.developer-card.skeleton .skeleton-companies{margin-top:16px;padding-top:16px;border-top:1px solid var(--border-color);display:flex;gap:12px}article.developer-card.skeleton .skeleton-companies .skeleton-company{width:24px;height:24px;border-radius:4px;background:linear-gradient(90deg,#e2e5e7,#f2f5f7 50%,#e2e5e7);background-size:1000px 100%;animation:shimmer 2s infinite linear}article.developer-card figure.image-container{position:relative;width:100%;aspect-ratio:1;background:var(--bg-secondary-light);margin:0;overflow:hidden}@media (max-width: 768px){article.developer-card figure.image-container{aspect-ratio:1.2;width:100%;max-width:100%}}article.developer-card figure.image-container .developer-photo,article.developer-card figure.image-container .image-placeholder{width:100%;height:100%;object-fit:cover}article.developer-card figure.image-container figcaption.price-tag{position:absolute;bottom:-1px;left:16px;transform:translateY(50%);background:var(--bg-primary);padding:6px 16px;border-radius:100px;font-weight:600;font-size:1rem;box-shadow:0 2px 4px #0000001a;z-index:2;color:#1a1a1a}article.developer-card section.card-content{padding:1.25rem;background:var(--bg-secondary);border-top:1px solid var(--border-color)}@media (max-width: 768px){article.developer-card section.card-content{padding:1rem}}article.developer-card section.card-content header{margin-bottom:12px}article.developer-card section.card-content .developer-name{margin:0 0 4px;color:#1a1a1a;font-size:1.4rem;font-weight:600}@media (max-width: 768px){article.developer-card section.card-content .developer-name{font-size:1.2rem}}article.developer-card section.card-content h5{margin:0;color:#666;font-size:1.1rem;font-weight:500}@media (max-width: 768px){article.developer-card section.card-content h5{font-size:1rem}}article.developer-card section.card-content .rating-container{display:flex;align-items:center;gap:8px;margin:12px 0;min-height:20px}article.developer-card section.card-content .rating-container .rating-value{font-weight:600;color:#1a1a1a;line-height:1;display:flex;align-items:center}article.developer-card section.card-content .rating-container .top-developer-badge{margin-left:auto;background:#1a1a1a;color:var(--bg-primary);padding:4px 8px;border-radius:4px;font-size:.8rem;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;height:auto}article.developer-card section.card-content ul.skills{display:flex;gap:8px;margin:12px 0;flex-wrap:wrap;list-style:none;padding:0}article.developer-card section.card-content ul.skills li.skill{color:#666;font-size:.9rem}article.developer-card section.card-content ul.skills li.skill:not(:last-child):after{content:"•";margin-left:8px}article.developer-card section.card-content footer.worked-with{margin-top:16px;border-top:1px solid var(--border-color);padding-top:16px;display:flex;gap:8px}article.developer-card section.card-content footer.worked-with h4{color:#666;font-size:.9rem;margin:0 0 8px;font-weight:400}article.developer-card section.card-content footer.worked-with ul.company-logos{display:flex;gap:12px;align-items:center;list-style:none;padding:0;margin:0}article.developer-card section.card-content footer.worked-with ul.company-logos li .company-logo{height:24px;width:auto;opacity:.8;transition:opacity .2s}article.developer-card section.card-content footer.worked-with ul.company-logos li .company-logo:hover{opacity:1}.developer-search-page-container{width:100%;background:transparent}.developer-search-page-container .developer-search-page{width:100%;max-width:1400px;margin:0 auto;padding:2rem;display:flex;gap:2rem;position:relative;background:transparent}.developer-search-page-container .developer-search-page .filter-toggle{display:none;width:100%;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;font-size:.9rem;color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center}.developer-search-page-container .developer-search-page .filter-toggle .filter-count{background:var(--bg-primary);padding:.25rem .5rem;border-radius:16px;font-size:.8rem;color:var(--text-secondary)}.developer-search-page-container .developer-search-page .filter-section{width:260px;min-width:260px;flex-shrink:0;background:var(--bg-secondary);border-radius:12px;padding:1.25rem;height:fit-content;border:1px solid var(--border-color);margin-right:1rem}.developer-search-page-container .developer-search-page .filter-section .filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.developer-search-page-container .developer-search-page .filter-section .filter-header h3{font-size:1rem;color:var(--text-primary);margin:0;font-weight:600}.developer-search-page-container .developer-search-page .filter-section .filter-header .close-filters{display:none;background:none;border:none;font-size:1.2rem;color:var(--text-secondary);cursor:pointer;padding:.5rem;margin:-.5rem}.developer-search-page-container .developer-search-page .filter-section .filter-header.visible{background:var(--bg-secondary)}.developer-search-page-container .developer-search-page .filter-section .filter-group{margin-bottom:1.5rem}.developer-search-page-container .developer-search-page .filter-section .filter-group:last-child{margin-bottom:0}.developer-search-page-container .developer-search-page .filter-section .filter-group .filter-title{font-size:.9rem;color:var(--text-secondary);margin-bottom:.75rem}.developer-search-page-container .developer-search-page .filter-section .filter-group .filter-options{display:flex;flex-direction:column;gap:.5rem}.developer-search-page-container .developer-search-page .filter-section .filter-group .filter-options label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-primary);cursor:pointer;min-height:24px}.developer-search-page-container .developer-search-page .filter-section .filter-group .filter-options label input[type=checkbox]{width:16px;height:16px;border:1px solid var(--border-color);border-radius:4px;cursor:pointer;margin-top:1px}.developer-search-page-container .developer-search-page .filter-section .filter-group .salary-range{display:flex;gap:1rem;align-items:center}.developer-search-page-container .developer-search-page .filter-section .filter-group .salary-range input{width:80px;padding:.5rem;border:1px solid var(--border-color);border-radius:4px;font-size:.9rem}.developer-search-page-container .developer-search-page .filter-section .filter-group .salary-range span{color:var(--text-secondary)}.developer-search-page-container .developer-search-page .filter-section .filter-group .rating-options{display:flex;flex-direction:column;gap:.75rem}.developer-search-page-container .developer-search-page .filter-section .filter-group .rating-options .rating-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s;min-height:20px}.developer-search-page-container .developer-search-page .filter-section .filter-group .rating-options .rating-label:hover{background-color:var(--bg-secondary-light)}.developer-search-page-container .developer-search-page .filter-section .filter-group .rating-options .rating-label input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer;border:1px solid var(--border-color);border-radius:4px}.developer-search-page-container .developer-search-page .filter-section .filter-group .rating-options .rating-label input[type=checkbox]:checked{accent-color:#ff9800}.developer-search-page-container .developer-search-page .filter-section .filter-group .rating-options .rating-label .stars{display:flex;align-items:center;min-width:80px;height:20px}.developer-search-page-container .developer-search-page .filter-section .filter-group .rating-options .rating-label .rating-text{font-size:.9rem;color:var(--text-secondary);line-height:1;display:flex;align-items:center;height:20px}.developer-search-page-container .developer-search-page .main-content{flex:1;min-width:0;max-width:calc(100% - 300px)}.developer-search-page-container .developer-search-page .main-content .developer-cards-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .developers-count{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-primary)}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container{position:relative}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;font-size:.875rem;font-weight:400;transition:all .2s ease;height:32px;white-space:nowrap;min-width:100px}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-button:hover{background:var(--bg-secondary-light)}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-button .sort-label{color:var(--text-primary)}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-button .icon{font-size:14px;width:14px;height:14px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);margin-top:-1px;background:transparent;line-height:1;padding:0;border:none;box-shadow:none}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;box-shadow:0 2px 8px #00000014;z-index:100;min-width:180px;overflow:hidden}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-dropdown button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.625rem .75rem;text-align:left;border:none;background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;font-size:.875rem;transition:background-color .2s}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-dropdown button:hover{background:var(--bg-secondary-light)}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-dropdown button.active{background:var(--bg-secondary-light);font-weight:500}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-dropdown button .check{color:var(--text-secondary);font-size:.875rem}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-dropdown button:not(:last-child){border-bottom:1px solid var(--border-color)}@media (max-width: 768px){.developer-search-page-container .developer-search-page .main-content .developer-cards-header .developers-count{font-size:1.125rem;font-weight:500}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-button{min-width:32px;width:32px;padding:0;justify-content:center}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-button .sort-label{display:none}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .sort-container .sort-button .icon{margin:0}}.developer-search-page-container .developer-search-page .main-content .developer-cards-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;width:100%}@media (max-width: 768px){.developer-search-page-container .developer-search-page{padding:1rem;flex-direction:column}.developer-search-page-container .developer-search-page .filter-toggle{display:flex!important;margin-bottom:0}.developer-search-page-container .developer-search-page .main-content{max-width:100%}.developer-search-page-container .developer-search-page .main-content .developer-cards-header{margin-bottom:0;justify-content:space-around}.developer-search-page-container .developer-search-page .main-content .developer-cards-header .developers-count{font-size:1.125rem;font-weight:500}.developer-search-page-container .developer-search-page .filter-section{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;border-radius:0;z-index:1000;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease-in-out;background:var(--bg-secondary)}.developer-search-page-container .developer-search-page .filter-section.visible{transform:translate(0)}.developer-search-page-container .developer-search-page .filter-section .filter-header{position:sticky;top:0;background:var(--bg-secondary);padding:1rem 0;margin-bottom:1rem;z-index:1}.developer-search-page-container .developer-search-page .filter-section .filter-header .close-filters{display:block}}.navbar{background-color:var(--bg-secondary);padding:1rem 2rem;border-bottom:1px solid var(--border-color)}.navbar-container{margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar-links{align-items:center;display:flex;list-style:none;gap:1.5rem;margin:0;padding:0}.navbar-links li a{text-decoration:none;color:var(--text-primary);font-size:1rem;transition:color .3s ease}.top-right{display:flex;gap:8px}.language-switch{gap:4px;display:flex;align-items:center;cursor:pointer;color:var(--text-primary)}.hamburger-menu{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:8px;z-index:1000}.hamburger-line{width:24px;height:2px;background-color:var(--text-primary);transition:all .3s ease}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:var(--bg-secondary);padding:2rem;transition:right .3s ease;z-index:999;box-shadow:-2px 0 5px #0000001a}.mobile-menu.active{right:0}.mobile-menu-content{height:100%;display:flex;flex-direction:column}.mobile-menu-links{flex-grow:1}.mobile-menu-bottom{border-top:1px solid var(--border-color);padding-top:1rem;margin-top:auto;display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.navbar-links{display:none}.hamburger-menu{display:flex}.mobile-menu{display:block}.navbar-right{gap:1rem}.logo-text{font-size:1rem}.mobile-menu .navbar-links{display:flex;flex-direction:column;align-items:flex-start;margin-top:2rem}.mobile-menu .navbar-links li{width:100%;padding:.8rem 0;border-bottom:1px solid var(--border-color)}.mobile-menu .navbar-links li:last-child{border-bottom:none}.mobile-menu .navbar-links li a{display:block;font-size:1.1rem;color:var(--text-primary);text-decoration:none}.navbar{padding:.8rem 1rem}.desktop-right{display:none}.mobile-language-switch{display:flex;align-items:center;gap:.5rem;padding:.8rem 0}}.faq-section{margin:40px auto;background-color:var(--bg-secondary);padding:40px;border-radius:12px;display:flex;align-items:flex-start;gap:40px}.faq-header{flex:1}.faq-header p{font-size:16px;color:var(--text-secondary);margin-top:8px;line-height:1.5}.faq-list{list-style:none;padding:0;margin:0;flex:1;display:flex;flex-direction:column;gap:20px}.faq-item{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:20px;box-shadow:0 2px 6px #0000001a;cursor:pointer;transition:box-shadow .3s ease;width:100%}.faq-item:hover{box-shadow:0 4px 12px #0003}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-answer{margin-top:15px;color:var(--text-secondary)}.icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:2.75rem;width:2.75rem;background-color:var(--button-bg);border-radius:8px;font-size:1.5rem;padding:4px;color:var(--button-fg);cursor:pointer}.icon:hover{opacity:.9}summary::-webkit-details-marker{display:none}@media (max-width: 1024px){.faq-section{padding:30px;gap:30px;margin:30px 20px}.faq-header h1{font-size:32px}}@media (max-width: 768px){.faq-section{flex-direction:column;padding:10px;gap:24px}.faq-header{text-align:center;max-width:100%}.faq-header br{display:none}.faq-header h1{font-size:28px}.faq-list{width:100%}}@media (max-width: 480px){.faq-section{padding:1rem;margin:15px 0;gap:1rem}.faq-header h2{font-size:1.5rem}.faq-item{padding:16px}.faq-question{font-size:16px}.icon{height:2.25rem;width:2.25rem;font-size:1.25rem}.faq-answer{font-size:14px;margin-top:12px}}.contact-form-container{margin:40px 0;background-color:var(--bg-secondary);padding:2rem;border-radius:10px;display:flex;flex-direction:row;gap:2rem;align-items:flex-start}.border-none{border:none}@media (max-width: 768px){.contact-form-container{flex-direction:column;padding:1.5rem;margin:20px 0;gap:1.5rem}.call,.form-class{flex:none;width:100%}.call h2{font-size:1.75rem}}@media (max-width: 480px){.contact-form-container{padding:1rem;margin:15px 0;gap:1rem}.call h2{font-size:1.5rem}.form-group{gap:.25rem}input,textarea{padding:.5rem}.button-container{justify-content:center}}.call{flex:1}.call p{color:var(--text-secondary)}.form-class{flex:2}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:4px}label{font-size:1rem;font-weight:700}input,textarea{border:1px solid #e0e0e0;border-radius:8px;padding:.75rem;font-size:1rem;width:100%;box-sizing:border-box;margin-bottom:4px}input:focus,textarea:focus{border-color:#000;outline:none}textarea{resize:none}.button-container{display:flex;justify-content:flex-end}.submit-button{background-color:#24124c;color:#fff;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;width:auto}.submit-button:hover{background-color:#1a0e3c}.error{color:red;font-size:.875rem;margin-top:.25rem}.thank-you-message{text-align:center;padding:2rem;background-color:#f9f9f9;border-radius:8px;border:1px solid #ddd}.thank-you-message h2{font-size:1.8rem;color:#28a745;margin-bottom:1rem}.success-message{font-size:1rem;color:#555;line-height:1.6}.why-us-section{text-align:center;padding:4rem 2rem}.header{max-width:800px;margin:0 auto 3rem}.header p{color:var(--text-secondary);margin-bottom:2rem}.content{display:flex;flex-direction:row;gap:3rem;align-items:flex-start;max-width:1200px;margin:0 auto}.why-us-image-container{flex:1;display:flex;justify-content:center;min-height:536px}.img-dimensions{width:100%;max-width:500px;height:auto;object-fit:cover}.features{flex:1;display:flex;flex-direction:column;gap:2.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;text-align:left}.icon-section{flex-shrink:0;width:40px;height:40px;display:flex;align-items:flex-start;margin-top:5px}.feature-image{width:100%;height:auto}.feature-description{flex:1}.feature-description h3{font-size:1.4rem;margin:0 0 .5rem}.feature-description p{font-size:.9rem;color:var(--text-secondary);line-height:1.4;margin:0}@media (max-width: 1024px){.why-us-section{padding:3rem 1.5rem}.content,.features{gap:2rem}.feature-description h3{font-size:1.2rem}}@media (max-width: 768px){.content{flex-direction:column;align-items:center}.why-us-image-container{width:100%;max-width:400px;margin-bottom:2rem;min-height:362px}.features{width:100%;max-width:600px}.header-2{font-size:1.75rem}}@media (max-width: 480px){.why-us-section{padding:2rem 1rem}.header-2{font-size:1.5rem}.feature-item{gap:.75rem}.icon-section{width:32px;height:32px}.feature-description h3{margin-bottom:.25rem}}.outer-container{padding:0;margin:0 -40px;background-color:var(--bg-secondary)}@media (max-width: 768px){.outer-container{margin:0 -10px}}.hero-container{display:flex;align-items:center;justify-content:space-between;padding:2.5rem;max-width:1280px;margin:0 auto;width:100%}@media (max-width: 768px){.hero-container{flex-direction:column;text-align:center;width:100%;padding:2.5rem 1rem;margin:0}}.hero-content{max-width:50%}.hero-content p{color:var(--text-secondary)}@media (max-width: 768px){.hero-content{max-width:100%;margin-bottom:2rem}}@media (min-width: 768px){.header-1{font-size:2.5rem}}.hero-buttons{margin-top:1rem;display:flex;gap:1rem}@media (max-width: 640px){.hero-buttons{flex-direction:column;align-items:center}}.image-container{display:flex;flex-direction:column;position:relative;width:300px;min-height:310px}@media (max-width: 768px){.image-container{width:250px;min-height:260px}}.square-image{width:100%;height:auto;border-radius:8px}.star{width:30px;height:30px}.star.top-left{position:absolute;top:-15px;left:-15px}.star.bottom-right{position:absolute;bottom:-15px;right:-15px}.mb-20{margin-bottom:20px}.auth-page{display:flex;flex-direction:column;align-items:center;padding:2rem;font-family:Arial,sans-serif}.auth-toggle{margin-bottom:1.5rem}.auth-toggle button{padding:.5rem 1rem;margin:0 .5rem;border:none;border-radius:4px;background-color:#e0e0e0;color:#333;cursor:pointer}.auth-toggle button.active{background-color:#3e206d;color:#fff}.auth-form{width:100%;max-width:400px;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 8px #0000001a}.auth-form h2{margin-bottom:1rem;color:#3e206d}.auth-form label{display:block;margin-bottom:.5rem;color:#333}.auth-form input{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:4px}.auth-form button{width:100%;padding:.75rem;background-color:#3e206d;color:#fff;border:none;border-radius:4px;cursor:pointer}.auth-form button:hover{background-color:#2a1049}.app-container{display:flex;flex-direction:column;position:relative;min-height:100vh}.padding-lr-40{padding-left:40px;padding-right:40px}@media (max-width: 768px){.padding-lr-40{padding-left:10px;padding-right:10px}}.how-it-works-container{margin:0 auto;padding:40px 20px;text-align:center;display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.how-it-works-container{padding:20px 16px}}.how-it-works-container .title{text-align:center;margin-bottom:20px}@media (max-width: 768px){.how-it-works-container .title{font-size:2rem}}.how-it-works-container .steps-container{display:flex;flex-direction:column;align-items:center;width:100%}.how-it-works-container .steps-grid{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:0 auto;width:100%}@media (max-width: 768px){.how-it-works-container .steps-grid{grid-template-columns:1fr}}.how-it-works-container .step-card{background:var(--bg-secondary);padding:20px;border-radius:10px;text-align:left;min-height:20vh}@media (max-width: 480px){.how-it-works-container .step-card{padding:16px}}.how-it-works-container .step-header{align-items:center;margin-bottom:10px}.how-it-works-container .step-number{background:var(--button-bg);color:var(--button-fg);width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:10px;flex-shrink:0}.how-it-works-container .step-title{display:flex;height:30px;align-items:center}.how-it-works-container .step-description{color:var(--text-secondary);margin-bottom:10px;line-height:1.5}.how-it-works-container .expert-container{display:flex;justify-content:space-between;margin:60px auto 0;gap:2.5rem;padding:40px 20px;width:100%}@media (max-width: 968px){.how-it-works-container .expert-container{flex-direction:column;align-items:center;padding:20px;gap:2rem}}.how-it-works-container .expert-text{display:flex;flex-direction:column;width:60%}@media (max-width: 968px){.how-it-works-container .expert-text{width:100%;text-align:center;align-items:center}}.how-it-works-container .expert-title{font-size:2rem;font-weight:700;text-align:left}@media (max-width: 968px){.how-it-works-container .expert-title{text-align:center;font-size:1.75rem}}@media (max-width: 480px){.how-it-works-container .expert-title{font-size:1.5rem}}.how-it-works-container .expert-description{color:var(--text-secondary);margin:20px 0;text-align:left;line-height:1.5}@media (max-width: 968px){.how-it-works-container .expert-description{text-align:center}}.how-it-works-container .expert-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,2fr);gap:10px;background:var(--bg-secondary-light);padding:20px;border-radius:10px;width:300px;height:300px}@media (max-width: 968px){.how-it-works-container .expert-grid{width:100%;max-width:300px}}@media (max-width: 480px){.how-it-works-container .expert-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr);height:auto;aspect-ratio:1}}.how-it-works-container .expert-card{background:var(--bg-secondary);border-radius:10px;text-align:center;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:transform .2s ease}.how-it-works-container .expert-card:hover{transform:scale(1.05)}.how-it-works-container .expert-icon{font-size:2rem}@media (max-width: 480px){.how-it-works-container .expert-icon{font-size:1.5rem}}.how-it-works-container .btn-container{width:max-content}@media (max-width: 968px){.how-it-works-container .btn-container{margin:0 auto}}.how-it-works-container .video-section{margin-top:50px}@media (max-width: 768px){.how-it-works-container .video-section{margin-top:30px}}.how-it-works-container .video-title{margin-bottom:20px}@media (max-width: 768px){.how-it-works-container .video-title{font-size:2rem}}@media (max-width: 480px){.how-it-works-container .video-title{font-size:1.75rem}}.how-it-works-container .video-description{color:var(--text-secondary);margin-top:20px;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.how-it-works-container .video-description{font-size:.95rem;padding:0 16px}}@media (max-width: 480px){.how-it-works-container h3{font-size:1.125rem}}.youtube-embed{width:100%;max-width:1000px;margin:0 auto}@media (max-width: 1200px){.youtube-embed{width:90%}}@media (max-width: 768px){.youtube-embed{width:95%}}.youtube-embed .video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.youtube-embed .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px}.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;background:#fff;color:#2d2d2d;text-align:center;padding:20px}.not-found-title{font-size:120px;font-weight:700;margin:0;color:#ff6b6b;text-shadow:1px 1px 3px rgba(0,0,0,.1)}.not-found-text{font-size:24px;margin:20px 0;max-width:600px;line-height:1.5;color:#2d2d2d}.not-found-link{display:inline-block;padding:12px 24px;background-color:#ff6b6b;color:#fff;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s ease}.not-found-link:hover{background-color:#ff8787}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.developer-profile-container{width:100%;padding:2rem;background:var(--bg-primary)}.developer-profile-container .breadcrumb{margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.developer-profile-container .breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.developer-profile-container .breadcrumb a:hover{color:var(--text-primary)}.developer-profile-container .breadcrumb .separator{color:var(--text-secondary)}.developer-profile-container .page-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start}.developer-profile-container .page-header .header-content h1{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.developer-profile-container .page-header .header-content h2{font-size:.875rem;font-weight:400;color:var(--text-secondary);margin:0}.developer-profile-container .page-header .header-actions{display:flex;gap:1rem;position:relative}.developer-profile-container .page-header .header-actions .mobile-menu-button{display:none;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.75rem;cursor:pointer;transition:all .2s;color:var(--text-primary)}.developer-profile-container .page-header .header-actions .mobile-menu-button:hover{background:var(--bg-hover)}.developer-profile-container .page-header .header-actions .mobile-menu-button svg{width:20px;height:20px}.developer-profile-container .page-header .header-actions .actions-dropdown{display:none;position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.5rem;min-width:150px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10}.developer-profile-container .page-header .header-actions .actions-dropdown.show{display:block}.developer-profile-container .page-header .header-actions .actions-dropdown button{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;border-radius:6px;cursor:pointer;color:var(--text-primary);font-size:.875rem;text-align:left}.developer-profile-container .page-header .header-actions .actions-dropdown button:hover{background:var(--bg-hover)}.developer-profile-container .page-header .header-actions .actions-dropdown button.liked{color:#ef4444}.developer-profile-container .page-header .header-actions .actions-dropdown button svg{width:16px;height:16px}.developer-profile-container .page-header .header-actions .actions-dropdown button span{flex:1}.developer-profile-container .page-header .header-actions button{display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:.875rem;cursor:pointer;transition:all .2s;color:var(--text-primary);min-width:44px;min-height:44px}.developer-profile-container .page-header .header-actions button:hover{background:var(--bg-hover)}.developer-profile-container .page-header .header-actions button.liked{color:#ef4444}.developer-profile-container .page-header .header-actions button svg{width:22px;height:22px}.developer-profile-container .developer-profile{max-width:1400px;margin:0 auto;display:flex;gap:2rem}.developer-profile-container .developer-profile .profile-sidebar{width:280px;flex-shrink:0;height:fit-content}.developer-profile-container .developer-profile .profile-sidebar .info-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.developer-profile-container .developer-profile .profile-sidebar .info-card:last-child{margin-bottom:0}.developer-profile-container .developer-profile .profile-sidebar .info-card h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.developer-profile-container .developer-profile .profile-sidebar .info-card p{margin:0;font-size:.875rem;color:var(--text-primary)}.developer-profile-container .developer-profile .profile-sidebar .info-card ul{margin:0;padding:0;list-style:none}.developer-profile-container .developer-profile .profile-sidebar .info-card ul li{font-size:.875rem;color:var(--text-primary);margin-bottom:.5rem}.developer-profile-container .developer-profile .profile-sidebar .info-card ul li:last-child{margin-bottom:0}.developer-profile-container .developer-profile .profile-main-content{flex:1;min-width:0}.developer-profile-container .developer-profile .profile-main-content .profile-header{display:flex;justify-content:space-between;align-items:flex-start;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;margin-bottom:2rem;position:relative}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info{display:flex;gap:2rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-image{width:200px;height:200px;border-radius:12px;object-fit:cover}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .image-placeholder{width:200px;height:200px;border-radius:12px;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:600;color:var(--text-secondary);border:2px dashed var(--border-color)}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .image-placeholder svg{width:64px;height:64px;opacity:.5}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details h1{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details h2{font-size:1.25rem;font-weight:400;color:var(--text-secondary);margin:0 0 1rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section{display:flex;flex-direction:column;gap:1rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .rating-container{display:flex;align-items:center;gap:.75rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .rating-container .rating-value{font-size:1rem;color:var(--text-primary)}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .stats-container{display:flex;gap:1rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .stats-container .stat-card{flex:1;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:.75rem 1rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .stats-container .stat-card .stat-label{font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .stats-container .stat-card .stat-value{display:flex;align-items:baseline;gap:.25rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .stats-container .stat-card .stat-value .number{font-size:1.5rem;font-weight:600;color:var(--text-primary)}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .stats-container .stat-card .stat-value .unit{font-size:.875rem;color:var(--text-secondary)}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-actions{text-align:right}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-actions .book-button{width:100%;padding:.75rem 2rem;background:#000;color:#fff;border:none;border-radius:100px;font-size:1rem;font-weight:500;cursor:pointer;margin-bottom:.75rem;transition:background-color .2s;min-width:200px}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-actions .book-button:hover{background:#1a1a1a}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-actions .availability{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:var(--text-primary)}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-actions .availability .status-dot{width:8px;height:8px;background-color:#22c55e;border-radius:50%;display:inline-block}.developer-profile-container .developer-profile .profile-main-content .profile-header .mobile-header-actions{display:none;position:absolute;top:1.5rem;right:.5rem;z-index:2}.developer-profile-container .developer-profile .profile-main-content .profile-header .mobile-header-actions .mobile-actions{display:flex;gap:.5rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .mobile-header-actions .mobile-actions button{display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:.5rem;cursor:pointer;transition:all .2s;color:var(--text-primary)}.developer-profile-container .developer-profile .profile-main-content .profile-header .mobile-header-actions .mobile-actions button:hover{background:var(--bg-hover)}.developer-profile-container .developer-profile .profile-main-content .profile-header .mobile-header-actions .mobile-actions button.liked{color:#ef4444}.developer-profile-container .developer-profile .profile-main-content .profile-header .mobile-header-actions .mobile-actions button svg{width:16px;height:16px}.developer-profile-container .developer-profile .profile-main-content .profile-content .skills-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.developer-profile-container .developer-profile .profile-main-content .profile-content .skills-section h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.developer-profile-container .developer-profile .profile-main-content .profile-content .skills-section .general-skills{display:flex;flex-wrap:wrap;gap:1.25rem}.developer-profile-container .developer-profile .profile-main-content .profile-content .skills-section .general-skills .skill-tag{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;padding:.5rem 1rem;font-size:.875rem;color:var(--text-primary)}.developer-profile-container .developer-profile .profile-main-content .profile-content .skills-section ul{margin:0;padding-left:1.5rem;color:var(--text-primary)}.developer-profile-container .developer-profile .profile-main-content .profile-content .skills-section ul li{margin-bottom:.5rem;font-size:.875rem}.developer-profile-container .developer-profile .profile-main-content .profile-content .skills-section ul li:last-child{margin-bottom:0}.developer-profile-container .developer-profile .profile-main-content .profile-content .description-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.developer-profile-container .developer-profile .profile-main-content .profile-content .description-section h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.developer-profile-container .developer-profile .profile-main-content .profile-content .description-section .description{color:var(--text-primary);font-size:.875rem;line-height:1.6}.developer-profile-container .developer-profile .profile-main-content .profile-content .description-section .description p{margin:0 0 1rem}.developer-profile-container .developer-profile .profile-main-content .profile-content .description-section .description p:last-child{margin-bottom:0}@media (max-width: 1024px){.developer-profile-container{padding:1rem}.developer-profile-container .developer-profile{flex-direction:column}.developer-profile-container .developer-profile .profile-sidebar{width:100%;order:1}.developer-profile-container .developer-profile .profile-main-content .profile-header{flex-direction:column;gap:2rem}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-actions{width:100%;text-align:center}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-actions .book-button{max-width:300px;margin:0 auto .75rem}}@media (max-width: 768px){.developer-profile-container{padding:1rem}.developer-profile-container .breadcrumb{margin-bottom:1rem}.developer-profile-container .page-header{margin-bottom:1.5rem;flex-direction:column;gap:.75rem;align-items:center}.developer-profile-container .page-header .header-content{text-align:center;width:100%}.developer-profile-container .page-header .header-content h1{font-size:1.5rem}.developer-profile-container .page-header .header-content h2{font-size:.813rem}.developer-profile-container .page-header .header-actions{display:none}.developer-profile-container .developer-profile .profile-main-content .profile-header{padding:1.5rem;position:relative}.developer-profile-container .developer-profile .profile-main-content .profile-header .mobile-header-actions{display:block}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info{flex-direction:column;gap:1rem;text-align:center}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-image{width:150px;height:150px;margin:0 auto}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .image-placeholder{width:150px;height:150px;font-size:36px}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .image-placeholder svg{width:48px;height:48px}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section{align-items:center}.developer-profile-container .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .stats-container{width:100%;max-width:300px}.developer-profile-container .developer-profile .profile-sidebar{margin-top:1.5rem}.developer-profile-container .developer-profile .profile-sidebar .info-card{margin-bottom:1rem}.developer-profile-container .developer-profile .profile-sidebar .info-card:last-child{margin-bottom:0}.developer-profile-container .developer-profile .profile-sidebar .info-card h3{font-size:.875rem;margin-bottom:.75rem}.developer-profile-container .developer-profile .profile-sidebar .info-card p,.developer-profile-container .developer-profile .profile-sidebar .info-card ul li{font-size:.813rem}}.developer-profile-container.skeleton .skeleton-breadcrumb{width:300px;height:20px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .skeleton-header .header-content .skeleton-title{width:300px;height:32px;margin-bottom:12px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .skeleton-header .header-content .skeleton-subtitle{width:200px;height:24px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .skeleton-header .header-actions{display:flex;gap:1rem}.developer-profile-container.skeleton .skeleton-header .header-actions .skeleton-action{width:44px;height:44px;border-radius:8px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile{display:flex;gap:2rem}.developer-profile-container.skeleton .developer-profile .profile-main-content{flex:1}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;margin-bottom:2rem;display:flex;justify-content:space-between}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info{display:flex;gap:2rem}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .skeleton-image{width:200px;height:200px;border-radius:12px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .profile-details .skeleton-name{width:200px;height:32px;margin-bottom:12px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .profile-details .skeleton-title{width:300px;height:24px;margin-bottom:16px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .rating-container{margin-bottom:1rem}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .rating-container .skeleton-rating{width:150px;height:24px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .stats-container{display:flex;gap:1rem}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .stats-container .skeleton-stat{width:120px;height:60px;border-radius:8px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-actions .skeleton-button{width:200px;height:48px;border-radius:100px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-actions .skeleton-availability{width:120px;height:24px;margin-top:12px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-content .skills-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-content .skills-section .skeleton-section-title{width:150px;height:24px;margin-bottom:1rem;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-content .skills-section .skeleton-skills{display:flex;flex-wrap:wrap;gap:.75rem}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-content .skills-section .skeleton-skills .skeleton-skill{width:120px;height:32px;border-radius:6px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-content .skills-section .skeleton-list .skeleton-list-item{width:100%;height:20px;margin-bottom:.75rem;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-content .skills-section .skeleton-list .skeleton-list-item:last-child{margin-bottom:0}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-content .description-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-content .description-section .skeleton-section-title{width:150px;height:24px;margin-bottom:1rem;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-content .description-section .skeleton-text .skeleton-paragraph{width:100%;height:16px;margin-bottom:.75rem;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-content .description-section .skeleton-text .skeleton-paragraph:last-child{width:70%;margin-bottom:0}.developer-profile-container.skeleton .developer-profile .profile-sidebar{width:280px;flex-shrink:0}.developer-profile-container.skeleton .developer-profile .profile-sidebar .info-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.developer-profile-container.skeleton .developer-profile .profile-sidebar .info-card:last-child{margin-bottom:0}.developer-profile-container.skeleton .developer-profile .profile-sidebar .info-card .skeleton-card-title{width:120px;height:20px;margin-bottom:1rem;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.developer-profile-container.skeleton .developer-profile .profile-sidebar .info-card .skeleton-card-content{width:100%;height:48px;background:linear-gradient(90deg,var(--skeleton-base-color, #e2e5e7) 0px,var(--skeleton-shine-color, #f2f5f7) 50%,var(--skeleton-base-color, #e2e5e7) 100%);background-size:1000px 100%;animation:shimmer 2s infinite linear}@media (max-width: 1024px){.developer-profile-container.skeleton .developer-profile{flex-direction:column}.developer-profile-container.skeleton .developer-profile .profile-sidebar{width:100%;order:1}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header{flex-direction:column;gap:2rem}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-actions{width:100%;display:flex;flex-direction:column;align-items:center}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-actions .skeleton-button{max-width:300px}}@media (max-width: 768px){.developer-profile-container.skeleton .skeleton-header .header-content{text-align:center;width:100%}.developer-profile-container.skeleton .skeleton-header .header-content .skeleton-title,.developer-profile-container.skeleton .skeleton-header .header-content .skeleton-subtitle{margin-left:auto;margin-right:auto}.developer-profile-container.skeleton .skeleton-header .header-actions{display:none}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header{padding:1.5rem}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info{flex-direction:column;align-items:center;text-align:center;gap:1rem}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .skeleton-image{width:150px;height:150px}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .profile-details .skeleton-name,.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .profile-details .skeleton-title{margin-left:auto;margin-right:auto}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section{align-items:center}.developer-profile-container.skeleton .developer-profile .profile-main-content .profile-header .profile-info .profile-details .rating-section .stats-container{width:100%;max-width:300px;margin:0 auto}}.developer-profile-container .profile-info .profile-image{margin-bottom:1rem}@media (max-width: 768px){.developer-profile-container .profile-info .profile-image{margin:0 auto 1rem}}:root{--bg-primary: #ffffff;--bg-secondary: #f2efe8;--bg-secondary-light: #f7f5f2;--text-primary: #333333;--text-secondary: #555555;--border-color: #dddddd;--button-bg: #202C39;--button-fg: #ffffff}[data-theme=dark]{--bg-primary: #121212;--text-primary: #e0e0e0}body{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;margin:0 0 .5em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}p{font-family:Roboto,sans-serif}a{font-family:Roboto,sans-serif;font-weight:500;text-decoration:none}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{color:var(--text-primary)}
