@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap";.logo-text{position:absolute;font-size:24px;font-weight:700;color:#000;margin-bottom:15px;margin-left:20px;margin-top:30px}.signup-wrapper{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#fafafa;font-family:Poppins,sans-serif}.signup-card{background:#fff;width:750px;border-radius:12px;padding:40px 50px;box-shadow:0 2px 10px #0000001a}.signup-header{margin-bottom:25px;position:relative}.back-symbol{font-size:22px;font-weight:700;cursor:pointer;position:absolute;top:0;left:0}.signup-header h3{font-size:20px;margin:0 0 0 25px;font-weight:100}.signup-header p{font-style:bold;font-weight:550;margin-top:15px;margin-left:25px}.signup-body{display:flex;align-items:flex-start;justify-content:space-between}.image-upload{text-align:center;width:40%}.upload-placeholder{border-radius:10px;width:100px;height:300px;display:flex;justify-content:center;align-items:center;margin:30px;cursor:pointer;transition:.3s ease}.upload-png{width:200px;height:200px;-o-object-fit:contain;object-fit:contain;opacity:.8}.preview-image{width:110px;height:110px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.form-section{width:65%}.social-buttons{display:flex;justify-content:space-between;margin-bottom:20px}.google-btn,.facebook-btn{display:flex;align-items:center;justify-content:center;gap:8px;background-color:#fff;color:#000;border:1px solid #ccc;padding:10px 15px;border-radius:8px;font-weight:500;text-decoration:none;cursor:pointer}.google-btn img,.facebook-btn img{width:20px;height:20px}.name-fields{display:flex;justify-content:space-between;gap:20px;margin-bottom:15px}.name-fields div{width:45%}input{width:100%;padding:10px 20px;margin-bottom:15px;border-radius:8px;border:1px solid #ddd;outline:none;font-size:14px}.password-field{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;padding:0 12px;margin-bottom:20px}.password-field input{border:none;flex:1;padding:6px}.password-field svg{cursor:pointer;color:#777}.continue-btn{width:100%;background:#1c1b1f;color:#fff;border:none;padding:12px;border-radius:8px;font-size:15px;cursor:pointer}label{display:block;font-size:14px;color:#333;margin-bottom:10px;font-weight:550}.ffds-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;box-sizing:border-box}.ffds-modal{background:#fff;border-radius:20px;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;padding:28px 32px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d;position:relative;animation:ffds-slideIn .35s cubic-bezier(.16,1,.3,1)}@keyframes ffds-slideIn{0%{transform:translateY(-30px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.ffds-modal::-webkit-scrollbar{width:6px}.ffds-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.ffds-modal::-webkit-scrollbar-thumb{background:#c5b3ff;border-radius:10px}.ffds-modal::-webkit-scrollbar-thumb:hover{background:#7a4dff}.ffds-card-title{font-size:22px;font-weight:700;color:#1a1a2e;margin-bottom:6px;background:linear-gradient(135deg,#7a4dff,#5a2dcc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ffds-modal>p{color:#6b7280;font-size:14px;margin:0 0 20px}.ffds-modal label{font-weight:600;font-size:14px;color:#374151;margin-bottom:8px;display:block}.ffds-select{width:100%;padding:12px 16px;margin-bottom:16px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;color:#1f2937;background-color:#fafafa;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;outline:none;box-sizing:border-box;transition:all .2s ease}.ffds-select:hover{border-color:#c5b3ff;background-color:#fff}.ffds-select:focus{border-color:#7a4dff;box-shadow:0 0 0 3px #7a4dff26;background-color:#fff}.ffds-input{width:100%;padding:12px 16px;margin-bottom:16px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;color:#1f2937;background-color:#fafafa;outline:none;box-sizing:border-box;transition:all .2s ease}.ffds-input:hover{border-color:#c5b3ff;background-color:#fff}.ffds-input:focus{border-color:#7a4dff;box-shadow:0 0 0 3px #7a4dff26;background-color:#fff}.ffds-input::-moz-placeholder{color:#9ca3af}.ffds-input::placeholder{color:#9ca3af}.ffds-textarea{width:100%;padding:12px 16px;margin-bottom:16px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;color:#1f2937;background-color:#fafafa;outline:none;box-sizing:border-box;resize:vertical;min-height:100px;max-height:200px;font-family:inherit;line-height:1.5;transition:all .2s ease}.ffds-textarea:hover{border-color:#c5b3ff;background-color:#fff}.ffds-textarea:focus{border-color:#7a4dff;box-shadow:0 0 0 3px #7a4dff26;background-color:#fff}.ffds-textarea::-moz-placeholder{color:#9ca3af}.ffds-textarea::placeholder{color:#9ca3af}.ffds-service-preview{background:linear-gradient(135deg,#f5f3ff,#ede9fe);padding:16px;border-radius:14px;margin-bottom:16px;font-size:13px;border:1px solid #ddd6fe;animation:ffds-fadeIn .3s ease}@keyframes ffds-fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ffds-service-preview strong{font-size:15px;color:#5b21b6;display:block;margin-bottom:6px}.ffds-service-preview p{margin:6px 0;color:#6b7280;line-height:1.5}.ffds-service-preview div{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}.ffds-service-preview span{background:#fff;padding:4px 10px;border-radius:8px;font-size:12px;color:#7c3aed;border:1px solid #ede9fe;display:inline-flex;align-items:center;gap:4px}.ffds-modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #f3f4f6}.ffds-btn{padding:12px 24px;font-size:14px;font-weight:600;border-radius:12px;cursor:pointer;border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;font-family:inherit}.ffds-btn:disabled{opacity:.6;cursor:not-allowed}.ffds-btn-outline{background:#fff;border:2px solid #e5e7eb;color:#4b5563}.ffds-btn-outline:hover:not(:disabled){border-color:#7a4dff;color:#7a4dff;background:#faf5ff}.ffds-btn-outline:active:not(:disabled){transform:scale(.98)}.ffds-btn-primary{background:linear-gradient(135deg,#7a4dff,#6930c3);color:#fff;box-shadow:0 4px 14px #7a4dff59}.ffds-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#6930c3,#5521b5);box-shadow:0 6px 20px #7a4dff73;transform:translateY(-1px)}.ffds-btn-primary:active:not(:disabled){transform:translateY(0) scale(.98)}.ffds-pop-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:ffds-fadeInOverlay .3s ease}@keyframes ffds-fadeInOverlay{0%{opacity:0}to{opacity:1}}.ffds-pop-card-large{background:#fff;border-radius:24px;padding:40px 48px;text-align:center;max-width:400px;width:90%;box-shadow:0 30px 60px #0000004d,0 0 0 1px #ffffff1a;animation:ffds-popIn .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes ffds-popIn{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.ffds-pop-icon-large{width:120px;height:120px;margin:0 auto 24px;border-radius:50%;background:linear-gradient(135deg,#f0fdf4,#dcfce7);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #22c55e33,inset 0 -2px 10px #0000000d;animation:ffds-pulse 2s infinite}@keyframes ffds-pulse{0%,to{box-shadow:0 10px 30px #22c55e33,inset 0 -2px 10px #0000000d}50%{box-shadow:0 15px 40px #22c55e59,inset 0 -2px 10px #0000000d}}.ffds-pop-icon-large img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:50%}.ffds-pop-title-large{font-size:24px;font-weight:700;color:#059669;margin-bottom:12px;background:linear-gradient(135deg,#059669,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ffds-pop-text-large{font-size:15px;color:#6b7280;line-height:1.6}.ffds-pop-text-large strong{color:#7a4dff;font-weight:600}.ffds-divider{display:flex;align-items:center;margin:16px 0;color:#9ca3af;font-size:13px}.ffds-divider:before,.ffds-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.ffds-divider:before{margin-right:12px}.ffds-divider:after{margin-left:12px}@media (max-width: 576px){.ffds-modal{padding:20px;border-radius:16px;margin:10px;max-height:85vh}.ffds-card-title{font-size:18px}.ffds-modal>p{font-size:13px}.ffds-select,.ffds-input,.ffds-textarea{padding:10px 14px;font-size:14px}.ffds-modal-footer{flex-direction:column-reverse;gap:10px}.ffds-btn{width:100%;padding:14px 20px}.ffds-pop-card-large{padding:32px 24px}.ffds-pop-icon-large{width:100px;height:100px}.ffds-pop-icon-large img{width:60px;height:60px}.ffds-pop-title-large{font-size:20px}.ffds-pop-text-large{font-size:14px}.ffds-service-preview{padding:12px}.ffds-service-preview div{gap:8px}.ffds-service-preview span{font-size:11px;padding:3px 8px}}.ffds-btn-primary:disabled:after{content:"";width:16px;height:16px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:ffds-spin .8s linear infinite;margin-left:8px}@keyframes ffds-spin{to{transform:rotate(360deg)}}.ffds-empty-state{text-align:center;padding:20px;color:#9ca3af;font-size:14px}.ffds-empty-state svg{width:48px;height:48px;margin-bottom:12px;opacity:.5}.job-card{max-width:420px;background:#fff;border-radius:16px;padding:16px;box-shadow:0 8px 24px #00000014;border:1px solid #eee}.job-card-header{margin-bottom:12px}.job-badge{display:inline-block;background:#efe7ff;color:#7a4dff;font-size:12px;padding:4px 10px;border-radius:20px;font-weight:600;margin-bottom:6px}.job-title{font-size:18px;font-weight:700;margin:6px 0 2px}.job-category{font-size:14px;color:#7a4dff}.job-budget{font-size:16px;font-weight:700;margin:10px 0;display:flex;justify-content:space-between;align-items:center}.job-duration{font-size:13px;color:#666}.job-skills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.skill-chip{background:#ffeb99;padding:6px 10px;border-radius:10px;font-size:12px;font-weight:600}.job-description{font-size:14px;color:#444;margin-bottom:14px;line-height:1.4}.job-actions{display:flex;gap:12px}.accept-btn{flex:1;background:#7a4dff;color:#fff;border:none;padding:10px;border-radius:10px;font-weight:700;cursor:pointer}.reject-btn{flex:1;background:#fff;color:#7a4dff;border:2px solid #7a4dff;padding:10px;border-radius:10px;font-weight:700;cursor:pointer}.accept-btn:hover{background:#6938ff}.reject-btn:hover{background:#f4f0ff}.fh-page>.fh-header,.fh-page>.fh-main{width:100%;max-width:var(--max-width)}.fh-title{font-weight:400;margin-top:40px}.fh-subtitle{font-weight:100}.fh-header{display:flex;flex-direction:column;gap:20px;padding:20px 0}.fh-header-left{width:100%;margin-top:35px}.fh-welcome{text-align:left;padding-left:10px}.fh-header-right{position:absolute;display:flex;align-items:center;gap:15px}.fh-search-row{width:100%;margin-top:10px;display:flex;justify-content:flex-start;align-items:center;gap:15px;font-family:Rubik,sans-serif;padding-right:20px}.fh-search{flex:1;display:flex;background:#fff;border:1px solid #e5e5e5;padding:10px 14px;border-radius:16px;box-shadow:0 4px 12px #00000012;position:relative}.search-icon{font-size:20px;margin-right:10px;color:#777;margin-top:10px}.search-input{flex:1;border:none;outline:none;font-size:15px;margin-top:10px;margin-left:-10px;font-family:Rubik,sans-serif}.clear-btn{background:transparent;border:none;font-size:18px;cursor:pointer;color:#555}.fh-header-right{display:flex;align-items:center;gap:16px;position:absolute;top:20px;right:20px}.icon-btn{background:#fff;border:1px solid #e5e5e5;padding:10px;border-radius:12px;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:.2s ease}.notif-count{position:absolute;top:-4px;right:-4px;background:#f6f6f6;color:#fff;font-size:11px;padding:2px 6px;border-radius:50%}.fh-avatar img{width:22px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #ddd;cursor:pointer;transition:.2s ease}.clear-btn{background:transparent;border:none;font-size:16px;cursor:pointer}.fh-category{width:200px;padding:10px 12px;border:1px solid #ddd;border-radius:12px;background:#fff;font-size:14px}.fh-hero{display:flex;gap:18px;margin:6px 0 18px;align-items:stretch}#fh-hero-card{background-color:#000;width:200px}.fh-hero-card{flex:1;border-radius:14px;padding:40px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--soft-shadow);background:linear-gradient(90deg,#7c3aed,#6366f1);color:#fff}.fh-hero-card.secondary{background:#f7f5f5;color:#111;cursor:pointer;padding:22px}.fh-hero-card.primary{background:#7c3cff;padding:22px;border-radius:18px}.hero-left h3{font-weight:400}.hero-left p{font-weight:100}.fh-main1{margin-left:10px;width:97%;max-width:var(--max-width);display:flex;flex-direction:column;gap:18px}.fh-main{margin-left:10px;width:90%;max-width:var(--max-width);display:flex;flex-direction:column;gap:18px}.fh-section{background:transparent}.section-header{display:flex;justify-content:space-between;align-items:center;margin:10px 0}.arrow{margin-bottom:60px}.section-header h2{margin:0;font-size:20px;font-weight:400}.view-all{color:#9810fa;text-decoration:none;font-weight:600;margin-top:1px}.jobs-list{display:flex;flex-direction:column;gap:30px}.job-card{background:var(--card-bg);border-radius:14px;padding:18px;border:1px solid rgba(0,0,0,.03);transition:transform .18s ease,box-shadow .18s ease;cursor:pointer;width:100%;max-width:100%;box-shadow:0 4px 12px #00000014,0 2px 6px #0000000a}.job-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #02061714}.job-card-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.job-title{margin:0;font-size:18px;font-weight:400}.job-sub{font-size:13px;color:var(--muted);margin-top:4px}.job-budget{margin-left:0}.job-budget-wrapper{display:flex;flex-direction:column;align-items:flex-end}*{box-sizing:border-box}.save-btn{background:none;border:none;cursor:pointer;font-size:20px;color:#666;transition:color .3s ease,transform .2s ease}.save-btn.saved{color:#000}.job-desc{margin:12px 0;color:#4b5563;line-height:1.4}.job-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:6px}.job-skills{display:flex;gap:8px;flex-wrap:wrap}.skill-chip{background:#fff085b3;padding:6px 10px;border-radius:999px;font-size:12px;color:#000;font-weight:400;border:1px solid rgba(124,58,237,.07)}.job-stats{display:flex;gap:12px;align-items:center}.views,.created{display:flex;gap:6px;align-items:center;color:#6b7280;font-size:13px}.fh-fab{position:fixed;right:36px;bottom:36px;width:56px;height:56px;border-radius:999px;background:linear-gradient(180deg,#7c3aed,#6d28d9);color:#fff;display:flex;align-items:center;justify-content:center;border:0;box-shadow:0 10px 30px #7c3aed2e;cursor:pointer;font-size:20px}.notif-backdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:999}.notif-dialog{width:92%;max-width:480px;max-height:75vh;background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.notif-header{display:flex;align-items:center;gap:12px;padding:14px;background:var(--accent-1)}.notif-close{margin-left:auto;background:transparent;border:0;cursor:pointer;font-size:16px}.notif-list{padding:10px;overflow:auto}.notif-empty{text-align:center;padding:28px;color:var(--muted)}.notif-item{display:flex;gap:12px;padding:10px;border-bottom:1px solid rgba(0,0,0,.03)}.notif-ico{background:var(--accent-1);padding:8px;border-radius:10px;display:flex;align-items:center;justify-content:center}@media (max-width: 980px){:root{--max-width: 920px}.fh-hero{flex-direction:column}.fh-header-right{margin-left:0}.fh-category{width:160px}}@media (max-width: 640px){.fh-page{padding:14px}.fh-category{display:none}.fh-search-row{flex-direction:column;align-items:stretch;gap:12px}.fh-hero{gap:10px}.job-card{padding:14px}.fh-fab{right:18px;bottom:18px}}.rubik-font{font-family:Rubik,sans-serif!important}.fh-search-small{height:44px!important;border-radius:14px!important}.img-1{top:15px;left:5px;height:30px}.img-2{right:120px;width:340px;height:400px}.img-3{top:15px;left:30px;height:30px;width:32px}.img-4{right:120px;width:340px;height:400px}.fh-hero-card{position:relative;overflow:hidden}.fh-page{overflow-x:hidden!important;overflow-y:auto;min-height:100vh;margin-top:"60px"}.job-card{max-width:100%;width:100%;overflow-x:hidden}.fh-hero{overflow-x:hidden}.empty-state{width:100%;margin-top:40px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;font-family:Rubik,sans-serif}.empty-state img{width:230px;height:auto;margin-bottom:20px;opacity:.95}.empty-title{font-size:22px;font-weight:500;margin-top:10px;color:#111}.empty-sub{font-size:14px;opacity:.7;max-width:270px;line-height:1.4;margin-top:6px}.empty-btn{margin-top:18px;background:#fdfd96;color:"#000";border:none;padding:10px 22px;border-radius:18px;font-size:14px;cursor:pointer;font-family:Rubik,sans-serif;width:"600px"}.empty-btn:active{transform:scale(.97)}.no-internet-box{width:100%;padding:18px 14px;background:#fff3cd;border:1px solid #ffe79b;border-radius:12px;text-align:center;font-family:Rubik,sans-serif;margin-top:20px}.no-internet-title{font-size:16px;font-weight:500}.no-internet-sub{font-size:13px;opacity:.7;margin-top:4px}.jobs-list .empty-state{margin-top:70px;padding:40px 0}.jobs-list .empty-state img{width:280px;opacity:.98}.jobs-list .empty-title{font-size:20px;font-weight:600;margin-top:12px}.jobs-list .empty-sub{font-size:14px;opacity:.65;max-width:320px}.jobs-list .empty-btn{background:#fef48f!important;font-weight:500;border-radius:20px;width:auto!important;padding:10px 28px;margin-top:20px}@media (max-width: 640px){.fh-header{flex-direction:column;gap:12px}.fh-header-left{display:flex;align-items:center;justify-content:space-between;margin-top:35;padding:0 10px}.fh-header-right{position:static;display:flex;align-items:center;gap:12px;margin-top:35}#notif-count{margin-top:10px}.fh-header-right img{width:26px;height:26px}.fh-avatar img{width:22px;height:22px}.notif-count{top:-6px;right:-6px;font-size:10px}}@media (max-width: 1024px){.fh-header>div[style*="1216px"]{width:100%!important}#fh-header-right{padding:10px;margin-top:45px}}@media (max-width: 1024px){.fh-page{margin-left:0!important;transition:none!important}}.freelance-wrapper{overflow-y:auto;overflow-x:hidden;min-height:100vh;padding-top:22px}@media (max-width: 768px){body,html{overflow-y:auto;overflow-x:hidden;height:auto}:is(body,html) .img-4{right:120px;width:340px;height:400px}.freelance-wrapper{margin-left:0!important;padding:22px;margin-top:110px}.img-4,\.img-2{left:80px;width:340px;height:400px}}.freelance-wrapper{position:relative}.fh-header-right{position:absolute!important;top:5px;right:20px;display:flex;align-items:center;gap:16px;z-index:1000}@media (max-width: 768px){.fh-header-right{top:20px;right:14px;gap:12px}}.fh-header-right img{width:31px;height:29px;cursor:pointer;-o-object-fit:contain;object-fit:contain}.fh-avatar img{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #ddd}.notif-count{position:absolute;top:-6px;right:52px;background:red;color:#fff;font-size:11px;padding:2px 6px;border-radius:50%;font-weight:600}@media (max-width: 768px){.fh-header-right{top:47px;right:14px;gap:12px}.fh-header-right img{width:22px;height:22px}.fh-avatar img{width:28px;height:28px}.notif-count{top:-5px;right:44px;font-size:10px}}.fh-header-right{position:absolute!important}@media (max-width: 768px){.sidebar{z-index:9999}.fh-header,.fh-header-right{z-index:1;position:relative}}.job-card{-webkit-tap-highlight-color:transparent}@media (min-width: 769px){#fh-welcome h1{color:#6d28d9;font-size:35px;display:flex}#fh-header-left{font-size:20px;display:flex;margin-top:-30px}#fh-header-right{position:absolute;top:50px;right:24px;margin-right:280px;display:flex;align-items:center;gap:18px;z-index:1200}#fh-header-right img{display:block;cursor:pointer;transition:transform .2s ease}#fh-header-right img:hover{transform:scale(1.08)}#fh-header-right>div{position:relative}.notif-count{position:absolute;top:-6px;right:-6px;margin-right:55px;min-width:18px;height:18px;padding:0 5px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;border-radius:999px;display:flex;align-items:center;justify-content:center;pointer-events:none}.fh-avatar img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e5e7eb;background:#fff}}@media (min-width: 1400px){#freelancer-browerproject-title{margin-right:10px}#fh-page1{margin-right:200px}#browertitle{margin-right:-70px}}.skill-scroll{display:flex;gap:8px}@media (min-width: 769px){.skill-scroll{flex-wrap:wrap;overflow-x:visible;white-space:normal}}@media (max-width: 768px){.skill-scroll{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.skill-scroll::-webkit-scrollbar{display:none}}.sortimg{width:30px}.job-header{display:flex;align-items:flex-start;gap:12px;padding:16px}.back-btn{width:36px;height:36px;border-radius:999px;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;background:#fff}.header-text-block{display:flex;flex-direction:column}.header-title{font-weight:700;font-size:28px;line-height:32px;text-transform:capitalize}.header-subtitle{font-size:13px;margin-top:8px;color:#6b7280;max-width:520px}.freelance-wrapper{margin-top:-20px}@media (max-width: 768px){.header-title{font-size:24px;line-height:28px}.header-subtitle{font-size:12px;max-width:100%}}@media (max-width: 480px){.job-header{align-items:center;padding:12px}.header-title{font-size:20px;line-height:24px}.header-subtitle{font-size:11px;margin-top:4px}}.skills-row-wrapper{display:flex;align-items:center;gap:6px;margin-top:6px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.skills-row-wrapper::-webkit-scrollbar{display:none}.skill-chip{padding:4px 10px;font-size:12px;font-weight:500;border-radius:999px;background-color:#ffffbe;color:#111827;white-space:nowrap;flex-shrink:0}.more-chip{padding:4px 8px;font-size:12px;border-radius:999px;background-color:#7c3cff;color:#fff;font-weight:500;flex-shrink:0}@media (max-width: 768px){.skill-chip,.more-chip{font-size:11px;padding:4px 8px}}@media (max-width: 480px){.skills-row-wrapper{gap:5px}.skill-chip,.more-chip{font-size:11px;padding:3px 8px}}#job-search{width:100%;padding:12px;margin:30px 0 12px;border-radius:8px;border:1px solid #ddd;font-size:15px}.job-tab{cursor:pointer;padding-bottom:6px;font-weight:500;color:#666}#filter-btn{margin:12px 0;padding:8px 16px;border-radius:6px;border:none;background:#111;color:#fff;cursor:pointer}#filter-btn:hover{opacity:.9}#sort-section{display:flex;gap:10px}.sort-btn{padding:6px 14px;border-radius:20px;border:1px solid #ccc;background:#fff;cursor:pointer}.sort-btn.active{color:#000}#sort-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:16px;margin-left:-110px}#sortimg img{width:16px;height:16px}#sort-section{display:flex;gap:8px}.job-tab{padding:10px 18px;border-radius:999px;font-size:14px;cursor:pointer;background:#fff;color:#444;transition:all .25s ease;box-shadow:0 2px 6px #00000014}.job-tab:hover{background:#f3f0ff}.job-tab.active{background:#7c3cff;color:#fff;box-shadow:0 6px 14px #7c3cff59}.rubik-font{font-family:Rubik,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.fh-page{min-height:100vh}.fh-container{max-width:100%;padding:20px 16px 100px}.fh-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;margin-bottom:20px;position:relative}.fh-header-left{flex:1}.fh-welcome{margin-bottom:16px}.fh-title{font-size:22px;font-weight:700;color:#1a1a1a;line-height:1.3;margin-left:0}.fh-title div{display:inline}.fh-subtitle{font-size:13px;color:#666;margin-top:4px;font-weight:400}.fh-header-right{display:flex;align-items:center;gap:12px;position:absolute;right:0;top:0}.icon-btn{width:40px;height:40px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;font-size:20px;color:#333;transition:background .2s}.icon-btn:hover{background:#0000000d}.fh-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #7c3aed}.fh-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fh-search-row{width:100%;position:relative;margin-top:10px}.fh-search{display:flex;align-items:center;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 2px 8px #0000000a;border:1px solid #eee}.fh-search-small{max-width:100%}.search-icon{color:#999;font-size:18px;margin-right:10px;flex-shrink:0}.search-input{flex:1;border:none;outline:none;font-size:15px;background:transparent;color:#333;font-family:Rubik,sans-serif}.search-input::-moz-placeholder{color:#aaa}.search-input::placeholder{color:#aaa}.clear-btn{background:none;border:none;color:#999;cursor:pointer;font-size:14px;padding:4px 8px}.autocomplete-list{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-top:8px;z-index:100;overflow:hidden}.autocomplete-item{padding:12px 16px;cursor:pointer;font-size:14px;color:#333;transition:background .2s}.autocomplete-item:hover{background:#f5f5f5}.fh-main{display:flex;flex-direction:column;gap:24px}.fh-hero::-webkit-scrollbar{display:none}.fh-hero-card{min-width:200px;flex:1;border-radius:16px;padding:20px;position:relative;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:flex-end;min-height:120px}.fh-hero-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.fh-hero-card.primary{background:linear-gradient(135deg,#6c25f0,#7c3aed);color:#fff}.fh-hero-card.secondary{background:linear-gradient(130deg,#fff 0% 100%);box-shadow:#959da533 0 8px 24px;color:#333;border:1px solid #74747431}.hero-img{position:absolute}.hero-img.img-1{top:10px;left:15px;width:32px;height:auto;opacity:.9}.hero-img.img-2{bottom:0;right:0;width:80px;height:auto;opacity:.5}.hero-img.img-3{top:15px;left:20px;width:28px;height:auto}.hero-img.img-4{bottom:0;right:0;width:70px;height:auto;opacity:.6}.fh-hero-card h3{font-size:16px;font-weight:600;margin-bottom:4px;position:relative;z-index:2}.fh-hero-card p{font-size:12px;opacity:.85;position:relative;z-index:2;font-weight:400}.hero-right{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-right .arrow{width:14px;height:auto;filter:brightness(0) invert(1)}.fh-hero-card.secondary .hero-right{background:#00000014}.fh-hero-card.secondary .hero-right .arrow{filter:none}.category-scroll-wrapper{display:flex;gap:12px;overflow-x:auto;padding:8px 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.category-scroll-wrapper::-webkit-scrollbar{display:none}.category-card-img{min-width:140px;height:140px;border-radius:16px;position:relative;overflow:hidden;cursor:pointer;scroll-snap-align:start;flex-shrink:0;transition:transform .2s}.category-card-img:hover{transform:scale(1.02)}.category-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.category-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:12px}.category-title{color:#fff;font-size:14px;font-weight:500;text-align:center;line-height:1.3}.fh-section{margin-top:8px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h2{font-size:15px;font-weight:500;color:#1a1a1a}.view-all-link{font-size:13px;color:#7c3aed;text-decoration:none;font-weight:500}.jobs-list{display:flex;flex-direction:column;gap:16px;max-width:1000px;margin:0 auto;width:100%}.job-card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 2px 12px #0000000a;border:1px solid #f0f0f0;cursor:pointer;transition:box-shadow .2s,transform .2s;position:relative;width:100%}.job-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.badge-24{position:absolute;top:16px;right:60px;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;font-size:11px;font-weight:600;padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:4px}.job-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.job-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.job-sub{font-size:12px;color:#888;font-weight:400}.job-budget-wrapper{display:flex;align-items:center;gap:8px}.save-btn{width:36px;height:36px;border-radius:10px;border:1px solid #eee;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#999;transition:all .2s}.save-btn:hover{border-color:#7c3aed}.save-btn.saved{border-color:#ac88e9}.job-skills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.skill-chip{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;font-size:11px;font-weight:500;padding:6px 12px;border-radius:20px}.job-desc{font-size:13px;color:#666;line-height:1.5;margin-bottom:14px}.job-meta{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f5f5f5;margin-bottom:20px}.job-stats{display:flex;align-items:center;gap:16px}.views,.created{display:flex;align-items:center;gap:6px;font-size:12px;color:#888}.views svg,.created svg{width:14px;height:14px}.job-budget{font-size:14px;font-weight:600;color:#1a1a1a}.fh-fab{position:fixed;bottom:90px;right:20px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#e36af8,#7c3aed);color:#fff;border:none;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;box-shadow:0 4px 20px #7c3aed66;transition:transform .2s,box-shadow .2s;z-index:100}.fh-fab:hover{transform:scale(1.05);box-shadow:0 6px 28px #7c3aed80}@media (max-width: 480px){.fh-container{padding:16px 12px}.fh-title{font-size:20px}.fh-hero-card{min-width:180px;min-height:110px;border-radius:16px}.category-card-img{min-width:120px;height:120px}.category-title{font-size:12px}.jobs-list{max-width:100%}}@media (min-width: 481px) and (max-width: 768px){.fh-container{padding:20px}.fh-hero{gap:16px}.fh-hero-card{min-width:220px;min-height:130px}.jobs-list{max-width:100%}}@media (max-width: 769px){#fh-containers{margin-top:0;padding:-1px}.fh-header-right{margin-top:0}}@media (min-width: 769px){.fh-container{max-width:1200px;margin:0 auto;padding:24px 32px}.fh-header{flex-wrap:nowrap;align-items:center}.fh-header-right{position:relative;margin-top:0}.fh-search-row{max-width:400px;margin-top:0;margin-left:auto;margin-right:24px}.fh-hero{gap:20px}.fh-hero-card{min-width:280px;min-height:140px;padding:24px}.fh-hero-card h3{font-size:18px}.fh-hero-card p{font-size:13px}.category-scroll-wrapper{gap:16px}.category-card-img{min-width:160px;height:160px}.category-title{font-size:15px}.jobs-list{max-width:700px;margin:0 auto}.job-card{padding:22px}.fh-fab{bottom:40px;right:40px;width:64px;height:64px;font-size:28px}}@media (min-width: 1024px){#fh-page{margin-left:8%}#fh-containers{max-width:1400px;margin-left:240px;margin-right:20px;padding:24px 32px;margin-top:10px}.fh-search-row{max-width:1900px}.fh-search{margin-right:100px}.jobs-list{max-width:700px;margin:0 auto}#hero-img,#hero-img-brower{width:10%}#browertitle{margin-top:80px;margin-left:-370px;font-weight:300;color:#202020}#browertitle span{margin-left:100px;font-weight:300;font-size:20px;color:#fff}#fh-title{color:#0000009b;font-size:17px}#search-input{color:#000}#fh-search{box-shadow:#00000059 0 5px 15px}#section-header h2{font-size:20px}#category-title{color:#fff;font-weight:400;font-size:18px}.category-card-img{box-shadow:#00000059 0 5px 15px}.skill-required{font-size:15px;color:#000000b3}.category-scroll-wrapper{margin-top:-40px}}@media (min-width: 1400px){.jobs-list{max-width:800px;margin:0 auto}#fh-header-right{margin-right:100px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.job-card{animation:fadeIn .3s ease-out}@media (min-width: 769px){.jobs-list{max-width:1000px}}@media (min-width: 1024px){.jobs-list{max-width:1100px}}@media (min-width: 1400px){.jobs-list{max-width:1200px}}.job-card-wrapper{display:inline-block;max-width:420px;width:100%}.job-card-ui{background:linear-gradient(180deg,#fff4cc,#fff 30%);border-radius:24px;overflow:hidden;box-shadow:0 8px 24px #0000001f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.card-header-badge{padding:20px 20px 10px}.doc-badge{display:flex;align-items:center;gap:12px;background:#fff9;padding:14px 18px;border-radius:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.doc-icon{font-size:24px;color:#1f2937;flex-shrink:0}.doc-info{flex:1}.doc-title{font-size:15px;font-weight:700;color:#000;margin:0}.doc-subtitle{font-size:12px;color:#6b7280;margin:2px 0 0}.card-body{padding:16px 24px 20px}.job-title{font-size:22px;font-weight:800;color:#000;margin:0 0 16px;letter-spacing:-.3px;line-height:1.2}.skills-container{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.skill-badge{background:#e9d5ff;color:#7c3aed;padding:6px 14px;border-radius:18px;font-size:12px;font-weight:600;display:inline-block}.project-description{margin-bottom:18px}.desc-heading{font-size:16px;font-weight:700;color:#000;margin:0 0 10px}.desc-content{font-size:13px;color:#374151;line-height:1.6;margin:0}.budget-info{margin-bottom:16px;font-size:13px;color:#4b5563}.budget-label{font-weight:600;margin-right:6px}.budget-value{font-weight:700;color:#7c3aed}.action-row{display:flex;gap:10px;margin-bottom:0}.view-details-button{flex:1;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border:none;padding:13px 20px;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #a855f759}.view-details-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #a855f773}.view-details-button:active{transform:translateY(0)}.download-button{background:#fff;border:2px solid #E5E7EB;color:#6b7280;padding:13px 16px;border-radius:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.download-button:hover{background:#f9fafb;border-color:#d1d5db}.download-button:active{transform:scale(.95)}.card-footer-buttons{display:flex;gap:12px;padding:20px 24px 24px;background:#fff}.accept-button,.decline-button{flex:1;padding:13px 20px;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;border:none;transition:all .2s ease}.accept-button{background:#10b981;color:#fff;box-shadow:0 4px 12px #10b9814d}.accept-button:hover{background:#059669;transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.accept-button:active{transform:translateY(0)}.decline-button{background:#ef4444;color:#fff;box-shadow:0 4px 12px #ef44444d}.decline-button:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}.decline-button:active{transform:translateY(0)}@media (max-width: 480px){.job-card-wrapper{max-width:100%}.job-title{font-size:20px}.desc-content{font-size:12px}.card-body{padding:14px 20px 18px}.card-footer-buttons{padding:18px 20px 20px}}@media (max-width: 1024px){.freelance-wrapper{width:100%!important;margin-left:0!important;padding:0 12px}.icon-wrapper img{width:22px!important}.job-search{width:100%!important}.tabs-container{width:100%!important;overflow-x:auto}.filter-sort-row{flex-direction:row;justify-content:space-between;margin:10px 0}.jobs{margin-left:0!important}.job-card{width:100%!important;margin-left:0!important;padding:16px!important}.job-save-btn{position:absolute;right:16px;top:16px;margin:0!important}.job-budget{font-size:14px}.skills-container span{font-size:11px;padding:4px 8px}.notif-dropdown{right:10px!important;width:90vw!important}}@media (max-width: 768px){*{padding:2px}.freelance-wrapper{width:100%!important;margin-left:0!important;padding:0 12px}.job-card{width:100%!important;margin-left:0!important}.job-save-btn{position:absolute;right:16px;top:50px}.notif-dropdown{width:90vw!important;right:10px!important}.icon-wrapper{padding-right:2px}.filter-sort-row{justify-content:flex-end!important;gap:12px}.filter-btn,.sort-btnn{margin:0!important;padding:8px 12px}}.top-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.top-icon img{width:22px;height:22px;-o-object-fit:contain;object-fit:contain}.top-icon img[alt=Profile]{width:26px;height:26px;border-radius:50%}@media (max-width: 768px){.top-icon{width:40px;height:40px}.top-icon img{width:22px;height:22px}}.clientbrowerprofile{width:80px;margin-top:20px}.skillsRow{overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.skillsRow{scrollbar-width:none;-ms-overflow-style:none}.skillsRow::-webkit-scrollbar{display:none;height:0}}@media (min-width: 769px){.skillsRow::-webkit-scrollbar{height:6px}.skillsRow::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.skillsRow::-webkit-scrollbar-track{background:transparent}}*{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.paused-services-container{padding:30px;max-width:900px;margin:auto}.paused-services-list{display:flex;flex-direction:column;gap:20px}.paused-service-card{padding:20px;background:#f5f5f5;border-radius:12px;box-shadow:0 2px 6px #0000001a}.actions{margin-top:15px;display:flex;gap:10px}.resume-btn{padding:10px 18px;background:#28a745;border:none;color:#fff;border-radius:8px;cursor:pointer}.delete-btn{padding:10px 18px;background:#dc3545;border:none;color:#fff;border-radius:8px;cursor:pointer}*{box-sizing:border-box;font-family:Rubik,sans-serif}body{margin:0;overflow-x:hidden}.freelance-wrapper{width:100vw;min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0}.policy-navbar{width:100vw;background-color:#b997ff;padding:18px 28px}.policy-navbar-inner{max-width:1400px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.policy-left{display:flex;align-items:center;gap:10px}.policy-logo{width:58px;height:58px}.policy-title{font-size:24px;font-weight:400}.policy-tabs{justify-content:center;display:flex;flex:1;gap:28px}.policy-tab{background:none;border:none;cursor:pointer;font-size:24px;font-weight:400;position:relative}.policy-tab.active{color:#f8f79b;font-weight:600}.policy-tab.active:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:3px;background-color:#f8f79b;border-radius:2px}.policy-content{width:100%;max-width:1400px;margin:24px auto;padding:0 48px;line-height:1.7}.title-head{font-size:48px;line-height:56px;font-weight:400;text-align:center}h1{font-size:20px}h2{font-size:24px;color:#622ad3}p,li{font-size:20px;line-height:32px}@media (max-width: 1024px){.policy-content{padding:0 24px}}@media (max-width: 768px){.policy-navbar-inner{flex-direction:column;align-items:flex-start;gap:12px}.policy-tabs{width:100%;justify-content:space-between}.policy-content{padding:0 16px;margin:16px auto}.title-head{font-size:32px;line-height:40px}.policy-tab{font-size:16px}}.job-carddd{display:grid;grid-template-columns:1fr;gap:24px;border:1px solid rgb(207,207,207);border-radius:28px;padding:10px}.jobs-griddd{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.jobs-griddd{grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto;justify-content:center}.job-carddd{max-width:420px;width:100%;margin:0 auto}}@media (min-width: 1200px){.jobs-griddd{max-width:1000px}}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial}}}.\@container{container-type:inline-size}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.left-1\/2{left:50%}.isolate{isolation:isolate}.z-20{z-index:20}.z-50{z-index:50}.container{width:100%}.mx-auto{margin-inline:auto}.ml-auto{margin-left:auto}.line-clamp-4{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.table{display:table}.h-\[100px\]{height:100px}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-\[90\%\]{width:90%}.w-\[100px\]{width:100px}.w-\[700px\]{width:700px}.w-\[850px\]{width:850px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-\[90px\]{min-width:90px}.flex-1{flex:1}.flex-shrink,.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.scale-105{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.transform\!{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)!important}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:3.40282e38px}.rounded-b-\[30px\]{border-bottom-right-radius:30px;border-bottom-left-radius:30px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-t-transparent{border-top-color:#0000}.bg-\[\#F5F5F5\]{background-color:#f5f5f5}.bg-\[\#F5F7FA\]{background-color:#f5f7fa}.bg-\[\#FDFD96\]{background-color:#fdfd96}.bg-\[\#FFF9B8\]{background-color:#fff9b8}.bg-\[\#FFF9D9\]{background-color:#fff9d9}.bg-\[\#FFFFE0\]{background-color:#ffffe0}.bg-\[\#f5f5f5\]{background-color:#f5f5f5}.bg-transparent{background-color:#0000}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.object-cover{-o-object-fit:cover;object-fit:cover}.text-center{text-align:center}.text-left{text-align:left}.text-\[10px\]{font-size:10px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[32px\]{font-size:32px}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-90{opacity:.9}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter\!{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition\!{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events!important;transition-timing-function:var(--tw-ease,ease)!important;transition-duration:var(--tw-duration,0s)!important}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.outline-none{--tw-outline-style:none;outline-style:none}@media (hover:hover){.group-hover\:scale-105:is(:where(.group):hover *){--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:underline:hover{text-decoration-line:underline}}.focus\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}*{font-family:Rubik}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}
