:root{--rgbf-bg:#07090f;--rgbf-bg-2:#0b0f1a;--rgbf-surface:rgba(255, 255, 255, .045);--rgbf-surface-2:rgba(255, 255, 255, .075);--rgbf-surface-3:rgba(255, 255, 255, .11);--rgbf-border:rgba(255, 255, 255, .09);--rgbf-border-2:rgba(255, 255, 255, .18);--rgbf-text:#eef1f8;--rgbf-text-2:#a9b1c3;--rgbf-text-3:#8690a6;--rgbf-red:#ff4d6a;--rgbf-green:#2ee6a8;--rgbf-blue:#4d9fff;--rgbf-purple:#b06bff;--rgbf-amber:#ffc34d;--rgbf-grad:linear-gradient(120deg, #ff4d6a, #b06bff 35%, #4d9fff 68%, #2ee6a8);--rgbf-grad-soft:linear-gradient(120deg, rgba(255, 77, 106, .16), rgba(176, 107, 255, .16) 35%, rgba(77, 159, 255, .16) 68%, rgba(46, 230, 168, .16));--rgbf-r-sm:12px;--rgbf-r-md:18px;--rgbf-r-lg:26px;--rgbf-shadow-card:0 24px 60px -18px rgba(0, 0, 0, .55);--rgbf-wrap:1200px;--rgbf-z-modal:300;--rgbf-z-toast:400}.rgbf,.rgbf *,.rgbf *::before,.rgbf *::after{box-sizing:border-box}.rgbf{color:var(--rgbf-text);font-family:'Peyda','Vazirmatn',-apple-system,'Segoe UI',Tahoma,sans-serif;line-height:1.9;direction:rtl;text-align:right}.rgbf a{color:inherit;text-decoration:none}.rgbf img,.rgbf svg{display:block;max-width:100%;height:auto}.rgbf input,.rgbf button,.rgbf textarea,.rgbf select{font:inherit;color:inherit}.rgbf ul[role="list"],.rgbf ol[role="list"]{list-style:none;padding:0;margin:0}.rgbf-wrap{max-width:var(--rgbf-wrap);margin-inline:auto;padding-inline:24px}.rgbf-grid{display:grid;gap:16px}.rgbf-grid-2{grid-template-columns:repeat(2,1fr)}.rgbf-grid-3{grid-template-columns:repeat(3,1fr)}.rgbf-grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:980px){.rgbf-grid-3,.rgbf-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.rgbf-grid-2,.rgbf-grid-3,.rgbf-grid-4{grid-template-columns:1fr}}.rgbf-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 26px;border-radius:99px;border:1px solid #fff0;font-weight:700;font-size:1rem;line-height:1.5;cursor:pointer;transition:transform .18s ease,box-shadow .25s ease,background .25s ease,border-color .25s;white-space:nowrap;user-select:none}.rgbf-btn:active{transform:scale(.97)}.rgbf-btn-primary{background:linear-gradient(120deg,#2563eb,var(--rgbf-blue));color:#fff;box-shadow:0 8px 28px -6px rgb(59 130 246 / .55),inset 0 1px 0 rgb(255 255 255 / .25)}.rgbf-btn-primary:hover{box-shadow:0 12px 36px -6px rgb(59 130 246 / .7),inset 0 1px 0 rgb(255 255 255 / .25);transform:translateY(-2px)}.rgbf-btn-ghost{background:var(--rgbf-surface-2);border-color:var(--rgbf-border-2);color:var(--rgbf-text);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.rgbf-btn-ghost:hover{background:var(--rgbf-surface-3);transform:translateY(-2px)}.rgbf-btn-sm{padding:9px 18px;font-size:.9rem}.rgbf-btn-lg{padding:16px 34px;font-size:1.07rem}.rgbf-btn-block{width:100%}.rgbf-btn[disabled]{opacity:.55;cursor:progress;transform:none!important}.rgbf-card{background:var(--rgbf-surface);border:1px solid var(--rgbf-border);border-radius:var(--rgbf-r-lg);box-shadow:inset 0 1px 0 rgb(255 255 255 / .07),var(--rgbf-shadow-card);padding:clamp(18px, 3vw, 28px);transition:transform .25s ease,border-color .25s ease,background .25s}.rgbf-card:hover{transform:translateY(-4px);border-color:var(--rgbf-border-2);background:var(--rgbf-surface-2)}@supports (backdrop-filter:blur(1px)){.rgbf-card{backdrop-filter:saturate(150%) blur(22px);-webkit-backdrop-filter:saturate(150%) blur(22px)}}.rgbf-chip{display:inline-flex;align-items:center;gap:7px;background:var(--rgbf-surface-2);border:1px solid var(--rgbf-border);color:var(--rgbf-text-2);border-radius:99px;padding:7px 15px;font-size:.875rem;font-weight:600}.rgbf-badge-free{display:inline-flex;align-items:center;gap:6px;background:var(--rgbf-grad-soft);border:1px solid var(--rgbf-border-2);color:var(--rgbf-green);border-radius:99px;padding:5px 13px;font-size:.82rem;font-weight:800}.rgbf-status{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:.85rem;border-radius:99px;padding:5px 13px}.rgbf-status::before{content:'';width:7px;height:7px;border-radius:50%;background:currentColor}.rgbf-status-open{color:var(--rgbf-green);background:rgb(46 230 168 / .12)}.rgbf-status-in_progress{color:var(--rgbf-blue);background:rgb(77 159 255 / .12)}.rgbf-status-delivered{color:var(--rgbf-amber);background:rgb(255 195 77 / .12)}.rgbf-status-completed{color:var(--rgbf-text-2);background:rgb(255 255 255 / .08)}.rgbf-status-cancelled{color:var(--rgbf-red);background:rgb(255 77 106 / .12)}.rgbf-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rgbf-form-grid .rgbf-full{grid-column:1 / -1}@media (max-width:580px){.rgbf-form-grid{grid-template-columns:1fr}}.rgbf-field label{display:block;font-size:.9rem;font-weight:700;margin-bottom:8px;color:var(--rgbf-text-2)}.rgbf-field input,.rgbf-field textarea,.rgbf-field select{width:100%;background:rgb(0 0 0 / .3);border:1px solid var(--rgbf-border-2);border-radius:14px;padding:13px 17px;color:var(--rgbf-text);transition:border-color .2s,box-shadow .2s;text-align:start}.rgbf-field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--rgbf-text-3) 50%),linear-gradient(135deg,var(--rgbf-text-3) 50%,transparent 50%);background-position:calc(20px) 50%,calc(20px + 6px) 50%;background-size:6px 6px;background-repeat:no-repeat}.rgbf-field input:focus,.rgbf-field textarea:focus,.rgbf-field select:focus{outline:none;border-color:var(--rgbf-blue);box-shadow:0 0 0 4px rgb(77 159 255 / .16)}.rgbf-field textarea{min-height:120px;resize:vertical}.rgbf-field-hint{display:block;margin-top:6px;font-size:.82rem;color:var(--rgbf-text-3)}.rgbf-hp-field{position:absolute;opacity:0;height:0;overflow:hidden;pointer-events:none}.rgbf-form-msg{margin-top:16px;padding:14px 18px;border-radius:14px;font-size:.95rem;display:none}.rgbf-form-msg.show{display:block}.rgbf-form-msg.ok{background:rgb(46 230 168 / .12);color:var(--rgbf-green)}.rgbf-form-msg.err{background:rgb(255 77 106 / .12);color:var(--rgbf-red)}.rgbf-toast-wrap{position:fixed;inset-block-end:24px;inset-inline-end:24px;z-index:var(--rgbf-z-toast);display:flex;flex-direction:column;gap:10px;pointer-events:none}.rgbf-toast{pointer-events:auto;min-width:220px;max-width:340px;background:var(--rgbf-bg-2);border:1px solid var(--rgbf-border-2);border-radius:14px;padding:14px 18px;box-shadow:var(--rgbf-shadow-card);color:var(--rgbf-text);font-size:.92rem;display:flex;align-items:center;gap:10px;animation:rgbf-toast-in .25s ease}.rgbf-toast::before{content:'';width:8px;height:8px;border-radius:50%;flex:none;background:var(--rgbf-blue)}.rgbf-toast.success::before{background:var(--rgbf-green)}.rgbf-toast.error::before{background:var(--rgbf-red)}@keyframes rgbf-toast-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.rgbf-modal-overlay{position:fixed;inset:0;z-index:var(--rgbf-z-modal);background:rgb(5 7 12 / .72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px}.rgbf-modal-overlay[hidden]{display:none}.rgbf-modal{width:100%;max-width:420px;max-height:90vh;overflow-y:auto;background:var(--rgbf-bg-2);border:1px solid var(--rgbf-border-2);border-radius:var(--rgbf-r-lg);box-shadow:var(--rgbf-shadow-card);padding:28px}.rgbf-modal[hidden]{display:none}.rgbf-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.rgbf-modal-head h2{font-size:1.25rem;font-weight:800;margin:0}.rgbf-modal-close{background:var(--rgbf-surface-2);border:1px solid var(--rgbf-border);border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--rgbf-text-2);font-size:1.1rem;line-height:1}.rgbf-modal-foot{margin-top:16px;text-align:center;font-size:.9rem;color:var(--rgbf-text-3)}.rgbf-modal-foot a{color:var(--rgbf-blue);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.rgbf-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rgbf-muted{color:var(--rgbf-text-3)}.rgbf-center{text-align:center}.rgbf-steps-dots{display:flex;justify-content:center;gap:10px;margin-bottom:26px;flex-wrap:wrap}.rgbf-step-dot{display:flex;align-items:center;gap:8px;font-weight:800;font-size:.95rem;color:var(--rgbf-text-3);background:var(--rgbf-surface);border:1px solid var(--rgbf-border);border-radius:99px;padding:8px 18px 8px 14px}.rgbf-step-dot em{font-style:normal;font-weight:600;font-size:.85rem}.rgbf-step-dot.is-active{color:var(--rgbf-text);border-color:var(--rgbf-blue);background:rgb(77 159 255 / .12)}.rgbf-step-dot.is-done{color:var(--rgbf-green);border-color:var(--rgbf-green)}.rgbf-post-project{max-width:720px;margin-inline:auto}.rgbf-step-panel{display:none}.rgbf-step-panel.is-active{display:block;animation:rgbf-toast-in .3s ease}.rgbf-step-title{font-size:1.15rem;font-weight:800;margin:0 0 18px}.rgbf-step-nav{display:flex;align-items:center;justify-content:space-between;margin-top:26px}.rgbf-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media (max-width:760px){.rgbf-cat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:520px){.rgbf-cat-grid{grid-template-columns:repeat(2,1fr)}}.rgbf-cat-card{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;background:rgb(0 0 0 / .3);border:1px solid var(--rgbf-border-2);border-radius:var(--rgbf-r-md);padding:16px 10px;cursor:pointer;color:var(--rgbf-text-2);font-size:.85rem;font-weight:700;transition:border-color .2s,background .2s,color .2s,transform .15s}.rgbf-cat-card:hover{border-color:var(--rgbf-border-2);background:var(--rgbf-surface-2);transform:translateY(-2px)}.rgbf-cat-card.is-selected{border-color:var(--rgbf-blue);background:rgb(77 159 255 / .14);color:var(--rgbf-text);box-shadow:0 0 0 3px rgb(77 159 255 / .16)}.rgbf-cat-card .rgbf-i{color:var(--rgbf-blue)}.rgbf-checkbox-row{display:flex;align-items:center;gap:9px;margin-top:12px;font-size:.9rem;color:var(--rgbf-text-2);cursor:pointer}.rgbf-checkbox-row input{width:17px;height:17px;accent-color:var(--rgbf-blue)}.rgbf-success-panel{max-width:560px;margin:40px auto 0;text-align:center}.rgbf-success-icon{width:62px;height:62px;margin:0 auto 18px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgb(46 230 168 / .14);color:var(--rgbf-green);font-size:1.8rem;font-weight:800}.rgbf-success-panel h2{font-size:1.3rem;font-weight:800;margin:0 0 10px}.rgbf-success-panel p{margin-bottom:20px}.rgbf-project-card{display:flex;flex-direction:column;gap:12px}.rgbf-project-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.rgbf-project-card-title{font-size:1.05rem;font-weight:800;margin:0;line-height:1.6}.rgbf-project-card-title a{transition:color .2s}.rgbf-project-card-title a:hover{color:var(--rgbf-blue)}.rgbf-project-card-excerpt{color:var(--rgbf-text-2);font-size:.9rem;margin:0}.rgbf-project-card-meta{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.85rem;align-items:center;margin-top:auto;padding-top:8px;border-top:1px solid var(--rgbf-border)}.rgbf-budget{font-weight:800;color:var(--rgbf-green)}.rgbf-budget-negotiable{color:var(--rgbf-amber)}.rgbf-archive-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:22px}.rgbf-filter-bar{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end;padding:20px}.rgbf-filter-bar .rgbf-field{flex:1 1 160px;min-width:140px;margin-bottom:0}.rgbf-archive-pagination{display:flex;justify-content:center;gap:8px;margin-top:34px;flex-wrap:wrap}.rgbf-archive-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:12px;border:1px solid var(--rgbf-border-2);color:var(--rgbf-text-2);font-weight:700;font-size:.9rem}.rgbf-archive-pagination .page-numbers.current{background:var(--rgbf-blue);border-color:var(--rgbf-blue);color:#fff}.rgbf-archive-pagination .page-numbers:hover:not(.current){background:var(--rgbf-surface-2)}.rgbf-breadcrumb{display:flex;gap:8px;align-items:center;color:var(--rgbf-text-3);font-size:.88rem;margin-bottom:18px}.rgbf-breadcrumb a:hover{color:var(--rgbf-blue)}.rgbf-status-banner{border-radius:var(--rgbf-r-md);padding:14px 20px;margin-bottom:20px;font-weight:700;font-size:.92rem;border:1px solid var(--rgbf-border-2)}.rgbf-status-banner.rgbf-status-in_progress{background:rgb(77 159 255 / .1);color:var(--rgbf-blue)}.rgbf-status-banner.rgbf-status-delivered{background:rgb(255 195 77 / .1);color:var(--rgbf-amber)}.rgbf-status-banner.rgbf-status-completed{background:rgb(255 255 255 / .06);color:var(--rgbf-text-2)}.rgbf-status-banner.rgbf-status-cancelled{background:rgb(255 77 106 / .1);color:var(--rgbf-red)}.rgbf-single-layout{display:grid;grid-template-columns:2.2fr 1fr;gap:24px;align-items:start}@media (max-width:900px){.rgbf-single-layout{grid-template-columns:1fr}}.rgbf-single-title{font-size:clamp(1.3rem, 3vw, 1.7rem);font-weight:800;margin:14px 0}.rgbf-single-meta-row{display:flex;flex-wrap:wrap;gap:10px 20px;font-size:.92rem;align-items:center;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--rgbf-border)}.rgbf-single-desc{color:var(--rgbf-text-2);line-height:2}.rgbf-single-desc p{margin:0 0 14px}.rgbf-single-files{margin-top:22px;padding-top:18px;border-top:1px solid var(--rgbf-border)}.rgbf-single-files h3{font-size:1rem;font-weight:800;margin:0 0 10px}.rgbf-single-files li{margin-bottom:8px}.rgbf-single-files a{text-decoration:underline;text-underline-offset:3px;color:var(--rgbf-blue)}.rgbf-owner-tools{display:flex;gap:10px;align-items:center;margin-top:22px;padding-top:18px;border-top:1px solid var(--rgbf-border);flex-wrap:wrap}.rgbf-employer-card h3{font-size:1rem;font-weight:800;margin:0 0 12px}.rgbf-employer-name{font-weight:700;font-size:1.02rem;margin:0 0 4px}.rgbf-avatar{border-radius:50%;object-fit:cover;flex:none}.rgbf-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:800;flex:none}.rgbf-bid-card{position:sticky;top:24px}.rgbf-bid-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;flex-wrap:wrap}.rgbf-bid-card-head h3{margin:0;font-size:1.1rem}.rgbf-bid-lock-note{background:var(--rgbf-grad-soft);border:1px solid var(--rgbf-border-2);border-radius:var(--rgbf-r-sm);padding:12px 16px;font-size:.9rem;font-weight:700;margin-bottom:16px;color:var(--rgbf-text)}.rgbf-bid-card-locked .rgbf-bid-form{opacity:.92}.rgbf-bid-status-note{margin:-6px 0 14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rgbf-skill-chips{display:flex;flex-wrap:wrap;gap:8px;max-height:220px;overflow-y:auto;padding:4px 2px}.rgbf-skill-chip{display:inline-flex;align-items:center;gap:6px;cursor:pointer;background:rgb(0 0 0 / .3);border:1px solid var(--rgbf-border-2);border-radius:99px;padding:7px 14px;font-size:.85rem;transition:background .2s,border-color .2s}.rgbf-skill-chip:has(input:checked){background:var(--rgbf-grad-soft);border-color:var(--rgbf-blue);color:var(--rgbf-text)}.rgbf-skill-chip input{accent-color:var(--rgbf-blue)}.rgbf-modal-lg{max-width:560px}.rgbf-s3-activate-sub{margin:-8px 0 18px}.rgbf-bid-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.rgbf-bid-list-head h3{margin:0;font-size:1.1rem}.rgbf-bid-sort{display:flex;gap:8px;flex-wrap:wrap}.rgbf-bid-sort a{font-size:.85rem;font-weight:700;color:var(--rgbf-text-2);padding:6px 13px;border-radius:99px;border:1px solid var(--rgbf-border);background:var(--rgbf-surface)}.rgbf-bid-sort a.active{color:#fff;background:linear-gradient(120deg,#2563eb,var(--rgbf-blue));border-color:#fff0}.rgbf-bid-list{display:flex;flex-direction:column;gap:14px}.rgbf-bid-item{border:1px solid var(--rgbf-border);border-radius:var(--rgbf-r-md);padding:16px 18px;background:var(--rgbf-surface)}.rgbf-bid-item-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.rgbf-bid-item-who{flex:1 1 auto;min-width:140px}.rgbf-bid-item-meta{font-size:.82rem}.rgbf-bid-item-price{text-align:end}.rgbf-bid-item-price strong{display:block;font-size:1.05rem}.rgbf-bid-item-price span{font-size:.78rem}.rgbf-bid-item-msg{margin:12px 0 0;font-size:.92rem;color:var(--rgbf-text-2)}.rgbf-bid-item-actions{display:flex;align-items:center;gap:10px;margin-top:14px;flex-wrap:wrap}.rgbf-status-pending{color:var(--rgbf-amber);background:rgb(255 195 77 / .12)}.rgbf-status-shortlisted{color:var(--rgbf-blue);background:rgb(77 159 255 / .12)}.rgbf-status-accepted{color:var(--rgbf-green);background:rgb(46 230 168 / .12)}.rgbf-status-rejected{color:var(--rgbf-red);background:rgb(255 77 106 / .12)}.rgbf-status-withdrawn{color:var(--rgbf-text-3);background:rgb(255 255 255 / .08)}.rgbf-freelancers-head{text-align:center;max-width:640px;margin:0 auto 28px}.rgbf-freelancers-filters{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:32px}.rgbf-freelancers-filters input[type="text"],.rgbf-freelancers-filters select{background:rgb(0 0 0 / .3);border:1px solid var(--rgbf-border-2);border-radius:14px;padding:12px 16px;color:var(--rgbf-text);min-width:200px}.rgbf-freelancer-card{display:block;text-decoration:none}.rgbf-freelancer-card-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.rgbf-freelancer-city{font-size:.82rem}.rgbf-freelancer-skills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.rgbf-chip-sm{padding:4px 11px;font-size:.78rem}.rgbf-freelancer-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.82rem;color:var(--rgbf-text-2);padding-top:12px;border-top:1px solid var(--rgbf-border)}.rgbf-pagination{display:flex;justify-content:center;gap:8px;margin-top:32px;flex-wrap:wrap}.rgbf-pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:99px;border:1px solid var(--rgbf-border);font-weight:700;font-size:.9rem}.rgbf-pagination a.active{color:#fff;background:linear-gradient(120deg,#2563eb,var(--rgbf-blue));border-color:#fff0}.rgbf-freelancer-hero{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-bottom:24px}.rgbf-freelancer-hero-info{flex:1 1 auto;min-width:220px}.rgbf-freelancer-hero-info h1{margin:0 0 4px;font-size:1.5rem}.rgbf-freelancer-headline{margin:0 0 10px;color:var(--rgbf-text-2)}.rgbf-freelancer-hero-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:.88rem;color:var(--rgbf-text-2)}.rgbf-freelancer-body{align-items:start}.rgbf-freelancer-main{display:flex;flex-direction:column;gap:20px}.rgbf-freelancer-main .rgbf-card h2,.rgbf-freelancer-aside .rgbf-card h2{margin:0 0 14px;font-size:1.05rem}.rgbf-freelancer-skills{display:flex;flex-wrap:wrap;gap:8px}.rgbf-portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width:640px){.rgbf-portfolio-grid{grid-template-columns:repeat(2,1fr)}}.rgbf-portfolio-item{position:relative;border:1px solid var(--rgbf-border);border-radius:var(--rgbf-r-sm);overflow:hidden;background:rgb(0 0 0 / .3);padding:0;cursor:pointer;aspect-ratio:1;display:block}.rgbf-portfolio-item img{width:100%;height:100%;object-fit:cover}.rgbf-portfolio-item span{position:absolute;inset-inline:0;inset-block-end:0;background:rgb(5 7 12 / .82);color:#fff;font-size:.78rem;padding:6px 10px;text-align:start}.rgbf-reviews-list{display:flex;flex-direction:column;gap:16px}.rgbf-review-item{border-top:1px solid var(--rgbf-border);padding-top:14px}.rgbf-review-item:first-child{border-top:none;padding-top:0}.rgbf-review-item-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.rgbf-review-stars{color:var(--rgbf-amber);font-weight:700;font-size:.85rem}.rgbf-review-time{font-size:.78rem}.rgbf-panel{display:flex;align-items:flex-start;gap:26px;max-width:var(--rgbf-wrap);margin-inline:auto;padding:100px 24px 70px}.rgbf-panel-side{position:sticky;top:18px;flex:0 0 230px}.rgbf-panel-nav{display:flex;flex-direction:column;gap:4px;background:var(--rgbf-surface);border:1px solid var(--rgbf-border);border-radius:var(--rgbf-r-md);padding:10px}.rgbf-panel-nav-item{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:var(--rgbf-r-sm);color:var(--rgbf-text-2);font-weight:700;font-size:.93rem;position:relative;transition:background .18s,color .18s}.rgbf-panel-nav-item:hover{background:var(--rgbf-surface-2);color:var(--rgbf-text)}.rgbf-panel-nav-item.active{background:var(--rgbf-grad-soft);color:var(--rgbf-text)}.rgbf-panel-nav-item .rgbf-i{flex:none}.rgbf-panel-nav-item span:not(.rgbf-panel-badge){flex:1 1 auto}.rgbf-panel-nav-exit{margin-top:8px;border-top:1px solid var(--rgbf-border);padding-top:15px;border-radius:0}.rgbf-panel-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:99px;background:var(--rgbf-red);color:#fff;font-size:.72rem;font-weight:800}.rgbf-panel-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:20px}.rgbf-panel-header{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.rgbf-panel-header h1{margin:0 0 4px;font-size:1.4rem}.rgbf-panel-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.rgbf-panel-section-head h2{margin:0;font-size:1rem}.rgbf-stat-card{display:flex;flex-direction:column;gap:6px;text-align:center;padding:22px 16px}.rgbf-stat-num{font-size:1.9rem;font-weight:800}.rgbf-stat-label{color:var(--rgbf-text-2);font-size:.88rem;display:flex;align-items:center;justify-content:center;gap:8px}.rgbf-stat-cta{border:none;font:inherit;cursor:pointer}.rgbf-rating-card{display:flex;align-items:center;gap:10px;padding:16px 20px}.rgbf-rating-big{font-size:1.15rem;color:var(--rgbf-amber)}.rgbf-rating-sep{color:var(--rgbf-text-3)}.rgbf-notif-list{display:flex;flex-direction:column;gap:2px}.rgbf-notif-item a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 6px;border-top:1px solid var(--rgbf-border)}.rgbf-notif-item:first-child a{border-top:none}.rgbf-notif-item.unread .rgbf-notif-body{color:var(--rgbf-text);font-weight:700;position:relative;padding-inline-start:14px}.rgbf-notif-item.unread .rgbf-notif-body::before{content:'';position:absolute;inset-inline-start:0;top:7px;width:7px;height:7px;border-radius:50%;background:var(--rgbf-blue)}.rgbf-notif-body{color:var(--rgbf-text-2);font-size:.92rem}.rgbf-notif-time{font-size:.78rem;color:var(--rgbf-text-3);white-space:nowrap}.rgbf-panel-list{display:flex;flex-direction:column;gap:12px}.rgbf-panel-list-item{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.rgbf-panel-list-main{flex:1 1 260px;min-width:0}.rgbf-panel-list-title{font-weight:800;font-size:1rem;display:block;margin-bottom:6px}.rgbf-panel-list-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.85rem}.rgbf-panel-list-actions{flex:none}.rgbf-status-lg{padding:8px 18px;font-size:.88rem}.rgbf-workspace-other{display:flex;align-items:center;gap:12px}.rgbf-workspace-other-info{display:flex;flex-direction:column;gap:2px}.rgbf-timeline{display:flex;align-items:flex-start;gap:6px;padding:8px 6px}.rgbf-timeline-step{flex:1 1 0%;text-align:center;position:relative;color:var(--rgbf-text-3)}.rgbf-timeline-step::before{content:'';position:absolute;top:7px;inset-inline-start:-50%;width:100%;height:2px;background:var(--rgbf-border);z-index:0}.rgbf-timeline-step:first-child::before{display:none}.rgbf-timeline-dot{position:relative;z-index:1;display:block;width:16px;height:16px;margin:0 auto 8px;border-radius:50%;background:var(--rgbf-bg-2);border:2px solid var(--rgbf-border-2)}.rgbf-timeline-label{font-size:.8rem;font-weight:700}.rgbf-timeline-step.done{color:var(--rgbf-green)}.rgbf-timeline-step.done .rgbf-timeline-dot{background:var(--rgbf-green);border-color:var(--rgbf-green)}.rgbf-timeline-step.done::before{background:var(--rgbf-green)}.rgbf-timeline-step.active{color:var(--rgbf-blue)}.rgbf-timeline-step.active .rgbf-timeline-dot{background:var(--rgbf-blue);border-color:var(--rgbf-blue);box-shadow:0 0 0 4px rgb(77 159 255 / .18)}.rgbf-workspace-actions h2{margin:0 0 12px;font-size:1rem}.rgbf-workspace-actions h2:not(:first-child){margin-top:20px}.rgbf-workspace-btn-row,.rgbf-workspace-danger-row{display:flex;gap:10px;flex-wrap:wrap}.rgbf-workspace-danger-row{margin-top:18px;padding-top:16px;border-top:1px solid var(--rgbf-border)}.rgbf-file-list{display:flex;flex-direction:column;gap:6px;margin:0 0 14px;padding:0;list-style:none}.rgbf-file-list a{color:var(--rgbf-blue)}.rgbf-star-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px}.rgbf-star-input input{position:absolute;opacity:0;width:0;height:0}.rgbf-star-input label{font-size:1.6rem;color:var(--rgbf-border-2);cursor:pointer}.rgbf-star-input input:checked~label,.rgbf-star-input label:hover,.rgbf-star-input label:hover~label{color:var(--rgbf-amber)}.rgbf-msg-layout{display:grid;grid-template-columns:280px 1fr;gap:18px;align-items:start}.rgbf-msg-sidebar{display:flex;flex-direction:column;gap:4px;background:var(--rgbf-surface);border:1px solid var(--rgbf-border);border-radius:var(--rgbf-r-md);padding:8px;max-height:70vh;overflow-y:auto}.rgbf-msg-conv-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:var(--rgbf-r-sm)}.rgbf-msg-conv-item:hover,.rgbf-msg-conv-item.active{background:var(--rgbf-surface-2)}.rgbf-msg-conv-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.rgbf-msg-conv-info strong{font-size:.9rem}.rgbf-msg-conv-project,.rgbf-msg-conv-preview{font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rgbf-msg-thread-card{display:flex;flex-direction:column;min-height:420px}.rgbf-msg-thread{flex:1 1 auto;overflow-y:auto;max-height:55vh;display:flex;flex-direction:column;gap:12px;padding:4px 4px 12px}.rgbf-msg-bubble{max-width:78%;padding:10px 14px;border-radius:14px;background:var(--rgbf-surface-2);align-self:flex-start}.rgbf-msg-bubble.mine{align-self:flex-end;background:linear-gradient(120deg,rgb(37 99 235 / .28),rgb(77 159 255 / .22))}.rgbf-msg-bubble-head{display:flex;gap:10px;margin-bottom:4px;font-size:.74rem;color:var(--rgbf-text-3)}.rgbf-msg-body{margin:0;font-size:.92rem;white-space:pre-wrap}.rgbf-msg-attachment{display:inline-block;margin-top:6px;font-size:.82rem;color:var(--rgbf-blue)}#rgbf-msg-compose{display:flex;flex-direction:column;gap:8px;margin-top:12px;border-top:1px solid var(--rgbf-border);padding-top:12px}#rgbf-msg-compose textarea{width:100%;resize:vertical;background:rgb(0 0 0 / .3);border:1px solid var(--rgbf-border-2);border-radius:12px;padding:10px 14px;color:var(--rgbf-text)}.rgbf-msg-compose-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.rgbf-msg-compose-row input[type="file"]{font-size:.78rem;color:var(--rgbf-text-2);max-width:55%}.rgbf-portfolio-edit-rows{display:flex;flex-direction:column;gap:10px}.rgbf-portfolio-edit-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px;border:1px solid var(--rgbf-border);border-radius:var(--rgbf-r-sm)}.rgbf-portfolio-edit-row input[type="text"],.rgbf-portfolio-edit-row input[type="url"]{flex:1 1 160px;background:rgb(0 0 0 / .3);border:1px solid var(--rgbf-border-2);border-radius:10px;padding:8px 12px;color:var(--rgbf-text)}.rgbf-portfolio-edit-row input[type="file"]{flex:1 1 160px;font-size:.78rem}.rgbf-portfolio-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;flex:none}@media (max-width:860px){.rgbf-msg-layout{grid-template-columns:1fr}.rgbf-msg-sidebar{max-height:220px}}@media (max-width:760px){.rgbf-panel{flex-direction:column;padding-inline:14px;padding-bottom:90px;gap:16px}.rgbf-panel-side{position:fixed;inset-inline:0;bottom:0;top:auto;flex:none;z-index:var(--rgbf-z-modal);background:var(--rgbf-bg-2);border-top:1px solid var(--rgbf-border);padding:6px 4px calc(6px + env(safe-area-inset-bottom))}.rgbf-panel-nav{flex-direction:row;background:none;border:none;padding:0;justify-content:space-around}.rgbf-panel-nav-item{flex-direction:column;gap:3px;padding:6px 8px;font-size:.68rem;text-align:center}.rgbf-panel-nav-item span:not(.rgbf-panel-badge){flex:none}.rgbf-panel-nav-exit{display:none}.rgbf-panel-badge{position:absolute;top:2px;inset-inline-end:6px}}.rgbf-price-table{width:100%;border-collapse:collapse;margin:22px 0}.rgbf-price-table th,.rgbf-price-table td{padding:13px 18px;text-align:start;border-bottom:1px solid var(--rgbf-border)}.rgbf-price-table th{color:var(--rgbf-text-2);font-size:.82rem;font-weight:700}.rgbf-price-table td{font-size:.95rem}.rgbf-price-table tbody tr:hover{background:var(--rgbf-surface)}.rgbf-tips-list{display:grid;gap:12px;margin:18px 0 0;padding:0;list-style:none}.rgbf-tips-list li{position:relative;padding-inline-start:26px}.rgbf-tips-list li::before{content:'';position:absolute;inset-inline-start:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--rgbf-blue)}