{box-sizing:border-box;font-family:Inter,sans-serif}body{margin:0;background:#0f172a;color:#fff}input,button{width:100%;padding:12px;font-size:14px;margin-top:10px;border-radius:8px;border:1px solid #1e293b;background:#020617;color:#fff}input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}button{cursor:pointer;background:#5fe988c5;border:none;transition:transform .15s,box-shadow .15s}button:hover{box-shadow:0 8px 18px #00000059}button:active{transform:scale(.97)}button.secondary{background:#334155}.auth-center{height:100vh;display:flex;align-items:center;justify-content:center}.auth-card{background:#020617;padding:30px;width:420px;border-radius:15px;animation:popIn .3s ease;box-shadow:0 8px 18px #e7e3e359}.app-layout{display:flex;height:100vh}.main{flex:1;padding:24px;overflow-y:auto}.sidebar{width:230px;background:linear-gradient(180deg,#020617,#020617ee);padding:24px;display:flex;flex-direction:column;gap:12px;border-right:1px solid #1e293b;height:calc(100vh - 64px)}.sidebar h2{margin-bottom:20px;font-size:38px;color:#a0aef3}.sidebar a{color:#f5fae0e1;text-decoration:none;padding:10px 14px;border-radius:8px;transition:.2s}.sidebar a:hover{background:#1e293b}.sidebar .active{background:#6366f1;box-shadow:0 0 12px #6366f166}.sidebar .logout{margin-top:auto;background:#c71717d3}.home-layout{display:grid;grid-template-columns:1fr 1fr;gap:30px}.gig-card,.bid-card{background:radial-gradient(circle at top,#020617,#020617cc);border:1px solid #1e293b;padding:18px;border-radius:14px;margin-bottom:15px;animation:popIn .25s ease;width:420px}.gig-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0006}.gig-card h4{margin:0;color:#e5e7eb;font-size:18px}.gig-card p{color:#94a3b8;font-size:16px}.text{font-style:Courier}.page{max-width:700px;animation:fadeSlide .35s ease}.page-title{font-size:26px;font-weight:600;margin-bottom:20px;color:#f3edee;font-style:Courier}.section{margin-bottom:32px}.section-title{font-size:18px;margin-bottom:10px;color:#a5b4fc}.bid-card{position:relative;padding-left:22px}.bid-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;border-radius:6px}.bid-card.pending:before{background:orange}.bid-card.hired:before{background:#0f0}.bid-card.rejected:before{background:red}.status-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.status-pill.pending{background:#f59e0b;color:#000}.status-pill.hired{background:#22c55e;color:#000}.status-pill.rejected{background:#ef4444;color:#fff}@keyframes fadeSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.dashboard{position:fixed;top:0;left:0;right:0;height:64px;background:#020617;border-bottom:1px solid #1e293b;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:100}.app-layout{padding-top:64px}.profile-card{padding:16px;background:#0502228c;border-radius:8px;width:fit-content}
