:root{--primary-blue:#1E5DFA;--primary-blue-light:rgba(30,93,250,0.1);--success-green:#10B981;--success-green-light:#e6f4ea;--error-red:#ef4444;--error-red-light:#fce8e6;--warning-orange:#f59e0b;--warning-orange-light:#fffbeb;--bg-main:#f9f9fb;--bg-surface:#ffffff;--border-color:#e2e8f0;--text-main:#0f172a;--text-body:#475569;--text-muted:#94a3b8;--shadow-sm:0 1px 3px rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.05),0 4px 6px -2px rgba(0,0,0,0.02)}.freelance-subview{display:block;transition:opacity .15s ease-in-out}.freelance-subview.hidden{display:none!important}.fl-platforms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:12px;gap:12px;margin-top:12px}.fl-platform-card{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-card,#fff);text-decoration:none;color:var(--text-main);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.fl-platform-card:hover{border-color:var(--primary-purple);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.fl-platform-logo{width:40px;height:40px;flex-shrink:0;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;background:var(--primary-purple-10,rgba(124,58,237,.08));color:var(--primary-purple)}.fl-platform-info{display:flex;flex-direction:column;flex:1 1;min-width:0}.fl-platform-info strong{font-size:13.5px;font-weight:700}.fl-platform-info span{font-size:11.5px;color:var(--text-muted)}.fl-platform-go{font-size:12px;font-weight:700;color:var(--primary-purple);white-space:nowrap}.discover-filters-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px}.category-pills{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.category-pill{background:white;border:1px solid var(--border-color);padding:8px 16px;border-radius:99px;font-size:13px;font-weight:600;color:var(--text-body);cursor:pointer;white-space:nowrap;transition:all .2s ease}.category-pill:hover{background:#f8fafc;border-color:var(--text-muted)}.category-pill.active{background:var(--primary-blue);color:white;border-color:var(--primary-blue)}.btn-filters-trigger{display:inline-flex;align-items:center;gap:8px;background:white;border:1px solid var(--border-color);padding:10px 16px;border-radius:8px;font-size:13.5px;font-weight:600;color:var(--text-body);cursor:pointer;transition:all .2s ease}.btn-filters-trigger:hover{background:#f8fafc;border-color:var(--text-muted)}.freelance-entry-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:24px}.freelance-entry-card{background:white;border:1px solid var(--border-color);border-radius:12px;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:var(--shadow-sm);transition:all .2s ease;cursor:pointer}.freelance-entry-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:rgba(30,93,250,.2)}.freelance-entry-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:28px}.icon-purple-bg{background:rgba(124,58,237,.1);color:#7c3aed}.icon-blue-bg{background:rgba(30,93,250,.1);color:var(--primary-blue)}.freelance-entry-card h2{font-size:18px;font-weight:700;color:var(--text-main);margin-bottom:8px}.freelance-entry-card p{font-size:13.5px;color:var(--text-body);margin-bottom:20px;max-width:260px}.freelance-stats-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:24px;gap:24px}.freelance-panel{background:white;border:1px solid var(--border-color);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm)}.freelance-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.freelance-panel-header h3{font-size:16px;font-weight:700;color:var(--text-main)}.stat-pill-row{display:flex;flex-wrap:wrap;gap:10px}.stat-pill-item{background:#f8fafc;border:1px solid var(--border-color);border-radius:8px;padding:12px 16px;flex-grow:1;flex-shrink:1;flex-basis:calc(33% - 10px);min-width:80px;display:flex;flex-direction:column;align-items:center;gap:4px;transition:all .15s ease}.stat-pill-item:hover{background:#f1f5f9}.stat-pill-val{font-size:20px;font-weight:800;color:var(--text-main)}.stat-pill-label{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em}.fl-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.fl-header-row h2{font-size:20px;font-weight:800;color:var(--text-main)}.fl-search-filters{display:flex;gap:12px;margin-bottom:16px}.fl-search-box{position:relative;flex:1 1}.fl-search-input{width:100%;padding:10px 12px 10px 38px;border:1px solid var(--border-color);border-radius:8px;font-size:14px;color:var(--text-body);background:white;outline:none}.fl-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.fl-list{display:flex;flex-direction:column;gap:12px}.fl-row-card{background:white;border:1px solid var(--border-color);border-radius:10px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:all .15s ease;cursor:pointer;box-shadow:var(--shadow-sm)}.fl-row-card:hover{border-color:rgba(30,93,250,.2);transform:translateY(-2px);box-shadow:var(--shadow-md)}.fl-logo-box{width:44px;height:44px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--text-main);flex-shrink:0;overflow:hidden;border:1px solid var(--border-color)}.fl-logo-box img{width:100%;height:100%;object-fit:cover}.fl-info-area{flex:1 1}.fl-title{font-size:15px;font-weight:700;color:var(--text-main);margin-bottom:2px}.fl-organizer{font-size:12.5px;color:var(--text-body);margin-bottom:8px}.fl-row-meta{gap:12px;font-size:11px;color:var(--text-muted)}.fl-row-meta,.fl-row-meta span{display:flex;align-items:center}.fl-row-meta span{gap:4px}.fl-budget-area{text-align:right;min-width:100px}.fl-budget-val{font-size:16px;font-weight:800;color:var(--text-main)}.fl-budget-label{font-size:11px;color:var(--text-muted);margin-top:2px}.fl-actions-area{display:flex;align-items:center;gap:12px}.fl-brief-cols{display:grid;grid-template-columns:1fr 340px;grid-gap:24px;gap:24px}.fl-brief-main{background:white;border:1px solid var(--border-color);border-radius:12px;padding:32px;box-shadow:var(--shadow-sm)}.fl-brief-header-strip{display:flex;align-items:center;gap:16px;margin-bottom:20px}.fl-brief-title-area h2{font-size:22px;font-weight:800;color:var(--text-main);margin-bottom:4px}.fl-brief-client-rating{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-body)}.rating-stars{color:var(--warning-orange)}.fl-brief-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#f8fafc;border:1px solid var(--border-color);border-radius:10px;padding:16px;margin-bottom:28px}.fl-brief-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px;border-right:1px solid var(--border-color)}.fl-brief-stat-item:last-child{border-right:none}.fl-brief-stat-label{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--text-muted)}.fl-brief-stat-val{font-size:15px;font-weight:700;color:var(--text-main)}.fl-brief-section-title{font-size:14px;font-weight:700;color:var(--text-main);margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.fl-skills-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.fl-skill-tag{background:var(--primary-blue-light);color:var(--primary-blue);font-size:12px;font-weight:600;padding:6px 12px;border-radius:6px}.fl-brief-checklist{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;list-style:none;padding:0}.fl-brief-checklist-item{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--text-body)}.fl-brief-checklist-item svg{color:var(--success-green);margin-top:2px;flex-shrink:0}.fl-milestones-list{display:flex;flex-direction:column;gap:12px}.fl-milestone-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border:1px solid var(--border-color);border-radius:8px}.fl-milestone-title{font-size:13.5px;font-weight:600;color:var(--text-main)}.fl-milestone-pct{font-size:13px;font-weight:700;color:var(--primary-blue)}.fl-brief-side{display:flex;flex-direction:column;gap:20px}.fl-security-card{background:var(--primary-blue-light);border:1px solid rgba(30,93,250,.2);border-radius:12px;padding:24px}.fl-security-title{font-size:14px;font-weight:700;color:var(--primary-blue);margin-bottom:6px;display:flex;align-items:center;gap:8px}.fl-security-desc{font-size:12.5px;color:var(--text-body);line-height:1.5}.fl-verifications-panel{background:white;border:1px solid var(--border-color);border-radius:12px;padding:24px;box-shadow:var(--shadow-sm)}.fl-verifications-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.fl-verification-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-body)}.fl-verification-item svg{color:var(--success-green)}.fl-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:99px;text-transform:uppercase;letter-spacing:.05em;display:inline-block}.fl-badge-approved,.fl-badge-visible{background:var(--success-green-light);color:var(--success-green)}.fl-badge-draft{background:#f1f5f9;color:var(--text-body)}.fl-badge-pending,.fl-badge-review{background:var(--warning-orange-light);color:var(--warning-orange)}.fl-badge-shortlisted{background:var(--success-green-light);color:var(--success-green)}.fl-badge-interview{background:var(--warning-orange-light);color:var(--warning-orange)}.fl-badge-rejected{background:var(--error-red-light);color:var(--error-red)}.fl-table{width:100%;border-collapse:collapse;text-align:left}.fl-table th{padding:12px;font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-color)}.fl-table td{padding:16px 12px;font-size:13px;color:var(--text-body);border-bottom:1px solid #f1f5f9}.fl-table tr:last-child td{border-bottom:none}.fl-table tr:hover td{background:#f8fafc}.service-preview-grid{display:grid;grid-template-columns:360px 1fr;grid-gap:32px;gap:32px;align-items:start}.service-mock-card{background:white;border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden;position:relative}.service-mock-img{width:100%;height:180px;background:linear-gradient(135deg,var(--primary-blue) 0,#3b82f6 100%);display:flex;align-items:center;justify-content:center;color:white}.service-mock-body{padding:24px}.service-mock-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.service-mock-price{font-size:22px;font-weight:800;color:var(--text-main)}.service-mock-duration{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.service-mock-title{font-size:16px;font-weight:700;color:var(--text-main);margin-bottom:8px;line-height:1.4}.service-mock-desc{font-size:13px;color:var(--text-body);line-height:1.5;margin-bottom:16px}.fl-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.fl-form-group label{font-size:13px;font-weight:700;color:var(--text-body)}.fl-form-group input,.fl-form-group select,.fl-form-group textarea{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:13.5px;color:var(--text-body);background:white;outline:none}.fl-form-group input:focus,.fl-form-group select:focus,.fl-form-group textarea:focus{border-color:var(--primary-blue)}.fl-form-double{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.service-form-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:32px;gap:32px}@media (max-width:900px){.fl-brief-cols,.freelance-entry-grid,.freelance-stats-grid,.service-form-grid,.service-preview-grid{grid-template-columns:1fr}}.freelance-entry-grid,.freelance-stats-grid,.service-form-grid{gap:18px}.freelance-entry-card{padding:24px;border-radius:16px;box-shadow:0 12px 34px rgba(15,23,42,.045)}.freelance-entry-card:hover{transform:translateY(-2px)}.freelance-entry-icon{width:52px;height:52px;font-size:23px;margin-bottom:14px}.freelance-entry-card h2{font-size:16px}.freelance-entry-card p{font-size:12px;margin-bottom:16px}.freelance-panel,.proposal-card,.service-card,.task-card{border-radius:16px!important;box-shadow:0 12px 34px rgba(15,23,42,.045)!important}.freelance-panel{padding:18px}.freelance-panel-header{margin-bottom:14px}.freelance-panel-header h3{font-size:15px}.stat-pill-item{padding:10px 12px;border-radius:10px}.freelance-entry-card .ui-btn--block{margin-top:auto}