body{font-family:Inter,Noto Sans JP,sans-serif;background-color:#1e1e1e;color:#e5e5e5;margin:0;padding:0}nav{display:flex;gap:1rem;justify-content:center;background:#2a2a2a;padding:1rem;border-bottom:1px solid #3b3b3b}nav a{color:#e5e5e5;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:background .3s}nav a:hover{background:#3b3b3b}nav button{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:background .3s}nav button:hover{background:#2563eb}form{background:#2a2a2a;padding:1.5rem;border-radius:12px;max-width:500px;margin:2rem auto;box-shadow:0 4px 12px #0000004d}h3{text-align:center;color:#3b82f6}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;font-weight:500}input,select{width:100%;padding:.6rem;border-radius:8px;border:1px solid #3b3b3b;background:#1e1e1e;color:#e5e5e5}input:focus,select:focus{border-color:#3b82f6;outline:none}button[type=submit],.form-actions button{background:#3b82f6;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;transition:background .3s}button:hover{background:#2563eb}.signup-text{text-align:center;margin-bottom:8px}.signup-container{display:flex;justify-content:center}.btn{background-color:#007bff;color:#fff;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-weight:700;transition:background .3s}.btn:hover{background-color:#0056b3}.tag-input{display:flex;gap:.5rem}.tag-list{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.tag-item{background:#3b3b3b;padding:.3rem .6rem;border-radius:6px;display:flex;align-items:center;gap:.3rem}.remove-btn{background:transparent;border:none;color:#f87171;cursor:pointer;font-size:1rem}.suggestions,.suggestion-list{background:#2a2a2a;border:1px solid #3b3b3b;border-radius:8px;margin-top:.5rem;list-style:none;padding:0}.suggestion-item{padding:.5rem;cursor:pointer}.suggestion-item:hover{background:#3b3b3b}.results{max-width:600px;margin:2rem auto}.work-list{list-style:none;padding:0}.work-item{background:#2a2a2a;padding:1rem;border-radius:10px;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.work-item a{color:#3b82f6;text-decoration:none}.work-item a:hover{text-decoration:underline}.work-tags{font-size:.9rem;color:#a1a1aa}.work-item button{align-self:flex-end;background:#ef4444;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;cursor:pointer}.work-item button:hover{background:#dc2626}.no-results{display:flex;justify-content:center;text-align:center;color:#a1a1aa;margin-top:2rem}.error{color:#ef4444;text-align:center;margin-top:1rem}@media (max-width: 600px){nav{flex-direction:column;align-items:center}form{margin:1rem;padding:1rem}}
