:root{--bg: #F8FAFC;--surface: #ffffff;--surface-soft: #E8F0F7;--text: #0F172A;--muted: #475569;--line: #E2E8F0;--brand: #1A486F;--brand-dark: #0F2E47;--brand-accent: #D8782C;--hero: #1A486F;--shadow: 0 18px 48px rgba(26, 72, 111, .08);--radius-lg: 16px;--radius-md: 10px;--radius-sm: 6px}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#ffffff 0%,var(--bg) 50%,#E8F0F7 100%);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif}.app{min-height:100vh}.link{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.marketplaceShell{width:min(1180px,100% - 32px);margin:32px auto 64px}.heroCard,.contentCard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.heroCard{padding:32px;display:flex;justify-content:space-between;gap:24px;margin-bottom:24px}.heroCard.compact{align-items:center}.contentCard{padding:24px}.contentCard.nested{box-shadow:none;border-radius:var(--radius-md);background:var(--surface-soft)}.contentGrid{display:grid;gap:24px}.contentGrid.layoutWithSidebar{grid-template-columns:300px 1fr;align-items:start}.contentGrid.threeCols{grid-template-columns:repeat(3,minmax(0,1fr))}.statGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;min-width:280px}.statTile{border:1px solid var(--line);border-radius:var(--radius-md);padding:18px;background:var(--surface-soft);display:flex;flex-direction:column;gap:6px}.statTile strong{font-size:1.5rem}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-dark);font-size:.78rem;margin-bottom:8px}.stackedForm,.actionList,.simpleList{display:grid;gap:16px}.stackedForm label{display:block;margin:10px 0 6px;font-weight:600}.stackedForm input,.stackedForm select,.stackedForm textarea,.contentCard input,.contentCard select,.contentCard textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#fff}.primaryButton,.secondaryButton{border:0;border-radius:999px;padding:12px 18px}.primaryButton{background:var(--brand);color:#fff}.secondaryButton{background:var(--surface-soft);color:var(--text);border:1px solid var(--line)}.secondaryLink{color:var(--brand-dark);text-decoration:none;font-weight:600}.chipRow,.actionRow{display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:var(--surface-soft);color:var(--brand-dark);font-size:.9rem}.chip.muted{background:#f1f4f2;color:var(--muted)}.simpleListItem,.actionItem{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;text-decoration:none;color:inherit;background:#fff}.actionItem{justify-content:flex-start}.miniGrid{display:grid;gap:12px;margin-bottom:12px}.sectionHeader{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}.responsiveTable{overflow-x:auto}.responsiveTable table{width:100%;border-collapse:collapse}.responsiveTable th,.responsiveTable td{text-align:left;padding:14px 10px;border-bottom:1px solid var(--line);vertical-align:middle}.person,.profileIdentity{display:flex;gap:12px;align-items:center}.profileIdentity img,.person .avatar,.person img{width:52px;height:52px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.profileIdentity.compact .smallAvatar{width:42px;height:42px;border-radius:50%}.person .meta,.profileIdentity div{display:grid;gap:4px}.name{font-weight:700}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.galleryGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px}.galleryImage{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-md)}.packageOption{width:100%;border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff;display:grid;gap:6px;text-align:left}.packageOption.selected{border-color:var(--brand);box-shadow:0 0 0 2px #1a486f26}.stickyCard{position:sticky;top:24px}.errorCard{color:#9b1c1c;background:#fff3f3}@media (max-width: 900px){.heroCard,.sectionHeader{flex-direction:column;align-items:flex-start}.contentGrid.layoutWithSidebar,.contentGrid.threeCols,.statGrid{grid-template-columns:1fr}.stickyCard{position:static}}.navbar{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#0F2E47 0%,#1A486F 100%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;position:sticky;top:0;z-index:999;transition:.5s all ease;box-shadow:0 10px 28px #1a486f1f}.navbar.active{background:rgba(255,255,255,.92);color:var(--text);border-bottom:1px solid var(--line)}.navbar.active button{background-color:#fff!important;color:var(--brand)!important;border:1px solid rgba(26,72,111,.4)!important}.navbar .container{width:1400px;display:flex;align-items:center;justify-content:space-between;padding:18px 0}.navbar .container .topRow{display:contents}.navbar .container .mobileToggle{display:none;background:rgba(255,255,255,.1);color:inherit;border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}.navbar .container .logo{font-size:34px;font-weight:700;letter-spacing:-.03em}.navbar .container .logo .dot{font-weight:700;color:var(--brand)}.navbar .container .links{display:flex;align-items:center;gap:24px;font-family:Montserrat,sans-serif;font-weight:500}.navbar .container .links span{white-space:nowrap}.navbar .container .links .link{transition:color .2s ease}.navbar .container .links .link:hover{color:var(--brand)}.navbar .container .links .user{display:flex;align-items:center;gap:10px;cursor:pointer;position:relative;max-width:240px}.navbar .container .links .user img{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.navbar .container .links .user span{overflow:hidden;text-overflow:ellipsis}.navbar .container .links .user .options{position:absolute;top:50px;right:0;padding:20px;background-color:#fffffffa;border-radius:16px;z-index:999;border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px;width:220px;font-weight:400;color:var(--muted)}.navbar .container .links button{color:#fff;padding:12px 22px;border-radius:999px;border:1px solid rgba(255,255,255,.45);background-color:transparent;cursor:pointer;transition:all .25s ease}.navbar .container .links button:hover{background-color:var(--brand);border-color:var(--brand);transform:translateY(-1px)}.navbar hr{width:calc(100% - 2px);height:0;border-top:.5px solid rgba(235,233,233,.45);border-bottom:.5px solid rgba(235,233,233,.45)}.navbar .menu{width:1400px;padding:12px 0;display:flex;justify-content:space-between;color:var(--muted);font-weight:400;font-family:Montserrat,sans-serif}.navbar .menu .menuLink{transition:color .2s ease}.navbar .menu .menuLink:hover{color:var(--brand)}@media (max-width: 1200px){.navbar .container,.navbar .menu{width:100%;padding-left:20px;padding-right:20px}.navbar .links{gap:16px!important;flex-wrap:wrap;justify-content:flex-end}.navbar .menu{flex-wrap:wrap;gap:14px 18px;justify-content:flex-start}}@media (max-width: 768px){.navbar{box-shadow:0 10px 24px #091c121a}.navbar .container{flex-direction:column;align-items:flex-start;gap:14px;padding-top:16px;padding-bottom:16px}.navbar .container .topRow{display:flex;width:100%;align-items:center;justify-content:space-between}.navbar .container .mobileToggle{display:inline-flex}.navbar .logo{font-size:28px!important}.navbar .links{display:none!important}.navbar .menu{display:none;width:100%;font-size:13px;padding:12px 16px 14px;background:white;gap:10px 12px;justify-content:flex-start;border-bottom:1px solid var(--line)}.navbar .menu.open{display:flex}.navbar .menu .menuLink{display:inline-flex;align-items:center;min-height:38px;padding:6px 12px;border-radius:999px;background:var(--surface-soft);color:var(--muted)}}@media (max-width: 480px){.navbar .container{padding-left:16px;padding-right:16px}.navbar .logo{font-size:24px!important}.navbar .links{display:none!important}.navbar .menu{padding-left:16px;padding-right:16px}}.home .features{background-color:var(--surface-soft);display:flex;justify-content:center;padding:100px 0}.home .features.dark{background-color:#0d084d}.home .features.dark h1{color:#fff!important}.home .features.dark i{font-weight:300}.home .features.dark p{margin-bottom:20px;color:#fff!important}.home .features.dark .title{color:#fff!important;font-weight:300!important;font-size:14px!important}.home .features.dark button{background-color:var(--brand);border:none;color:#fff;padding:10px 20px;border-radius:5px;width:-moz-max-content;width:max-content;font-size:16px;cursor:pointer;margin-top:20px}.home .features .container{width:1400px;display:flex;align-items:center;gap:200px}.home .features .container .item{display:flex;flex-direction:column;gap:15px}.home .features .container .item:first-child{flex:2}.home .features .container .item:last-child{flex:3}.home .features .container .item img{width:100%}.home .features .container .item .aboutImage{width:100%;max-width:860px;-o-object-fit:cover;object-fit:cover}.home .features .container .item h1{font-weight:500;margin-bottom:10px}.home .features .container .item .title{display:flex;align-items:center;gap:10px;font-weight:500;font-size:18px;color:#666}.home .features .container .item .title img{width:24px;height:24px}.home .features .container .item p{font-size:18px;font-weight:300;color:gray;line-height:28px;letter-spacing:1px}.home .explore{display:flex;justify-content:center;padding:100px 0}.home .explore .container{width:1400px}.home .explore .container h1{color:#555}.home .explore .container .items{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.home .explore .container .items .item{width:250px;height:150px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;text-align:center;cursor:pointer}.home .explore .container .items .item img{width:50px;height:50px}.home .explore .container .items .item .line{width:50px;height:2px;background-color:#d3d3d3;transition:all .3s ease}.home .explore .container .items .item span{font-weight:300}.home .explore .container .items .item:hover .line{width:80px;background-color:var(--brand)}@media (max-width: 1200px){.home .features,.home .explore{padding:72px 20px}.home .features .container,.home .explore .container{width:100%}.home .features .container{gap:80px}}@media (max-width: 900px){.home .features .container{flex-direction:column;gap:40px}.home .features .container .item{width:100%}.home .explore .container .items{justify-content:center;gap:16px}.home .explore .container .items .item{width:calc(50% - 16px)}}@media (max-width: 600px){.home .features,.home .explore{padding:56px 16px}.home .features .container .item h1{font-size:30px;line-height:1.15}.home .features .container .item p{font-size:16px;line-height:26px}.home .features .container .item .title{align-items:flex-start;font-size:16px;line-height:1.4}.home .features .container .item .aboutImage{max-width:100%}.home .explore .container .items .item{width:100%;height:130px}}.featured{min-height:680px;display:flex;justify-content:center;color:#fff;position:relative;overflow:hidden}.featured .backgroundVideo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.featured .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(216,120,44,.22),transparent 28%),linear-gradient(135deg,#0F2E47 0%,#1A486F 45%,#0B1E31 100%);z-index:1}.featured .container{width:1400px;display:flex;align-items:center;gap:40px;position:relative;z-index:2}.featured .container .left{display:flex;flex-direction:column;gap:28px;flex:1}.featured .container .left h1{font-size:62px;line-height:1.02;letter-spacing:-.04em;max-width:760px}.featured .container .left h1 span{font-style:italic;font-weight:300;color:#fed7aa}.featured .container .left .search{background-color:#fffffffa;border-radius:18px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;box-shadow:0 24px 50px #0000002e;max-width:700px}.featured .container .left .search .searchInput{display:flex;align-items:center;gap:10px;flex:1}.featured .container .left .search .searchInput img{width:20px;height:20px;margin:0 0 0 20px}.featured .container .left .search .searchInput input{border:none;outline:none;width:100%;font-size:16px;color:var(--text);padding:22px 18px 22px 0}.featured .container .left .search .searchInput input::-moz-placeholder{color:#8b948f}.featured .container .left .search .searchInput input::placeholder{color:#8b948f}.featured .container .left .search button{min-width:148px;height:64px;border:none;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;align-self:flex-end;cursor:pointer;font-weight:700;letter-spacing:.01em}.featured .container .left .popular{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.featured .container .left .popular span{width:-moz-max-content;width:max-content;color:#ffffffc7}.featured .container .left .popular button{width:-moz-max-content;width:max-content;color:#fff;border:1px solid rgba(255,255,255,.18);padding:10px 16px;border-radius:999px;background-color:#ffffff14;font-size:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .2s ease}.featured .container .left .popular button:hover{border-color:#d8782ccc;background-color:#ffffff24;transform:translateY(-1px)}.featured .container .right{height:100%;flex:.92;display:flex;justify-content:flex-end}.featured .container .right img{height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 30px 45px rgba(0,0,0,.28))}@media (max-width: 1200px){.featured .container{width:100%;padding:48px 20px;gap:24px}.featured .container .left h1{font-size:50px}}@media (max-width: 900px){.featured{min-height:auto}.featured .container{flex-direction:column;align-items:flex-start;padding:56px 20px}.featured .container .left{width:100%}.featured .container .left h1{font-size:42px;max-width:100%}.featured .container .left .search{width:100%}.featured .container .right{width:100%;justify-content:center}.featured .container .right img{max-width:420px;width:100%;height:auto}}@media (max-width: 600px){.featured .container .left h1{font-size:34px}.featured .container .left .search{flex-direction:column;align-items:stretch;border-radius:18px}.featured .container .left .search .searchInput input{padding-right:18px}.featured .container .left .search button{width:100%;min-width:0;border-radius:0}.featured .container .left .popular{gap:10px}.featured .container .left .popular button{font-size:13px;padding:9px 14px}}.trustedBy{background-color:#fafafa;height:100px;display:flex;justify-content:center}.trustedBy .container{max-width:760px;display:flex;align-items:center;gap:20px;color:#c8c8c8;font-weight:500}.trustedBy .container img{height:50px;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.trustedBy{height:auto;padding:16px 20px}.trustedBy .container{max-width:100%;flex-wrap:wrap;justify-content:center;gap:14px;text-align:center}.trustedBy .container span{width:100%}.trustedBy .container img{height:34px}}.slide{display:flex;justify-content:center;padding:100px 0;overflow:hidden}.slide .container{width:1400px;position:relative}.slide .carousel-item{padding:0 10px;box-sizing:border-box}.slide .carousel-initialized{position:static}.slide .carousel-prev,.slide .carousel-next{width:50px;height:50px;background-color:#f3f3f3;border-radius:50%;position:absolute;top:0;bottom:0;margin:auto}.slide .carousel-prev{left:-25px}@media (max-width: 1200px){.slide{padding:72px 20px}.slide .container{width:100%}.slide .carousel-prev,.slide .carousel-next{width:44px;height:44px}.slide .carousel-prev{left:-10px}}@media (max-width: 640px){.slide{padding:48px 16px}.slide .carousel-item{padding:0 4px}}.carousel-item{position:absolute;top:0;left:0}.Carousel{width:100%}.carousel-initialized{overflow:hidden;position:relative}.carousel-arrow.carousel-hidden{display:none}.carousel-track{width:100%;display:flex;position:relative}.carousel-prev.block,.carousel-next.block{opacity:1}.carousel-prev,.carousel-next{opacity:0;font-size:0;line-height:0;width:40px;height:100%;border-radius:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;color:transparent;border:none;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1) 0ms;z-index:4;background:none}.carousel-prev:hover,.carousel-prev:focus,.carousel-next:hover,.carousel-next:focus{opacity:1;color:transparent;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1) 0ms}.carousel-prev:hover:before,.carousel-prev:focus:before,.carousel-next:hover:before,.carousel-next:focus:before{opacity:1}.carousel-prev.carousel-disabled:before,.carousel-next.carousel-disabled:before{opacity:.25}.carousel-prev:before,.carousel-next:before{content:"";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-size:contain}.carousel-prev:before{background-image:url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Earrow-left2%3C/title%3E%3Cpath fill='%23900' d='M12.586 27.414l-10-10c-0.781-0.781-0.781-2.047 0-2.828l10-10c0.781-0.781 2.047-0.781 2.828 0s0.781 2.047 0 2.828l-6.586 6.586h19.172c1.105 0 2 0.895 2 2s-0.895 2-2 2h-19.172l6.586 6.586c0.39 0.39 0.586 0.902 0.586 1.414s-0.195 1.024-0.586 1.414c-0.781 0.781-2.047 0.781-2.828 0z'%3E%3C/path%3E%3C/svg%3E%0A")}.carousel-next:before{background-image:url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Earrow-right2%3C/title%3E%3Cpath fill='%23900' d='M19.414 27.414l10-10c0.781-0.781 0.781-2.047 0-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828 0s-0.781 2.047 0 2.828l6.586 6.586h-19.172c-1.105 0-2 0.895-2 2s0.895 2 2 2h19.172l-6.586 6.586c-0.39 0.39-0.586 0.902-0.586 1.414s0.195 1.024 0.586 1.414c0.781 0.781 2.047 0.781 2.828 0z'%3E%3C/path%3E%3C/svg%3E%0A")}.carousel-next.custom:before,.carousel-prev.custom:before{content:unset;background-image:unset}.carousel-prev{left:0}[dir=rtl] .carousel-prev{right:-25px;left:auto}[dir=rtl] .carousel-prev:before{content:""}.carousel-next{right:0}[dir=rtl] .carousel-next{right:auto;left:-25px}[dir=rtl] .carousel-next:before{content:""}.carousel-dots{display:block;width:100%;padding:0;margin-top:1em;list-style:none;text-align:center}.carousel-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.carousel-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.carousel-dots li button:hover,.carousel-dots li button:focus{outline:none}.carousel-dots li button:hover:before,.carousel-dots li button:focus:before{opacity:1}.carousel-dots li button:before{font-family:slick;font-size:40px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.carousel-dots li.carousel-dots-active button:before{opacity:.75;color:#000}.Carousel .carousel-initialized.scrolling .CustomArrow{display:none}.catCard{width:252px;height:344px;color:#fff;border-radius:24px;overflow:hidden;position:relative;cursor:pointer;box-shadow:0 22px 40px #101e1724}.catCard img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.catCard .desc{right:15px;font-weight:300;position:absolute;top:15px;left:15px;line-height:1.4}.catCard .title{position:absolute;top:40px;left:15px;right:15px;font-size:24px;font-weight:500;line-height:1.15}@media (max-width: 900px){.catCard{width:min(100%,300px);height:300px;margin:0 auto}}@media (max-width: 480px){.catCard{height:280px}.catCard .desc{font-size:13px}.catCard .title{font-size:22px}}.projectCard{width:300px;min-height:320px;border-radius:24px;overflow:hidden;cursor:pointer;border:1px solid rgb(225,225,225);background:white;box-shadow:0 18px 34px #11221914}.projectCard img{width:100%;height:210px;-o-object-fit:cover;object-fit:cover}.projectCard .info{display:flex;align-items:center;gap:14px;padding:18px}.projectCard .info img{width:46px;height:46px;flex-shrink:0;border-radius:50%;-o-object-fit:cover;object-fit:cover}.projectCard .info .texts{min-width:0}.projectCard .info .texts h2{font-size:14px;font-weight:500;line-height:1.4;margin-bottom:4px}.projectCard .info .texts span{font-size:14px;font-weight:300;color:#6b7280;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 900px){.projectCard{width:min(100%,300px);margin:0 auto}}@media (max-width: 480px){.projectCard{min-height:300px}.projectCard img{height:190px}.projectCard .info{padding:16px}.projectCard .info img{width:42px;height:42px}.projectCard .info .texts h2,.projectCard .info .texts span{font-size:13px}}.gigs{width:100%;display:flex;justify-content:center;padding:26px 20px 80px}.gigs .container{width:1400px;padding:24px 0;display:flex;flex-direction:column;gap:18px}.gigs .container .breadcrumbs{font-weight:600;text-transform:uppercase;font-size:13px;color:#7b8a80;letter-spacing:.08em}.gigs .container h1{font-size:42px;letter-spacing:-.03em}.gigs .container p{color:#6d7871;font-weight:400;max-width:760px;font-size:17px;line-height:28px}.gigs .container .menu{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.gigs .container .menu .left{display:flex;align-items:center;gap:10px;color:#556159;font-weight:500}.gigs .container .menu .left input{padding:11px 14px;border:1px solid var(--line);border-radius:12px;outline:none;min-width:110px;background:#ffffff}.gigs .container .menu .left input::-moz-placeholder{color:#999}.gigs .container .menu .left input::placeholder{color:#999}.gigs .container .menu .left button{padding:11px 16px;background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border:none;font-weight:600;border-radius:12px;cursor:pointer}.gigs .container .menu .right{position:relative;display:flex;align-items:center;gap:10px}.gigs .container .menu .right .sortBy{color:#556159;font-weight:400}.gigs .container .menu .right .sortType{font-weight:700}.gigs .container .menu .right img{width:15px;cursor:pointer}.gigs .container .menu .right .rightMenu{padding:20px;background-color:#fff;border:1px solid var(--line);border-radius:16px;position:absolute;top:38px;right:0;z-index:9;display:flex;flex-direction:column;gap:16px;color:#556159;box-shadow:var(--shadow)}.gigs .container .menu .right .rightMenu span{cursor:pointer}.gigs .container .cards{display:flex;gap:26px;flex-wrap:wrap}@media (max-width: 1200px){.gigs .container{width:100%}}@media (max-width: 900px){.gigs{padding:22px 16px 64px}.gigs .container h1{font-size:34px}.gigs .container .menu{flex-direction:column;align-items:stretch;gap:16px}.gigs .container .menu .left,.gigs .container .menu .right{width:100%}.gigs .container .menu .left{flex-wrap:wrap}.gigs .container .menu .right{justify-content:space-between}.gigs .container .cards{justify-content:center}}@media (max-width: 600px){.gigs .container h1{font-size:30px}.gigs .container p{font-size:15px;line-height:24px}.gigs .container .menu{padding:16px}.gigs .container .menu .left input,.gigs .container .menu .left button{width:100%}}.gigCard{width:324px;min-height:430px;background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden;margin-bottom:40px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.gigCard:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#1dbf7338}.gigCard img{width:100%;height:210px;-o-object-fit:cover;object-fit:cover}.gigCard .info{padding:18px 20px;display:flex;flex-direction:column;gap:16px}.gigCard .info .user{display:flex;align-items:center;gap:10px}.gigCard .info .user img{width:26px;height:26px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.gigCard .info .user span{font-size:14px;font-weight:600;color:#404145}.gigCard .info p{color:#2f3832;line-height:25px;min-height:75px}.gigCard .info .star{display:flex;align-items:center;gap:5px}.gigCard .info .star img{height:14px;width:14px}.gigCard .info .star span{font-size:14px;font-weight:700;color:#ffc108}.gigCard hr{height:0;border:.5px solid var(--line)}.gigCard .detail{padding:14px 20px 18px;display:flex;align-items:center;justify-content:space-between}.gigCard .detail img{width:16px;height:16px;cursor:pointer;-o-object-fit:cover;object-fit:cover}.gigCard .detail .price span{color:#8b948f;font-size:12px;letter-spacing:.06em}.gigCard .detail .price h2{color:#263129;font-size:24px;font-weight:700;text-align:end}.gigCard .detail .price sup{font-size:12px;font-weight:300}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-ef572f91.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-5cb2f1cc.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-f0bb5864.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-6e441a6c.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-eadedd9e.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-4f2b6f92.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-c15ddd00.woff2) format("woff2"),url(/assets/inter-greek-400-normal-bdae9d28.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-547ad9fd.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-54aa42d3.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-6744a7f5.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-22ae8360.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-8909904a.woff2) format("woff2"),url(/assets/inter-latin-400-normal-e20fa0b4.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-1c2db92d.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-e250c05a.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-b77a86ec.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-5be18e03.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-75a9ec93.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-c85d11bd.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-cc197d79.woff2) format("woff2"),url(/assets/inter-greek-500-normal-86d55a4b.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-44e36aa5.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-18a4a09f.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-2c6fbc42.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-30d2903c.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-f3779f1e.woff2) format("woff2"),url(/assets/inter-latin-500-normal-9b42c108.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-509fca9c.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-a5073285.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-6c2a37f8.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-cc190ed1.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-399f94d7.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-efc7aa9c.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-9c5a897f.woff2) format("woff2"),url(/assets/inter-greek-600-normal-090b24e2.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-1aeb94ae.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-24a01e7b.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-e4bdf67b.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-22ff20a6.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-f9a06e79.woff2) format("woff2"),url(/assets/inter-latin-600-normal-6a9cb3a5.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-a46b9978.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-0f3d4be2.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-5917871d.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal-72b6daa4.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-b7b2732e.woff2) format("woff2"),url(/assets/inter-greek-ext-700-normal-b26ed64c.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-737c6c91.woff2) format("woff2"),url(/assets/inter-greek-700-normal-53368f53.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-5fafa382.woff2) format("woff2"),url(/assets/inter-vietnamese-700-normal-412023ab.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-143f9504.woff2) format("woff2"),url(/assets/inter-latin-ext-700-normal-1761edba.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-6f56409f.woff2) format("woff2"),url(/assets/inter-latin-700-normal-7c5ed565.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.gigReferencePage{font-family:Inter,Arial,Helvetica,sans-serif;color:#111827;display:grid;gap:22px}.gigBreadcrumbReference{font-size:.82rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.01em}.gigReferenceTop{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px;align-items:start}.gigReferenceMain{display:grid;gap:26px}.titleActionsRow{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.titleBlock{display:grid;gap:14px}.titleBlock h1{margin:0;max-width:820px;font-size:clamp(2rem,3.2vw,3.5rem);line-height:1.12;letter-spacing:-.04em;font-weight:700}.sellerBadgesRow{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.sellerBadge{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#e8f8ef;color:#169c51;font-size:.92rem;font-weight:700}.topRatedText{font-size:.95rem;color:#1f2937;font-weight:600}.metaInlineRow{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.metaInlineRow span{display:inline-flex;align-items:center;gap:8px;color:#4b5563;font-size:.95rem;font-weight:500}.filled{color:#f4b400;fill:#f4b400}.tagReferenceRow{display:flex;flex-wrap:wrap;gap:10px}.tagReferenceRow span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#eef7f1;color:#334155;font-size:.94rem;font-weight:500}.actionButtonRow{display:flex;gap:12px;flex-shrink:0}.ghostActionButton{min-height:44px;padding:0 18px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;display:inline-flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600;color:#334155;transition:box-shadow .2s ease,transform .2s ease}.ghostActionButton:hover{transform:translateY(-1px);box-shadow:0 12px 22px #0f172a0f}.galleryReferenceSection{display:grid;gap:14px}.galleryStage{position:relative}.galleryHeroButton{width:100%;padding:0;background:transparent;border:0}.galleryHeroMedia{width:100%;height:500px;border-radius:18px;display:block;-o-object-fit:cover;object-fit:cover;box-shadow:0 16px 32px #0f172a14}.videoPreviewWrap,.galleryThumbReference,.portfolioReferenceImageWrap{position:relative;overflow:hidden;border-radius:14px}.videoPlayBadge,.thumbPlayDot{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;display:inline-flex;align-items:center;justify-content:center}.thumbPlayDot{width:28px;height:28px}.galleryNavButton{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:52px;height:52px;border-radius:999px;border:1px solid #e5e7eb;background:rgba(255,255,255,.92);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #0f172a17}.galleryNavButton.left{left:-18px}.galleryNavButton.right{right:-18px}.galleryThumbReferenceRow{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.galleryThumbReference{padding:0;border:2px solid transparent;background:transparent;transition:transform .2s ease,border-color .2s ease}.galleryThumbReference.active{border-color:var(--brand)}.galleryThumbReference:hover{transform:translateY(-2px)}.galleryThumbMedia{width:100%;height:92px;-o-object-fit:cover;object-fit:cover;display:block;border-radius:14px}.referenceSection{display:grid;gap:18px;padding-bottom:6px}.referenceSection h2{margin:0;font-size:1.85rem;font-weight:700;letter-spacing:-.03em}.aboutTextStack{display:grid;gap:12px}.aboutTextStack p,.trustReferenceCard p,.reviewReferenceCard p,.faqReferencePanel p{margin:0;color:#374151;line-height:1.8;font-size:1rem}.statsReferenceRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-top:4px}.statReferenceCard{display:grid;gap:7px;align-items:start}.statIconWrap{width:44px;height:44px;border-radius:999px;background:var(--surface-soft);color:var(--brand);display:inline-flex;align-items:center;justify-content:center}.statReferenceCard strong{font-size:1.7rem;line-height:1}.statReferenceCard span{color:#4b5563;font-size:.92rem}.sectionHeaderInline{display:flex;align-items:center;justify-content:space-between;gap:16px}.textLinkButton{border:0;background:transparent;color:var(--brand);font-weight:600;font-size:.95rem}.portfolioReferenceGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.portfolioReferenceCard{display:grid;gap:10px;text-decoration:none;color:inherit;transition:transform .2s ease}.portfolioReferenceCard:hover{transform:translateY(-3px)}.portfolioReferenceImage,.portfolioReferenceFallback{width:100%;height:168px;border-radius:14px;display:block}.portfolioReferenceImage{-o-object-fit:cover;object-fit:cover}.portfolioReferenceFallback{background:linear-gradient(135deg,#0f172a,#134e4a);color:#fff;display:grid;place-items:center}.portfolioReferenceMeta{display:grid;gap:4px}.portfolioReferenceMeta strong{font-size:.98rem;line-height:1.45}.portfolioReferenceMeta span{color:#64748b;font-size:.9rem}.reviewTabHeader{display:flex;gap:26px;border-bottom:1px solid #e5e7eb;padding-bottom:10px}.reviewTab{padding:0 0 10px;background:transparent;border:0;color:#334155;font-size:1rem;font-weight:600}.reviewTab.active{color:var(--brand);border-bottom:2px solid var(--brand)}.reviewReferenceGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.reviewReferenceCard{border:1px solid #e5e7eb;border-radius:16px;padding:18px;background:#fff;box-shadow:0 10px 26px #0f172a0a}.reviewReferenceHeader{margin-bottom:14px}.reviewReferenceIdentity{display:flex;gap:12px;align-items:center}.reviewReferenceIdentity img{width:44px;height:44px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.reviewReferenceIdentity strong{display:block;font-size:.98rem}.reviewReferenceIdentity span{display:block;margin-top:4px;font-size:.82rem;color:#64748b}.reviewReferenceStars{display:flex;align-items:center;gap:5px;margin-bottom:12px}.centerButtonRow{display:flex;justify-content:center}.outlineMiniButton{min-height:40px;padding:0 18px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;font-weight:600}.faqReferenceSection{padding-bottom:24px}.faqReferenceList{display:grid;gap:10px}.faqReferenceItem{border-bottom:1px solid #e5e7eb}.faqReferenceTrigger{width:100%;min-height:52px;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;font-size:.98rem;font-weight:500;color:#111827}.faqReferenceTrigger svg{transition:transform .2s ease}.faqReferenceTrigger svg.rotated{transform:rotate(180deg)}.faqReferencePanel{padding:0 0 14px}.referenceSidebar{position:sticky;top:28px;display:grid;gap:16px}.sidebarCard{border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 12px 30px #0f172a0d}.packageReferenceCard{padding:0;overflow:hidden}.packageReferenceTabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #e5e7eb}.packageReferenceTab{min-height:52px;border:0;background:#fff;text-transform:capitalize;color:#111827;font-size:1rem;font-weight:600;position:relative}.packageReferenceTab.active{color:var(--brand)}.packageReferenceTab.active:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:2px;background:var(--brand);border-radius:999px}.packageReferenceBody{padding:22px 18px 18px;display:grid;gap:16px}.packageReferenceTitleRow{display:flex;gap:14px;justify-content:space-between;align-items:flex-start}.packageReferenceTitleRow h3{margin:0;font-size:1rem;line-height:1.5}.packageReferenceTitleRow strong{font-size:1.9rem;line-height:1}.packageReferenceBody p{margin:0;color:#374151;font-size:.98rem;line-height:1.7}.packageMetaInline{display:flex;flex-wrap:wrap;gap:18px;align-items:center}.packageMetaInline span,.sellerReferenceMeta span{display:inline-flex;align-items:center;gap:8px;color:#374151;font-size:.95rem}.packageReferenceChecklist{list-style:none;margin:0;padding:0;display:grid;gap:14px}.packageReferenceChecklist li{display:flex;gap:10px;align-items:center;color:#1f2937;font-size:.98rem}.packageReferenceChecklist svg,.sellerNameVerified svg,.trustReferenceIcon{color:var(--brand)}.sidebarPrimaryButton,.sidebarSecondaryButton{min-height:48px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;font-size:1rem}.sidebarPrimaryButton{background:var(--brand);color:#fff;border:1px solid var(--brand)}.sidebarSecondaryButton,.comparePackagesButton{background:#fff;color:var(--brand);border:1px solid transparent}.comparePackagesButton{min-height:42px;border-radius:10px;font-weight:600}.sellerReferenceCard{padding:20px 18px;display:grid;gap:18px}.sellerReferenceHeader{display:flex;gap:14px;align-items:center}.sellerReferenceHeader img{width:74px;height:74px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.sellerNameVerified{display:flex;gap:8px;align-items:center}.sellerNameVerified h3{margin:0;font-size:1.6rem;line-height:1.1;letter-spacing:-.03em}.sellerReferenceHeader span{display:block;margin-top:6px;color:#6b7280;font-size:.94rem}.sellerReferenceMeta{display:grid;gap:12px}.trustReferenceCard{padding:22px 18px;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}.trustReferenceIcon{width:52px;height:52px;border-radius:999px;background:var(--surface-soft);display:inline-flex;align-items:center;justify-content:center}.trustReferenceCard strong{display:block;margin-bottom:8px;font-size:1rem}.emptyGallery{padding:24px;border:1px dashed #d1d5db;border-radius:16px;color:#6b7280;text-align:center}.lightboxOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;background:rgba(15,23,42,.76);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lightboxDialog{position:relative;width:min(1120px,100%);padding:24px;border-radius:24px;background:rgba(255,255,255,.98)}.lightboxMediaWrap{overflow:hidden;border-radius:18px;background:#0f172a}.lightboxMedia{width:100%;max-height:78vh;-o-object-fit:contain;object-fit:contain;display:block}.lightboxClose,.lightboxNav{position:absolute;z-index:2;width:46px;height:46px;border-radius:999px;border:0;background:rgba(255,255,255,.94);box-shadow:0 14px 28px #0f172a29;display:inline-flex;align-items:center;justify-content:center}.lightboxClose{top:14px;right:14px}.lightboxNav{top:50%;transform:translateY(-50%)}.lightboxNav.prev{left:14px}.lightboxNav.next{right:14px}.gigSkeletonPage{display:grid;gap:22px}.skeletonLine,.skeletonTitle,.skeletonPill,.skeletonCardTall,.skeletonCardMedium,.skeletonGallery{position:relative;overflow:hidden;border-radius:16px;background:#edf2f7}.skeletonLine:after,.skeletonTitle:after,.skeletonPill:after,.skeletonCardTall:after,.skeletonCardMedium:after,.skeletonGallery:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.68),transparent);animation:shimmer 1.25s infinite}.skeletonLine{height:14px}.skeletonLine.short{width:320px}.skeletonTitle{width:72%;height:58px}.skeletonTopRow,.skeletonBodyRow{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px}.skeletonTitleBlock,.skeletonSideCards{display:grid;gap:18px}.skeletonBadgeRow,.skeletonMetricRow{display:flex;gap:12px}.skeletonPill{width:110px;height:34px;border-radius:999px}.skeletonPill.small{width:84px}.skeletonPill.medium{width:180px}.skeletonGallery{height:500px}.skeletonCardTall{height:360px}.skeletonCardMedium{height:210px}@keyframes shimmer{to{transform:translate(100%)}}@media (max-width: 1100px){.gigReferenceTop,.skeletonTopRow,.skeletonBodyRow{grid-template-columns:1fr}.referenceSidebar{position:static}.portfolioReferenceGrid,.statsReferenceRow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 840px){.titleActionsRow,.sectionHeaderInline{flex-direction:column;align-items:flex-start}.galleryThumbReferenceRow,.reviewReferenceGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.actionButtonRow{width:100%}.ghostActionButton{flex:1;justify-content:center}}@media (max-width: 640px){.marketplaceShell{width:min(100% - 20px,1180px);margin:18px auto 42px}.titleBlock h1{font-size:2.1rem}.galleryHeroMedia,.skeletonGallery{height:280px}.galleryNavButton.left{left:8px}.galleryNavButton.right{right:8px}.galleryThumbReferenceRow,.portfolioReferenceGrid,.reviewReferenceGrid,.statsReferenceRow{grid-template-columns:1fr}.tagReferenceRow,.metaInlineRow{gap:10px}.packageReferenceTitleRow{flex-direction:column}.sellerReferenceHeader{align-items:flex-start}}.login{display:flex;align-items:center;justify-content:center}.login form{width:360px;padding:100px 0;display:flex;flex-direction:column;gap:20px}.login form h1{color:gray;margin-bottom:20px}.login form label{color:gray;font-size:18px}.login form input,.login form textarea{padding:20px;border:1px solid rgb(216,214,214)}.login form .forgotPasswordRow{display:flex;justify-content:flex-end;margin-top:-8px}.login form .forgotPasswordRow a{color:var(--brand);text-decoration:none;font-size:14px;font-weight:600}.login form button{border:none;padding:20px;color:#fff;font-weight:500;font-size:18px;background-color:var(--brand);cursor:pointer}.login form .authLinkRow{display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center}.login form .authLinkRow p{margin:0;color:gray;font-size:14px}.login form .authLinkRow .createAccountButton{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:16px 20px;border-radius:999px;border:1px solid var(--brand);color:var(--brand);font-weight:600;text-decoration:none;background:var(--surface-soft)}.login form span{color:red;font-size:12px}.register{display:flex;align-items:center;justify-content:center}.register form{width:960px;padding:100px 0;display:flex;gap:120px}.register form h1{color:gray;margin-bottom:20px}.register form .left,.register form .right{flex:1;display:flex;flex-direction:column;gap:10px;justify-content:space-between}.register form .left label,.register form .right label{color:gray;font-size:18px}.register form .left input,.register form .left textarea,.register form .right input,.register form .right textarea{padding:20px;border:1px solid rgb(216,214,214)}.register form .left button,.register form .right button{border:none;padding:20px;color:#fff;font-weight:500;font-size:18px;background-color:var(--brand);cursor:pointer}.register form .left button:disabled,.register form .right button:disabled{cursor:not-allowed;opacity:.7}.register form .left .error,.register form .right .error{color:#d93025;font-size:14px}.register form .left .toggle,.register form .right .toggle{display:flex;align-items:center;gap:10px}.register form .left .toggle .switch,.register form .right .toggle .switch{position:relative;display:inline-block;width:50px;height:24px}.register form .left .toggle .switch input,.register form .right .toggle .switch input{opacity:0;width:0;height:0}.register form .left .toggle .slider,.register form .right .toggle .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.register form .left .toggle .slider:before,.register form .right .toggle .slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.register form .left .toggle input:checked+.slider,.register form .right .toggle input:checked+.slider{background-color:#2196f3}.register form .left .toggle input:focus+.slider,.register form .right .toggle input:focus+.slider{box-shadow:0 0 1px #2196f3}.register form .left .toggle input:checked+.slider:before,.register form .right .toggle input:checked+.slider:before{transform:translate(26px)}.add{display:flex;justify-content:center}.add .container{width:1400px;padding:50px 0}.add .container h1{width:-moz-max-content;width:max-content;margin-bottom:30px;color:gray;font-weight:300}.add .container .sections{display:flex;justify-content:space-between;gap:100px}.add .container .sections label{color:gray;font-size:18px}.add .container .sections .info,.add .container .sections .details{flex:1;display:flex;flex-direction:column;gap:10px;justify-content:space-between}.add .container .sections .info input,.add .container .sections .info select,.add .container .sections .info textarea,.add .container .sections .details input,.add .container .sections .details select,.add .container .sections .details textarea{padding:20px}.add .container .sections .info .images,.add .container .sections .details .images{display:flex;align-items:center;gap:20px}.add .container .sections .info .images .imagesInputs,.add .container .sections .details .images .imagesInputs{display:flex;flex-direction:column;gap:20px}.add .container .sections .info button,.add .container .sections .details button{border:none;padding:20px;color:#fff;font-weight:500;font-size:18px;background-color:var(--brand);cursor:pointer}.add .container .sections .info .add,.add .container .sections .details .add{display:flex;justify-content:space-between}.add .container .sections .info .add input,.add .container .sections .details .add input{width:80%}.add .container .sections .info .addedFeatures,.add .container .sections .details .addedFeatures{display:flex;gap:20px}.add .container .sections .info .addedFeatures button,.add .container .sections .details .addedFeatures button{height:30px;font-size:12px;font-weight:400;background:transparent;color:red;border:1px solid red;display:flex;align-items:center;gap:20px}.orders{display:flex;justify-content:center;color:#555;padding:26px 20px 80px}.orders .container{width:1400px;padding:24px 0}.orders .container .title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.orders .container .title h1{font-size:38px;color:#222325}.orders .container .title button{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-weight:600;border:none;padding:10px 14px;border-radius:10px;cursor:pointer}.orders .container table{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.orders .container table tr{height:78px}.orders .container table tr th{text-align:left;padding:18px 22px;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#7b8a80;background:var(--surface-soft)}.orders .container table tr td{padding:18px 22px}.orders .container table tr td sup{font-size:12px}.orders .container table tr td .image{width:72px;height:42px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.orders .container table tr td .person{display:flex;align-items:center;gap:12px}.orders .container table tr td .avatar{width:38px;height:38px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.orders .container table tr td .meta{display:flex;flex-direction:column;gap:3px}.orders .container table tr td .name{font-weight:600}.orders .container table tr td small{color:#74767e}.orders .container table tr td button{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border:none;border-radius:999px;padding:10px 16px;cursor:pointer;font-weight:600}.orders .container table tr:nth-child(2n){background-color:transparent}@media (max-width: 1200px){.orders{padding-left:16px;padding-right:16px}.orders .container{width:100%}}@media (max-width: 768px){.orders .container{overflow-x:auto}.orders .container .title h1{font-size:32px}.orders .container table{min-width:760px}}.messages{display:flex;justify-content:center;padding:26px 20px 80px}.messages .container{width:1400px;padding:24px 0}.messages .container .title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.messages .container .title h1{font-size:38px;color:#222325}.messages .container .title button{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;font-weight:600;border:none;padding:10px 14px;border-radius:10px;cursor:pointer}.messages .container table{width:100%;border-collapse:separate;border-spacing:0;background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.messages .container table tr{height:88px}.messages .container table tr th{text-align:left;padding:18px 22px;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#7b8a80;background:var(--surface-soft)}.messages .container table tr td{padding:18px 22px}.messages .container table tr td:first-child{font-weight:500}.messages .container table tr td:nth-child(2),.messages .container table tr td:nth-child(3){color:gray}.messages .container table tr td .person{display:flex;align-items:center;gap:12px}.messages .container table tr td .avatar{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.messages .container table tr td .meta{display:flex;flex-direction:column;gap:4px}.messages .container table tr td .name{color:#404145;font-weight:600}.messages .container table tr td small{color:#74767e}.messages .container table tr button{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;padding:10px 14px;border:none;border-radius:999px;font-weight:600;cursor:pointer}.messages .container table tr.active{background-color:#1a486f14}@media (max-width: 1200px){.messages{padding-left:16px;padding-right:16px}.messages .container{width:100%}}@media (max-width: 768px){.messages .container{overflow-x:auto}.messages .container .title h1{font-size:32px}.messages .container table{min-width:780px}}.message{display:flex;justify-content:center}.message .container{width:1200px;margin:50px}.message .container .breadcrumbs{font-weight:300;font-size:13px;color:#555}.message .container .header{margin-top:18px;padding:18px 22px;border:1px solid #e4e5e7;border-radius:14px;background:#f9fafb}.message .container .person{display:flex;align-items:center;gap:14px}.message .container .person img{width:54px;height:54px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.message .container .meta{display:flex;flex-direction:column;gap:4px}.message .container .meta h2{color:#222325}.message .container .meta span{color:#74767e}.message .container .messages{margin:30px 0;padding:50px;display:flex;flex-direction:column;gap:20px;height:500px;overflow:scroll}.message .container .messages .item{display:flex;gap:20px;max-width:600px;font-size:18px}.message .container .messages .item.owner{flex-direction:row-reverse;align-self:flex-end}.message .container .messages .item.owner p{max-width:500px;border-radius:20px 0 20px 20px;background-color:var(--brand);color:#fff}.message .container .messages .item img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.message .container .messages .item p{max-width:500px;padding:20px;background-color:#f4f1f1;border-radius:0 20px 20px;color:gray;font-weight:300}.message .container hr{height:0;border:.5px solid rgb(232,230,230);margin-bottom:20px}.message .container .write{display:flex;align-items:center;justify-content:space-between}.message .container .write textarea{width:80%;height:100px;padding:10px;border:1px solid lightgray;border-radius:10px}.message .container .write button{background-color:var(--brand);padding:20px;color:#fff;font-weight:500;border:none;border-radius:10px;cursor:pointer;width:100px}.myGigs{display:flex;justify-content:center;color:#555}.myGigs .container{width:1400px;padding:50px 0}.myGigs .container .title{display:flex;justify-content:space-between}.myGigs .container .title button{background-color:var(--brand);color:#fff;font-weight:500;border:none;padding:10px;cursor:pointer}.myGigs .container table{width:100%}.myGigs .container table tr{height:50px}.myGigs .container table tr th{text-align:left}.myGigs .container table tr td sup{font-size:12px}.myGigs .container table tr td .image{width:50px;height:25px;-o-object-fit:cover;object-fit:cover}.myGigs .container table tr td .delete{width:20px;cursor:pointer}.myGigs .container table tr:nth-child(2n){background-color:#1a486f14}.payCard{display:grid;gap:18px}.linkButton{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.infoPage{display:flex;justify-content:center;padding:70px 20px 100px}.infoPage .container{width:1100px;display:flex;flex-direction:column;gap:20px}.infoPage .eyebrow{font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:#1dbf73;font-weight:700}.infoPage h1{font-size:48px;color:#222325;max-width:760px}.infoPage .description{max-width:760px;font-size:18px;line-height:30px;color:#62646a}.infoPage .card{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:10px}.infoPage .point{display:flex;gap:12px;align-items:flex-start;background:#f7f9fa;border:1px solid #e4e5e7;border-radius:16px;padding:18px}.infoPage .point img{width:22px;height:22px;margin-top:2px}.infoPage .point span{color:#404145;line-height:24px}.infoPage .link{width:-moz-fit-content;width:fit-content}.infoPage button{margin-top:10px;background-color:#1dbf73;color:#fff;border:none;border-radius:10px;padding:14px 24px;font-weight:600;cursor:pointer}.dashboardWorkspace{--dashboard-bg: #F8FAFC;--dashboard-surface: rgba(255, 255, 255, .86);--dashboard-surface-strong: #ffffff;--dashboard-line: rgba(15, 23, 42, .08);--dashboard-text: #0F172A;--dashboard-muted: #475569;--dashboard-brand: #1A486F;--dashboard-brand-dark: #0F2E47;--dashboard-shadow: 0 24px 60px rgba(15, 23, 42, .08);min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);background:radial-gradient(circle at top right,rgba(26,72,111,.14),transparent 24%),linear-gradient(180deg,#ffffff 0%,var(--dashboard-bg) 100%);color:var(--dashboard-text);font-family:Inter,Arial,Helvetica,sans-serif;overflow-x:clip}.dashboardWorkspace.darkMode{--dashboard-bg: #0F172A;--dashboard-surface: rgba(30, 41, 59, .8);--dashboard-surface-strong: #1E293B;--dashboard-line: rgba(148, 163, 184, .14);--dashboard-text: #F1F5F9;--dashboard-muted: #94A3B8;--dashboard-shadow: 0 24px 60px rgba(0, 0, 0, .35);background:radial-gradient(circle at top right,rgba(26,72,111,.18),transparent 22%),linear-gradient(180deg,#1E293B 0%,#0F172A 100%)}.dashboardSidebar{display:flex;flex-direction:column;gap:22px;padding:28px 18px;border-right:1px solid var(--dashboard-line);background:rgba(255,255,255,.58);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);min-width:0}.dashboardBrand{padding:4px 10px 18px}.brandLink{text-decoration:none;font-size:2.15rem;font-weight:800;letter-spacing:-.05em}.brandPrimary{color:var(--dashboard-text)}.brandAccent{color:var(--dashboard-brand)}.dashboardNav{display:grid;gap:8px;min-width:0}.dashboardNavItem{min-height:50px;padding:0 14px;border:0;border-radius:16px;background:transparent;color:var(--dashboard-text);font-size:.98rem;font-weight:600;display:flex;align-items:center;gap:12px;text-decoration:none;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.dashboardNavItem:hover,.dashboardNavItem.active{background:linear-gradient(135deg,rgba(26,72,111,.16),rgba(26,72,111,.08));box-shadow:0 18px 32px #1a486f14;transform:translate(2px)}.navIconWrap{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--dashboard-muted)}.dashboardNavItem.active .navIconWrap{color:var(--dashboard-brand-dark)}.sidebarBottomStack{margin-top:auto;display:grid;gap:14px}.upgradeCard,.sidebarProfileCard,.dashboardPanel,.profileSummaryCard,.boostWidget,.earningsHighlightCard,.metricCard,.kanbanCard,.messageWidgetItem,.miniReviewCard{border:1px solid var(--dashboard-line);background:var(--dashboard-surface);box-shadow:var(--dashboard-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.upgradeCard{border-radius:20px;padding:18px;display:grid;gap:12px}.upgradeBadge,.metricIcon,.activityDot{width:40px;height:40px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(26,72,111,.12);color:var(--dashboard-brand-dark)}.upgradeCard strong,.panelHeader h2,.profileSummaryCard strong,.boostWidget strong{font-size:1.06rem}.upgradeCard p,.panelHeader p,.messageMeta p,.activityItem p,.miniReviewCard p,.boostWidget p{margin:0;color:var(--dashboard-muted);line-height:1.6}.upgradeCard button,.boostWidget button{min-height:44px;border:0;border-radius:12px;background:linear-gradient(135deg,#0F2E47,#1A486F);color:#fff;font-weight:700}.sidebarProfileCard{border-radius:18px;padding:14px;display:flex;gap:12px;align-items:center}.sidebarProfileCard img,.topbarProfile img,.profileSummaryTop img{width:46px;height:46px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.sidebarProfileCard strong,.topbarProfile strong{display:block}.sidebarProfileCard span,.topbarProfile span,.profileSummaryTop span,.metricLabel,.analyticsSummary span,.progressLabelRow span{color:var(--dashboard-muted)}.dashboardMainShell{display:grid;grid-template-rows:auto 1fr;min-width:0;overflow-x:hidden}.dashboardTopbar{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:20px 28px;border-bottom:1px solid var(--dashboard-line);background:rgba(255,255,255,.48);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dashboardSearch{flex:1;min-width:220px;max-width:520px;min-height:52px;padding:0 16px;display:flex;align-items:center;gap:12px;border:1px solid var(--dashboard-line);border-radius:16px;background:var(--dashboard-surface-strong)}.dashboardSearch input{flex:1;border:0;outline:none;background:transparent;color:var(--dashboard-text)}.shortcutHint{padding:5px 8px;border-radius:10px;background:rgba(148,163,184,.12);color:var(--dashboard-muted);font-size:.84rem}.topbarActions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.iconButton,.themeToggle,.logoutButton{min-height:44px;min-width:44px;border:1px solid var(--dashboard-line);border-radius:14px;background:var(--dashboard-surface-strong);color:var(--dashboard-text);display:inline-flex;align-items:center;justify-content:center;gap:8px}.badgeButton{position:relative}.badgeButton span{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;border-radius:999px;background:var(--dashboard-brand);color:#fff;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center}.themeToggle{padding:0 12px;font-weight:600}.logoutButton{padding:0 14px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.logoutButton:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0f172a1a;background:rgba(255,255,255,.94)}.themeToggle.active{background:linear-gradient(135deg,rgba(26,72,111,.18),rgba(26,72,111,.08))}.topbarProfile{display:flex;align-items:center;gap:10px;padding-left:6px}.dashboardContent{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;padding:26px 28px 34px;min-width:0;overflow-x:hidden}.dashboardCenterColumn,.dashboardRightRail{display:grid;gap:24px;min-width:0}.dashboardRightRail{align-self:start}.dashboardHero{display:flex;justify-content:space-between;gap:20px;align-items:end}.heroEyebrow{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(26,72,111,.12);color:var(--dashboard-brand-dark);font-size:.84rem;font-weight:700;margin-bottom:12px}.dashboardHero h1{margin:0;font-size:clamp(2rem,3vw,3rem);letter-spacing:-.04em}.dashboardHero p{margin:8px 0 0;color:var(--dashboard-muted);font-size:1.02rem}.heroActions{display:flex;flex-wrap:wrap;gap:12px}.heroAction{min-height:46px;padding:0 16px;min-width:0;border-radius:14px;border:1px solid var(--dashboard-line);background:var(--dashboard-surface-strong);color:var(--dashboard-text);font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.heroAction.primary{background:linear-gradient(135deg,#0F2E47,#1A486F);color:#fff;border-color:transparent}.metricGrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;min-width:0}.metricCard{border-radius:20px;padding:18px;display:grid;gap:14px;transition:transform .2s ease,box-shadow .2s ease}.metricCard:hover{box-shadow:0 24px 46px #0f172a1f}.metricCardTop{display:flex;align-items:center;justify-content:space-between}.metricChange{color:var(--dashboard-brand-dark);font-size:.85rem;font-weight:700}.metricValue{font-size:2rem;font-weight:800;letter-spacing:-.04em}.metricSparkline{height:48px;display:flex;align-items:end;gap:5px}.metricSparkline span{flex:1;border-radius:999px;background:linear-gradient(180deg,rgba(26,72,111,.9),rgba(26,72,111,.18))}.metricCard.violet .metricIcon,.metricCard.violet .metricSparkline span{background:linear-gradient(180deg,rgba(139,92,246,.85),rgba(139,92,246,.18));color:#7c3aed}.metricCard.amber .metricIcon,.metricCard.amber .metricSparkline span{background:linear-gradient(180deg,rgba(249,115,22,.85),rgba(249,115,22,.18));color:#ea580c}.metricCard.blue .metricIcon,.metricCard.blue .metricSparkline span{background:linear-gradient(180deg,rgba(59,130,246,.85),rgba(59,130,246,.18));color:#2563eb}.metricCard.pink .metricIcon,.metricCard.pink .metricSparkline span{background:linear-gradient(180deg,rgba(236,72,153,.85),rgba(236,72,153,.18));color:#db2777}.metricCard.cyan .metricIcon,.metricCard.cyan .metricSparkline span{background:linear-gradient(180deg,rgba(6,182,212,.85),rgba(6,182,212,.18));color:#0891b2}.dashboardPanel,.profileSummaryCard,.boostWidget,.earningsHighlightCard{border-radius:24px;padding:22px}.dashboardPanel.compact{padding:20px}.panelLarge{padding:24px}.panelHeader{display:flex;justify-content:space-between;gap:16px;align-items:start;margin-bottom:18px}.panelHeader h2{margin:0}.analyticsSummaryRow{display:flex;gap:28px;margin-bottom:18px;flex-wrap:wrap}.analyticsSummary strong{display:block;font-size:1.65rem;letter-spacing:-.04em}.pillFilterGroup{display:flex;flex-wrap:wrap;gap:8px}.pillFilterGroup button{min-height:38px;padding:0 12px;border-radius:999px;border:1px solid var(--dashboard-line);background:transparent;color:var(--dashboard-muted);font-weight:600}.pillFilterGroup button.active{background:rgba(26,72,111,.12);color:var(--dashboard-brand-dark)}.chartCanvas{height:290px}.dashboardSplitGrid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px}.kanbanGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;min-width:0}.kanbanColumn{min-height:360px;max-height:520px;padding:14px;border-radius:18px;background:rgba(148,163,184,.08);border:1px dashed rgba(148,163,184,.22);overflow:hidden}.kanbanHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.kanbanHeader span{min-width:28px;height:28px;border-radius:999px;background:var(--dashboard-surface-strong);display:inline-flex;align-items:center;justify-content:center;font-size:.82rem}.kanbanCardStack,.messageWidgetList,.reviewStack,.activityFeed{display:grid;gap:12px}.kanbanCardStack{max-height:464px;overflow-y:auto;padding-right:4px}.kanbanCardStack::-webkit-scrollbar,.dashboardNav::-webkit-scrollbar,.pillFilterGroup::-webkit-scrollbar{width:8px;height:8px}.kanbanCardStack::-webkit-scrollbar-thumb,.dashboardNav::-webkit-scrollbar-thumb,.pillFilterGroup::-webkit-scrollbar-thumb{background:rgba(148,163,184,.34);border-radius:999px}.kanbanCard{border-radius:16px;padding:14px;cursor:grab}.kanbanCard strong,.gigInfoCell strong{display:block;margin-bottom:6px}.kanbanCard strong{line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.9em}.kanbanCard p{margin:0;color:var(--dashboard-muted)}.messageWidgetItem{border-radius:18px;padding:14px;display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.messageAvatarWrap{position:relative}.messageAvatarWrap img{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.onlineDot{position:absolute;right:2px;bottom:1px;width:10px;height:10px;border-radius:50%;background:var(--dashboard-brand);border:2px solid var(--dashboard-surface-strong)}.messageMeta{min-width:0;flex:1}.messageMeta strong,.activityItem strong,.miniReviewTop strong{display:block}.messageMeta p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unreadBadge{min-width:24px;height:24px;border-radius:999px;background:rgba(26,72,111,.12);color:var(--dashboard-brand-dark);display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700}.topGigTable{display:grid}.tableRow{display:grid;grid-template-columns:minmax(260px,1.6fr) repeat(4,minmax(80px,.6fr));gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid var(--dashboard-line);min-width:0}.tableRow.header{padding-top:0;color:var(--dashboard-muted);font-size:.9rem;font-weight:600}.gigInfoCell{display:flex;gap:12px;align-items:center}.gigInfoCell img{width:56px;height:42px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.gigInfoCell span{color:var(--dashboard-brand-dark);font-size:.84rem}.ratingCell{display:inline-flex;gap:6px;align-items:center}.profileSummaryCard,.earningsHighlightCard,.boostWidget{display:grid;gap:18px}.profileSummaryTop{display:flex;gap:12px;align-items:center}.progressRow{display:grid;gap:10px}.progressLabelRow{display:flex;justify-content:space-between;gap:10px;align-items:center}.progressBar{height:10px;border-radius:999px;background:rgba(148,163,184,.18);overflow:hidden}.progressBar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1A486F,#D8782C)}.textActionLink{color:var(--dashboard-brand-dark);font-weight:700;text-decoration:none}.earningsHighlightCard{background:linear-gradient(135deg,var(--dashboard-brand-dark),var(--dashboard-brand));color:#fff;border-color:transparent}.earningsHighlightCard .earningsLabel,.earningsHighlightCard a{color:#ffffffdb}.earningsHighlightCard strong{font-size:2.2rem;letter-spacing:-.04em}.earningsCardActions{display:flex;flex-direction:column;gap:10px}.earningsCardActions button,.earningsCardActions a{min-height:44px;border-radius:12px;border:0;background:rgba(255,255,255,.96);color:#169c51;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.statusChartCard{display:grid;gap:16px}.statusChartWrap{position:relative;height:210px}.statusChartCenter{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);text-align:center}.statusChartCenter strong{display:block;font-size:2rem;letter-spacing:-.04em}.statusLegend{display:grid;gap:10px}.statusLegendRow{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.statusLegendRow .dot{width:10px;height:10px;border-radius:50%}.activityItem{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start}.activityDot{width:10px;height:10px;border-radius:50%;margin-top:8px;background:var(--dashboard-brand)}.activityItem span{color:var(--dashboard-muted);font-size:.84rem}.miniReviewCard{border-radius:18px;padding:14px;display:grid;gap:10px}.miniReviewTop{display:flex;justify-content:space-between;gap:10px;align-items:center}.miniReviewTop span{color:var(--dashboard-muted);font-size:.82rem}.miniReviewStars{display:flex;gap:4px}.boostWidget{background:radial-gradient(circle at bottom right,rgba(26,72,111,.18),transparent 35%),var(--dashboard-surface)}.boostWidget button{min-height:46px;border:0;border-radius:14px;width:-moz-fit-content;width:fit-content;padding:0 16px;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--dashboard-brand-dark),var(--dashboard-brand));color:#fff;font-weight:700}@media (max-width: 1380px){.metricGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboardContent{grid-template-columns:1fr}.dashboardRightRail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1120px){.dashboardWorkspace{grid-template-columns:1fr}.dashboardSidebar{border-right:0;border-bottom:1px solid var(--dashboard-line);padding-bottom:18px;position:sticky;top:0;z-index:20}.dashboardNav{display:flex;gap:10px;overflow-x:auto;padding:0 2px 4px}.sidebarBottomStack{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardSplitGrid{grid-template-columns:1fr}.kanbanGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardHero{align-items:stretch}.dashboardNavItem{flex:0 0 auto;min-width:150px}}@media (max-width: 820px){.dashboardTopbar,.dashboardHero{flex-direction:column;align-items:stretch}.metricGrid,.dashboardRightRail,.sidebarBottomStack{grid-template-columns:1fr}.dashboardTopbar{padding-top:16px;padding-bottom:16px}.dashboardSearch{max-width:none;width:100%;min-width:0}.topbarActions{justify-content:flex-start}.topbarProfile{width:100%;padding-left:0}.heroActions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboardSplitGrid,.kanbanGrid{grid-template-columns:1fr}.kanbanColumn,.kanbanCardStack{max-height:none}.kanbanCardStack{overflow:visible;padding-right:0}.tableRow{grid-template-columns:1fr;gap:8px}.tableRow.header{display:none}.tableRow:not(.header){padding:16px;border:1px solid var(--dashboard-line);border-radius:18px;background:rgba(255,255,255,.6);margin-bottom:10px}}@media (max-width: 640px){.dashboardTopbar,.dashboardContent,.dashboardSidebar{padding-left:16px;padding-right:16px}.dashboardSearch{max-width:none;min-height:48px}.heroActions,.topbarActions,.analyticsSummaryRow{flex-direction:column;align-items:stretch}.dashboardNav{grid-auto-columns:minmax(132px,1fr)}.dashboardNavItem{min-height:46px;padding:0 12px;font-size:.92rem;min-width:132px}.navIconWrap{width:30px;height:30px}.heroActions,.metricGrid{grid-template-columns:1fr}.dashboardPanel,.profileSummaryCard,.boostWidget,.earningsHighlightCard,.metricCard{border-radius:20px}.dashboardHero h1{font-size:2rem}.panelHeader{flex-direction:column}.dashboardSidebar{gap:14px;padding-top:16px;padding-bottom:14px}.pillFilterGroup{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.statusLegendRow,.activityItem{grid-template-columns:1fr}.activityItem{gap:8px}.activityDot{margin-top:0}.miniReviewTop{flex-direction:column;align-items:flex-start}.boostWidget button,.upgradeCard button,.earningsCardActions button,.earningsCardActions a{width:100%}}@media (max-width: 420px){.dashboardTopbar,.dashboardContent,.dashboardSidebar,.dashboardSearch{padding-left:12px;padding-right:12px}.shortcutHint,.themeToggle span,.topbarProfile span,.logoutButton span{display:none}.topbarProfile{padding-left:0}.dashboardNavItem{min-width:124px}.topbarProfile strong{font-size:.92rem}.dashboardHero h1{font-size:1.75rem}.metricValue,.earningsHighlightCard strong{font-size:1.7rem}}.profileWorkspace{--profile-bg: #F8FAFC;--profile-panel: rgba(255, 255, 255, .92);--profile-panel-strong: #ffffff;--profile-line: rgba(15, 23, 42, .08);--profile-text: #0f172a;--profile-muted: #64748b;--profile-brand: #1A486F;--profile-brand-dark: #0F2E47;--profile-shadow: 0 24px 60px rgba(15, 23, 42, .08);min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr);background:radial-gradient(circle at top right,rgba(26,72,111,.16),transparent 22%),linear-gradient(180deg,#ffffff 0%,var(--profile-bg) 100%);color:var(--profile-text);font-family:Inter,Arial,Helvetica,sans-serif}.profileSidebar{display:flex;flex-direction:column;gap:22px;padding:24px 18px;border-right:1px solid var(--profile-line);background:rgba(255,255,255,.74);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profileBrand{padding:4px 10px 18px}.brandLink{text-decoration:none;font-size:2rem;font-weight:800;letter-spacing:-.05em}.brandPrimary{color:var(--profile-text)}.brandAccent{color:var(--profile-brand)}.profileNav{display:grid;gap:8px}.profileNavItem{min-height:50px;padding:0 14px;border:0;border-radius:16px;background:transparent;color:var(--profile-text);text-decoration:none;font-size:.96rem;font-weight:600;display:flex;align-items:center;gap:12px;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.profileNavItem:hover,.profileNavItem.active{background:linear-gradient(135deg,rgba(26,72,111,.18),rgba(26,72,111,.08));box-shadow:0 16px 32px #1a486f14;transform:translate(2px)}.profileNavIcon{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--profile-muted)}.profileNavItem.active .profileNavIcon{color:var(--profile-brand-dark)}.profileSidebarBottom{margin-top:auto;display:grid;gap:14px}.profileUpgradeCard,.miniProfileCard,.profilePanel,.sidePanel,.trustMetricCard,.reviewSummaryCard,.relatedCard,.clientCard,.profileLoadingCard{border:1px solid var(--profile-line);background:var(--profile-panel);box-shadow:var(--profile-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profileUpgradeCard{border-radius:22px;padding:18px;display:grid;gap:12px}.upgradeIcon,.trustMetricIcon,.clientLogo{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(26,72,111,.12);color:var(--profile-brand-dark)}.profileUpgradeCard strong,.panelHeading h2,.sidePanel h3{margin:0;font-size:1.08rem}.profileUpgradeCard p,.mutedLine,.bioText p,.portfolioBody span,.reviewCard p,.relatedCard p,.clientCard span,.clientCard small{margin:0;color:var(--profile-muted);line-height:1.6}.profileUpgradeCard button,.heroPrimaryButton,.sidePrimaryButton,.portfolioOverlay button{min-height:46px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--profile-brand-dark),var(--profile-brand));color:#fff;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.profileUpgradeCard button:hover,.heroPrimaryButton:hover,.sidePrimaryButton:hover,.portfolioOverlay button:hover{transform:translateY(-1px);box-shadow:0 16px 28px #1a486f3d}.miniProfileCard{border-radius:20px;padding:14px;display:flex;align-items:center;gap:12px}.miniProfileCard img,.topUserPill img,.heroAvatarWrap img,.reviewerMeta img,.relatedTop img{-o-object-fit:cover;object-fit:cover}.miniProfileCard img{width:48px;height:48px;border-radius:50%}.miniProfileCard strong{display:block}.miniProfileCard span,.portfolioBody span,.reviewerMeta span,.relatedTop span{color:var(--profile-muted)}.profileMainArea{min-width:0;display:grid;grid-template-rows:auto 1fr}.profileTopbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 28px;border-bottom:1px solid var(--profile-line);background:rgba(255,255,255,.56);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profileSearch{flex:1;min-width:220px;max-width:440px;min-height:52px;padding:0 16px;display:flex;align-items:center;gap:12px;border:1px solid var(--profile-line);border-radius:16px;background:var(--profile-panel-strong)}.profileSearch input{width:100%;border:0;outline:none;background:transparent;color:var(--profile-text);font-size:.95rem}.profileTopLinks,.profileTopActions{display:flex;align-items:center;gap:16px}.profileTopLinks a{color:var(--profile-text);text-decoration:none;font-weight:600}.topIconButton,.topUserPill,.heroSecondaryButton,.sideSecondaryButton,.textButton{border:1px solid var(--profile-line);background:rgba(255,255,255,.82);color:var(--profile-text)}.topIconButton{width:44px;height:44px;border-radius:14px;position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.topIconButton span{position:absolute;top:-4px;right:-2px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--profile-brand);color:#fff;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.topUserPill{min-height:48px;padding:0 12px 0 8px;border-radius:999px;display:inline-flex;align-items:center;gap:10px}.topUserPill img{width:36px;height:36px;border-radius:50%}.profileContent{padding:28px;display:grid;gap:24px}.profileHero{padding:28px 32px;border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#effcf4;background:radial-gradient(circle at top right,rgba(216,120,44,.22),transparent 24%),linear-gradient(135deg,#0F2E47 0%,#1A486F 50%,#0B1E31 100%);box-shadow:0 30px 60px #0f1e2f47}.heroIdentityBlock{display:flex;align-items:center;gap:22px}.heroAvatarWrap{position:relative}.heroAvatarWrap img{width:128px;height:128px;border-radius:50%;border:5px solid rgba(255,255,255,.2);box-shadow:0 18px 34px #0003}.onlineBadge{position:absolute;left:50%;bottom:4px;transform:translate(-50%);min-height:28px;padding:0 12px;border-radius:999px;background:rgba(11,21,17,.78);color:#dff7e7;font-size:.82rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16)}.heroTextContent{display:grid;gap:10px}.nameRow,.heroMetaLine,.heroSubMeta,.starLine,.heroActions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.nameRow h1{margin:0;font-size:clamp(2rem,3vw,3rem);line-height:1.05;letter-spacing:-.04em}.nameRow svg,.trustMetricIcon svg{color:#86efac}.heroMetaLine,.heroSubMeta{color:#effcf4db}.heroMetaLine>span:first-child{font-weight:600}.starLine .filled,.reviewStars .filled{fill:#fbbf24;color:#fbbf24}.starLine strong{color:#fff}.heroSubMeta span{display:inline-flex;align-items:center;gap:6px}.heroActions{justify-content:flex-end}.heroSecondaryButton,.sideSecondaryButton,.textButton{min-height:46px;padding:0 18px;border-radius:14px;font-weight:700;cursor:pointer}.profileGrid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.85fr);gap:24px}.profileLeftColumn,.profileRightColumn{display:grid;gap:22px;align-content:start}.trustMetricStrip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.trustMetricCard{border-radius:22px;padding:20px 18px;display:grid;gap:10px;transition:transform .2s ease,box-shadow .2s ease}.trustMetricCard:hover,.portfolioCard:hover,.reviewCard:hover,.relatedCard:hover,.clientCard:hover,.sidePanel:hover{transform:translateY(-3px);box-shadow:0 28px 48px #0f172a1f}.trustMetricCard strong{font-size:1.2rem}.trustMetricCard span{color:var(--profile-muted);font-size:.92rem}.profilePanel,.sidePanel{border-radius:24px;padding:24px}.panelHeading{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.bioText{display:grid;gap:12px}.skillTagRow,.relatedSkills{display:flex;gap:10px;flex-wrap:wrap}.skillTagRow span,.relatedSkills span{min-height:38px;padding:0 14px;border-radius:999px;background:rgba(26,72,111,.1);color:var(--profile-brand-dark);font-size:.9rem;font-weight:600;display:inline-flex;align-items:center}.portfolioGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.portfolioCard{border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--profile-line);transition:transform .2s ease,box-shadow .2s ease}.portfolioImageWrap{position:relative;aspect-ratio:1.35/1;overflow:hidden}.portfolioImageWrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.portfolioCard:hover .portfolioImageWrap img{transform:scale(1.06)}.portfolioOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.62));display:flex;align-items:flex-end;justify-content:center;padding:16px;opacity:0;transition:opacity .2s ease}.portfolioCard:hover .portfolioOverlay{opacity:1}.portfolioOverlay button{width:100%}.portfolioBody{padding:16px;display:grid;gap:8px}.portfolioBody strong{font-size:.98rem}.portfolioStats{display:flex;justify-content:space-between;gap:10px;color:var(--profile-muted);font-size:.84rem}.reviewSummaryRow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.reviewSummaryCard{border-radius:20px;padding:20px;display:grid;gap:6px}.reviewSummaryCard strong{font-size:1.5rem}.reviewSummaryCard span{color:var(--profile-muted)}.reviewGrid,.relatedFreelancerRow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.reviewCard{border-radius:20px;padding:20px;border:1px solid var(--profile-line);background:#fff;transition:transform .2s ease,box-shadow .2s ease}.reviewCardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.reviewerMeta{display:flex;align-items:center;gap:12px}.reviewerMeta img{width:42px;height:42px;border-radius:50%}.reviewerMeta div,.reviewStars{display:grid;gap:4px}.reviewStars{justify-items:end}.relatedCard{border-radius:20px;padding:18px;display:grid;gap:14px}.relatedTop{display:flex;align-items:center;gap:12px}.relatedTop img{width:52px;height:52px;border-radius:50%}.sidePanel{display:grid;gap:16px}.sidePanel h3{font-size:1.14rem}.sidePrimaryButton,.sideSecondaryButton{width:100%}.availabilityList,.completionChecklist,.clientLogoGrid{display:grid;gap:14px}.availabilityRow,.checkItem{display:flex;align-items:center;justify-content:space-between;gap:12px}.availabilityRow span,.checkItem span,.completionHeader span{color:var(--profile-muted)}.availabilityRow strong{text-align:right;max-width:60%}.completionHeader{display:flex;align-items:center;justify-content:space-between}.completionBar{height:10px;border-radius:999px;background:rgba(148,163,184,.18);overflow:hidden}.completionBar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1A486F,#D8782C)}.checkItem{padding:10px 0;border-bottom:1px solid rgba(15,23,42,.06)}.checkItem:last-child{border-bottom:0}.checkItem svg{color:var(--profile-brand-dark)}.checkItem small{color:var(--profile-brand-dark);font-weight:700}.clientLogoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.clientCard{border-radius:18px;padding:18px 14px;display:grid;gap:8px;justify-items:start;transition:transform .2s ease,box-shadow .2s ease}.clientLogo{font-weight:800}.textButton{min-height:40px;padding:0 14px;border-radius:999px}.profileLoadingCard{margin:32px;border-radius:28px;padding:36px;text-align:center;font-size:1.05rem;font-weight:600}@media (max-width: 1380px){.trustMetricStrip,.portfolioGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.reviewGrid,.relatedFreelancerRow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1180px){.profileWorkspace{grid-template-columns:1fr}.profileSidebar{position:sticky;top:0;z-index:8;flex-direction:row;align-items:center;gap:16px;padding:16px 20px;border-right:0;border-bottom:1px solid var(--profile-line);overflow-x:auto}.profileBrand{padding:0;min-width:-moz-max-content;min-width:max-content}.profileNav{display:flex;gap:10px}.profileNavItem{min-width:-moz-max-content;min-width:max-content;padding-right:16px}.profileSidebarBottom{margin-top:0;display:flex;gap:12px;min-width:-moz-max-content;min-width:max-content}.profileUpgradeCard,.miniProfileCard{min-width:260px}.profileGrid{grid-template-columns:1fr}.profileRightColumn{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 920px){.profileTopbar,.profileHero{flex-direction:column;align-items:stretch}.profileTopLinks{display:none}.heroActions{justify-content:stretch}.heroActions button{flex:1 1 180px}.trustMetricStrip,.portfolioGrid,.reviewSummaryRow,.reviewGrid,.relatedFreelancerRow,.profileRightColumn{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.profileContent{padding:18px}.profileHero,.profilePanel,.sidePanel{padding:20px;border-radius:22px}.heroIdentityBlock{flex-direction:column;align-items:flex-start}.trustMetricStrip,.portfolioGrid,.reviewSummaryRow,.reviewGrid,.relatedFreelancerRow,.profileRightColumn,.clientLogoGrid{grid-template-columns:1fr}.profileTopbar{padding:16px 18px}.profileSearch{min-width:0}}@media (max-width: 480px){.profileSidebar{padding:14px}.profileContent{padding:14px;gap:16px}.profileHero{padding:18px}.heroAvatarWrap img{width:104px;height:104px}.nameRow h1{font-size:1.65rem}.profileUpgradeCard,.miniProfileCard{min-width:220px}}.adminShell{display:flex;min-height:100vh;background:#f1f5f9;color:#0f172a}.adminSidebar{width:240px;background:#0f172a;color:#e2e8f0;display:flex;flex-direction:column;padding:20px 14px;position:sticky;top:0;height:100vh}.adminSidebar .adminBrand{font-size:20px;font-weight:700;margin-bottom:24px}.adminSidebar .adminBrand span{color:#34d399}.adminSidebar nav{display:flex;flex-direction:column;gap:4px;flex:1}.adminSidebar .adminNavLink{color:#cbd5e1;text-decoration:none;padding:10px 12px;border-radius:10px;font-size:14px}.adminSidebar .adminNavLink:hover{background:rgba(255,255,255,.06)}.adminSidebar .adminNavLink.active{background:#1e293b;color:#fff;font-weight:600}.adminSidebar .adminUser{display:flex;flex-direction:column;gap:6px;font-size:13px;border-top:1px solid rgba(255,255,255,.1);padding-top:12px}.adminSidebar .adminUser a{color:#94a3b8;text-decoration:none}.adminMain{flex:1;padding:28px 32px;overflow-x:auto}.adminGate{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-family:sans-serif;text-align:center}.adminKpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px}.adminCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.adminCard .kpiLabel{color:#64748b;font-size:13px}.adminCard .kpiValue{font-size:26px;font-weight:700;margin-top:4px}.adminTable{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;font-size:14px}.adminTable th,.adminTable td{padding:10px 12px;text-align:left;border-bottom:1px solid #f1f5f9}.adminTable th{background:#f8fafc;color:#475569;font-weight:600}.adminTable tr:last-child td{border-bottom:none}.adminBtn{border:none;border-radius:8px;padding:6px 12px;font-size:13px;cursor:pointer;background:#1e293b;color:#fff}.adminBtn.danger{background:#dc2626}.adminBtn.ghost{background:#e2e8f0;color:#0f172a}.adminBar{display:flex;gap:10px;margin-bottom:16px;align-items:center;flex-wrap:wrap}.adminInput{padding:8px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px}.adminH1{font-size:22px;font-weight:700;margin-bottom:16px}.adminBadge{padding:2px 10px;border-radius:999px;font-size:12px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 212.7 26.8% 83.9%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.relative{position:relative}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-10{height:2.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-9{width:2.25rem}.w-\[400px\]{width:400px}.w-full{width:100%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-2{gap:.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-input{border-color:hsl(var(--input))}.border-transparent{border-color:transparent}.bg-background{background-color:hsl(var(--background))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-muted{background-color:hsl(var(--muted))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.p-6{padding:1.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pt-0{padding-top:0}.text-center{text-align:center}.text-\[0\.8rem\]{font-size:.8rem}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:underline:hover{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}@media (min-width: 768px){.md\:text-sm{font-size:.875rem;line-height:1.25rem}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}
