:root{--brand:var(--themeColor,#2563eb);--radius:12px;--shadow-sm:0 2px 8px rgba(2,6,23,0.06);--shadow-md:0 10px 30px rgba(2,6,23,0.1)}#gigsPage{padding-bottom:5%}.gigs-title{text-align:center;margin:40px 0 24px;color:var(--ink)}.gig-card{padding:18px 18px 16px;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease;min-height:200px;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.gig-card:hover{border-color:#d8e0ea;transform:none}.gig-card:focus-within{outline:none;border-color:var(--ring-focus);box-shadow:0 0 0 4px rgba(148,163,184,.18)}.gig-top{margin-bottom:8px}.gig-tag{background:#ba0201;color:#fff}.gig-title{margin:8px 0 2px}.gig-author{margin-bottom:8px}.gig-desc{font-size:.85rem;color:#87888b}.gig-desc,.gig-meta{margin-bottom:12px}.gig-meta>span{min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.gig-bottom{align-items:end}.gig-price{font-weight:800;color:#1f3a8a;font-size:1rem}.gig-btn{background:#111827;border-radius:8px;transition:background .2s ease,box-shadow .2s ease}.gig-btn:hover{background:#0b1220}.gig-btn:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(37,99,235,.25)}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root{--ink:#0f172a;--muted:#64748b;--surface:#ffffff;--surface-2:#f8fafc;--ring:#e2e8f0;--ring-focus:#94a3b8;--brand:#2563eb;--brand-ink:#ffffff;--price:#f59e0b;--radius:14px;--shadow-sm:0 2px 10px rgba(2,6,23,0.06);--shadow-md:0 12px 28px rgba(2,6,23,0.1);--shadow-lg:0 16px 48px rgba(2,6,23,0.14)}.gigs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:24px;gap:24px;max-width:1280px;margin:0 auto;padding:0 20px;align-items:stretch}.gig-card{background:var(--surface);border:1px solid var(--ring);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-sm);transition:box-shadow .18s ease,border-color .18s ease;display:flex;flex-direction:column;height:100%}.gig-card:hover{box-shadow:var(--shadow-md);border-color:#d9e1ec}.gig-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.gig-tag{background:color-mix(in srgb,var(--brand) 12%,white);color:#1e3a8a;font-weight:700;font-size:.75rem;padding:6px 10px;border-radius:999px;line-height:1;white-space:nowrap;border:1px solid color-mix(in srgb,var(--brand) 18%,white)}.gig-rating{font-size:.85rem;font-weight:600;color:#334155}.gig-body{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;flex:1 1 auto;min-height:0}.gig-title{margin:4px 0 0;font-size:1.12rem;font-weight:800;color:var(--ink);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:calc(1.12rem * 1.3 * 2)}.gig-author,.gig-title{line-height:1.3;overflow:hidden;text-overflow:ellipsis}.gig-author{font-size:.95rem;color:var(--muted);white-space:nowrap;min-height:calc(.95rem * 1.3)}.gig-desc{font-size:.88rem;color:#71717a;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;min-height:calc(.88rem * 1.55 * 3)}.gig-meta{gap:10px;color:#475569;font-size:.86rem;line-height:1.4;min-height:calc(.86rem * 1.4)}.gig-bottom,.gig-meta{display:flex;justify-content:space-between}.gig-bottom{align-items:center;gap:12px;margin-top:auto}.gig-btn{background:#0f172a;color:#fff;font-weight:700;padding:10px 16px;border:none;border-radius:10px;cursor:pointer;transition:transform .05s ease,opacity .15s ease,box-shadow .18s ease}.gig-btn:hover{opacity:.95;box-shadow:var(--shadow-lg)}.gig-btn:active{transform:translateY(1px)}.filters-bar{position:-webkit-sticky;position:sticky;top:0;z-index:20;margin:0 auto 18px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--ring);box-shadow:var(--shadow-sm)}.result-pill{background:#e0f2fe;color:#075985}@media (max-width:768px){.gig-card{padding:16px}.gig-title{font-size:1.05rem;min-height:calc(1.05rem * 1.3 * 2)}.gig-desc{font-size:.9rem;min-height:calc(.9rem * 1.55 * 3)}}@media (max-width:480px){#gigsPage{margin-top:10%!important}.gig-btn{padding:9px 14px;font-size:.92rem}}.filters-inner{max-width:1280px;margin:0 auto;gap:12px;justify-content:space-between;flex-wrap:wrap}.filter-group{gap:10px}.filter-group,.filters-inner{display:flex;align-items:center}.result-pill{padding:8px 12px;border-radius:999px;background:#0ea5e910;color:#0369a1;font-weight:700;font-size:.9rem;border:1px dashed #7dd3fc}.select-wrap{position:relative;display:inline-block}.filter-label{font-size:.9rem;font-weight:700;color:var(--ink);white-space:nowrap}.nice-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 42px 10px 14px;min-width:260px;border-radius:10px;border:1px solid var(--ring);background:#fff;color:var(--ink);box-shadow:0 1px 2px rgba(15,23,42,.04);transition:border-color .2s,box-shadow .2s}.select-caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:12px;color:#475569}#error-text{font-size:2rem;color:red;text-align:center;padding:5% 0}