@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800&display=swap";:root{--global-font:"Roboto", sans-serif}html,body,#root{height:100%}body{font-family:var(--global-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.layout{width:100%;display:flex}.layout-offset{height:calc(100vh - 56px);margin-top:56px}.layout-offset-sub{height:calc(100vh - 93px);margin-top:93px}.left{flex-shrink:0;height:100%}.right{background:#fafafa;flex:1;height:100%;padding:32px;overflow-y:auto}.sidebar-container{box-sizing:border-box;background:#fff;border-right:1px solid #f0f0f0;flex-direction:column;width:240px;height:calc(100vh - 72px);padding:16px 12px;font-family:Inter,sans-serif;transition:width .25s;display:flex;position:relative;overflow:hidden}.sidebar-container.collapsed{width:68px;padding:16px 8px}.sidebar-toggle{color:#888;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-self:flex-end;align-items:center;margin-bottom:8px;padding:8px;transition:background .15s,color .15s;display:flex}.sidebar-toggle:hover{color:#111;background:#f5f5f5}.sidebar-section-label{text-transform:uppercase;letter-spacing:.8px;color:#bbb;white-space:nowrap;margin:16px 0 6px;padding:0 12px;font-size:.68rem;font-weight:600;transition:opacity .2s;overflow:hidden}.sidebar-container.collapsed .sidebar-section-label{opacity:0}nav{flex-direction:column;flex:1;display:flex}ul{margin:0;padding:0;list-style:none}.nav-link{color:#666;cursor:pointer;white-space:nowrap;border-radius:9px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex;position:relative}.nav-link:hover{color:#111;background:#f5f5f5}.nav-link.active{color:#ff6b00;background:#fff0e5;font-weight:600}.nav-link.active:before{content:"";background:#ff6b00;border-radius:0 4px 4px 0;width:4px;height:24px;position:absolute;left:-12px}.sidebar-container.collapsed .nav-link{justify-content:center;padding:10px}.sidebar-container.collapsed .nav-link-label{display:none}.nav-icon{flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.sidebar-user{white-space:nowrap;background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;align-items:center;gap:10px;margin-top:12px;padding:10px 12px;display:flex}.sidebar-avatar{color:#fff;background:#ff6b00;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.sidebar-user-name{color:#111;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.sidebar-user-role{color:#888;text-transform:capitalize;font-size:.75rem}.sidebar-container.collapsed .sidebar-user{background:0 0;border:#0000;justify-content:center;padding:8px 0}.sidebar-container.collapsed .sidebar-user-info{display:none}.logout-section{border-top:1px solid #f0f0f0;margin-top:auto;padding-top:12px}.logout-btn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-weight:500;transition:all .15s;display:flex}.logout-btn:hover{color:#ff6b00;background:#fff0e5}.sidebar-container.collapsed .logout-btn-label{display:none}*{box-sizing:border-box;margin:0;padding:0}.nb-notif-btn{color:#555;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background .15s,color .15s;display:flex}.nb-notif-btn:hover{color:#ff6b00;background:#fff0e5}.navbar{font-family:var(--global-font);z-index:1000;background:#fff;border-bottom:1px solid #f0f0f0;width:100%;position:fixed;top:0;left:0;right:0}.navbar-container{grid-template-columns:1fr auto auto;align-items:center;gap:8px;width:100%;height:56px;padding:0 12px;display:grid}.navbar-left{justify-content:flex-start;align-items:center;display:flex}.user-greeting{border-left:1px solid #f0f0f0;margin-left:15px;padding-left:15px;display:none}.user-greeting span{color:#666;font-size:.85rem;font-weight:600}.navbar-center{justify-content:center;align-items:center;width:440px;display:none}.navbar-right{justify-content:flex-end;align-items:center;gap:4px;display:none}.navbar-logo{cursor:pointer;flex-shrink:0;align-items:center;gap:6px;text-decoration:none;display:flex}.logo-mark{background:#ff6b00;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.logo-mark svg{width:16px;height:16px}.logo-text{color:#111;letter-spacing:-.3px;white-space:nowrap;font-size:1rem;font-weight:800}.logo-text span{color:#ff6b00}.navbar-mobile-toggle{color:#111;cursor:pointer;background:0 0;border:none;align-items:center;padding:8px;display:flex}.navbar-mobile-menu{background:#fff;border-top:1px solid #f0f0f0;grid-template-columns:1fr;padding:12px;display:grid;position:absolute;top:56px;left:0;right:0}.mobile-menu-btn{text-align:center;color:#444;background:0 0;border:none;padding:14px 16px;font-size:.9rem;font-weight:500}.mobile-menu-cta{color:#fff;background:#ff6b00;border-radius:8px;margin-top:8px}.search-input-wrapper{background:#f5f5f5;border-radius:8px;align-items:center;width:100%;height:36px;padding:0 6px 0 12px;display:flex}.search-icon-inside{color:#999}.search-input-wrapper input{background:0 0;border:none;outline:none;flex:1;padding:0 8px;font-size:.8rem}.search-btn{color:#fff;background:#111;border:none;border-radius:6px;height:28px;padding:0 12px;font-size:.75rem;font-weight:600}.btn-secondary{color:#444;cursor:pointer;background:0 0;border:none;padding:6px 10px;font-size:.8rem;font-weight:500}.btn-logout{color:#ff4d4d;cursor:pointer;background:#fff;border:1px solid #ffebeb;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:600;display:flex}.nb-divider{background:#e5e5e5;width:1px;height:20px;margin:0 4px}.btn-primary{color:#fff;background:#ff6b00;border:none;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 12px;font-weight:600;display:flex}.btn-icon-wrap{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.navbar-sub{border-top:1px solid #f0f0f0;padding:0 12px;display:flex;overflow-x:auto}.cat-btn{color:#777;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 12px;font-size:.75rem}.cat-btn.active{color:#ff6b00;border-bottom-color:#ff6b00;font-weight:600}@media (width>=640px){.navbar-container{grid-template-columns:auto 1fr auto;padding:0 16px}.navbar-center,.navbar-right,.user-greeting{display:flex}.navbar-mobile-toggle{display:none}}@media (width>=1024px){.navbar-container{grid-template-columns:1fr auto 1fr;height:56px;padding:0 24px}.navbar-center{width:500px}.search-input-wrapper{height:40px}}.market-page{max-width:1300px;margin:0 auto;padding:20px}.market-header-container{flex-direction:column;gap:20px;margin-bottom:30px;display:flex}@media (width>=768px){.market-header-container{flex-direction:row;justify-content:space-between;align-items:flex-end}}.section-title{color:#111;align-items:center;gap:8px;font-size:1.4rem;font-weight:800;display:flex}.section-fire{color:#ff6b00}.section-sub{color:#888;font-size:.85rem}.market-search-container{width:100%;max-width:400px;position:relative}.market-search-container .search-icon{color:#64748b;z-index:2;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.market-search-input{box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:14px 16px 14px 44px;font-size:.95rem;transition:all .2s}.market-search-input:focus{border-color:#ff6b00;outline:none;box-shadow:0 0 0 3px #ff6b001a}.dev-grid{grid-template-columns:repeat(1,1fr);gap:20px;display:grid}@media (width>=600px){.dev-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.dev-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.dev-grid{grid-template-columns:repeat(4,1fr)}}.dev-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.dev-card:hover{border-color:#ff6b00;transform:translateY(-6px);box-shadow:0 15px 35px #0000001a}.dev-card-image-wrap{background:#111;height:130px;position:relative}.dev-card-cover{object-fit:cover;opacity:.8;width:100%;height:100%}.dev-avatar-container{color:#fff;background:#ff6b00;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.2rem;font-weight:900;display:flex;position:absolute;bottom:-22px;left:16px;overflow:hidden;box-shadow:0 4px 10px #0000001a}.dev-avatar-container img{object-fit:cover;width:100%;height:100%}.dev-card-hot-badge{color:#ff6b00;background:#fff;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000001a}.dev-card-body{flex-direction:column;flex:1;padding:32px 16px 16px;display:flex}.dev-card-top{justify-content:space-between;align-items:center;display:flex}.dev-card-name{color:#111;align-items:center;gap:4px;font-size:1rem;font-weight:800;display:flex}.dev-card-verified{color:#ff6b00;font-size:1.1rem}.dev-card-role{color:#64748b;margin:4px 0 12px;font-size:.85rem;font-weight:500}.dev-card-skills{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.mini-skill-tag{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;font-weight:700;display:flex}.dev-card-location{color:#94a3b8;align-items:center;gap:4px;margin-top:auto;font-size:.8rem;display:flex}.dev-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:12px;padding-top:16px;display:flex}.rate-amount{color:#111;font-size:1.2rem;font-weight:900}.rate-unit{color:#94a3b8;margin-left:2px;font-size:.8rem}.dev-card-cta{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;padding:8px 16px;font-size:.8rem;font-weight:700;transition:all .2s}.dev-card-cta:hover{background:#ff6b00}.proposal-page{max-width:800px;margin:0 auto;padding:40px 20px}.proposal-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:40px;box-shadow:0 20px 50px #0000000d}.dev-mini-identity{align-items:center;gap:16px;margin-bottom:32px;display:flex}.mini-avatar{color:#fff;background:#ff6b00;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.4rem;font-weight:900;display:flex}.proposal-form .form-group{margin-bottom:24px}.proposal-form label{color:#1e293b;align-items:center;gap:8px;margin-bottom:10px;font-weight:700;display:flex}.proposal-form textarea,.proposal-form input{box-sizing:border-box;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:14px 18px;font-family:inherit;font-size:1rem}.proposal-form textarea:focus,.proposal-form input:focus{border-color:#ff6b00;outline:none}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.empty-search-state{text-align:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:20px;grid-column:1/-1;padding:80px 20px}.skeleton-card{background:#fff;border:none}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.save-dev-btn{color:#555;cursor:pointer;background:#f5f5f5;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:4px;padding:12px;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.save-dev-btn:hover{color:#ff6b00;background:#fff0e5;border-color:#ff6b00}.save-dev-btn:disabled{opacity:.6;cursor:not-allowed}.detail-page{font-family:var(--global-font,"Inter", sans-serif);width:100%;max-width:1600px;margin:0 auto;padding:0 4% 60px}.detail-back{color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:24px 0;font-family:inherit;font-size:.875rem;font-weight:500;transition:color .15s;display:flex}.detail-back:hover{color:#ff6b00}.detail-layout{grid-template-columns:1fr 340px;align-items:flex-start;gap:48px;display:grid}.detail-hero{margin-bottom:64px;position:relative;overflow:visible}.hero-video-container{background:#000;border-radius:20px;width:100%;height:480px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.detail-cover-video,.detail-cover-image{object-fit:cover;width:100%;height:100%;display:block}.hero-center-toggle{z-index:5;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:50%;justify-content:center;align-items:center;padding:12px;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-toggle-icon{color:#fff;font-size:4.5rem}.hero-center-toggle.playing{opacity:0;transform:translate(-50%,-50%)scale(.9)}.hero-video-container:hover .hero-center-toggle.playing{opacity:1;transform:translate(-50%,-50%)scale(1)}.hero-center-toggle:hover,.hero-video-container:hover .hero-center-toggle.playing:hover{background:#ff6b00e6;transform:translate(-50%,-50%)scale(1.1)}.detail-hero-overlay{z-index:10;position:absolute;bottom:-48px;left:32px}.detail-avatar{object-fit:cover;background:#fff;border:5px solid #fff;border-radius:50%;width:110px;height:110px;box-shadow:0 6px 24px #00000026}.detail-identity{margin-bottom:40px;padding-left:8px}.detail-name{color:#111;align-items:center;gap:8px;margin-bottom:4px;font-size:2rem;font-weight:800;display:flex}.detail-verified{color:#ff6b00;font-size:1.3rem}.detail-role{color:#666;margin-bottom:12px;font-size:1.1rem}.detail-meta-row{align-items:center;gap:12px;display:flex}.detail-meta-item{color:#555;align-items:center;gap:4px;font-size:.9rem;display:flex}.meta-star{color:#ff6b00}.detail-meta-dot{background:#ddd;border-radius:50%;width:4px;height:4px}.detail-section{margin-bottom:40px;padding-left:8px}.detail-section-title{color:#111;margin-bottom:6px;font-size:1.2rem;font-weight:800}.detail-bio{color:#444;max-width:900px;font-size:1rem;line-height:1.7}.detail-tags{flex-wrap:wrap;gap:10px;display:flex}.detail-tag{color:#ff6b00;background:#fff0e5;border-radius:99px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;display:flex}.detail-tag svg{font-size:.9rem}.video-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.video-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden}.video-wrap{cursor:pointer;background:#111;height:180px;position:relative}.video-el{object-fit:cover;width:100%;height:100%;display:block}.video-overlay{background:#0000004d;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.video-overlay.playing{background:#0000001a}.video-overlay.playing:hover{background:#00000040}.play-icon{color:#fff;filter:drop-shadow(0 2px 8px #0006);font-size:3rem;transition:transform .15s}.video-wrap:hover .play-icon{transform:scale(1.1)}.video-duration{color:#fff;background:#000000bf;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:600;position:absolute;bottom:12px;right:12px}.video-title{color:#222;padding:14px 16px;font-size:.9rem;font-weight:600}.github-link{color:#fff;background:#111;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.github-link:hover{background:#222}.github-icon{font-size:1.3rem}.detail-sidebar{position:sticky;top:40px}.hire-card{background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:32px 28px;box-shadow:0 12px 40px #0000000f}.hire-rate{align-items:baseline;gap:4px;margin-bottom:28px;display:flex}.hire-rate-amount{color:#111;font-size:2.5rem;font-weight:800}.hire-rate-unit{color:#aaa;font-size:1rem}.hire-stats{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;flex-direction:column;gap:18px;margin-bottom:24px;padding:24px 0;display:flex}.hire-stat{align-items:center;gap:14px;display:flex}.hire-stat-icon{color:#ff6b00;flex-shrink:0;font-size:1.3rem}.hire-stat-value{color:#111;font-size:.95rem;font-weight:600}.hire-stat-label{color:#888;font-size:.8rem}.hire-btn{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:12px;width:100%;margin-bottom:12px;padding:16px;font-family:inherit;font-size:1rem;font-weight:700;transition:background .15s,transform .1s}.hire-btn:hover{background:#e55f00;transform:translateY(-2px)}.message-btn{color:#111;cursor:pointer;background:0 0;border:1.5px solid #e5e5e5;border-radius:12px;width:100%;margin-bottom:20px;padding:15px;font-family:inherit;font-size:1rem;font-weight:600;transition:border-color .15s,background .15s}.message-btn:hover{background:#fff0e5;border-color:#ff6b00}.hire-note{text-align:center;color:#bbb;font-size:.8rem}.detail-not-found{text-align:center;padding:80px 20px;font-size:1.2rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:560px;animation:.3s ease-out slideUp;overflow:hidden;box-shadow:0 24px 48px #0003}.modal-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.modal-header h2{color:#111;margin:0;font-size:1.4rem;font-weight:800}.modal-close-btn{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .15s;display:flex}.proposal-form{padding:32px}.form-group{margin-bottom:24px}.form-group label{color:#111;margin-bottom:10px;font-size:.95rem;font-weight:700;display:block}.proposal-form textarea{color:#111;resize:vertical;box-sizing:border-box;border:1.5px solid #e5e5e5;border-radius:12px;width:100%;padding:16px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.proposal-form textarea:focus{border-color:#ff6b00;outline:none}.price-options{gap:16px;display:flex}.price-option{cursor:pointer;border:1.5px solid #e5e5e5;border-radius:12px;flex:1;align-items:flex-start;gap:12px;padding:16px;transition:all .2s;display:flex}.price-option input[type=radio]{accent-color:#ff6b00;cursor:pointer;width:18px;height:18px;margin-top:4px}.price-option.selected{background:#fff0e5;border-color:#ff6b00}.price-option-text{flex-direction:column;display:flex}.price-option-title{color:#111;margin-bottom:2px;font-size:.95rem;font-weight:700}.price-option-desc{color:#666;font-size:.8rem}.custom-price-input{animation:.2s ease-out forwards slideDown}.input-with-prefix{align-items:center;display:flex;position:relative}.input-prefix{color:#666;font-weight:600;position:absolute;left:16px}.input-with-prefix input{color:#111;box-sizing:border-box;border:1.5px solid #e5e5e5;border-radius:12px;width:100%;padding:14px 16px 14px 32px;font-family:inherit;font-size:1rem;font-weight:600;transition:border-color .2s}.input-with-prefix input:focus{border-color:#ff6b00;outline:none}.attach-btn{color:#555;cursor:pointer;background:#f8f8f8;border:1.5px dashed #ccc;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.attach-btn:hover{color:#111;background:#f0f0f0;border-color:#aaa}.attach-icon{font-size:1.2rem}.attached-files-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.attached-file-item{color:#333;background:#f9f9f9;border:1px solid #e5e5e5;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.85rem;display:flex}.file-name{white-space:nowrap;text-overflow:ellipsis;max-width:90%;overflow:hidden}.remove-file-btn{color:#d32f2f;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background .15s;display:flex}.remove-file-btn:hover{background:#ffebee}.modal-footer{border-top:1px solid #f0f0f0;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;display:flex}.cancel-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:12px 20px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .15s}.cancel-btn:hover{color:#111;background:#f5f5f5}.submit-proposal-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;padding:12px 28px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .15s,transform .1s}.submit-proposal-btn:hover{background:#333;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes slideDown{0%{opacity:0;height:0;overflow:hidden;transform:translateY(-10px)}to{opacity:1;height:auto;overflow:visible;transform:translateY(0)}}@media (width<=1024px){.detail-layout{grid-template-columns:1fr}.detail-sidebar{margin-top:40px;position:static}}@media (width<=768px){.detail-page{padding:0 20px}.hero-video-container{height:300px}.detail-avatar{width:80px;height:80px}.detail-hero-overlay{bottom:-32px;left:20px}.hero-toggle-icon{font-size:3rem}}@media (width<=600px){.price-options{flex-direction:column}.modal-content{border-radius:16px}.proposal-form{padding:24px}}.my-items-page{padding:0}.my-items-header{margin-bottom:28px}.my-items-header h1{color:#111;margin-bottom:4px;font-size:1.5rem;font-weight:700}.my-items-header p{color:#888;font-size:.9rem}.my-items-empty{text-align:center;color:#ccc;flex-direction:column;align-items:center;gap:12px;padding:80px 20px;display:flex}.my-items-empty h3{color:#555;font-size:1.1rem}.my-items-empty p{color:#aaa;font-size:.875rem}.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.service-item-card{background:#fff;border:1px solid #f0f0f0;border-radius:14px;justify-content:space-between;align-items:center;padding:20px;transition:box-shadow .15s;display:flex}.service-item-card:hover{box-shadow:0 4px 16px #0000000f}.svc-card-top{align-items:center;gap:12px;display:flex}.svc-icon{color:#ff6b00;flex-shrink:0;font-size:1.5rem}.svc-title{color:#111;font-size:.95rem;font-weight:600}.svc-meta{color:#888;margin-top:2px;font-size:.8rem}.svc-price{color:#ff6b00;white-space:nowrap;font-size:1.1rem;font-weight:800}.saved-devs-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.saved-dev-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;transition:box-shadow .15s;overflow:hidden}.saved-dev-card:hover{box-shadow:0 4px 20px #00000014}.saved-dev-cover{height:100px;position:relative;overflow:hidden}.saved-dev-cover img{object-fit:cover;width:100%;height:100%}.saved-dev-avatar{color:#fff;background:#ff6b00;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex;position:absolute;bottom:-20px;left:16px}.saved-hot-badge{color:#fff;background:#ff6b00;border-radius:12px;align-items:center;gap:3px;padding:3px 8px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:8px;right:8px}.saved-dev-body{padding:28px 16px 16px}.saved-dev-name{color:#111;align-items:center;gap:4px;font-size:.95rem;font-weight:700;display:flex}.saved-verified{color:#ff6b00;font-size:.9rem}.saved-dev-role{color:#888;margin:2px 0 8px;font-size:.8rem}.saved-dev-meta{color:#aaa;align-items:center;gap:12px;margin-bottom:12px;font-size:.75rem;display:flex}.saved-dev-footer{justify-content:space-between;align-items:center;display:flex}.saved-dev-rate{color:#111;font-size:1rem;font-weight:800}.saved-dev-rate span{color:#888;font-size:.75rem;font-weight:400}.btn-view-saved{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:8px;padding:7px 14px;font-size:.8rem;font-weight:600}.btn-view-saved:hover{background:#e05f00}.btn-unsave{color:#ef4444;cursor:pointer;background:#fef2f2;border:none;border-radius:8px;align-items:center;padding:7px 10px;display:flex}.btn-unsave:hover{background:#fee2e2}.orders-page{padding:0}.orders-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.orders-header h1{color:#111;margin-bottom:4px;font-size:1.5rem;font-weight:700}.orders-header p{color:#888;font-size:.9rem}.orders-search-wrap{color:#888;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;padding:8px 14px;display:flex}.orders-search-wrap input{border:none;outline:none;width:180px;font-size:.875rem}.empty-orders{text-align:center;padding:80px 20px}.empty-icon{color:#e5e7eb;margin-bottom:16px;font-size:3rem}.empty-orders h2{color:#333;margin-bottom:8px;font-size:1.25rem}.empty-orders p{color:#888;margin-bottom:24px}.browse-btn{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:10px;padding:12px 28px;font-weight:600}.browse-btn:hover{background:#e05f00}.orders-list{flex-direction:column;gap:16px;display:flex}.order-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:20px 24px;transition:box-shadow .15s}.order-card:hover{box-shadow:0 4px 20px #0000000f}.order-card-header{justify-content:space-between;margin-bottom:16px;display:flex}.order-id{color:#ff6b00;letter-spacing:.5px;font-size:.8rem;font-weight:700}.order-date{color:#aaa;font-size:.8rem}.order-card-body{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.order-dev-info{align-items:center;gap:12px;display:flex}.order-avatar-circle{color:#fff;background:#ff6b00;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex}.order-dev-name{color:#111;font-size:.95rem;font-weight:600}.order-dev-role{color:#888;margin-top:2px;font-size:.8rem}.order-meta{flex-wrap:wrap;gap:24px;display:flex}.meta-block{flex-direction:column;gap:3px;display:flex}.meta-label{color:#aaa;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem}.meta-value{color:#111;font-size:.9rem;font-weight:600}.meta-value.amount{color:#ff6b00}.status-badge{text-transform:capitalize;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.order-card-footer{border-top:1px solid #f5f5f5;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;display:flex}.features-count{color:#aaa;font-size:.8rem}.view-details-btn{color:#ff6b00;cursor:pointer;background:#fff0e5;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:background .15s;display:flex}.view-details-btn:hover{background:#ffe0cc}.modal-backdrop{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.order-modal{background:#fff;border-radius:20px;flex-direction:column;gap:16px;width:100%;max-width:580px;max-height:85vh;padding:28px;display:flex;overflow-y:auto}.modal-header{justify-content:space-between;align-items:flex-start;display:flex}.modal-order-id{color:#ff6b00;margin-bottom:4px;font-size:.8rem;font-weight:700}.modal-dev-name{color:#111;font-size:1.1rem;font-weight:700}.modal-close-btn{cursor:pointer;color:#555;background:#f5f5f5;border:none;border-radius:8px;padding:6px;display:flex}.modal-close-btn:hover{color:#ff6b00;background:#ffe0cc}.modal-meta{color:#888;align-items:center;gap:8px;font-size:.85rem;display:flex}.modal-actions{gap:10px;display:flex}.btn-accept,.btn-complete{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-size:.875rem;font-weight:600;display:flex}.btn-accept{color:#fff;background:#ff6b00}.btn-complete{color:#fff;background:#22c55e}.btn-accept:hover{background:#e05f00}.btn-complete:hover{background:#16a34a}.modal-tabs{background:#f5f5f5;border-radius:10px;gap:4px;padding:4px;display:flex}.modal-tab{color:#666;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px;font-size:.82rem;font-weight:500;transition:all .15s;display:flex}.modal-tab.active{color:#ff6b00;background:#fff;font-weight:600;box-shadow:0 1px 4px #00000014}.chat-panel{flex-direction:column;gap:12px;display:flex}.chat-messages{flex-direction:column;gap:10px;min-height:180px;max-height:260px;display:flex;overflow-y:auto}.chat-empty{color:#bbb;text-align:center;padding:40px 0;font-size:.875rem}.chat-msg{flex-direction:column;display:flex}.chat-msg.mine{align-items:flex-end}.chat-msg.theirs{align-items:flex-start}.chat-bubble{border-radius:14px;max-width:75%;padding:10px 14px;font-size:.875rem;line-height:1.4}.chat-msg.mine .chat-bubble{color:#fff;background:#ff6b00;border-radius:14px 14px 4px}.chat-msg.theirs .chat-bubble{color:#111;background:#f5f5f5;border-radius:14px 14px 14px 4px}.chat-meta{color:#bbb;margin-top:3px;font-size:.7rem}.chat-input-row{gap:8px;display:flex}.chat-input{border:1px solid #e5e7eb;border-radius:10px;outline:none;flex:1;padding:10px 14px;font-size:.875rem}.chat-input:focus{border-color:#ff6b00}.chat-send-btn{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:10px;padding:10px 20px;font-weight:600}.chat-send-btn:hover{background:#e05f00}.review-panel,.dispute-panel{flex-direction:column;gap:12px;display:flex}.review-label,.dispute-label{color:#333;font-size:.9rem;font-weight:500}.review-note{color:#aaa;text-align:center;padding:30px 0;font-size:.875rem}.review-textarea{resize:vertical;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:.875rem}.review-textarea:focus{border-color:#ff6b00}.btn-submit-review{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:10px;align-self:flex-start;padding:12px 24px;font-weight:600}.review-submitted{flex-direction:column;gap:8px;display:flex}.dispute-existing{flex-direction:column;gap:10px;font-size:.9rem;display:flex}.dispute-status{text-transform:capitalize;border-radius:20px;align-self:flex-start;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.dispute-open{color:#d97706;background:#fef3c7}.dispute-under_review{color:#7c3aed;background:#ede9fe}.dispute-resolved{color:#16a34a;background:#dcfce7}.btn-raise-dispute{color:#ef4444;cursor:pointer;background:#fff;border:1px solid #ef4444;border-radius:10px;align-self:flex-start;align-items:center;gap:6px;padding:10px 20px;font-weight:600;display:flex}.btn-raise-dispute:hover{background:#fef2f2}.analytics-page{font-family:var(--global-font);max-width:1200px;padding-bottom:48px}.analytics-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.analytics-title{font-family:var(--global-font);color:#111;margin:0 0 4px;font-size:1.8rem;font-weight:800}.analytics-sub{color:#999;margin:0;font-size:.875rem}.range-tabs{background:#f5f5f5;border-radius:10px;gap:6px;padding:4px;display:flex}.range-tab{font-family:var(--global-font);color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:5px;padding:6px 14px;font-size:.8rem;font-weight:500;transition:background .15s,color .15s;display:flex}.range-tab:hover{color:#111}.range-tab.active{color:#111;background:#fff;font-weight:600;box-shadow:0 1px 4px #00000014}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:20px;display:grid}.stat-card{background:#fff;border:1px solid #f0f0f0;border-radius:14px;align-items:center;gap:14px;padding:18px 20px;transition:box-shadow .2s;display:flex}.stat-card:hover{box-shadow:0 4px 20px #0000000f}.stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;display:flex}.stat-body{flex:1}.stat-label{color:#aaa;margin-bottom:2px;font-size:.75rem}.stat-value{font-family:var(--global-font);color:#111;font-size:1.3rem;font-weight:800}.stat-change{white-space:nowrap;align-items:center;gap:3px;font-size:.78rem;font-weight:600;display:flex}.stat-change.up{color:#22c55e}.stat-change.down{color:#ef4444}.charts-row{grid-template-columns:1fr 340px;gap:14px;margin-bottom:14px;display:grid}.bottom-row{grid-template-columns:1fr 300px;gap:14px;display:grid}.chart-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:22px 24px}.chart-card-header{margin-bottom:20px}.chart-card-title{font-family:var(--global-font);color:#111;margin-bottom:2px;font-size:.95rem;font-weight:800}.chart-card-sub{color:#bbb;font-size:.75rem}.chart-tooltip{font-family:var(--global-font);color:#fff;background:#111;border-radius:8px;padding:8px 12px;font-size:.8rem}.tooltip-label{color:#aaa;margin-bottom:4px;font-size:.72rem;font-weight:600}.tooltip-row{align-items:center;gap:6px;display:flex}.tooltip-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.activity-table{border-collapse:collapse;width:100%;font-size:.825rem}.activity-table thead tr{border-bottom:1px solid #f0f0f0}.activity-table th{text-align:left;color:#bbb;text-transform:uppercase;letter-spacing:.5px;padding:0 12px 10px 0;font-size:.72rem;font-weight:600}.activity-table tbody tr{border-bottom:1px solid #fafafa;transition:background .1s}.activity-table tbody tr:hover{background:#fafafa}.activity-table td{padding:12px 12px 12px 0}.activity-client{color:#111;font-weight:600}.activity-job{color:#666}.activity-date{color:#aaa;white-space:nowrap}.activity-amount{font-family:var(--global-font);color:#111;white-space:nowrap;font-weight:700}.activity-status{text-transform:capitalize;border-radius:99px;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-block}.status-paid{color:#166534;background:#dcfce7}.status-pending{color:#854d0e;background:#fef9c3}.status-review{color:#ff6b00;background:#fff0e5}.breakdown-list{flex-direction:column;gap:16px;display:flex}.breakdown-label-row{justify-content:space-between;margin-bottom:6px;display:flex}.breakdown-name{color:#333;font-size:.825rem;font-weight:500}.breakdown-pct{color:#111;font-size:.825rem;font-weight:700}.breakdown-bar-bg{background:#f5f5f5;border-radius:99px;height:7px;overflow:hidden}.breakdown-bar-fill{border-radius:99px;height:100%;animation:.6s forwards barGrow}@keyframes barGrow{0%{width:0!important}}.auth-back-btn{color:#888;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:16px;padding:0;font-size:.875rem;display:inline-flex}.auth-back-btn:hover{color:#ff6b00}.auth-forgot-link{color:#ff6b00;cursor:pointer;text-align:right;background:0 0;border:none;align-self:flex-end;padding:0;font-size:.8rem}.auth-forgot-link:hover{text-decoration:underline}.auth-root{background:#fff;width:100%;min-height:100vh;font-family:Inter,sans-serif;display:flex}.auth-left{color:#fff;background:#111;flex-direction:column;flex:1;padding:48px;display:flex;position:relative;overflow:hidden}.auth-left:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff6b0026 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-10%;left:-10%}.auth-left-inner{z-index:2;flex-direction:column;height:100%;display:flex;position:relative}.auth-logo{cursor:pointer;align-items:center;gap:12px;margin-bottom:64px;display:flex}.auth-logo-mark{background:#ff6b00;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.auth-logo-text{letter-spacing:-.5px;font-size:1.4rem;font-weight:800}.auth-logo-text span{color:#ff6b00}.auth-headline{margin-bottom:20px;font-size:2.8rem;font-weight:800;line-height:1.1}.auth-headline-accent{color:#ff6b00}.auth-tagline{color:#888;max-width:400px;margin-bottom:48px;font-size:1.1rem}.auth-perks{flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}.auth-perk{color:#ccc;align-items:center;gap:12px;font-size:.95rem;display:flex}.perk-icon{color:#ff6b00;font-size:1.2rem}.auth-deco{height:100px;margin-top:auto;position:relative}.deco-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex;position:absolute}.deco-card-1{bottom:0;left:0}.deco-card-2{bottom:40px;left:160px}.deco-name{font-size:.85rem;font-weight:600}.deco-badge{color:#ff6b00;background:#ff6b001a;border-radius:10px;padding:2px 8px;font-size:.7rem}.auth-right{justify-content:center;align-items:center;width:500px;padding:40px;display:flex}.auth-form-wrap{width:100%;max-width:360px}.auth-toggle{background:#f5f5f5;border-radius:12px;margin-bottom:32px;padding:4px;display:flex}.auth-toggle-btn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:10px;font-size:.875rem;font-weight:600;transition:all .2s}.auth-toggle-btn.active{color:#111;background:#fff;box-shadow:0 2px 8px #0000000d}.auth-form-title{color:#111;margin-bottom:32px;font-size:1.75rem;font-weight:800}.auth-form{flex-direction:column;gap:20px;display:flex}.auth-field{flex-direction:column;gap:8px;display:flex}.auth-label{color:#444;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:700}.auth-input-wrap{border:1.5px solid #eaeaea;border-radius:12px;align-items:center;height:52px;padding:0 16px;transition:all .2s;display:flex}.auth-input-wrap:focus-within{background:#fff;border-color:#ff6b00}.auth-input-icon{color:#aaa;margin-right:12px;font-size:1.2rem}.auth-input{background:0 0;border:none;outline:none;width:100%;font-size:.95rem}.auth-submit{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:52px;margin-top:8px;font-size:1rem;font-weight:700;transition:background .2s;display:flex}.auth-submit:hover{background:#e55f00}.auth-submit.loading{opacity:.7;cursor:not-allowed}.auth-switch{text-align:center;color:#666;margin-top:24px;font-size:.9rem}.auth-switch-btn{color:#ff6b00;cursor:pointer;background:0 0;border:none;padding-left:4px;font-weight:700}.auth-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=900px){.auth-left{display:none}.auth-right{width:100%}}.legal-page{background:#fff;min-height:100vh;padding:40px 0}.legal-container{max-width:900px;margin:0 auto;padding:0 24px}.legal-back-btn{font-family:var(--global-font);color:#666;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;margin-bottom:32px;padding:8px 12px;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.legal-back-btn:hover{color:#111;background:#f5f5f5}.legal-content{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:48px}.legal-title{font-family:var(--global-font);color:#111;margin:0 0 8px;font-size:2.2rem;font-weight:800}.legal-last-updated{color:#999;margin:0 0 32px;font-size:.85rem}.legal-section{margin-bottom:36px}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-family:var(--global-font);color:#111;margin:0 0 12px;font-size:1.2rem;font-weight:700}.legal-section p{color:#444;margin:0 0 12px;font-size:.95rem;line-height:1.8}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:0 0 12px;padding:0;list-style:none}.legal-section li{color:#444;margin-bottom:8px;padding-left:24px;font-size:.95rem;line-height:1.8;position:relative}.legal-section li:before{content:"•";color:#ff6b00;font-weight:700;position:absolute;left:8px}.legal-section li:last-child{margin-bottom:0}.legal-section strong{color:#111;font-weight:600}@media (width<=768px){.legal-content{padding:32px 20px}.legal-title{font-size:1.8rem}.legal-section h2{font-size:1.05rem}.legal-section p,.legal-section li{font-size:.9rem}}.payments-container{padding:0}.page-header{margin-bottom:28px}.page-header h1{color:#111;margin-bottom:4px;font-size:1.5rem;font-weight:700}.page-header p{color:#888;font-size:.9rem}.stats-grid{flex-wrap:wrap;gap:16px;margin-bottom:28px;display:flex}.stat-card{background:#fff;border:1px solid #f0f0f0;border-radius:14px;flex:1;align-items:center;gap:16px;min-width:180px;padding:20px 24px;display:flex}.stat-icon{color:#ff6b00;flex-shrink:0;font-size:1.8rem}.stat-label{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.stat-value{color:#111;margin-top:2px;font-size:1.4rem;font-weight:800}.payout-section{margin-bottom:28px}.btn-request-payout{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:.95rem;font-weight:700;display:inline-flex}.btn-request-payout:hover{background:#e05f00}.payout-form-card{background:#fff;border:1px solid #f0f0f0;border-radius:14px;max-width:480px;padding:24px}.payout-form-card h3{color:#111;margin-bottom:16px;font-size:1rem;font-weight:700}.payout-fields{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.payout-input{border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:11px 14px;font-size:.875rem}.payout-input:focus{border-color:#ff6b00}.payout-form-actions{gap:10px;display:flex}.btn-payout-submit{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-weight:600;display:flex}.btn-payout-cancel{color:#555;cursor:pointer;background:#f5f5f5;border:none;border-radius:10px;padding:10px 20px;font-weight:600}.transaction-section{margin-bottom:28px}.transaction-section h3{color:#111;align-items:center;gap:8px;margin-bottom:16px;font-size:1rem;font-weight:700;display:flex}.empty-state{text-align:center;color:#aaa;background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;padding:40px}.data-table{border-collapse:collapse;width:100%;font-size:.875rem}.data-table th{text-align:left;color:#aaa;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f0f0f0;padding:10px 12px;font-size:.75rem}.data-table td{color:#333;border-bottom:1px solid #fafafa;padding:14px 12px}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#fafafa}.settings-container{max-width:680px;padding:0}.settings-page-header{margin-bottom:28px}.settings-page-header h1{color:#111;margin-bottom:4px;font-size:1.5rem;font-weight:700}.settings-page-header p{color:#888;font-size:.9rem}.settings-section{flex-direction:column;gap:24px;display:flex}.settings-group{background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.settings-group h3{color:#111;align-items:center;gap:8px;margin-bottom:4px;font-size:1rem;font-weight:700;display:flex}.input-group{flex-direction:column;gap:6px;display:flex}.input-group label{color:#555;font-size:.8rem;font-weight:600}.input-group input{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:11px 14px;font-family:inherit;font-size:.875rem}.input-group input:focus{border-color:#ff6b00}.input-group input:disabled{color:#aaa;cursor:not-allowed;background:#fafafa}.settings-hint{color:#888;font-size:.85rem}.btn-save-settings{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:10px;align-self:flex-start;align-items:center;gap:6px;padding:11px 22px;font-size:.875rem;font-weight:600;display:inline-flex}.btn-save-settings:hover{background:#e05f00}.btn-save-settings:disabled{opacity:.6;cursor:not-allowed}.btn-secondary-settings{color:#333;cursor:pointer;background:#f5f5f5;border:none;border-radius:10px;align-self:flex-start;padding:11px 22px;font-size:.875rem;font-weight:600}.btn-secondary-settings:hover{color:#ff6b00;background:#ffe0cc}.btn-cancel-settings{color:#555;cursor:pointer;background:#f5f5f5;border:none;border-radius:10px;padding:11px 22px;font-size:.875rem;font-weight:600}.pw-change-form{flex-direction:column;gap:14px;display:flex}.compliance-badge{color:#ff6b00;background:#fff0e5;border:1px solid #ff6b0030;border-radius:20px;align-self:flex-start;align-items:center;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.profile-page{max-width:1200px;margin:0 auto;padding:32px;animation:.4s ease-out fadeIn}.profile-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.header-text h1{color:#111;margin-bottom:4px;font-size:2rem;font-weight:900}.header-text p{color:#64748b;font-size:1rem}.profile-grid{grid-template-columns:1fr;gap:40px;display:grid}@media (width>=900px){.profile-grid{grid-template-columns:1.2fr 1fr}}.profile-editor-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;gap:24px;padding:32px;display:flex;box-shadow:0 4px 20px #00000005}.profile-input-group{flex-direction:column;gap:8px;display:flex}.profile-input-group label{color:#334155;align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:flex}.profile-input-group input,.profile-textarea,.mini-editor-card input{box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:border-color .3s}.profile-input-group input:focus,.profile-textarea:focus,.mini-editor-card input:focus{border-color:#3b82f6;outline:none}.profile-input-group input.error,.profile-textarea.error,.mini-editor-card input.error{background:#fef2f2;border-color:#ef4444}.profile-textarea{resize:vertical;min-height:100px}.profile-input-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.avatar-upload-row{align-items:center;gap:20px;margin-bottom:10px;display:flex}.avatar-preview-circle{color:#fff;background:#ff6b00;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:900;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.avatar-preview-circle img{object-fit:cover;width:100%;height:100%}.btn-upload{cursor:pointer;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:700;display:flex}.skill-search-input{margin-bottom:12px}.skill-grid{flex-wrap:wrap;gap:8px;display:flex}.skill-pill{cursor:pointer;background:#f1f5f9;border:1.5px solid #0000;border-radius:100px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.skill-pill.active{color:#ff6b00;background:#fff0e5;border-color:#ff6b00}.skill-icon{align-items:center;font-size:1rem;display:flex}.visibility-toggle{background:#fff;border:1.5px solid #e2e8f0;border-radius:100px;align-items:center;gap:12px;padding:8px 16px;display:flex}.status-text{font-size:.85rem;font-weight:800}.online{color:#10b981}.offline{color:#64748b}.switch{width:44px;height:22px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#cbd5e1;border-radius:34px;transition:all .3s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:#10b981}input:checked+.slider:before{transform:translate(22px)}.section-block{flex-direction:column;gap:12px;display:flex}.section-header-row{justify-content:space-between;align-items:center;display:flex}.section-header-row label{color:#1e293b;font-size:1rem;font-weight:800}.btn-add-mini{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:.8rem;font-weight:700;display:flex}.mini-editor-card{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;flex-direction:column;gap:10px;padding:16px;display:flex}.mini-card-head,.mini-card-row{gap:10px;display:flex}.btn-del-mini{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:10px;padding:10px}.btn-save-profile{color:#fff;cursor:pointer;background:#111;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:18px;font-size:1.1rem;font-weight:800;transition:all .2s;display:flex}.btn-save-profile:hover{background:#ff6b00;transform:translateY(-2px);box-shadow:0 10px 20px #ff6b0033}.profile-preview-panel{background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:24px;padding:32px}.preview-sticky-wrap{position:sticky;top:24px}.preview-sticky-wrap h3{color:#1e293b;margin-bottom:20px;font-size:1.2rem;font-weight:800}.profile-video-preview{aspect-ratio:16/9;background:#0f172a;border-radius:16px;width:100%;margin-bottom:30px;overflow:hidden;box-shadow:0 20px 40px #00000026}.profile-video-preview video,.profile-video-preview iframe{object-fit:cover;width:100%;height:100%}.profile-video-placeholder{color:#475569;justify-content:center;align-items:center;height:100%;display:flex}.form-divider{background:#e2e8f0;border:0;height:1px;margin:10px 0}.preview-services-tag{color:#475569;background:#f1f5f9;border-radius:6px;margin-top:10px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.profile-loading{text-align:center;color:#64748b;padding:100px 0;font-weight:700}.payment-success-page{background:#fafafa;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.payment-success-card{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:24px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:480px;padding:48px 40px;display:flex;box-shadow:0 8px 40px #0000000f}.payment-success-card h2{color:#111;font-size:1.5rem;font-weight:800}.payment-success-card p{color:#888;font-size:.9rem;line-height:1.5}.ps-icon{font-size:4rem}.ps-icon-success{color:#22c55e}.ps-icon-fail{color:#ef4444}.ps-spinner{border:4px solid #f0f0f0;border-top-color:#ff6b00;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}.ps-order-summary{text-align:left;background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;gap:10px;width:100%;padding:16px 20px;display:flex}.ps-order-row{color:#333;justify-content:space-between;font-size:.875rem;display:flex}.ps-order-row span:first-child{color:#888}.btn-ps-primary{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:12px;padding:13px 28px;font-size:.95rem;font-weight:700}.btn-ps-primary:hover{background:#e05f00}.btn-ps-secondary{color:#333;cursor:pointer;background:#f5f5f5;border:none;border-radius:12px;padding:13px 28px;font-size:.95rem;font-weight:700}.btn-ps-secondary:hover{color:#ff6b00;background:#ffe0cc}.messaging-page{flex-direction:column;height:100%;padding:0;display:flex}.messaging-header{flex-shrink:0;margin-bottom:20px}.messaging-header h1{color:#111;margin-bottom:4px;font-size:1.5rem;font-weight:700}.messaging-header p{color:#888;font-size:.9rem}.messaging-empty{color:#ccc;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.messaging-empty h3{color:#555;font-size:1.1rem}.messaging-empty p{color:#aaa;font-size:.875rem}.messaging-layout{background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex:1;gap:0;min-height:500px;display:flex;overflow:hidden}.msg-sidebar{border-right:1px solid #f0f0f0;flex-direction:column;flex-shrink:0;width:260px;display:flex;overflow-y:auto}.msg-thread-btn{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f5f5f5;align-items:center;gap:10px;padding:14px 16px;transition:background .12s;display:flex}.msg-thread-btn:hover{background:#fafafa}.msg-thread-btn.active{background:#fff0e5}.msg-thread-avatar{color:#fff;background:#ff6b00;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.msg-thread-name{color:#111;font-size:.875rem;font-weight:600}.msg-thread-id{color:#aaa;margin-top:2px;font-size:.72rem}.msg-thread-info{flex:1;min-width:0}.msg-thread-status{text-transform:capitalize;white-space:nowrap;border-radius:10px;padding:2px 7px;font-size:.65rem;font-weight:700}.msg-status-funded{color:#2563eb;background:#dbeafe}.msg-status-in_progress{color:#7c3aed;background:#ede9fe}.msg-status-completed{color:#16a34a;background:#dcfce7}.msg-chat-area{flex-direction:column;flex:1;min-width:0;display:flex}.msg-chat-header{border-bottom:1px solid #f0f0f0;flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.msg-chat-avatar{color:#fff;background:#ff6b00;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.msg-chat-name{color:#111;font-size:.95rem;font-weight:700}.msg-chat-sub{color:#aaa;text-transform:capitalize;margin-top:2px;font-size:.78rem}.msg-chat-body{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.msg-no-msgs{color:#bbb;text-align:center;margin:auto;font-size:.875rem}.msg-bubble-wrap{flex-direction:column;display:flex}.msg-bubble-wrap.mine{align-items:flex-end}.msg-bubble-wrap.theirs{align-items:flex-start}.msg-bubble{border-radius:14px;max-width:70%;padding:10px 14px;font-size:.875rem;line-height:1.45}.mine .msg-bubble{color:#fff;background:#ff6b00;border-radius:14px 14px 4px}.theirs .msg-bubble{color:#111;background:#f5f5f5;border-radius:14px 14px 14px 4px}.msg-time{color:#bbb;margin-top:3px;font-size:.7rem}.msg-input-bar{border-top:1px solid #f0f0f0;flex-shrink:0;gap:10px;padding:14px 20px;display:flex}.msg-input{border:1px solid #e5e7eb;border-radius:12px;outline:none;flex:1;padding:11px 16px;font-family:inherit;font-size:.875rem}.msg-input:focus{border-color:#ff6b00}.msg-send-btn{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:12px;align-items:center;padding:11px 16px;display:flex}.msg-send-btn:hover{background:#e05f00}.msg-send-btn:disabled{opacity:.5;cursor:not-allowed}
